#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 VirtualActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct VirtualActionInvoker6 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, 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 VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtualFuncInvoker6 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct VirtualFuncInvoker7 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, 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 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 InvokerFuncInvoker1 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1 p1) { R ret; void* params[1] = { &p1 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; template struct InvokerFuncInvoker2; template struct InvokerFuncInvoker2 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2) { R ret; void* params[2] = { p1, &p2 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; // System.Action`1 struct Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C; // System.Action`1 struct Action_1_t6F23E949C5B7B23A98CD4EE8560AA8A2266BDC22; // System.Action`1 struct Action_1_tAFF122BBDCF2AC45C10128CFCDA45A5CA2ED307E; // System.Action`1 struct Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404; // System.Action`1 struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87; // System.Action`1 struct Action_1_t17E52B12DC24FA6C9DD52F87043C85BEA889BB81; // System.Action`1 struct Action_1_t2EDB30EAB747FDF563DD6410FC76AF861A09A0C2; // System.Action`1 struct Action_1_t84D0CA347FC997E1202ECA3ED828B057841444EF; // System.Action`1 struct Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941; // System.Action`1 struct Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E; // System.Action`2,UnityEngine.Color> struct Action_2_t8F37BBA9EDEE84C69724E5552FF35DEB93971BD2; // System.Action`2,System.Enum> struct Action_2_tCF513090FC7E539499FDA61AA79356DC13634B40; // System.Action`2,System.Int32> struct Action_2_t94C644233E37D574986F0297182FA2BD8972B44A; // System.Action`2,UnityEngine.Vector2> struct Action_2_tF46B14C98A24F40F2279A1D4296BB9078938C034; // System.Action`2,UnityEngine.Vector3> struct Action_2_t115BA48255E00E3E7D79535060D729C4822CAFF3; // System.Action`2,UnityEngine.Vector4> struct Action_2_t302322518DED0A32BC10F069AAEE117BC9C20917; // System.Comparison`1> struct Comparison_1_tAAA49090DDD60EBD79DCCB4F483266C134E1EF98; // System.Comparison`1 struct Comparison_1_t9FCAC8C8CE160A96C5AAD2DE1D353DCE8A2FEEFC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t609CD6E7E686007E5CF00E6A12C74A3B3106EF96; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD63479E1341B4C7016EC65CE665BEDD2FD651720; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2A39BD4C1E857041785410552D256CB3E9342B4C; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0; // UnityEngine.Rendering.DebugUI/Field`1 struct Field_1_tA5C891F8362F7E414DC7A9ECCB6F8610A9A61316; // UnityEngine.Rendering.DebugUI/Field`1 struct Field_1_t226E1C169087ABFC1448D9AD905D6E1BC4FCFD4C; // UnityEngine.Rendering.DebugUI/Field`1 struct Field_1_t7F813BE8CAF3F3F635B34474DDD7B797C5B6CD2A; // UnityEngine.Rendering.DebugUI/Field`1 struct Field_1_t1A7E96663FCB6565DABFB97328A0933E2EB20FB5; // UnityEngine.Rendering.DebugUI/Field`1 struct Field_1_tA072783C26CACD3E84F9B62900C79E98AA01B8ED; // UnityEngine.Rendering.DebugUI/Field`1 struct Field_1_tC3CCA8F7619A0B639B6671BD922EC68E34595E18; // UnityEngine.Rendering.DebugUI/Field`1 struct Field_1_t13BBC583A7E521A9A0C5B9A2B8B537D8CEE550BD; // System.Func`1 struct Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457; // System.Func`1 struct Func_1_t6810F34C7AB650D465D2B9B6A1F0B277DAA46A3C; // System.Func`1 struct Func_1_t5747A51D079771A54003751A99ED1F40EC898853; // System.Func`1 struct Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD; // System.Func`1 struct Func_1_t9EB8CE9DFD9B703BC79F2087B16EA394B7A9F9A1; // System.Func`1 struct Func_1_t58C51DB29153B53A9136AE397958F3FCC1F596EC; // System.Func`1 struct Func_1_t704C051013549CDD77A31AEC405EA270221633B3; // System.Func`2 struct Func_2_t952D5059C2087E17DCEC70D25AB6149DA491B1CA; // System.Func`2 struct Func_2_t94475399CE552E8F5CB52DF041E6CBAC98D48E2F; // System.Func`2 struct Func_2_tACBF5A1656250800CE861707354491F0611F6624; // System.Func`3 struct Func_3_tA23F5D62E264071C33C09639DD065B0B691A804D; // System.Func`3 struct Func_3_t2743F47DE21BDABF2148E0857F1621EC6B2DCF42; // System.Func`4 struct Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE; // System.Func`4 struct Func_4_t332C0058075A9D0A2F5170831803531EC540225C; // System.Collections.Generic.HashSet`1 struct HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885; // System.Collections.Generic.HashSet`1 struct HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tA8C9F18B8C9E56A4A8602BDFE07A3CE417E3F001; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t43D2E4BA9246755F293DFA74F001FB1A70A648FD; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t61C11008763FAA1A256F99243A90C1BC59BE61A5; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tDBFC8496F14612776AF930DBF84AFE7D06D1F0E9; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t2CA7720C7ADCCDECD3B02E45878B4478619D5347; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tBDB7627CFAFCFCC4D81C2ABDA81270F86925A3D0; // System.Collections.Generic.IList`1 struct IList_1_tFCC3D990041D6FE8F59D0EE4DC5BB62B121C9506; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_tD1A40E0E5825AAABC3416EC96E087FF6E6351DD2; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_t1DD9DA01E8F917158E0E796B8B9237D890B32700; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tA56468ED3446803A019F31D8B16B398E4DB1DA1C; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tF86D4BF066D2918DC115471F95C704CCFE31A4BC; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t67E8423B5AEB30C254013AD88AB68D2A36F1F436; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t345F55E555F7A5166402EDA5086EAB8086BB184B; // System.Lazy`1 struct Lazy_1_t07F21D0B542171B9535B96E3CE293999A8522162; // UnityEngine.Rendering.ListChangedEventArgs`1 struct ListChangedEventArgs_1_t8A3E449540FD3054850B8D5B18EF7BCAA529CBAA; // UnityEngine.Rendering.ListChangedEventHandler`1 struct ListChangedEventHandler_1_t75D35934C494DD9CAB03AF119619178B28527CFA; // UnityEngine.Rendering.ListChangedEventHandler`1 struct ListChangedEventHandler_1_tC0988B097B0885471C7749525EF01C1E7CB36E4C; // System.Collections.Generic.List`1> struct List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76; // System.Collections.Generic.List`1 struct List_1_tA5BDE435C735A082941CD33D212F97F4AE9FA55F; // System.Collections.Generic.List`1 struct List_1_tF2FE88545EFEC788CAAE6C74EC2F78E937FCCAC3; // System.Collections.Generic.List`1 struct List_1_tC024320491AC06EBF0986C13544616E79D860B9A; // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D; // System.Collections.Generic.List`1 struct List_1_t8292C421BBB00D7661DC07462822936152BAB446; // System.Collections.Generic.List`1 struct List_1_t761CB6AB53A1E86522C5172FA0AB1A4E725A013F; // UnityEngine.Rendering.ObjectPool`1 struct ObjectPool_1_t99595E72EFE3F4492DB424138C3B94C9E0C18B58; // UnityEngine.Rendering.ObjectPool`1 struct ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75; // UnityEngine.Rendering.ObservableList`1 struct ObservableList_1_tE27AD108B4CB5CCFF6DDF2DFB5953AB0C97F731C; // UnityEngine.Rendering.ObservableList`1 struct ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_tF0FFDCC1E1E5FFF308EA742DAB59C57038E63299; // System.Collections.Generic.Stack`1 struct Stack_1_t811BF6167859620B1418B59BDE371AD6DB66F24A; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t9C30BCD020745BF400CBACF22C6F34ADBA2DDA6A; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t2458D1DC649FD3CF095F724C3EC92E16FA46982B; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tEE080CCD7CB382814B0F8287EEBDC6F426847938; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tA47FB4D68690FF7BE3BE1C596C5E08768A9B9AA9; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t74AF7C1BAE06C66E984668F663D574ED6A596D28; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t9D6BD0E38F05788BE4676E5739DFBF222F41CD08; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_t1D278BBD8CED6790AF7799AA4CFD47335ABAEF14; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t4D1D401ABCF75A70C628D864C667E50BD5FDEA70; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tD38255F15A144A13BD574D956F88D9BDF9B44C1A; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t197C691F43F1694B771BF83C278D12BBFEEB86FA; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t718A030046AAAA47E1322BB35AC6413A79C7E21D; // System.Func`1[] struct Func_1U5BU5D_tB1F9470EF5E544CC2AB4AD0BE692BD0B0BB7DF30; // UnityEngine.InputSystem.InputProcessor`1[] struct InputProcessor_1U5BU5D_t5083205703ED9D1A4B8037E3BBE765389957231A; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_tF596AD324082C553DB364C768406A40BB3C85343; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_tC4A380F5C725AF3737A4614CCBB343AB68AED2BD; // System.ValueTuple`2[] struct ValueTuple_2U5BU5D_t4B8018E83D96B9F7621FB7B61838FE7115D1E4EC; // System.Byte[] struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; // UnityEngine.Rendering.DebugActionDesc[] struct DebugActionDescU5BU5D_t4E2759E60EB786DE189B8646D7E7BC5DEACE9703; // UnityEngine.Rendering.DebugActionState[] struct DebugActionStateU5BU5D_tEDECDC92D0831CE3393A86713996A09454D0B733; // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; // UnityEngine.EventSystems.EventSystem[] struct EventSystemU5BU5D_tC56681ED65D83E744C4504A1D94048F29AFA499B; // UnityEngine.GUIContent[] struct GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503; // UnityEngine.GradientAlphaKey[] struct GradientAlphaKeyU5BU5D_tA5D7ED787780B5C01635C8C59B15B2BC01AEC50E; // UnityEngine.GradientColorKey[] struct GradientColorKeyU5BU5D_tB8929E6EE130CA1F3C1664B300BE83A95A642C18; // UnityEngine.InputSystem.InputControl[] struct InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; // System.IntPtr[] struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; // UnityEngine.InputSystem.Utilities.InternedString[] struct InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5; // UnityEngine.Keyframe[] struct KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3; // UnityEngine.Rendering.LensFlareComponentSRP[] struct LensFlareComponentSRPU5BU5D_t0C497502E824C528FB5E2542744BC3FE6800BFF6; // UnityEngine.Rendering.LensFlareDataElementSRP[] struct LensFlareDataElementSRPU5BU5D_t1D7EBF0AA1925339AAA0E04DCE9F1B78105B6D38; // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; // UnityEngine.InputSystem.UI.PointerModel[] struct PointerModelU5BU5D_tE7B1CA281F392BD0840E1A81754AC94AF44FEE81; // UnityEngine.Rendering.RTHandle[] struct RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF; // System.Single[] struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; // System.String[] struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; // System.Type[] struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; // System.UInt16[] struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83; // System.UInt32[] struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA; // UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode[] struct AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394; // UnityEngine.Rendering.DynamicResolutionHandler/ScalerContainer[] struct ScalerContainerU5BU5D_tC77571377136111C49364FC610EEABE164F62577; // UnityEngine.InputSystem.InputDevice/ControlBitRangeNode[] struct ControlBitRangeNodeU5BU5D_t912A404149DE6D350D1735A026182C409C510F27; // System.Action struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07; // UnityEngine.AnimationCurve struct AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354; // System.AsyncCallback struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C; // UnityEngine.Rendering.AtlasAllocator struct AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E; // UnityEngine.Rendering.AtlasAllocatorDynamic struct AtlasAllocatorDynamic_t1C5BD5EE7946E12B603130FA9D7CEB42B3B4D170; // System.Attribute struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA; // UnityEngine.InputSystem.Controls.AxisControl struct AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7; // UnityEngine.EventSystems.AxisEventData struct AxisEventData_t4AA742BC101B1AA300B16EE7F19E31B91F37A938; // UnityEngine.EventSystems.BaseEventData struct BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F; // UnityEngine.EventSystems.BaseInput struct BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622; // UnityEngine.EventSystems.BaseInputModule struct BaseInputModule_tF3B7C22AF1419B2AC9ECE6589357DC1B88ED96B1; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832; // UnityEngine.Behaviour struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA; // System.Reflection.Binder struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; // UnityEngine.Rendering.BufferedRTHandleSystem struct BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046; // UnityEngine.InputSystem.Controls.ButtonControl struct ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF; // UnityEngine.Camera struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184; // UnityEngine.Rendering.CommandBuffer struct CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7; // UnityEngine.Component struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3; // UnityEngine.ComputeShader struct ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8; // UnityEngine.Rendering.CoreRPHelpURLAttribute struct CoreRPHelpURLAttribute_t602FBE6B727B55C450117479FD27338725F12BF3; // UnityEngine.Coroutine struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B; // UnityEngine.Profiling.CustomSampler struct CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487; // UnityEngine.Rendering.DebugManager struct DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672; // UnityEngine.Rendering.UI.DebugUIHandlerCanvas struct DebugUIHandlerCanvas_t42F6FDECA89A5D5F3C1534DC37FABB37E1401209; // UnityEngine.Rendering.UI.DebugUIHandlerPersistentCanvas struct DebugUIHandlerPersistentCanvas_tC4C96BD52F7E1FF302C31269BB744E0D688FAC2D; // UnityEngine.Rendering.UI.DebugUIHandlerWidget struct DebugUIHandlerWidget_tE597C749DDA3EBA7627F38F8A77EB5A171B9E6D1; // UnityEngine.Rendering.DebugUpdater struct DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; // UnityEngine.InputSystem.Controls.DeltaControl struct DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B; // UnityEngine.Rendering.DocumentationInfo struct DocumentationInfo_t6D259378DA8DDBFBE299EB50C2631CC04E1C3A75; // UnityEngine.Rendering.DynamicResolutionHandler struct DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE; // UnityEngine.EventSystems.EventSystem struct EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707; // UnityEngine.InputSystem.UI.ExtendedPointerEventData struct ExtendedPointerEventData_t164B462A9B123B2EE69B7DEC4F33F6AA3DE7937F; // System.Reflection.FieldInfo struct FieldInfo_t; // UnityEngine.GUIContent struct GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2; // UnityEngine.GameObject struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F; // UnityEngine.Rendering.GenerateHLSL struct GenerateHLSL_t9A4EE8598B7A111302A1B62A085EAE51672CC41C; // UnityEngine.Gradient struct Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E; // UnityEngine.Rendering.HLSLArray struct HLSLArray_t649CAF5E2F6CA542E751E3AE7476428A874BF5D6; // UnityEngine.HelpURLAttribute struct HelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D; // System.IAsyncResult struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5; // System.Collections.IDictionary struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; // System.Collections.IEnumerator struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA; // UnityEngine.InputSystem.InputActionAsset struct InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D; // UnityEngine.InputSystem.InputActionMap struct InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09; // UnityEngine.InputSystem.InputActionReference struct InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1; // UnityEngine.InputSystem.InputControl struct InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E; // UnityEngine.InputSystem.InputDevice struct InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B; // UnityEngine.InputSystem.UI.InputSystemUIInputModule struct InputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58; // UnityEngine.InputSystem.Controls.IntegerControl struct IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB; // UnityEngine.Rendering.LensFlareCommonSRP struct LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135; // UnityEngine.Rendering.LensFlareComponentSRP struct LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC; // UnityEngine.Rendering.LensFlareDataElementSRP struct LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140; // UnityEngine.Rendering.LensFlareDataSRP struct LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295; // UnityEngine.Light struct Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3; // UnityEngine.Material struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3; // System.Reflection.MemberFilter struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553; // System.Reflection.MethodBase struct MethodBase_t; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71; // UnityEngine.Rendering.MousePositionDebug struct MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10; // System.NotSupportedException struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A; // UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C; // UnityEngine.Rendering.PackingAttribute struct PackingAttribute_tC224FC73087308F1ACD0F784C4FDC22C41D314E4; // UnityEngine.InputSystem.Pointer struct Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A; // UnityEngine.Rendering.PowerOfTwoTextureAtlas struct PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE; // UnityEngine.Rendering.ProfilingSampler struct ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE; // UnityEngine.Rendering.RTHandle struct RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B; // UnityEngine.Rendering.RTHandleSystem struct RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F; // UnityEngine.Profiling.Recorder struct Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90; // UnityEngine.Rendering.RenderPipelineResources struct RenderPipelineResources_tAA6BDE0F0074318A421B1D71C06F4ABC4C5C175A; // UnityEngine.RenderTexture struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; // UnityEngine.Profiling.Sampler struct Sampler_t5AC6EA95DC44B5F830F9E8351D37B2A0AC5678E5; // UnityEngine.Rendering.ScaleFunc struct ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791; // UnityEngine.ScriptableObject struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37; // UnityEngine.Rendering.SphericalHarmonicsL2Utils struct SphericalHarmonicsL2Utils_tA927960133FD8E249B3CA2E90EE3AF39B22FDF42; // System.String struct String_t; // UnityEngine.Rendering.SurfaceDataAttributes struct SurfaceDataAttributes_t955595DD5404BF72FCA2458E5EAF1D2D9DFAFC5C; // UnityEngine.Texture struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700; // UnityEngine.Texture2D struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4; // UnityEngine.Rendering.Texture2DAtlas struct Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F; // UnityEngine.Transform struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1; // System.Type struct Type_t; // UnityEngine.InputSystem.Controls.Vector2Control struct Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; // UnityEngine.WaitForEndOfFrame struct WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663; // System.WeakReference struct WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E; // UnityEngine.Rendering.AtlasAllocator/<>c struct U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE; // UnityEngine.Rendering.AtlasAllocator/AtlasNode struct AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4; // UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool struct AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0; // UnityEngine.Camera/CameraCallback struct CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD; // UnityEngine.Rendering.DebugUI/BitField struct BitField_t4178A9AD81C436DBE57F464343BA996642134062; // UnityEngine.Rendering.DebugUI/ColorField struct ColorField_t6BB20214FF8E76FBA61FE664ACF6FAAF67D7E790; // UnityEngine.Rendering.DebugUI/EnumField struct EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C; // UnityEngine.Rendering.DebugUI/HistoryEnumField struct HistoryEnumField_t3708BFF5BC85F8588A24CA70FB70BCAF188E9E08; // UnityEngine.Rendering.DebugUI/IContainer struct IContainer_tBD9F21C42D4253E306C4EF7CFC72480E0C7C89B5; // UnityEngine.Rendering.DebugUI/MessageBox struct MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5; // UnityEngine.Rendering.DebugUI/Panel struct Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295; // UnityEngine.Rendering.DebugUI/Vector2Field struct Vector2Field_t5CDE5FE31ACEDA9AA41D204ABBE50392E2080816; // UnityEngine.Rendering.DebugUI/Vector3Field struct Vector3Field_t4019EB5DDB0C820FA72499C5F078A9BE00DCAF94; // UnityEngine.Rendering.DebugUI/Vector4Field struct Vector4Field_t9C175CACC33030F0B57C4CB016466127D28E4AD3; // UnityEngine.Rendering.DebugUI/Widget struct Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF; // UnityEngine.Rendering.DebugUpdater/d__9 struct U3CDoAfterInputModuleUpdatedU3Ed__9_t021E74D1816F0C80180EEB4E395D56996E887DDA; // UnityEngine.Rendering.DebugUpdater/d__15 struct U3CRefreshRuntimeUINextFrameU3Ed__15_t50A87A3B0B43129C48E72CEC6AE080030D591218; // UnityEngine.Rendering.PowerOfTwoTextureAtlas/<>c struct U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76; // UnityEngine.Rendering.DebugUI/EnumField/<>c struct U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F; // UnityEngine.Rendering.DebugUI/EnumUtility/<>c struct U3CU3Ec_t29E113FE77BAF76301694C4C9B52AB826DD5CB19; // UnityEngine.Rendering.DebugUI/Panel/<>c struct U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310; IL2CPP_EXTERN_C RuntimeClass* Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Comparison_1_tAAA49090DDD60EBD79DCCB4F483266C134E1EF98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConstantBuffer_tB166ADD4FDA2C484CB3C1407D8129F97DF1BCC26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t94475399CE552E8F5CB52DF041E6CBAC98D48E2F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GradientAlphaKeyU5BU5D_tA5D7ED787780B5C01635C8C59B15B2BC01AEC50E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GradientColorKeyU5BU5D_tB8929E6EE130CA1F3C1664B300BE83A95A642C18_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Graphics_t99CD970FFEA58171C70F54DF0C06D315BD452F2C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t61C11008763FAA1A256F99243A90C1BC59BE61A5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InspectorNameAttribute_t30287A92B113253B9E22924DD6FC4C7007545497_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ListChangedEventHandler_1_tC0988B097B0885471C7749525EF01C1E7CB36E4C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tC024320491AC06EBF0986C13544616E79D860B9A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75_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* ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RenderTextureFormat_tB6F1ED5040395B46880CE00312D2FDDBF9EEB40F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextureXR_tB3A225CF8C32F06F290405118D16AE7F07ADE14B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CDoAfterInputModuleUpdatedU3Ed__9_t021E74D1816F0C80180EEB4E395D56996E887DDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CRefreshRuntimeUINextFrameU3Ed__15_t50A87A3B0B43129C48E72CEC6AE080030D591218_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t29E113FE77BAF76301694C4C9B52AB826DD5CB19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tC0CFE0E72EA6AEB9FDCA54EF2234CE64CE60C772____45AC882BD91FEBD5A58E67471A0EF32BFC485447A8A18D61DBA335FDA5A2C097_0_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tC0CFE0E72EA6AEB9FDCA54EF2234CE64CE60C772____4A1D5C231BB4DDB64A57CFF5FC45592F845DB22D8DE0DCCA7BB59D822908C39A_1_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tC0CFE0E72EA6AEB9FDCA54EF2234CE64CE60C772____90C2D148CDB931199C77ADD692B92324CDFC328EDD1D0AB7FA24830C177A4FF4_2_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tC0CFE0E72EA6AEB9FDCA54EF2234CE64CE60C772____C606E03B5FE8EAD2ECA6BCB45AE684039D928B4EE7C4A03C63D0DF9F94F81DAF_4_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral0BCB50B12A1405A138BB34031F4D0476FF733C63; IL2CPP_EXTERN_C String_t* _stringLiteral20BEC2E13BE9D02507342BC12106C92CE971A11B; IL2CPP_EXTERN_C String_t* _stringLiteral26D28236F139623ED74CC5061050BCB71814DFE1; IL2CPP_EXTERN_C String_t* _stringLiteral2F98384937976CAC9029AF13C40CA246B36B2733; IL2CPP_EXTERN_C String_t* _stringLiteral300727B2515C1F28FD82742707AA4052272723BA; IL2CPP_EXTERN_C String_t* _stringLiteral3AA1CD583B4CC85F8628B89E49B5045185072903; IL2CPP_EXTERN_C String_t* _stringLiteral3D9F44341B879212893F0EF39D5B3E64CBFBD984; IL2CPP_EXTERN_C String_t* _stringLiteral454287F0FE7F8F8046916CB8E1FBE5DA62A4BECA; IL2CPP_EXTERN_C String_t* _stringLiteral4782391DCE600A9C2242D98FDEE5821F78F9DA04; IL2CPP_EXTERN_C String_t* _stringLiteral486C2284CBBE41FFA028E72ECCDF4E5011B19D41; IL2CPP_EXTERN_C String_t* _stringLiteral51CA655CEBF16BF68DE714ACF70DC309802DE754; IL2CPP_EXTERN_C String_t* _stringLiteral5996CCC9B5971E1F99824C8F390DCF0E03ECE07B; IL2CPP_EXTERN_C String_t* _stringLiteral5C52CEB56F468F0E4A01C322ACDC2DB5BB8CAEDE; IL2CPP_EXTERN_C String_t* _stringLiteral61FF9A6F253DD43F0AD8B49CD386A2D714864ADF; IL2CPP_EXTERN_C String_t* _stringLiteral6C70CC16B043B8400B1F1781947F0BBEE50CD6D3; IL2CPP_EXTERN_C String_t* _stringLiteral6DF66CBF1811D949A4A31BB943DA9DC521172B37; IL2CPP_EXTERN_C String_t* _stringLiteral713B3466EEC66D50D7657D458CCDCAE7F45A2292; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB; IL2CPP_EXTERN_C String_t* _stringLiteral7E0D435E54E5A3B8A31DB02CE954B18FEBE5A898; IL2CPP_EXTERN_C String_t* _stringLiteral80745EA974FEC5B01402CDBBA310B5CDA63F1E2C; IL2CPP_EXTERN_C String_t* _stringLiteral8115B4BD81449052A4E19E865B714EA49DA4E46C; IL2CPP_EXTERN_C String_t* _stringLiteral96E86D994C542E8C3CFF4703CB8A80754EECBAE6; IL2CPP_EXTERN_C String_t* _stringLiteralA0A0AC5C57BD0D966217425882EFFECF4ED59F39; IL2CPP_EXTERN_C String_t* _stringLiteralA6391DF311770F80D17AEA46483B8344CB8D5D42; IL2CPP_EXTERN_C String_t* _stringLiteralA673D4DF18CB718A155159C51DB8F10662EEBF65; IL2CPP_EXTERN_C String_t* _stringLiteralAF81647A04FE403C279B3B8A838CD888DFB2D9AC; IL2CPP_EXTERN_C String_t* _stringLiteralB641CA3BCF46222A4846D0082A7528E2A9089667; IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; IL2CPP_EXTERN_C String_t* _stringLiteralBB4733E9485630AD9DD26228E9B54A30537A03D8; IL2CPP_EXTERN_C String_t* _stringLiteralBE26D12BC172451A2AF6AD9956F4063480E11C45; IL2CPP_EXTERN_C String_t* _stringLiteralBED620E9E1D0711D29EE397E6EA506FD6EE38C3D; IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB; IL2CPP_EXTERN_C String_t* _stringLiteralC4B92DD600912F3CFA06F654D296A6240FE52B54; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDE9F77DFCE8ACCA5536BA3757662F8A30C163C5A; IL2CPP_EXTERN_C String_t* _stringLiteralE0B1A03531873241748A6DCD4059166D236A6EDF; IL2CPP_EXTERN_C String_t* _stringLiteralF46FCD5F7A370D365842ED8D066EE1D849DEE7C6; IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisRTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_m84128550E844B679D453EB2801533537ECFD1313_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisEventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_mC0057F51AC54461AE48825268F70602D751EC73E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisInputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58_m3D7DFF37E6B380C5018AB5E6CCDFD4F4E2FED2F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisLight_t1E68479B7782AF2050FAA02A5DC612FD034F18F3_mF4816FA12B6F220CA55D47D669D7E50DC118B9E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConstantBuffer_Set_TisHammersley2dSeq16_t397C360C61F6E7F51A0A76E3D2C33D9E3E7DA9C0_m7A60CB4ED0F47AD24A2D0C00166C949E0E760775_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConstantBuffer_Set_TisHammersley2dSeq256_tC5B5FB2A55263672FAF8EDF3CC19470F51E623C3_m54DDD973DD3750D15DD38AB427ABA487C7B759FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConstantBuffer_Set_TisHammersley2dSeq32_t5222FE247619F99BDD08C37FE5B0D94747718042_m358194093E9CFB69CD0BCDE3090F461113AC6540_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConstantBuffer_Set_TisHammersley2dSeq64_tAF73FAB2FE740998DFFF551198D6C651F0A058E7_mCE30D4E1551A423A6AC0D1B7044274A18E9E889C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConstantBuffer_UpdateData_TisHammersley2dSeq16_t397C360C61F6E7F51A0A76E3D2C33D9E3E7DA9C0_mB3A2E2AAE88CA063A5A7DE977C951662FF16E3BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConstantBuffer_UpdateData_TisHammersley2dSeq256_tC5B5FB2A55263672FAF8EDF3CC19470F51E623C3_m9E0271126365E1D92B0DF00F352BF2FABCF4D0F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConstantBuffer_UpdateData_TisHammersley2dSeq32_t5222FE247619F99BDD08C37FE5B0D94747718042_mD968B5F922F3C5DB2D824F1F062B24F8270906F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConstantBuffer_UpdateData_TisHammersley2dSeq64_tAF73FAB2FE740998DFFF551198D6C651F0A058E7_m1EBA0AEFF9402C3905FDC1857997F2A021BB648E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DebugUpdater_AssignDefaultActions_m544E2B25C85619B9FA366E9C58581A31925ED19F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DebugUpdater_CheckInputModuleExists_m1AA5338341C5BB4AE1225AA027A71FE2C693AE93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m1E941F2C1CDD8057B1A502A38E419D4B583D831F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m2E5B8F24222E5929B4B5E21DC32E0FC4936E5F58_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m55750A17444D5AEC437A5E23F03284F27AA9454F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m7297B23EB42752916EFA7473360207BAF3B74CB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m9821889E928BB7EAEE9A7E81EDFC59651F7CBDD0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mA6D8FBFFDC846F64D707528D1E157204243191AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mB76E51EAB1D0DAA739EF3ED555816A81C9C8931E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mD8339012B47360F8E05DDC59E31DA45929EA7D4C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m9762CCDA671A13DC5553F58255E4CDD55E357A68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m49AFDC1960078203BAC27400D83CB3CB2ADBE964_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_mB5EB823E831FAB1EEB71EC4AB5BCC8EAE34949E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m67472ABD44765AB911EA934ECE324883342EF840_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mBFDE29F1E8B29EC001EC37D43F4B86D6165B11CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m1EEB5E9C85400756E857A890B8379FD44DEA100F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m2D1EA6829700F6B428BF1C48026ECBABBDC9038B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m975CD2EF8CB330A0C83671BE356BA649653F84AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m2558CA63B57880719B2AC3164028F64C7844BF69_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m47BB8E7152F27A5218E85206AA3A6EACDA139E94_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m6F08421248A34497AABE64516BB661B9719E2227_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mF668EFEA16284902F4269DECDB1A9BA0FE5E6DC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m630EA0B8C047CEEDE3F94D4007E90FED7A6668ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m824C62AE381465271FBCE77563C6E43679F47152_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mE46499A47B2A95498692503EBD04CAC9B9022ABB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisString_t_m498656AA08CF7218D7153CF70BC5E1110D19B7F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Distinct_TisString_t_m1E99E758E2A5605D0EE48F5715C69AF1096BF99B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisString_t_mAF32DE31491691572D7AB8E9AD51FD79FCD75C75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_First_TisRuntimeObject_mEFECF1B8C3201589C5AF34176DCBF8DD926642D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisGUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2_TisString_t_m0ED254599DEBE6BAB9D4E6D8B85090CC324E044E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m052B480B24D5C097FF7B5F2E0C881FC855D67390_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m33547778A54D8060AE8386E0E1A8BE002F87A964_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mAB65E5E8BB682D69B1462A3A17BB4AE1C0BF3CC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mC0F791D54EF93821764D16947924122691D7B92B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mDADA15623227D9D309A643BA97C474F54A6CB443_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m290DE9C01AB3B05828D641642BE844768D63D3B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m2B7D9D0947E45850874A0C4B606557EFC0DC7F5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m69F1268BC66F41D2FECB8F2BDF8CB31B65DCCBF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mC583DB50AF12A05CF3BB25D0A7B7211E782D5BB8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mE6D63BB8F8E8D286C5DD1256F187F85C12C62225_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m6DC198E160CFB8A384C1426104FBA137D8FE37DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m7E42D1BC893E7831E1994B2F7C8B69053148B70E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m892A10C27981E67FE043BFB45B8617910CFE1ED8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mAA63087F0640DBC5903F745B47257347032BFA83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mFFE84D5C057AEF74C28E9E63834D72E01CE5237E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Field_1__ctor_m5E85360C971446C73E1A8E5ED7DA17D7EDC90E1B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Field_1__ctor_m78BF1E2D6798A3DA4E39D535DABBF0930D243627_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Field_1__ctor_m7C303BA68691F2521E9EC689B23AE797B4DFBB05_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Field_1__ctor_m987712BF4E8BBF11473DA83B4CF70877C002430C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Field_1__ctor_mB37915846F62EF7567FA4BADBE9B41418E200CD1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Field_1__ctor_mE26676B8CC7ACCECF4108378DD58EF11BEC4036F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisDebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_m20E74601D6C895DB3BEC1D3977A602EF44EAD381_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisEventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_m203F7DE96857384187AB285095F071B84400B9B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisInputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58_mA175957B292E3F565216766FCE1E9D85836183A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_m840035C205248E5C4DB0B3FB17ABDA3C5660F1CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Clear_m7F4E9A8CFE06328CD0E3494DB9966B2112EBC112_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_mC52985FCD7DC1A44B052F0F30C62208F1021D7D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_CopyTo_mF478E725DF865AC9B336FC98E7DA27DA0B665A0C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_mEEEAA372D2C702523454C24CD797AA43A6BDF255_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_m1631FD8258270F69D88FD69948375CE0B8D048C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m0B0E0C9E75C10B8B5CB36E2D38848B90D8962950_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_get_Count_mF23F1DAFA0ABA9DEAB0A3E7232D2D60F7BB5CDE2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_1_ReadValue_m362E05F00FE8CF8FC52F0D673291907EC7FA6541_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m46AAAAE3FB1DEF3F9B68CAE9BD0BC8DF3219FA77_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m22C0F0F1E095CECC221A48F072C7542A95014140_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0D7B1846260D6953F51DEFB78CFE8F41D69BC7F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m53E45FA09590D57B09F24D3B7FFC65DCDD38E70C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m14286E6FC0B776CB48D1294F04395B1E52A8AD18_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m36F8FF63DEF5EA0090402D29A674F0DA5243A431_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mC66B7183F91C8F684DFDB72FC63E47326143E2A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mFE5BD77735C0E901C212898A4037DBFAE4667E03_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_mA1ADAF22BEC8A84B242C65D98710F2E696C077B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m112B395BFFC3E2B1762F09109D173342A2F0EC10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC4338822F8DE46925074DA360B9A7B1549E16A32_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m197372F0892144AF02BFCDEB44B8B4BD73F583C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Get_m72989C70A667938534DB2B5633F1957384957316_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Release_mDA165395335415A6CC5C0332EC48735507B673B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1__ctor_m248576F8207BC015367464CBE1320AA25BD71557_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectsOfType_TisEventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_mEFA2B6F1580C46412298144E8F6E7962730BD7AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObservableList_1_GetEnumerator_m86222380114A614EAB7EEF793AD6C68F17CDF3FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObservableList_1__ctor_mAEB9F6BC66394C9058EB983FFB2657A6FEDDC4AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObservableList_1_add_ItemAdded_mC25392FD9E3A29DC70F6E00840980153040AD0FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObservableList_1_add_ItemRemoved_mDA8717743BA971F922CBC44E9BBAEDDD5949B2F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ProfilingSampler_Get_TisCoreProfileId_t66459E976D5987566CDB33711B12441EE66A16CA_mA80A89059AFD99B01D38B415ABA8F49B070E19D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDoAfterInputModuleUpdatedU3Ed__9_System_Collections_IEnumerator_Reset_m29D4EFEB3935C7DB1709DC54313B4CDF38E5897D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CRefreshRuntimeUINextFrameU3Ed__15_System_Collections_IEnumerator_Reset_m3C7EBC0FA8D19456E8BF377495712E73FD485C72_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CInitQuickSeparatorsU3Eb__17_0_mFFD8CE9ED1EB00ADCDFE046DF8FF00FAC4C484F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRelayoutEntriesU3Eb__23_0_mBF9D0BC493979E1C4D66D031B8E12629A6AA208B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__29_0_m2235200D857D434405F0663E3A1C60D70B41AA12_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__6_0_mEE6E87AE529F16564D6A203353BE0BF274FEED70_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__6_1_mCB0411FC9901BAFC4F1272C563E40879E9881F45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_m962EA662F3474234F5EAD48C6B015CB033607C5A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_mBC854B906321EBCBD5B8B90F1075808CD316F9C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* InspectorNameAttribute_t30287A92B113253B9E22924DD6FC4C7007545497_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 Func_1U5BU5D_tB1F9470EF5E544CC2AB4AD0BE692BD0B0BB7DF30; struct ValueTuple_2U5BU5D_t4B8018E83D96B9F7621FB7B61838FE7115D1E4EC; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct EventSystemU5BU5D_tC56681ED65D83E744C4504A1D94048F29AFA499B; struct GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503; struct GradientAlphaKeyU5BU5D_tA5D7ED787780B5C01635C8C59B15B2BC01AEC50E; struct GradientColorKeyU5BU5D_tB8929E6EE130CA1F3C1664B300BE83A95A642C18; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; struct KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3; struct LensFlareDataElementSRPU5BU5D_t1D7EBF0AA1925339AAA0E04DCE9F1B78105B6D38; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF; struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; struct AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B : 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_t1D278BBD8CED6790AF7799AA4CFD47335ABAEF14* ____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_t1DD9DA01E8F917158E0E796B8B9237D890B32700* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t2458D1DC649FD3CF095F724C3EC92E16FA46982B* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E : 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_t4D1D401ABCF75A70C628D864C667E50BD5FDEA70* ____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_tA56468ED3446803A019F31D8B16B398E4DB1DA1C* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_tEE080CCD7CB382814B0F8287EEBDC6F426847938* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E : 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_tD38255F15A144A13BD574D956F88D9BDF9B44C1A* ____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_tF86D4BF066D2918DC115471F95C704CCFE31A4BC* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_tA47FB4D68690FF7BE3BE1C596C5E08768A9B9AA9* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180 : 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_t197C691F43F1694B771BF83C278D12BBFEEB86FA* ____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_t67E8423B5AEB30C254013AD88AB68D2A36F1F436* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t74AF7C1BAE06C66E984668F663D574ED6A596D28* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0 : 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_t718A030046AAAA47E1322BB35AC6413A79C7E21D* ____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_t345F55E555F7A5166402EDA5086EAB8086BB184B* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t9D6BD0E38F05788BE4676E5739DFBF222F41CD08* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.HashSet`1 struct HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885 : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_tF596AD324082C553DB364C768406A40BB3C85343* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.HashSet`1 struct HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3 : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_tC4A380F5C725AF3737A4614CCBB343AB68AED2BD* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.List`1> struct List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items ValueTuple_2U5BU5D_t4B8018E83D96B9F7621FB7B61838FE7115D1E4EC* ____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_tC024320491AC06EBF0986C13544616E79D860B9A : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items LensFlareComponentSRPU5BU5D_t0C497502E824C528FB5E2542744BC3FE6800BFF6* ____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; }; // UnityEngine.Rendering.ObjectPool`1 struct ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75 : public RuntimeObject { // System.Collections.Generic.Stack`1 UnityEngine.Rendering.ObjectPool`1::m_Stack Stack_1_t811BF6167859620B1418B59BDE371AD6DB66F24A* ___m_Stack_0; // UnityEngine.Events.UnityAction`1 UnityEngine.Rendering.ObjectPool`1::m_ActionOnGet UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26* ___m_ActionOnGet_1; // UnityEngine.Events.UnityAction`1 UnityEngine.Rendering.ObjectPool`1::m_ActionOnRelease UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26* ___m_ActionOnRelease_2; // System.Boolean UnityEngine.Rendering.ObjectPool`1::m_CollectionCheck bool ___m_CollectionCheck_3; // System.Int32 UnityEngine.Rendering.ObjectPool`1::k__BackingField int32_t ___U3CcountAllU3Ek__BackingField_4; }; // UnityEngine.Rendering.ObservableList`1 struct ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08 : public RuntimeObject { // System.Collections.Generic.IList`1 UnityEngine.Rendering.ObservableList`1::m_List RuntimeObject* ___m_List_0; // UnityEngine.Rendering.ListChangedEventHandler`1 UnityEngine.Rendering.ObservableList`1::ItemAdded ListChangedEventHandler_1_tC0988B097B0885471C7749525EF01C1E7CB36E4C* ___ItemAdded_1; // UnityEngine.Rendering.ListChangedEventHandler`1 UnityEngine.Rendering.ObservableList`1::ItemRemoved ListChangedEventHandler_1_tC0988B097B0885471C7749525EF01C1E7CB36E4C* ___ItemRemoved_2; }; // UnityEngine.Rendering.AtlasAllocator struct AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E : public RuntimeObject { // UnityEngine.Rendering.AtlasAllocator/AtlasNode UnityEngine.Rendering.AtlasAllocator::m_Root AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* ___m_Root_0; // System.Int32 UnityEngine.Rendering.AtlasAllocator::m_Width int32_t ___m_Width_1; // System.Int32 UnityEngine.Rendering.AtlasAllocator::m_Height int32_t ___m_Height_2; // System.Boolean UnityEngine.Rendering.AtlasAllocator::powerOfTwoPadding bool ___powerOfTwoPadding_3; // UnityEngine.Rendering.ObjectPool`1 UnityEngine.Rendering.AtlasAllocator::m_NodePool ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75* ___m_NodePool_4; }; // UnityEngine.Rendering.AtlasAllocatorDynamic struct AtlasAllocatorDynamic_t1C5BD5EE7946E12B603130FA9D7CEB42B3B4D170 : public RuntimeObject { // System.Int32 UnityEngine.Rendering.AtlasAllocatorDynamic::m_Width int32_t ___m_Width_0; // System.Int32 UnityEngine.Rendering.AtlasAllocatorDynamic::m_Height int32_t ___m_Height_1; // UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool UnityEngine.Rendering.AtlasAllocatorDynamic::m_Pool AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* ___m_Pool_2; // System.Int16 UnityEngine.Rendering.AtlasAllocatorDynamic::m_Root int16_t ___m_Root_3; // System.Collections.Generic.Dictionary`2 UnityEngine.Rendering.AtlasAllocatorDynamic::m_NodeFromID Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E* ___m_NodeFromID_4; }; // System.Attribute struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject { }; // UnityEngine.Rendering.BufferedRTHandleSystem struct BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046 : public RuntimeObject { // System.Collections.Generic.Dictionary`2 UnityEngine.Rendering.BufferedRTHandleSystem::m_RTHandles Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* ___m_RTHandles_0; // UnityEngine.Rendering.RTHandleSystem UnityEngine.Rendering.BufferedRTHandleSystem::m_RTHandleSystem RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* ___m_RTHandleSystem_1; // System.Boolean UnityEngine.Rendering.BufferedRTHandleSystem::m_DisposedValue bool ___m_DisposedValue_2; }; // UnityEngine.Rendering.DocumentationInfo struct DocumentationInfo_t6D259378DA8DDBFBE299EB50C2631CC04E1C3A75 : public RuntimeObject { }; // UnityEngine.Rendering.DocumentationUtils struct DocumentationUtils_t28FBC323107B47A3D56412C289C1ED6DAF1381E8 : public RuntimeObject { }; // System.EventArgs struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 : public RuntimeObject { }; // UnityEngine.GUIContent struct GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2 : public RuntimeObject { // System.String UnityEngine.GUIContent::m_Text String_t* ___m_Text_0; // UnityEngine.Texture UnityEngine.GUIContent::m_Image Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___m_Image_1; // System.String UnityEngine.GUIContent::m_Tooltip String_t* ___m_Tooltip_2; }; // Native definition for P/Invoke marshalling of UnityEngine.GUIContent struct GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2_marshaled_pinvoke { char* ___m_Text_0; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___m_Image_1; char* ___m_Tooltip_2; }; // Native definition for COM marshalling of UnityEngine.GUIContent struct GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2_marshaled_com { Il2CppChar* ___m_Text_0; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___m_Image_1; Il2CppChar* ___m_Tooltip_2; }; // UnityEngine.Rendering.Hammersley struct Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B : public RuntimeObject { }; // UnityEngine.Rendering.LensFlareCommonSRP struct LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135 : public RuntimeObject { }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { }; // UnityEngine.Rendering.MousePositionDebug struct MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10 : public RuntimeObject { }; // UnityEngine.Rendering.ProfilingSampler struct ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE : public RuntimeObject { // UnityEngine.Profiling.CustomSampler UnityEngine.Rendering.ProfilingSampler::k__BackingField CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___U3CsamplerU3Ek__BackingField_0; // UnityEngine.Profiling.CustomSampler UnityEngine.Rendering.ProfilingSampler::k__BackingField CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___U3CinlineSamplerU3Ek__BackingField_1; // System.String UnityEngine.Rendering.ProfilingSampler::k__BackingField String_t* ___U3CnameU3Ek__BackingField_2; // UnityEngine.Profiling.Recorder UnityEngine.Rendering.ProfilingSampler::m_Recorder Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* ___m_Recorder_3; // UnityEngine.Profiling.Recorder UnityEngine.Rendering.ProfilingSampler::m_InlineRecorder Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* ___m_InlineRecorder_4; }; // UnityEngine.Rendering.RTHandles struct RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C : public RuntimeObject { }; // UnityEngine.Rendering.SphericalHarmonicsL2Utils struct SphericalHarmonicsL2Utils_tA927960133FD8E249B3CA2E90EE3AF39B22FDF42 : public RuntimeObject { }; // System.String struct String_t : public RuntimeObject { // System.Int32 System.String::_stringLength int32_t ____stringLength_4; // System.Char System.String::_firstChar Il2CppChar ____firstChar_5; }; // System.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.Rendering.AtlasAllocator/<>c struct U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE : public RuntimeObject { }; // UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool struct AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0 : public RuntimeObject { // UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode[] UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool::m_Nodes AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* ___m_Nodes_0; // System.Int16 UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool::m_Next int16_t ___m_Next_1; // System.Int16 UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool::m_FreelistHead int16_t ___m_FreelistHead_2; }; // UnityEngine.Rendering.DebugUI/Panel struct Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295 : public RuntimeObject { // UnityEngine.Rendering.DebugUI/Flags UnityEngine.Rendering.DebugUI/Panel::k__BackingField int32_t ___U3CflagsU3Ek__BackingField_0; // System.String UnityEngine.Rendering.DebugUI/Panel::k__BackingField String_t* ___U3CdisplayNameU3Ek__BackingField_1; // System.Int32 UnityEngine.Rendering.DebugUI/Panel::k__BackingField int32_t ___U3CgroupIndexU3Ek__BackingField_2; // UnityEngine.Rendering.ObservableList`1 UnityEngine.Rendering.DebugUI/Panel::k__BackingField ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* ___U3CchildrenU3Ek__BackingField_3; // System.Action`1 UnityEngine.Rendering.DebugUI/Panel::onSetDirty Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* ___onSetDirty_4; }; // UnityEngine.Rendering.DebugUI/Widget struct Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF : public RuntimeObject { // UnityEngine.Rendering.DebugUI/Panel UnityEngine.Rendering.DebugUI/Widget::m_Panel Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* ___m_Panel_0; // UnityEngine.Rendering.DebugUI/IContainer UnityEngine.Rendering.DebugUI/Widget::m_Parent RuntimeObject* ___m_Parent_1; // UnityEngine.Rendering.DebugUI/Flags UnityEngine.Rendering.DebugUI/Widget::k__BackingField int32_t ___U3CflagsU3Ek__BackingField_2; // System.String UnityEngine.Rendering.DebugUI/Widget::k__BackingField String_t* ___U3CdisplayNameU3Ek__BackingField_3; // System.String UnityEngine.Rendering.DebugUI/Widget::k__BackingField String_t* ___U3CtooltipU3Ek__BackingField_4; // System.String UnityEngine.Rendering.DebugUI/Widget::k__BackingField String_t* ___U3CqueryPathU3Ek__BackingField_5; // System.Func`1 UnityEngine.Rendering.DebugUI/Widget::isHiddenCallback Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___isHiddenCallback_6; }; // UnityEngine.Rendering.DebugUpdater/d__9 struct U3CDoAfterInputModuleUpdatedU3Ed__9_t021E74D1816F0C80180EEB4E395D56996E887DDA : public RuntimeObject { // System.Int32 UnityEngine.Rendering.DebugUpdater/d__9::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityEngine.Rendering.DebugUpdater/d__9::<>2__current RuntimeObject* ___U3CU3E2__current_1; // System.Action UnityEngine.Rendering.DebugUpdater/d__9::action Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___action_2; }; // UnityEngine.Rendering.DebugUpdater/d__15 struct U3CRefreshRuntimeUINextFrameU3Ed__15_t50A87A3B0B43129C48E72CEC6AE080030D591218 : public RuntimeObject { // System.Int32 UnityEngine.Rendering.DebugUpdater/d__15::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityEngine.Rendering.DebugUpdater/d__15::<>2__current RuntimeObject* ___U3CU3E2__current_1; }; // UnityEngine.Rendering.PowerOfTwoTextureAtlas/<>c struct U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76 : public RuntimeObject { }; // UnityEngine.Rendering.DebugUI/EnumField/<>c struct U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F : public RuntimeObject { }; // UnityEngine.Rendering.DebugUI/EnumUtility/<>c struct U3CU3Ec_t29E113FE77BAF76301694C4C9B52AB826DD5CB19 : public RuntimeObject { }; // UnityEngine.Rendering.DebugUI/Panel/<>c struct U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310 : public RuntimeObject { }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tC0A1E9E0FD0FAC58E7D7B27FC79F667D4572CD82 { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_tC024320491AC06EBF0986C13544616E79D860B9A* ____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 LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* ____current_3; }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t72556E98D7DDBE118A973D782D523D15A96461C8 { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current RuntimeObject* ____current_3; }; // System.Collections.Generic.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.HashSet`1/Enumerator struct Enumerator_t6C23FE5442A4D59C39D3A11804A6509E582C9B42 { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ____current_3; }; // UnityEngine.Rendering.DebugUI/Field`1 struct Field_1_tA5C891F8362F7E414DC7A9ECCB6F8610A9A61316 : public Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF { // System.Func`1 UnityEngine.Rendering.DebugUI/Field`1::k__BackingField Func_1_t6810F34C7AB650D465D2B9B6A1F0B277DAA46A3C* ___U3CgetterU3Ek__BackingField_7; // System.Action`1 UnityEngine.Rendering.DebugUI/Field`1::k__BackingField Action_1_t6F23E949C5B7B23A98CD4EE8560AA8A2266BDC22* ___U3CsetterU3Ek__BackingField_8; // System.Action`2,T> UnityEngine.Rendering.DebugUI/Field`1::onValueChanged Action_2_t8F37BBA9EDEE84C69724E5552FF35DEB93971BD2* ___onValueChanged_9; }; // UnityEngine.Rendering.DebugUI/Field`1 struct Field_1_t226E1C169087ABFC1448D9AD905D6E1BC4FCFD4C : public Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF { // System.Func`1 UnityEngine.Rendering.DebugUI/Field`1::k__BackingField Func_1_t5747A51D079771A54003751A99ED1F40EC898853* ___U3CgetterU3Ek__BackingField_7; // System.Action`1 UnityEngine.Rendering.DebugUI/Field`1::k__BackingField Action_1_tAFF122BBDCF2AC45C10128CFCDA45A5CA2ED307E* ___U3CsetterU3Ek__BackingField_8; // System.Action`2,T> UnityEngine.Rendering.DebugUI/Field`1::onValueChanged Action_2_tCF513090FC7E539499FDA61AA79356DC13634B40* ___onValueChanged_9; }; // UnityEngine.Rendering.DebugUI/Field`1 struct Field_1_t7F813BE8CAF3F3F635B34474DDD7B797C5B6CD2A : public Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF { // System.Func`1 UnityEngine.Rendering.DebugUI/Field`1::k__BackingField Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* ___U3CgetterU3Ek__BackingField_7; // System.Action`1 UnityEngine.Rendering.DebugUI/Field`1::k__BackingField Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* ___U3CsetterU3Ek__BackingField_8; // System.Action`2,T> UnityEngine.Rendering.DebugUI/Field`1::onValueChanged Action_2_t94C644233E37D574986F0297182FA2BD8972B44A* ___onValueChanged_9; }; // UnityEngine.Rendering.DebugUI/Field`1 struct Field_1_tA072783C26CACD3E84F9B62900C79E98AA01B8ED : public Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF { // System.Func`1 UnityEngine.Rendering.DebugUI/Field`1::k__BackingField Func_1_t9EB8CE9DFD9B703BC79F2087B16EA394B7A9F9A1* ___U3CgetterU3Ek__BackingField_7; // System.Action`1 UnityEngine.Rendering.DebugUI/Field`1::k__BackingField Action_1_t17E52B12DC24FA6C9DD52F87043C85BEA889BB81* ___U3CsetterU3Ek__BackingField_8; // System.Action`2,T> UnityEngine.Rendering.DebugUI/Field`1::onValueChanged Action_2_tF46B14C98A24F40F2279A1D4296BB9078938C034* ___onValueChanged_9; }; // UnityEngine.Rendering.DebugUI/Field`1 struct Field_1_tC3CCA8F7619A0B639B6671BD922EC68E34595E18 : public Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF { // System.Func`1 UnityEngine.Rendering.DebugUI/Field`1::k__BackingField Func_1_t58C51DB29153B53A9136AE397958F3FCC1F596EC* ___U3CgetterU3Ek__BackingField_7; // System.Action`1 UnityEngine.Rendering.DebugUI/Field`1::k__BackingField Action_1_t2EDB30EAB747FDF563DD6410FC76AF861A09A0C2* ___U3CsetterU3Ek__BackingField_8; // System.Action`2,T> UnityEngine.Rendering.DebugUI/Field`1::onValueChanged Action_2_t115BA48255E00E3E7D79535060D729C4822CAFF3* ___onValueChanged_9; }; // UnityEngine.Rendering.DebugUI/Field`1 struct Field_1_t13BBC583A7E521A9A0C5B9A2B8B537D8CEE550BD : public Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF { // System.Func`1 UnityEngine.Rendering.DebugUI/Field`1::k__BackingField Func_1_t704C051013549CDD77A31AEC405EA270221633B3* ___U3CgetterU3Ek__BackingField_7; // System.Action`1 UnityEngine.Rendering.DebugUI/Field`1::k__BackingField Action_1_t84D0CA347FC997E1202ECA3ED828B057841444EF* ___U3CsetterU3Ek__BackingField_8; // System.Action`2,T> UnityEngine.Rendering.DebugUI/Field`1::onValueChanged Action_2_t302322518DED0A32BC10F069AAEE117BC9C20917* ___onValueChanged_9; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tE5F1062E65707D24360CEAC52E03D32C6E5BA8BB { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputProcessor_1_tD1A40E0E5825AAABC3416EC96E087FF6E6351DD2* ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputProcessor_1U5BU5D_t5083205703ED9D1A4B8037E3BBE765389957231A* ___additionalValues_2; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t41B0BE9148DA71A79EE32EDB0E82E219783F9BF8 { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___additionalValues_2; }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_tC2490B07B1DD813665B621955586CF31457DB284 { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue int32_t ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___additionalValues_2; }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t8A432A21E5BF947BAA0D5792482601280C733867 { // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___value_1; }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 { // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject* ___value_1; }; // UnityEngine.Rendering.ListChangedEventArgs`1 struct ListChangedEventArgs_1_t8A3E449540FD3054850B8D5B18EF7BCAA529CBAA : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 { // System.Int32 UnityEngine.Rendering.ListChangedEventArgs`1::index int32_t ___index_1; // T UnityEngine.Rendering.ListChangedEventArgs`1::item Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* ___item_2; }; // System.Nullable`1 struct Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 { // System.Boolean System.Nullable`1::hasValue bool ___hasValue_0; // T System.Nullable`1::value int32_t ___value_1; }; // System.Boolean struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 { // System.Boolean System.Boolean::m_value bool ___m_value_0; }; // System.Char struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17 { // System.Char System.Char::m_value Il2CppChar ___m_value_0; }; // UnityEngine.Color struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F { // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; }; // System.Double struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F { // System.Double System.Double::m_value double ___m_value_0; }; // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { }; // UnityEngine.InputSystem.Utilities.FourCC struct FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED { // System.Int32 UnityEngine.InputSystem.Utilities.FourCC::m_Code int32_t ___m_Code_0; }; // UnityEngine.Rendering.GenerateHLSL struct GenerateHLSL_t9A4EE8598B7A111302A1B62A085EAE51672CC41C : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // UnityEngine.Rendering.PackingRules UnityEngine.Rendering.GenerateHLSL::packingRules int32_t ___packingRules_0; // System.Boolean UnityEngine.Rendering.GenerateHLSL::containsPackedFields bool ___containsPackedFields_1; // System.Boolean UnityEngine.Rendering.GenerateHLSL::needAccessors bool ___needAccessors_2; // System.Boolean UnityEngine.Rendering.GenerateHLSL::needSetters bool ___needSetters_3; // System.Boolean UnityEngine.Rendering.GenerateHLSL::needParamDebug bool ___needParamDebug_4; // System.Int32 UnityEngine.Rendering.GenerateHLSL::paramDefinesStart int32_t ___paramDefinesStart_5; // System.Boolean UnityEngine.Rendering.GenerateHLSL::omitStructDeclaration bool ___omitStructDeclaration_6; // System.Boolean UnityEngine.Rendering.GenerateHLSL::generateCBuffer bool ___generateCBuffer_7; // System.Int32 UnityEngine.Rendering.GenerateHLSL::constantRegister int32_t ___constantRegister_8; // System.String UnityEngine.Rendering.GenerateHLSL::sourcePath String_t* ___sourcePath_9; }; // UnityEngine.Rendering.GlobalDynamicResolutionSettings struct GlobalDynamicResolutionSettings_t2BF29E3CFADCD55F6AC2D35D728817B79264A9A0 { // System.Boolean UnityEngine.Rendering.GlobalDynamicResolutionSettings::enabled bool ___enabled_0; // System.Boolean UnityEngine.Rendering.GlobalDynamicResolutionSettings::useMipBias bool ___useMipBias_1; // System.Boolean UnityEngine.Rendering.GlobalDynamicResolutionSettings::enableDLSS bool ___enableDLSS_2; // System.UInt32 UnityEngine.Rendering.GlobalDynamicResolutionSettings::DLSSPerfQualitySetting uint32_t ___DLSSPerfQualitySetting_3; // System.Boolean UnityEngine.Rendering.GlobalDynamicResolutionSettings::DLSSUseOptimalSettings bool ___DLSSUseOptimalSettings_4; // System.Single UnityEngine.Rendering.GlobalDynamicResolutionSettings::DLSSSharpness float ___DLSSSharpness_5; // System.Single UnityEngine.Rendering.GlobalDynamicResolutionSettings::maxPercentage float ___maxPercentage_6; // System.Single UnityEngine.Rendering.GlobalDynamicResolutionSettings::minPercentage float ___minPercentage_7; // UnityEngine.Rendering.DynamicResolutionType UnityEngine.Rendering.GlobalDynamicResolutionSettings::dynResType uint8_t ___dynResType_8; // UnityEngine.Rendering.DynamicResUpscaleFilter UnityEngine.Rendering.GlobalDynamicResolutionSettings::upsampleFilter uint8_t ___upsampleFilter_9; // System.Boolean UnityEngine.Rendering.GlobalDynamicResolutionSettings::forceResolution bool ___forceResolution_10; // System.Single UnityEngine.Rendering.GlobalDynamicResolutionSettings::forcedPercentage float ___forcedPercentage_11; // System.Single UnityEngine.Rendering.GlobalDynamicResolutionSettings::lowResTransparencyMinimumThreshold float ___lowResTransparencyMinimumThreshold_12; // System.Single UnityEngine.Rendering.GlobalDynamicResolutionSettings::rayTracingHalfResThreshold float ___rayTracingHalfResThreshold_13; }; // Native definition for P/Invoke marshalling of UnityEngine.Rendering.GlobalDynamicResolutionSettings struct GlobalDynamicResolutionSettings_t2BF29E3CFADCD55F6AC2D35D728817B79264A9A0_marshaled_pinvoke { int32_t ___enabled_0; int32_t ___useMipBias_1; int32_t ___enableDLSS_2; uint32_t ___DLSSPerfQualitySetting_3; int32_t ___DLSSUseOptimalSettings_4; float ___DLSSSharpness_5; float ___maxPercentage_6; float ___minPercentage_7; uint8_t ___dynResType_8; uint8_t ___upsampleFilter_9; int32_t ___forceResolution_10; float ___forcedPercentage_11; float ___lowResTransparencyMinimumThreshold_12; float ___rayTracingHalfResThreshold_13; }; // Native definition for COM marshalling of UnityEngine.Rendering.GlobalDynamicResolutionSettings struct GlobalDynamicResolutionSettings_t2BF29E3CFADCD55F6AC2D35D728817B79264A9A0_marshaled_com { int32_t ___enabled_0; int32_t ___useMipBias_1; int32_t ___enableDLSS_2; uint32_t ___DLSSPerfQualitySetting_3; int32_t ___DLSSUseOptimalSettings_4; float ___DLSSSharpness_5; float ___maxPercentage_6; float ___minPercentage_7; uint8_t ___dynResType_8; uint8_t ___upsampleFilter_9; int32_t ___forceResolution_10; float ___forcedPercentage_11; float ___lowResTransparencyMinimumThreshold_12; float ___rayTracingHalfResThreshold_13; }; // UnityEngine.GradientAlphaKey struct GradientAlphaKey_tF469955E4BBAF1044320D956CD8D990F1A26EAA0 { // System.Single UnityEngine.GradientAlphaKey::alpha float ___alpha_0; // System.Single UnityEngine.GradientAlphaKey::time float ___time_1; }; // UnityEngine.Rendering.HLSLArray struct HLSLArray_t649CAF5E2F6CA542E751E3AE7476428A874BF5D6 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.Int32 UnityEngine.Rendering.HLSLArray::arraySize int32_t ___arraySize_0; // System.Type UnityEngine.Rendering.HLSLArray::elementType Type_t* ___elementType_1; }; // UnityEngine.HelpURLAttribute struct HelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.String UnityEngine.HelpURLAttribute::m_Url String_t* ___m_Url_0; // System.Boolean UnityEngine.HelpURLAttribute::m_Dispatcher bool ___m_Dispatcher_1; // System.String UnityEngine.HelpURLAttribute::m_DispatchingFieldName String_t* ___m_DispatchingFieldName_2; }; // UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F { // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_InterfaceName String_t* ___m_InterfaceName_0; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_DeviceClass String_t* ___m_DeviceClass_1; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Manufacturer String_t* ___m_Manufacturer_2; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Product String_t* ___m_Product_3; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Serial String_t* ___m_Serial_4; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Version String_t* ___m_Version_5; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Capabilities String_t* ___m_Capabilities_6; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_pinvoke { char* ___m_InterfaceName_0; char* ___m_DeviceClass_1; char* ___m_Manufacturer_2; char* ___m_Product_3; char* ___m_Serial_4; char* ___m_Version_5; char* ___m_Capabilities_6; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_com { Il2CppChar* ___m_InterfaceName_0; Il2CppChar* ___m_DeviceClass_1; Il2CppChar* ___m_Manufacturer_2; Il2CppChar* ___m_Product_3; Il2CppChar* ___m_Serial_4; Il2CppChar* ___m_Version_5; Il2CppChar* ___m_Capabilities_6; }; // System.Int16 struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175 { // System.Int16 System.Int16::m_value int16_t ___m_value_0; }; // System.Int32 struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C { // System.Int32 System.Int32::m_value int32_t ___m_value_0; }; // System.Int64 struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3 { // System.Int64 System.Int64::m_value int64_t ___m_value_0; }; // System.IntPtr struct IntPtr_t { // System.Void* System.IntPtr::m_value void* ___m_value_0; }; // UnityEngine.InputSystem.Utilities.InternedString struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 { // System.String UnityEngine.InputSystem.Utilities.InternedString::m_StringOriginalCase String_t* ___m_StringOriginalCase_0; // System.String UnityEngine.InputSystem.Utilities.InternedString::m_StringLowerCase String_t* ___m_StringLowerCase_1; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.InternedString struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke { char* ___m_StringOriginalCase_0; char* ___m_StringLowerCase_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.InternedString struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com { Il2CppChar* ___m_StringOriginalCase_0; Il2CppChar* ___m_StringLowerCase_1; }; // UnityEngine.Keyframe struct Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 { // System.Single UnityEngine.Keyframe::m_Time float ___m_Time_0; // System.Single UnityEngine.Keyframe::m_Value float ___m_Value_1; // System.Single UnityEngine.Keyframe::m_InTangent float ___m_InTangent_2; // System.Single UnityEngine.Keyframe::m_OutTangent float ___m_OutTangent_3; // System.Int32 UnityEngine.Keyframe::m_WeightedMode int32_t ___m_WeightedMode_4; // System.Single UnityEngine.Keyframe::m_InWeight float ___m_InWeight_5; // System.Single UnityEngine.Keyframe::m_OutWeight float ___m_OutWeight_6; }; // UnityEngine.Matrix4x4 struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 { // System.Single UnityEngine.Matrix4x4::m00 float ___m00_0; // System.Single UnityEngine.Matrix4x4::m10 float ___m10_1; // System.Single UnityEngine.Matrix4x4::m20 float ___m20_2; // System.Single UnityEngine.Matrix4x4::m30 float ___m30_3; // System.Single UnityEngine.Matrix4x4::m01 float ___m01_4; // System.Single UnityEngine.Matrix4x4::m11 float ___m11_5; // System.Single UnityEngine.Matrix4x4::m21 float ___m21_6; // System.Single UnityEngine.Matrix4x4::m31 float ___m31_7; // System.Single UnityEngine.Matrix4x4::m02 float ___m02_8; // System.Single UnityEngine.Matrix4x4::m12 float ___m12_9; // System.Single UnityEngine.Matrix4x4::m22 float ___m22_10; // System.Single UnityEngine.Matrix4x4::m32 float ___m32_11; // System.Single UnityEngine.Matrix4x4::m03 float ___m03_12; // System.Single UnityEngine.Matrix4x4::m13 float ___m13_13; // System.Single UnityEngine.Matrix4x4::m23 float ___m23_14; // System.Single UnityEngine.Matrix4x4::m33 float ___m33_15; }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { }; // UnityEngine.Rendering.PackingAttribute struct PackingAttribute_tC224FC73087308F1ACD0F784C4FDC22C41D314E4 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.String[] UnityEngine.Rendering.PackingAttribute::displayNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___displayNames_0; // System.Single[] UnityEngine.Rendering.PackingAttribute::range SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___range_1; // UnityEngine.Rendering.FieldPacking UnityEngine.Rendering.PackingAttribute::packingScheme int32_t ___packingScheme_2; // System.Int32 UnityEngine.Rendering.PackingAttribute::offsetInSource int32_t ___offsetInSource_3; // System.Int32 UnityEngine.Rendering.PackingAttribute::sizeInBits int32_t ___sizeInBits_4; // System.Boolean UnityEngine.Rendering.PackingAttribute::isDirection bool ___isDirection_5; // System.Boolean UnityEngine.Rendering.PackingAttribute::sRGBDisplay bool ___sRGBDisplay_6; // System.Boolean UnityEngine.Rendering.PackingAttribute::checkIsNormalized bool ___checkIsNormalized_7; // System.String UnityEngine.Rendering.PackingAttribute::preprocessor String_t* ___preprocessor_8; }; // UnityEngine.InputSystem.Utilities.PrimitiveValue struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 { union { #pragma pack(push, tp, 1) struct { // System.TypeCode UnityEngine.InputSystem.Utilities.PrimitiveValue::m_Type int32_t ___m_Type_0; }; #pragma pack(pop, tp) struct { int32_t ___m_Type_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_BoolValue_1_OffsetPadding[4]; // System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::m_BoolValue bool ___m_BoolValue_1; }; #pragma pack(pop, tp) struct { char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4]; bool ___m_BoolValue_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_CharValue_2_OffsetPadding[4]; // System.Char UnityEngine.InputSystem.Utilities.PrimitiveValue::m_CharValue Il2CppChar ___m_CharValue_2; }; #pragma pack(pop, tp) struct { char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4]; Il2CppChar ___m_CharValue_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ByteValue_3_OffsetPadding[4]; // System.Byte UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ByteValue uint8_t ___m_ByteValue_3; }; #pragma pack(pop, tp) struct { char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_ByteValue_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_SByteValue_4_OffsetPadding[4]; // System.SByte UnityEngine.InputSystem.Utilities.PrimitiveValue::m_SByteValue int8_t ___m_SByteValue_4; }; #pragma pack(pop, tp) struct { char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4]; int8_t ___m_SByteValue_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ShortValue_5_OffsetPadding[4]; // System.Int16 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ShortValue int16_t ___m_ShortValue_5; }; #pragma pack(pop, tp) struct { char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4]; int16_t ___m_ShortValue_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UShortValue_6_OffsetPadding[4]; // System.UInt16 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_UShortValue uint16_t ___m_UShortValue_6; }; #pragma pack(pop, tp) struct { char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4]; uint16_t ___m_UShortValue_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_IntValue_7_OffsetPadding[4]; // System.Int32 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_IntValue int32_t ___m_IntValue_7; }; #pragma pack(pop, tp) struct { char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_IntValue_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UIntValue_8_OffsetPadding[4]; // System.UInt32 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_UIntValue uint32_t ___m_UIntValue_8; }; #pragma pack(pop, tp) struct { char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4]; uint32_t ___m_UIntValue_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LongValue_9_OffsetPadding[4]; // System.Int64 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_LongValue int64_t ___m_LongValue_9; }; #pragma pack(pop, tp) struct { char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4]; int64_t ___m_LongValue_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ULongValue_10_OffsetPadding[4]; // System.UInt64 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ULongValue uint64_t ___m_ULongValue_10; }; #pragma pack(pop, tp) struct { char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4]; uint64_t ___m_ULongValue_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_FloatValue_11_OffsetPadding[4]; // System.Single UnityEngine.InputSystem.Utilities.PrimitiveValue::m_FloatValue float ___m_FloatValue_11; }; #pragma pack(pop, tp) struct { char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4]; float ___m_FloatValue_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_DoubleValue_12_OffsetPadding[4]; // System.Double UnityEngine.InputSystem.Utilities.PrimitiveValue::m_DoubleValue double ___m_DoubleValue_12; }; #pragma pack(pop, tp) struct { char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4]; double ___m_DoubleValue_12_forAlignmentOnly; }; }; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.PrimitiveValue struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke { union { #pragma pack(push, tp, 1) struct { int32_t ___m_Type_0; }; #pragma pack(pop, tp) struct { int32_t ___m_Type_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_BoolValue_1_OffsetPadding[4]; int32_t ___m_BoolValue_1; }; #pragma pack(pop, tp) struct { char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_BoolValue_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_CharValue_2_OffsetPadding[4]; uint8_t ___m_CharValue_2; }; #pragma pack(pop, tp) struct { char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_CharValue_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ByteValue_3_OffsetPadding[4]; uint8_t ___m_ByteValue_3; }; #pragma pack(pop, tp) struct { char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_ByteValue_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_SByteValue_4_OffsetPadding[4]; int8_t ___m_SByteValue_4; }; #pragma pack(pop, tp) struct { char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4]; int8_t ___m_SByteValue_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ShortValue_5_OffsetPadding[4]; int16_t ___m_ShortValue_5; }; #pragma pack(pop, tp) struct { char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4]; int16_t ___m_ShortValue_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UShortValue_6_OffsetPadding[4]; uint16_t ___m_UShortValue_6; }; #pragma pack(pop, tp) struct { char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4]; uint16_t ___m_UShortValue_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_IntValue_7_OffsetPadding[4]; int32_t ___m_IntValue_7; }; #pragma pack(pop, tp) struct { char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_IntValue_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UIntValue_8_OffsetPadding[4]; uint32_t ___m_UIntValue_8; }; #pragma pack(pop, tp) struct { char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4]; uint32_t ___m_UIntValue_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LongValue_9_OffsetPadding[4]; int64_t ___m_LongValue_9; }; #pragma pack(pop, tp) struct { char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4]; int64_t ___m_LongValue_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ULongValue_10_OffsetPadding[4]; uint64_t ___m_ULongValue_10; }; #pragma pack(pop, tp) struct { char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4]; uint64_t ___m_ULongValue_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_FloatValue_11_OffsetPadding[4]; float ___m_FloatValue_11; }; #pragma pack(pop, tp) struct { char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4]; float ___m_FloatValue_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_DoubleValue_12_OffsetPadding[4]; double ___m_DoubleValue_12; }; #pragma pack(pop, tp) struct { char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4]; double ___m_DoubleValue_12_forAlignmentOnly; }; }; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.PrimitiveValue struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com { union { #pragma pack(push, tp, 1) struct { int32_t ___m_Type_0; }; #pragma pack(pop, tp) struct { int32_t ___m_Type_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_BoolValue_1_OffsetPadding[4]; int32_t ___m_BoolValue_1; }; #pragma pack(pop, tp) struct { char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_BoolValue_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_CharValue_2_OffsetPadding[4]; uint8_t ___m_CharValue_2; }; #pragma pack(pop, tp) struct { char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_CharValue_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ByteValue_3_OffsetPadding[4]; uint8_t ___m_ByteValue_3; }; #pragma pack(pop, tp) struct { char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_ByteValue_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_SByteValue_4_OffsetPadding[4]; int8_t ___m_SByteValue_4; }; #pragma pack(pop, tp) struct { char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4]; int8_t ___m_SByteValue_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ShortValue_5_OffsetPadding[4]; int16_t ___m_ShortValue_5; }; #pragma pack(pop, tp) struct { char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4]; int16_t ___m_ShortValue_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UShortValue_6_OffsetPadding[4]; uint16_t ___m_UShortValue_6; }; #pragma pack(pop, tp) struct { char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4]; uint16_t ___m_UShortValue_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_IntValue_7_OffsetPadding[4]; int32_t ___m_IntValue_7; }; #pragma pack(pop, tp) struct { char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_IntValue_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UIntValue_8_OffsetPadding[4]; uint32_t ___m_UIntValue_8; }; #pragma pack(pop, tp) struct { char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4]; uint32_t ___m_UIntValue_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LongValue_9_OffsetPadding[4]; int64_t ___m_LongValue_9; }; #pragma pack(pop, tp) struct { char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4]; int64_t ___m_LongValue_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ULongValue_10_OffsetPadding[4]; uint64_t ___m_ULongValue_10; }; #pragma pack(pop, tp) struct { char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4]; uint64_t ___m_ULongValue_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_FloatValue_11_OffsetPadding[4]; float ___m_FloatValue_11; }; #pragma pack(pop, tp) struct { char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4]; float ___m_FloatValue_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_DoubleValue_12_OffsetPadding[4]; double ___m_DoubleValue_12; }; #pragma pack(pop, tp) struct { char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4]; double ___m_DoubleValue_12_forAlignmentOnly; }; }; }; // Unity.Profiling.ProfilerRecorder struct ProfilerRecorder_t363D18B531351FF6D7A09072564EB5D8FC60E613 { // System.UInt64 Unity.Profiling.ProfilerRecorder::handle uint64_t ___handle_0; }; // UnityEngine.Rendering.ProfilingSample struct ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A { // UnityEngine.Rendering.CommandBuffer UnityEngine.Rendering.ProfilingSample::m_Cmd CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_Cmd_0; // System.String UnityEngine.Rendering.ProfilingSample::m_Name String_t* ___m_Name_1; // System.Boolean UnityEngine.Rendering.ProfilingSample::m_Disposed bool ___m_Disposed_2; // UnityEngine.Profiling.CustomSampler UnityEngine.Rendering.ProfilingSample::m_Sampler CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___m_Sampler_3; }; // Native definition for P/Invoke marshalling of UnityEngine.Rendering.ProfilingSample struct ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A_marshaled_pinvoke { CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_Cmd_0; char* ___m_Name_1; int32_t ___m_Disposed_2; CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___m_Sampler_3; }; // Native definition for COM marshalling of UnityEngine.Rendering.ProfilingSample struct ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A_marshaled_com { CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_Cmd_0; Il2CppChar* ___m_Name_1; int32_t ___m_Disposed_2; CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___m_Sampler_3; }; // UnityEngine.Rendering.ProfilingScope struct ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD { union { struct { }; uint8_t ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD__padding[1]; }; }; // UnityEngine.PropertyAttribute struct PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { }; // UnityEngine.Quaternion struct Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 { // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; }; // UnityEngine.Rect struct Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D { // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; }; // UnityEngine.Rendering.ShaderGenUInt4 struct ShaderGenUInt4_tFD0EE12E6885188EA8FBF46DC5EB047187F3C5ED { union { struct { }; uint8_t ShaderGenUInt4_tFD0EE12E6885188EA8FBF46DC5EB047187F3C5ED__padding[1]; }; }; // System.Single struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C { // System.Single System.Single::m_value float ___m_value_0; }; // UnityEngine.Rendering.SphericalHarmonicsL2 struct SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 { // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr0 float ___shr0_0; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr1 float ___shr1_1; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr2 float ___shr2_2; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr3 float ___shr3_3; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr4 float ___shr4_4; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr5 float ___shr5_5; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr6 float ___shr6_6; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr7 float ___shr7_7; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr8 float ___shr8_8; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg0 float ___shg0_9; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg1 float ___shg1_10; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg2 float ___shg2_11; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg3 float ___shg3_12; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg4 float ___shg4_13; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg5 float ___shg5_14; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg6 float ___shg6_15; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg7 float ___shg7_16; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg8 float ___shg8_17; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb0 float ___shb0_18; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb1 float ___shb1_19; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb2 float ___shb2_20; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb3 float ___shb3_21; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb4 float ___shb4_22; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb5 float ___shb5_23; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb6 float ___shb6_24; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb7 float ___shb7_25; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb8 float ___shb8_26; }; // UnityEngine.Rendering.SurfaceDataAttributes struct SurfaceDataAttributes_t955595DD5404BF72FCA2458E5EAF1D2D9DFAFC5C : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.String[] UnityEngine.Rendering.SurfaceDataAttributes::displayNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___displayNames_0; // System.Boolean UnityEngine.Rendering.SurfaceDataAttributes::isDirection bool ___isDirection_1; // System.Boolean UnityEngine.Rendering.SurfaceDataAttributes::sRGBDisplay bool ___sRGBDisplay_2; // UnityEngine.Rendering.FieldPrecision UnityEngine.Rendering.SurfaceDataAttributes::precision int32_t ___precision_3; // System.Boolean UnityEngine.Rendering.SurfaceDataAttributes::checkIsNormalized bool ___checkIsNormalized_4; // System.String UnityEngine.Rendering.SurfaceDataAttributes::preprocessor String_t* ___preprocessor_5; }; // System.UInt16 struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455 { // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; }; // System.UInt32 struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B { // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; }; // UnityEngine.Vector2 struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 { // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; }; // UnityEngine.Vector2Int struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A { // System.Int32 UnityEngine.Vector2Int::m_X int32_t ___m_X_0; // System.Int32 UnityEngine.Vector2Int::m_Y int32_t ___m_Y_1; }; // UnityEngine.Vector3 struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 { // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; }; // UnityEngine.Vector4 struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 { // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; }; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 { union { struct { }; uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1]; }; }; // UnityEngine.WaitForEndOfFrame struct WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663 : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D { }; // UnityEngine.Rendering.DebugUI/MessageBox struct MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5 : public Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF { // UnityEngine.Rendering.DebugUI/MessageBox/Style UnityEngine.Rendering.DebugUI/MessageBox::style int32_t ___style_7; }; // UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig struct UIToolkitOverrideConfig_t4E6B4528E38BCA7DA72C45424634806200A50182 { // UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig::activeEventSystem EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* ___activeEventSystem_0; // System.Boolean UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig::sendEvents bool ___sendEvents_1; // System.Boolean UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig::createPanelGameObjectsOnStart bool ___createPanelGameObjectsOnStart_2; }; // Native definition for P/Invoke marshalling of UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig struct UIToolkitOverrideConfig_t4E6B4528E38BCA7DA72C45424634806200A50182_marshaled_pinvoke { EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* ___activeEventSystem_0; int32_t ___sendEvents_1; int32_t ___createPanelGameObjectsOnStart_2; }; // Native definition for COM marshalling of UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig struct UIToolkitOverrideConfig_t4E6B4528E38BCA7DA72C45424634806200A50182_marshaled_com { EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* ___activeEventSystem_0; int32_t ___sendEvents_1; int32_t ___createPanelGameObjectsOnStart_2; }; // UnityEngine.Rendering.LensFlareCommonSRP/<>c__DisplayClass32_0 struct U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 { // UnityEngine.Rendering.LensFlareDataElementSRP UnityEngine.Rendering.LensFlareCommonSRP/<>c__DisplayClass32_0::element LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* ___element_0; }; // UnityEngine.Random/State struct State_tA37EB68FE687D41D4B228462D4C7427FAC5BF9C1 { // System.Int32 UnityEngine.Random/State::s0 int32_t ___s0_0; // System.Int32 UnityEngine.Random/State::s1 int32_t ___s1_1; // System.Int32 UnityEngine.Random/State::s2 int32_t ___s2_2; // System.Int32 UnityEngine.Random/State::s3 int32_t ___s3_3; }; // UnityEngine.Rendering.Hammersley/Hammersley2dSeq16/e__FixedBuffer struct U3Chammersley2dSeq16U3Ee__FixedBuffer_t6F140D0C91E62112E1635AF868D461A48FB26EC9 { union { struct { // System.Single UnityEngine.Rendering.Hammersley/Hammersley2dSeq16/e__FixedBuffer::FixedElementField float ___FixedElementField_0; }; uint8_t U3Chammersley2dSeq16U3Ee__FixedBuffer_t6F140D0C91E62112E1635AF868D461A48FB26EC9__padding[256]; }; }; // UnityEngine.Rendering.Hammersley/Hammersley2dSeq256/e__FixedBuffer struct U3Chammersley2dSeq256U3Ee__FixedBuffer_t10E5086FADEE57D861BB75F2AB059694CD6862C8 { union { struct { // System.Single UnityEngine.Rendering.Hammersley/Hammersley2dSeq256/e__FixedBuffer::FixedElementField float ___FixedElementField_0; }; uint8_t U3Chammersley2dSeq256U3Ee__FixedBuffer_t10E5086FADEE57D861BB75F2AB059694CD6862C8__padding[4096]; }; }; // UnityEngine.Rendering.Hammersley/Hammersley2dSeq32/e__FixedBuffer struct U3Chammersley2dSeq32U3Ee__FixedBuffer_t4D989F40E722CE7266EEF1B3C59EA668353D4156 { union { struct { // System.Single UnityEngine.Rendering.Hammersley/Hammersley2dSeq32/e__FixedBuffer::FixedElementField float ___FixedElementField_0; }; uint8_t U3Chammersley2dSeq32U3Ee__FixedBuffer_t4D989F40E722CE7266EEF1B3C59EA668353D4156__padding[512]; }; }; // UnityEngine.Rendering.Hammersley/Hammersley2dSeq64/e__FixedBuffer struct U3Chammersley2dSeq64U3Ee__FixedBuffer_t8AC325DA590C70B67FFC758DC78935109659D47E { union { struct { // System.Single UnityEngine.Rendering.Hammersley/Hammersley2dSeq64/e__FixedBuffer::FixedElementField float ___FixedElementField_0; }; uint8_t U3Chammersley2dSeq64U3Ee__FixedBuffer_t8AC325DA590C70B67FFC758DC78935109659D47E__padding[1024]; }; }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tC78EB35E6D736FE73BD28CB5BA7D41D6C901AEE5 { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::_dictionary Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index int32_t ____index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::_current KeyValuePair_2_t8A432A21E5BF947BAA0D5792482601280C733867 ____current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType int32_t ____getEnumeratorRetType_4; }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3 { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::_dictionary Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index int32_t ____index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::_current KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 ____current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType int32_t ____getEnumeratorRetType_4; }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tE2ABFF555671907C54C1F6ACA927B7D1D1249AFE { // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___value_1; }; // System.ValueTuple`2 struct ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C { // T1 System.ValueTuple`2::Item1 int32_t ___Item1_0; // T2 System.ValueTuple`2::Item2 Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___Item2_1; }; // System.ValueTuple`2 struct ValueTuple_2_t05010CA1EDA09F02C7ADFC1E8C90141D6388EF26 { // T1 System.ValueTuple`2::Item1 Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___Item1_0; // T2 System.ValueTuple`2::Item2 Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___Item2_1; }; // UnityEngine.AnimationCurve struct AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354 : public RuntimeObject { // System.IntPtr UnityEngine.AnimationCurve::m_Ptr intptr_t ___m_Ptr_0; }; // Native definition for P/Invoke marshalling of UnityEngine.AnimationCurve struct AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.AnimationCurve struct AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354_marshaled_com { intptr_t ___m_Ptr_0; }; // UnityEngine.Rendering.CommandBuffer struct CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7 : public RuntimeObject { // System.IntPtr UnityEngine.Rendering.CommandBuffer::m_Ptr intptr_t ___m_Ptr_0; }; // UnityEngine.Rendering.CoreRPHelpURLAttribute struct CoreRPHelpURLAttribute_t602FBE6B727B55C450117479FD27338725F12BF3 : public HelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D { }; // 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; }; // UnityEngine.Rendering.DebugManager struct DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672 : public RuntimeObject { // UnityEngine.Rendering.DebugActionDesc[] UnityEngine.Rendering.DebugManager::m_DebugActions DebugActionDescU5BU5D_t4E2759E60EB786DE189B8646D7E7BC5DEACE9703* ___m_DebugActions_11; // UnityEngine.Rendering.DebugActionState[] UnityEngine.Rendering.DebugManager::m_DebugActionStates DebugActionStateU5BU5D_tEDECDC92D0831CE3393A86713996A09454D0B733* ___m_DebugActionStates_12; // UnityEngine.InputSystem.InputActionMap UnityEngine.Rendering.DebugManager::debugActionMap InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___debugActionMap_13; // System.Collections.ObjectModel.ReadOnlyCollection`1 UnityEngine.Rendering.DebugManager::m_ReadOnlyPanels ReadOnlyCollection_1_tF0FFDCC1E1E5FFF308EA742DAB59C57038E63299* ___m_ReadOnlyPanels_15; // System.Collections.Generic.List`1 UnityEngine.Rendering.DebugManager::m_Panels List_1_t761CB6AB53A1E86522C5172FA0AB1A4E725A013F* ___m_Panels_16; // System.Action`1 UnityEngine.Rendering.DebugManager::onDisplayRuntimeUIChanged Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___onDisplayRuntimeUIChanged_17; // System.Action UnityEngine.Rendering.DebugManager::onSetDirty Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___onSetDirty_18; // System.Action UnityEngine.Rendering.DebugManager::resetData Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___resetData_19; // System.Boolean UnityEngine.Rendering.DebugManager::refreshEditorRequested bool ___refreshEditorRequested_20; // System.Nullable`1 UnityEngine.Rendering.DebugManager::m_RequestedPanelIndex Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ___m_RequestedPanelIndex_21; // UnityEngine.GameObject UnityEngine.Rendering.DebugManager::m_Root GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_Root_22; // UnityEngine.Rendering.UI.DebugUIHandlerCanvas UnityEngine.Rendering.DebugManager::m_RootUICanvas DebugUIHandlerCanvas_t42F6FDECA89A5D5F3C1534DC37FABB37E1401209* ___m_RootUICanvas_23; // UnityEngine.GameObject UnityEngine.Rendering.DebugManager::m_PersistentRoot GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_PersistentRoot_24; // UnityEngine.Rendering.UI.DebugUIHandlerPersistentCanvas UnityEngine.Rendering.DebugManager::m_RootUIPersistentCanvas DebugUIHandlerPersistentCanvas_tC4C96BD52F7E1FF302C31269BB744E0D688FAC2D* ___m_RootUIPersistentCanvas_25; // System.Boolean UnityEngine.Rendering.DebugManager::m_EditorOpen bool ___m_EditorOpen_26; // System.Boolean UnityEngine.Rendering.DebugManager::m_EnableRuntimeUI bool ___m_EnableRuntimeUI_27; }; // System.Delegate struct Delegate_t : public RuntimeObject { // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject* ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.IntPtr System.Delegate::interp_method intptr_t ___interp_method_7; // System.IntPtr System.Delegate::interp_invoke_impl intptr_t ___interp_invoke_impl_8; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t* ___method_info_9; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t* ___original_method_info_10; // System.DelegateData System.Delegate::data DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_12; }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // UnityEngine.Rendering.DynamicResolutionHandler struct DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE : public RuntimeObject { // System.Boolean UnityEngine.Rendering.DynamicResolutionHandler::m_Enabled bool ___m_Enabled_0; // System.Boolean UnityEngine.Rendering.DynamicResolutionHandler::m_UseMipBias bool ___m_UseMipBias_1; // System.Single UnityEngine.Rendering.DynamicResolutionHandler::m_MinScreenFraction float ___m_MinScreenFraction_2; // System.Single UnityEngine.Rendering.DynamicResolutionHandler::m_MaxScreenFraction float ___m_MaxScreenFraction_3; // System.Single UnityEngine.Rendering.DynamicResolutionHandler::m_CurrentFraction float ___m_CurrentFraction_4; // System.Boolean UnityEngine.Rendering.DynamicResolutionHandler::m_ForcingRes bool ___m_ForcingRes_5; // System.Boolean UnityEngine.Rendering.DynamicResolutionHandler::m_CurrentCameraRequest bool ___m_CurrentCameraRequest_6; // System.Single UnityEngine.Rendering.DynamicResolutionHandler::m_PrevFraction float ___m_PrevFraction_7; // System.Boolean UnityEngine.Rendering.DynamicResolutionHandler::m_ForceSoftwareFallback bool ___m_ForceSoftwareFallback_8; // System.Boolean UnityEngine.Rendering.DynamicResolutionHandler::m_RunUpscalerFilterOnFullResolution bool ___m_RunUpscalerFilterOnFullResolution_9; // System.Single UnityEngine.Rendering.DynamicResolutionHandler::m_PrevHWScaleWidth float ___m_PrevHWScaleWidth_10; // System.Single UnityEngine.Rendering.DynamicResolutionHandler::m_PrevHWScaleHeight float ___m_PrevHWScaleHeight_11; // UnityEngine.Vector2Int UnityEngine.Rendering.DynamicResolutionHandler::m_LastScaledSize Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___m_LastScaledSize_12; // UnityEngine.Vector2Int UnityEngine.Rendering.DynamicResolutionHandler::cachedOriginalSize Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___cachedOriginalSize_15; // UnityEngine.Rendering.DynamicResUpscaleFilter UnityEngine.Rendering.DynamicResolutionHandler::k__BackingField uint8_t ___U3CfilterU3Ek__BackingField_16; // UnityEngine.Vector2Int UnityEngine.Rendering.DynamicResolutionHandler::k__BackingField Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___U3CfinalViewportU3Ek__BackingField_18; // UnityEngine.Rendering.DynamicResolutionType UnityEngine.Rendering.DynamicResolutionHandler::type uint8_t ___type_19; // UnityEngine.Rendering.GlobalDynamicResolutionSettings UnityEngine.Rendering.DynamicResolutionHandler::m_CachedSettings GlobalDynamicResolutionSettings_t2BF29E3CFADCD55F6AC2D35D728817B79264A9A0 ___m_CachedSettings_20; // System.WeakReference UnityEngine.Rendering.DynamicResolutionHandler::m_OwnerCameraWeakRef WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* ___m_OwnerCameraWeakRef_22; // UnityEngine.Rendering.DynamicResolutionHandler/UpsamplerScheduleType UnityEngine.Rendering.DynamicResolutionHandler::m_UpsamplerSchedule int32_t ___m_UpsamplerSchedule_30; }; // 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.Gradient struct Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E : public RuntimeObject { // System.IntPtr UnityEngine.Gradient::m_Ptr intptr_t ___m_Ptr_0; }; // Native definition for P/Invoke marshalling of UnityEngine.Gradient struct Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Gradient struct Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E_marshaled_com { intptr_t ___m_Ptr_0; }; // UnityEngine.GradientColorKey struct GradientColorKey_tBD03A613338639E3774A10265CC5F3619C13421A { // UnityEngine.Color UnityEngine.GradientColorKey::color Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_0; // System.Single UnityEngine.GradientColorKey::time float ___time_1; }; // UnityEngine.InputSystem.LowLevel.InputStateBlock struct InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 { // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::k__BackingField FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___U3CformatU3Ek__BackingField_40; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::m_ByteOffset uint32_t ___m_ByteOffset_41; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::k__BackingField uint32_t ___U3CbitOffsetU3Ek__BackingField_42; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::k__BackingField uint32_t ___U3CsizeInBitsU3Ek__BackingField_43; }; // UnityEngine.InspectorNameAttribute struct InspectorNameAttribute_t30287A92B113253B9E22924DD6FC4C7007545497 : public PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0 { // System.String UnityEngine.InspectorNameAttribute::displayName String_t* ___displayName_0; }; // UnityEngine.Rendering.LensFlareDataElementSRP struct LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140 : public RuntimeObject { // System.Boolean UnityEngine.Rendering.LensFlareDataElementSRP::visible bool ___visible_0; // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::position float ___position_1; // UnityEngine.Vector2 UnityEngine.Rendering.LensFlareDataElementSRP::positionOffset Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positionOffset_2; // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::angularOffset float ___angularOffset_3; // UnityEngine.Vector2 UnityEngine.Rendering.LensFlareDataElementSRP::translationScale Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___translationScale_4; // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::m_LocalIntensity float ___m_LocalIntensity_5; // UnityEngine.Texture UnityEngine.Rendering.LensFlareDataElementSRP::lensFlareTexture Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___lensFlareTexture_6; // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::uniformScale float ___uniformScale_7; // UnityEngine.Vector2 UnityEngine.Rendering.LensFlareDataElementSRP::sizeXY Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___sizeXY_8; // System.Boolean UnityEngine.Rendering.LensFlareDataElementSRP::allowMultipleElement bool ___allowMultipleElement_9; // System.Int32 UnityEngine.Rendering.LensFlareDataElementSRP::m_Count int32_t ___m_Count_10; // System.Boolean UnityEngine.Rendering.LensFlareDataElementSRP::preserveAspectRatio bool ___preserveAspectRatio_11; // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::rotation float ___rotation_12; // UnityEngine.Color UnityEngine.Rendering.LensFlareDataElementSRP::tint Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___tint_13; // UnityEngine.Rendering.SRPLensFlareBlendMode UnityEngine.Rendering.LensFlareDataElementSRP::blendMode int32_t ___blendMode_14; // System.Boolean UnityEngine.Rendering.LensFlareDataElementSRP::autoRotate bool ___autoRotate_15; // UnityEngine.Rendering.SRPLensFlareType UnityEngine.Rendering.LensFlareDataElementSRP::flareType int32_t ___flareType_16; // System.Boolean UnityEngine.Rendering.LensFlareDataElementSRP::modulateByLightColor bool ___modulateByLightColor_17; // System.Boolean UnityEngine.Rendering.LensFlareDataElementSRP::isFoldOpened bool ___isFoldOpened_18; // UnityEngine.Rendering.SRPLensFlareDistribution UnityEngine.Rendering.LensFlareDataElementSRP::distribution int32_t ___distribution_19; // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::lengthSpread float ___lengthSpread_20; // UnityEngine.AnimationCurve UnityEngine.Rendering.LensFlareDataElementSRP::positionCurve AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___positionCurve_21; // UnityEngine.AnimationCurve UnityEngine.Rendering.LensFlareDataElementSRP::scaleCurve AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___scaleCurve_22; // System.Int32 UnityEngine.Rendering.LensFlareDataElementSRP::seed int32_t ___seed_23; // UnityEngine.Gradient UnityEngine.Rendering.LensFlareDataElementSRP::colorGradient Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E* ___colorGradient_24; // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::m_IntensityVariation float ___m_IntensityVariation_25; // UnityEngine.Vector2 UnityEngine.Rendering.LensFlareDataElementSRP::positionVariation Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positionVariation_26; // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::scaleVariation float ___scaleVariation_27; // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::rotationVariation float ___rotationVariation_28; // System.Boolean UnityEngine.Rendering.LensFlareDataElementSRP::enableRadialDistortion bool ___enableRadialDistortion_29; // UnityEngine.Vector2 UnityEngine.Rendering.LensFlareDataElementSRP::targetSizeDistortion Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___targetSizeDistortion_30; // UnityEngine.AnimationCurve UnityEngine.Rendering.LensFlareDataElementSRP::distortionCurve AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___distortionCurve_31; // System.Boolean UnityEngine.Rendering.LensFlareDataElementSRP::distortionRelativeToCenter bool ___distortionRelativeToCenter_32; // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::m_FallOff float ___m_FallOff_33; // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::m_EdgeOffset float ___m_EdgeOffset_34; // System.Int32 UnityEngine.Rendering.LensFlareDataElementSRP::m_SideCount int32_t ___m_SideCount_35; // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::m_SdfRoundness float ___m_SdfRoundness_36; // System.Boolean UnityEngine.Rendering.LensFlareDataElementSRP::inverseSDF bool ___inverseSDF_37; // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::uniformAngle float ___uniformAngle_38; // UnityEngine.AnimationCurve UnityEngine.Rendering.LensFlareDataElementSRP::uniformAngleCurve AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___uniformAngleCurve_39; }; // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { }; // UnityEngine.InputSystem.UI.NavigationModel struct NavigationModel_t6B51B0BA26B0D874FF92F039259B0E6B74E427C2 { // UnityEngine.Vector2 UnityEngine.InputSystem.UI.NavigationModel::move Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___move_0; // System.Int32 UnityEngine.InputSystem.UI.NavigationModel::consecutiveMoveCount int32_t ___consecutiveMoveCount_1; // UnityEngine.EventSystems.MoveDirection UnityEngine.InputSystem.UI.NavigationModel::lastMoveDirection int32_t ___lastMoveDirection_2; // System.Single UnityEngine.InputSystem.UI.NavigationModel::lastMoveTime float ___lastMoveTime_3; // UnityEngine.EventSystems.AxisEventData UnityEngine.InputSystem.UI.NavigationModel::eventData AxisEventData_t4AA742BC101B1AA300B16EE7F19E31B91F37A938* ___eventData_4; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.UI.NavigationModel struct NavigationModel_t6B51B0BA26B0D874FF92F039259B0E6B74E427C2_marshaled_pinvoke { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___move_0; int32_t ___consecutiveMoveCount_1; int32_t ___lastMoveDirection_2; float ___lastMoveTime_3; AxisEventData_t4AA742BC101B1AA300B16EE7F19E31B91F37A938* ___eventData_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.UI.NavigationModel struct NavigationModel_t6B51B0BA26B0D874FF92F039259B0E6B74E427C2_marshaled_com { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___move_0; int32_t ___consecutiveMoveCount_1; int32_t ___lastMoveDirection_2; float ___lastMoveTime_3; AxisEventData_t4AA742BC101B1AA300B16EE7F19E31B91F37A938* ___eventData_4; }; // 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.Rendering.RTHandleProperties struct RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 { // UnityEngine.Vector2Int UnityEngine.Rendering.RTHandleProperties::previousViewportSize Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___previousViewportSize_0; // UnityEngine.Vector2Int UnityEngine.Rendering.RTHandleProperties::previousRenderTargetSize Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___previousRenderTargetSize_1; // UnityEngine.Vector2Int UnityEngine.Rendering.RTHandleProperties::currentViewportSize Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___currentViewportSize_2; // UnityEngine.Vector2Int UnityEngine.Rendering.RTHandleProperties::currentRenderTargetSize Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___currentRenderTargetSize_3; // UnityEngine.Vector4 UnityEngine.Rendering.RTHandleProperties::rtHandleScale Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___rtHandleScale_4; }; // UnityEngine.EventSystems.RaycastResult struct RaycastResult_tEC6A7B7CABA99C386F054F01E498AEC426CF8023 { // UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::m_GameObject GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_GameObject_0; // UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.RaycastResult::module BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832* ___module_1; // System.Single UnityEngine.EventSystems.RaycastResult::distance float ___distance_2; // System.Single UnityEngine.EventSystems.RaycastResult::index float ___index_3; // System.Int32 UnityEngine.EventSystems.RaycastResult::depth int32_t ___depth_4; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingGroupID int32_t ___sortingGroupID_5; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingGroupOrder int32_t ___sortingGroupOrder_6; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingLayer int32_t ___sortingLayer_7; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingOrder int32_t ___sortingOrder_8; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldPosition Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldPosition_9; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldNormal Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldNormal_10; // UnityEngine.Vector2 UnityEngine.EventSystems.RaycastResult::screenPosition Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___screenPosition_11; // System.Int32 UnityEngine.EventSystems.RaycastResult::displayIndex int32_t ___displayIndex_12; }; // Native definition for P/Invoke marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_tEC6A7B7CABA99C386F054F01E498AEC426CF8023_marshaled_pinvoke { GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_GameObject_0; BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832* ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingGroupID_5; int32_t ___sortingGroupOrder_6; int32_t ___sortingLayer_7; int32_t ___sortingOrder_8; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldPosition_9; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldNormal_10; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___screenPosition_11; int32_t ___displayIndex_12; }; // Native definition for COM marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_tEC6A7B7CABA99C386F054F01E498AEC426CF8023_marshaled_com { GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_GameObject_0; BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832* ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingGroupID_5; int32_t ___sortingGroupOrder_6; int32_t ___sortingLayer_7; int32_t ___sortingOrder_8; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldPosition_9; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldNormal_10; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___screenPosition_11; int32_t ___displayIndex_12; }; // UnityEngine.Profiling.Recorder struct Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90 : public RuntimeObject { // Unity.Profiling.ProfilerRecorder UnityEngine.Profiling.Recorder::m_RecorderCPU ProfilerRecorder_t363D18B531351FF6D7A09072564EB5D8FC60E613 ___m_RecorderCPU_2; // Unity.Profiling.ProfilerRecorder UnityEngine.Profiling.Recorder::m_RecorderGPU ProfilerRecorder_t363D18B531351FF6D7A09072564EB5D8FC60E613 ___m_RecorderGPU_3; }; // UnityEngine.Rendering.RenderTargetIdentifier struct RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B { // UnityEngine.Rendering.BuiltinRenderTextureType UnityEngine.Rendering.RenderTargetIdentifier::m_Type int32_t ___m_Type_1; // System.Int32 UnityEngine.Rendering.RenderTargetIdentifier::m_NameID int32_t ___m_NameID_2; // System.Int32 UnityEngine.Rendering.RenderTargetIdentifier::m_InstanceID int32_t ___m_InstanceID_3; // System.IntPtr UnityEngine.Rendering.RenderTargetIdentifier::m_BufferPointer intptr_t ___m_BufferPointer_4; // System.Int32 UnityEngine.Rendering.RenderTargetIdentifier::m_MipLevel int32_t ___m_MipLevel_5; // UnityEngine.CubemapFace UnityEngine.Rendering.RenderTargetIdentifier::m_CubeFace int32_t ___m_CubeFace_6; // System.Int32 UnityEngine.Rendering.RenderTargetIdentifier::m_DepthSlice int32_t ___m_DepthSlice_7; }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 { // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B { // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; }; // UnityEngine.Profiling.Sampler struct Sampler_t5AC6EA95DC44B5F830F9E8351D37B2A0AC5678E5 : public RuntimeObject { // System.IntPtr UnityEngine.Profiling.Sampler::m_Ptr intptr_t ___m_Ptr_0; }; // UnityEngine.Rendering.ShaderVariablesProbeVolumes struct ShaderVariablesProbeVolumes_t93D502CF0A3275CEBA1EDF0E6DB84816618662D4 { // UnityEngine.Vector3 UnityEngine.Rendering.ShaderVariablesProbeVolumes::_PoolDim Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____PoolDim_0; // System.Single UnityEngine.Rendering.ShaderVariablesProbeVolumes::_ViewBias float ____ViewBias_1; // UnityEngine.Vector3 UnityEngine.Rendering.ShaderVariablesProbeVolumes::_MinCellPosition Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____MinCellPosition_2; // System.Single UnityEngine.Rendering.ShaderVariablesProbeVolumes::_PVSamplingNoise float ____PVSamplingNoise_3; // UnityEngine.Vector3 UnityEngine.Rendering.ShaderVariablesProbeVolumes::_CellIndicesDim Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ____CellIndicesDim_4; // System.Single UnityEngine.Rendering.ShaderVariablesProbeVolumes::_CellInMeters float ____CellInMeters_5; // System.Single UnityEngine.Rendering.ShaderVariablesProbeVolumes::_CellInMinBricks float ____CellInMinBricks_6; // System.Single UnityEngine.Rendering.ShaderVariablesProbeVolumes::_MinBrickSize float ____MinBrickSize_7; // System.Int32 UnityEngine.Rendering.ShaderVariablesProbeVolumes::_IndexChunkSize int32_t ____IndexChunkSize_8; // System.Single UnityEngine.Rendering.ShaderVariablesProbeVolumes::_NormalBias float ____NormalBias_9; }; // UnityEngine.Rendering.SphericalHarmonicsL1 struct SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 { // UnityEngine.Vector4 UnityEngine.Rendering.SphericalHarmonicsL1::shAr Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___shAr_0; // UnityEngine.Vector4 UnityEngine.Rendering.SphericalHarmonicsL1::shAg Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___shAg_1; // UnityEngine.Vector4 UnityEngine.Rendering.SphericalHarmonicsL1::shAb Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___shAb_2; }; // UnityEngine.Rendering.Texture2DAtlas struct Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F : public RuntimeObject { // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.Texture2DAtlas::m_AtlasTexture RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_AtlasTexture_3; // System.Int32 UnityEngine.Rendering.Texture2DAtlas::m_Width int32_t ___m_Width_4; // System.Int32 UnityEngine.Rendering.Texture2DAtlas::m_Height int32_t ___m_Height_5; // UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Rendering.Texture2DAtlas::m_Format int32_t ___m_Format_6; // System.Boolean UnityEngine.Rendering.Texture2DAtlas::m_UseMipMaps bool ___m_UseMipMaps_7; // System.Boolean UnityEngine.Rendering.Texture2DAtlas::m_IsAtlasTextureOwner bool ___m_IsAtlasTextureOwner_8; // UnityEngine.Rendering.AtlasAllocator UnityEngine.Rendering.Texture2DAtlas::m_AtlasAllocator AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E* ___m_AtlasAllocator_9; // System.Collections.Generic.Dictionary`2> UnityEngine.Rendering.Texture2DAtlas::m_AllocationCache Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B* ___m_AllocationCache_10; // System.Collections.Generic.Dictionary`2 UnityEngine.Rendering.Texture2DAtlas::m_IsGPUTextureUpToDate Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___m_IsGPUTextureUpToDate_11; // System.Collections.Generic.Dictionary`2 UnityEngine.Rendering.Texture2DAtlas::m_TextureHashes Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___m_TextureHashes_12; }; // UnityEngine.Rendering.AtlasAllocator/AtlasNode struct AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4 : public RuntimeObject { // UnityEngine.Rendering.AtlasAllocator/AtlasNode UnityEngine.Rendering.AtlasAllocator/AtlasNode::m_RightChild AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* ___m_RightChild_0; // UnityEngine.Rendering.AtlasAllocator/AtlasNode UnityEngine.Rendering.AtlasAllocator/AtlasNode::m_BottomChild AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* ___m_BottomChild_1; // UnityEngine.Vector4 UnityEngine.Rendering.AtlasAllocator/AtlasNode::m_Rect Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_Rect_2; }; // UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode struct AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A { union { struct { union { #pragma pack(push, tp, 1) struct { // System.Int16 UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::m_Self int16_t ___m_Self_0; }; #pragma pack(pop, tp) struct { int16_t ___m_Self_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_Parent_1_OffsetPadding[2]; // System.Int16 UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::m_Parent int16_t ___m_Parent_1; }; #pragma pack(pop, tp) struct { char ___m_Parent_1_OffsetPadding_forAlignmentOnly[2]; int16_t ___m_Parent_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LeftChild_2_OffsetPadding[4]; // System.Int16 UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::m_LeftChild int16_t ___m_LeftChild_2; }; #pragma pack(pop, tp) struct { char ___m_LeftChild_2_OffsetPadding_forAlignmentOnly[4]; int16_t ___m_LeftChild_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_RightChild_3_OffsetPadding[6]; // System.Int16 UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::m_RightChild int16_t ___m_RightChild_3; }; #pragma pack(pop, tp) struct { char ___m_RightChild_3_OffsetPadding_forAlignmentOnly[6]; int16_t ___m_RightChild_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_FreelistNext_4_OffsetPadding[8]; // System.Int16 UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::m_FreelistNext int16_t ___m_FreelistNext_4; }; #pragma pack(pop, tp) struct { char ___m_FreelistNext_4_OffsetPadding_forAlignmentOnly[8]; int16_t ___m_FreelistNext_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_Flags_5_OffsetPadding[10]; // System.UInt16 UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::m_Flags uint16_t ___m_Flags_5; }; #pragma pack(pop, tp) struct { char ___m_Flags_5_OffsetPadding_forAlignmentOnly[10]; uint16_t ___m_Flags_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_Rect_6_OffsetPadding[16]; // UnityEngine.Vector4 UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::m_Rect Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_Rect_6; }; #pragma pack(pop, tp) struct { char ___m_Rect_6_OffsetPadding_forAlignmentOnly[16]; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_Rect_6_forAlignmentOnly; }; }; }; uint8_t AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A__padding[32]; }; }; // UnityEngine.Rendering.DebugUI/BitField struct BitField_t4178A9AD81C436DBE57F464343BA996642134062 : public Field_1_t226E1C169087ABFC1448D9AD905D6E1BC4FCFD4C { // UnityEngine.GUIContent[] UnityEngine.Rendering.DebugUI/BitField::k__BackingField GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503* ___U3CenumNamesU3Ek__BackingField_10; // System.Int32[] UnityEngine.Rendering.DebugUI/BitField::k__BackingField Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___U3CenumValuesU3Ek__BackingField_11; // System.Type UnityEngine.Rendering.DebugUI/BitField::m_EnumType Type_t* ___m_EnumType_12; }; // UnityEngine.Rendering.DebugUI/ColorField struct ColorField_t6BB20214FF8E76FBA61FE664ACF6FAAF67D7E790 : public Field_1_tA5C891F8362F7E414DC7A9ECCB6F8610A9A61316 { // System.Boolean UnityEngine.Rendering.DebugUI/ColorField::hdr bool ___hdr_10; // System.Boolean UnityEngine.Rendering.DebugUI/ColorField::showAlpha bool ___showAlpha_11; // System.Boolean UnityEngine.Rendering.DebugUI/ColorField::showPicker bool ___showPicker_12; // System.Single UnityEngine.Rendering.DebugUI/ColorField::incStep float ___incStep_13; // System.Single UnityEngine.Rendering.DebugUI/ColorField::incStepMult float ___incStepMult_14; // System.Int32 UnityEngine.Rendering.DebugUI/ColorField::decimals int32_t ___decimals_15; }; // UnityEngine.Rendering.DebugUI/EnumField struct EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C : public Field_1_t7F813BE8CAF3F3F635B34474DDD7B797C5B6CD2A { // UnityEngine.GUIContent[] UnityEngine.Rendering.DebugUI/EnumField::enumNames GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503* ___enumNames_10; // System.Int32[] UnityEngine.Rendering.DebugUI/EnumField::enumValues Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___enumValues_11; // System.Int32[] UnityEngine.Rendering.DebugUI/EnumField::quickSeparators Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___quickSeparators_12; // System.Int32[] UnityEngine.Rendering.DebugUI/EnumField::indexes Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___indexes_13; // System.Func`1 UnityEngine.Rendering.DebugUI/EnumField::k__BackingField Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* ___U3CgetIndexU3Ek__BackingField_14; // System.Action`1 UnityEngine.Rendering.DebugUI/EnumField::k__BackingField Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* ___U3CsetIndexU3Ek__BackingField_15; }; // UnityEngine.Rendering.DebugUI/Vector2Field struct Vector2Field_t5CDE5FE31ACEDA9AA41D204ABBE50392E2080816 : public Field_1_tA072783C26CACD3E84F9B62900C79E98AA01B8ED { // System.Single UnityEngine.Rendering.DebugUI/Vector2Field::incStep float ___incStep_10; // System.Single UnityEngine.Rendering.DebugUI/Vector2Field::incStepMult float ___incStepMult_11; // System.Int32 UnityEngine.Rendering.DebugUI/Vector2Field::decimals int32_t ___decimals_12; }; // UnityEngine.Rendering.DebugUI/Vector3Field struct Vector3Field_t4019EB5DDB0C820FA72499C5F078A9BE00DCAF94 : public Field_1_tC3CCA8F7619A0B639B6671BD922EC68E34595E18 { // System.Single UnityEngine.Rendering.DebugUI/Vector3Field::incStep float ___incStep_10; // System.Single UnityEngine.Rendering.DebugUI/Vector3Field::incStepMult float ___incStepMult_11; // System.Int32 UnityEngine.Rendering.DebugUI/Vector3Field::decimals int32_t ___decimals_12; }; // UnityEngine.Rendering.DebugUI/Vector4Field struct Vector4Field_t9C175CACC33030F0B57C4CB016466127D28E4AD3 : public Field_1_t13BBC583A7E521A9A0C5B9A2B8B537D8CEE550BD { // System.Single UnityEngine.Rendering.DebugUI/Vector4Field::incStep float ___incStep_10; // System.Single UnityEngine.Rendering.DebugUI/Vector4Field::incStepMult float ___incStepMult_11; // System.Int32 UnityEngine.Rendering.DebugUI/Vector4Field::decimals int32_t ___decimals_12; }; // UnityEngine.Rendering.Hammersley/Hammersley2dSeq16 struct Hammersley2dSeq16_t397C360C61F6E7F51A0A76E3D2C33D9E3E7DA9C0 { // UnityEngine.Rendering.Hammersley/Hammersley2dSeq16/e__FixedBuffer UnityEngine.Rendering.Hammersley/Hammersley2dSeq16::hammersley2dSeq16 U3Chammersley2dSeq16U3Ee__FixedBuffer_t6F140D0C91E62112E1635AF868D461A48FB26EC9 ___hammersley2dSeq16_0; }; // UnityEngine.Rendering.Hammersley/Hammersley2dSeq256 struct Hammersley2dSeq256_tC5B5FB2A55263672FAF8EDF3CC19470F51E623C3 { // UnityEngine.Rendering.Hammersley/Hammersley2dSeq256/e__FixedBuffer UnityEngine.Rendering.Hammersley/Hammersley2dSeq256::hammersley2dSeq256 U3Chammersley2dSeq256U3Ee__FixedBuffer_t10E5086FADEE57D861BB75F2AB059694CD6862C8 ___hammersley2dSeq256_0; }; // UnityEngine.Rendering.Hammersley/Hammersley2dSeq32 struct Hammersley2dSeq32_t5222FE247619F99BDD08C37FE5B0D94747718042 { // UnityEngine.Rendering.Hammersley/Hammersley2dSeq32/e__FixedBuffer UnityEngine.Rendering.Hammersley/Hammersley2dSeq32::hammersley2dSeq32 U3Chammersley2dSeq32U3Ee__FixedBuffer_t4D989F40E722CE7266EEF1B3C59EA668353D4156 ___hammersley2dSeq32_0; }; // UnityEngine.Rendering.Hammersley/Hammersley2dSeq64 struct Hammersley2dSeq64_tAF73FAB2FE740998DFFF551198D6C651F0A058E7 { // UnityEngine.Rendering.Hammersley/Hammersley2dSeq64/e__FixedBuffer UnityEngine.Rendering.Hammersley/Hammersley2dSeq64::hammersley2dSeq64 U3Chammersley2dSeq64U3Ee__FixedBuffer_t8AC325DA590C70B67FFC758DC78935109659D47E ___hammersley2dSeq64_0; }; // UnityEngine.Rendering.LensFlareCommonSRP/<>c__DisplayClass32_1 struct U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 { // UnityEngine.Vector2 UnityEngine.Rendering.LensFlareCommonSRP/<>c__DisplayClass32_1::screenPos Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___screenPos_0; // System.Single UnityEngine.Rendering.LensFlareCommonSRP/<>c__DisplayClass32_1::position float ___position_1; // System.Single UnityEngine.Rendering.LensFlareCommonSRP/<>c__DisplayClass32_1::globalCos0 float ___globalCos0_2; // System.Single UnityEngine.Rendering.LensFlareCommonSRP/<>c__DisplayClass32_1::globalSin0 float ___globalSin0_3; // System.Single UnityEngine.Rendering.LensFlareCommonSRP/<>c__DisplayClass32_1::combinedScale float ___combinedScale_4; // System.Single UnityEngine.Rendering.LensFlareCommonSRP/<>c__DisplayClass32_1::usedAspectRatio float ___usedAspectRatio_5; }; // System.Collections.Generic.List`1/Enumerator> struct Enumerator_tAAEB05445143765107243B72B5CC36DB230A291A { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76* ____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 ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C ____current_3; }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t24DED0061495979D025145F5EE685308256D604D { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::_dictionary Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index int32_t ____index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::_current KeyValuePair_2_tE2ABFF555671907C54C1F6ACA927B7D1D1249AFE ____current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType int32_t ____getEnumeratorRetType_4; }; // UnityEngine.Component struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; // UnityEngine.ComputeShader struct ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; // UnityEngine.Profiling.CustomSampler struct CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487 : public Sampler_t5AC6EA95DC44B5F830F9E8351D37B2A0AC5678E5 { }; // UnityEngine.GameObject struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; // UnityEngine.InputSystem.InputControl struct InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E : public RuntimeObject { // UnityEngine.InputSystem.LowLevel.InputStateBlock UnityEngine.InputSystem.InputControl::m_StateBlock InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 ___m_StateBlock_0; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Name InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Name_1; // System.String UnityEngine.InputSystem.InputControl::m_Path String_t* ___m_Path_2; // System.String UnityEngine.InputSystem.InputControl::m_DisplayName String_t* ___m_DisplayName_3; // System.String UnityEngine.InputSystem.InputControl::m_DisplayNameFromLayout String_t* ___m_DisplayNameFromLayout_4; // System.String UnityEngine.InputSystem.InputControl::m_ShortDisplayName String_t* ___m_ShortDisplayName_5; // System.String UnityEngine.InputSystem.InputControl::m_ShortDisplayNameFromLayout String_t* ___m_ShortDisplayNameFromLayout_6; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Layout InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Layout_7; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Variants InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Variants_8; // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControl::m_Device InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_9; // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::m_Parent InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___m_Parent_10; // System.Int32 UnityEngine.InputSystem.InputControl::m_UsageCount int32_t ___m_UsageCount_11; // System.Int32 UnityEngine.InputSystem.InputControl::m_UsageStartIndex int32_t ___m_UsageStartIndex_12; // System.Int32 UnityEngine.InputSystem.InputControl::m_AliasCount int32_t ___m_AliasCount_13; // System.Int32 UnityEngine.InputSystem.InputControl::m_AliasStartIndex int32_t ___m_AliasStartIndex_14; // System.Int32 UnityEngine.InputSystem.InputControl::m_ChildCount int32_t ___m_ChildCount_15; // System.Int32 UnityEngine.InputSystem.InputControl::m_ChildStartIndex int32_t ___m_ChildStartIndex_16; // UnityEngine.InputSystem.InputControl/ControlFlags UnityEngine.InputSystem.InputControl::m_ControlFlags int32_t ___m_ControlFlags_17; // System.Boolean UnityEngine.InputSystem.InputControl::m_CachedValueIsStale bool ___m_CachedValueIsStale_18; // System.Boolean UnityEngine.InputSystem.InputControl::m_UnprocessedCachedValueIsStale bool ___m_UnprocessedCachedValueIsStale_19; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_DefaultState PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___m_DefaultState_20; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_MinValue PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___m_MinValue_21; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_MaxValue PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___m_MaxValue_22; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.InputControl::m_OptimizedControlDataType FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___m_OptimizedControlDataType_23; }; // UnityEngine.Material struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3 : 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.Rendering.PowerOfTwoTextureAtlas struct PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE : public Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F { // System.Int32 UnityEngine.Rendering.PowerOfTwoTextureAtlas::m_MipPadding int32_t ___m_MipPadding_15; // System.Collections.Generic.Dictionary`2 UnityEngine.Rendering.PowerOfTwoTextureAtlas::m_RequestedTextures Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0* ___m_RequestedTextures_17; }; // UnityEngine.Rendering.RTHandle struct RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B : public RuntimeObject { // UnityEngine.Rendering.RTHandleSystem UnityEngine.Rendering.RTHandle::m_Owner RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* ___m_Owner_0; // UnityEngine.RenderTexture UnityEngine.Rendering.RTHandle::m_RT RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_RT_1; // UnityEngine.Texture UnityEngine.Rendering.RTHandle::m_ExternalTexture Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___m_ExternalTexture_2; // UnityEngine.Rendering.RenderTargetIdentifier UnityEngine.Rendering.RTHandle::m_NameID RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___m_NameID_3; // System.Boolean UnityEngine.Rendering.RTHandle::m_EnableMSAA bool ___m_EnableMSAA_4; // System.Boolean UnityEngine.Rendering.RTHandle::m_EnableRandomWrite bool ___m_EnableRandomWrite_5; // System.Boolean UnityEngine.Rendering.RTHandle::m_EnableHWDynamicScale bool ___m_EnableHWDynamicScale_6; // System.String UnityEngine.Rendering.RTHandle::m_Name String_t* ___m_Name_7; // System.Boolean UnityEngine.Rendering.RTHandle::m_UseCustomHandleScales bool ___m_UseCustomHandleScales_8; // UnityEngine.Rendering.RTHandleProperties UnityEngine.Rendering.RTHandle::m_CustomHandleProperties RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 ___m_CustomHandleProperties_9; // UnityEngine.Vector2 UnityEngine.Rendering.RTHandle::k__BackingField Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CscaleFactorU3Ek__BackingField_10; // UnityEngine.Rendering.ScaleFunc UnityEngine.Rendering.RTHandle::scaleFunc ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* ___scaleFunc_11; // System.Boolean UnityEngine.Rendering.RTHandle::k__BackingField bool ___U3CuseScalingU3Ek__BackingField_12; // UnityEngine.Vector2Int UnityEngine.Rendering.RTHandle::k__BackingField Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___U3CreferenceSizeU3Ek__BackingField_13; }; // UnityEngine.Rendering.RTHandleSystem struct RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F : public RuntimeObject { // System.Boolean UnityEngine.Rendering.RTHandleSystem::m_HardwareDynamicResRequested bool ___m_HardwareDynamicResRequested_0; // System.Collections.Generic.HashSet`1 UnityEngine.Rendering.RTHandleSystem::m_AutoSizedRTs HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* ___m_AutoSizedRTs_1; // UnityEngine.Rendering.RTHandle[] UnityEngine.Rendering.RTHandleSystem::m_AutoSizedRTsArray RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___m_AutoSizedRTsArray_2; // System.Collections.Generic.HashSet`1 UnityEngine.Rendering.RTHandleSystem::m_ResizeOnDemandRTs HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* ___m_ResizeOnDemandRTs_3; // UnityEngine.Rendering.RTHandleProperties UnityEngine.Rendering.RTHandleSystem::m_RTHandleProperties RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 ___m_RTHandleProperties_4; // System.Int32 UnityEngine.Rendering.RTHandleSystem::m_MaxWidths int32_t ___m_MaxWidths_5; // System.Int32 UnityEngine.Rendering.RTHandleSystem::m_MaxHeights int32_t ___m_MaxHeights_6; }; // 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 { }; // UnityEngine.Texture struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; // System.Type struct Type_t : public MemberInfo_t { // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8; }; // UnityEngine.Rendering.DebugUI/HistoryEnumField struct HistoryEnumField_t3708BFF5BC85F8588A24CA70FB70BCAF188E9E08 : public EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C { // System.Func`1[] UnityEngine.Rendering.DebugUI/HistoryEnumField::k__BackingField Func_1U5BU5D_tB1F9470EF5E544CC2AB4AD0BE692BD0B0BB7DF30* ___U3ChistoryIndexGetterU3Ek__BackingField_16; }; // UnityEngine.InputSystem.UI.PointerModel/ButtonState struct ButtonState_tC90005D9F1E87688352A8F97B40400D0319CFC69 { // System.Boolean UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_IsPressed bool ___m_IsPressed_0; // UnityEngine.EventSystems.PointerEventData/FramePressState UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_FramePressState int32_t ___m_FramePressState_1; // System.Single UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_PressTime float ___m_PressTime_2; // UnityEngine.EventSystems.RaycastResult UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_PressRaycast RaycastResult_tEC6A7B7CABA99C386F054F01E498AEC426CF8023 ___m_PressRaycast_3; // UnityEngine.GameObject UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_PressObject GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_PressObject_4; // UnityEngine.GameObject UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_RawPressObject GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_RawPressObject_5; // UnityEngine.GameObject UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_LastPressObject GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_LastPressObject_6; // UnityEngine.GameObject UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_DragObject GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_DragObject_7; // UnityEngine.Vector2 UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_PressPosition Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_PressPosition_8; // System.Single UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_ClickTime float ___m_ClickTime_9; // System.Int32 UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_ClickCount int32_t ___m_ClickCount_10; // System.Boolean UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_Dragging bool ___m_Dragging_11; // System.Boolean UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_ClickedOnSameGameObject bool ___m_ClickedOnSameGameObject_12; // System.Boolean UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_IgnoreNextClick bool ___m_IgnoreNextClick_13; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.UI.PointerModel/ButtonState struct ButtonState_tC90005D9F1E87688352A8F97B40400D0319CFC69_marshaled_pinvoke { int32_t ___m_IsPressed_0; int32_t ___m_FramePressState_1; float ___m_PressTime_2; RaycastResult_tEC6A7B7CABA99C386F054F01E498AEC426CF8023_marshaled_pinvoke ___m_PressRaycast_3; GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_PressObject_4; GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_RawPressObject_5; GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_LastPressObject_6; GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_DragObject_7; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_PressPosition_8; float ___m_ClickTime_9; int32_t ___m_ClickCount_10; int32_t ___m_Dragging_11; int32_t ___m_ClickedOnSameGameObject_12; int32_t ___m_IgnoreNextClick_13; }; // Native definition for COM marshalling of UnityEngine.InputSystem.UI.PointerModel/ButtonState struct ButtonState_tC90005D9F1E87688352A8F97B40400D0319CFC69_marshaled_com { int32_t ___m_IsPressed_0; int32_t ___m_FramePressState_1; float ___m_PressTime_2; RaycastResult_tEC6A7B7CABA99C386F054F01E498AEC426CF8023_marshaled_com ___m_PressRaycast_3; GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_PressObject_4; GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_RawPressObject_5; GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_LastPressObject_6; GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_DragObject_7; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_PressPosition_8; float ___m_ClickTime_9; int32_t ___m_ClickCount_10; int32_t ___m_Dragging_11; int32_t ___m_ClickedOnSameGameObject_12; int32_t ___m_IgnoreNextClick_13; }; // System.Action`1 struct Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404 : public MulticastDelegate_t { }; // System.Action`1 struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87 : public MulticastDelegate_t { }; // System.Action`1 struct Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941 : public MulticastDelegate_t { }; // System.Comparison`1> struct Comparison_1_tAAA49090DDD60EBD79DCCB4F483266C134E1EF98 : public MulticastDelegate_t { }; // System.Func`1 struct Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t94475399CE552E8F5CB52DF041E6CBAC98D48E2F : public MulticastDelegate_t { }; // System.Func`3 struct Func_3_tA23F5D62E264071C33C09639DD065B0B691A804D : public MulticastDelegate_t { }; // System.Func`3 struct Func_3_t2743F47DE21BDABF2148E0857F1621EC6B2DCF42 : public MulticastDelegate_t { }; // System.Func`4 struct Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE : public MulticastDelegate_t { }; // System.Func`4 struct Func_4_t332C0058075A9D0A2F5170831803531EC540225C : public MulticastDelegate_t { }; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66 : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E { // UnityEngine.InputSystem.Utilities.InlinedArray`1> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack InlinedArray_1_tE5F1062E65707D24360CEAC52E03D32C6E5BA8BB ___m_ProcessorStack_24; // TValue UnityEngine.InputSystem.InputControl`1::m_CachedValue Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_CachedValue_25; // TValue UnityEngine.InputSystem.InputControl`1::m_UnprocessedCachedValue Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_UnprocessedCachedValue_26; // System.Boolean UnityEngine.InputSystem.InputControl`1::evaluateProcessorsEveryRead bool ___evaluateProcessorsEveryRead_27; }; // UnityEngine.Rendering.ListChangedEventHandler`1 struct ListChangedEventHandler_1_tC0988B097B0885471C7749525EF01C1E7CB36E4C : public MulticastDelegate_t { }; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26 : public MulticastDelegate_t { }; // System.Action struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t { }; // System.AsyncCallback struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t { }; // UnityEngine.Behaviour struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 { }; // UnityEngine.InputSystem.InputDevice struct InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E { // UnityEngine.InputSystem.InputDevice/DeviceFlags UnityEngine.InputSystem.InputDevice::m_DeviceFlags int32_t ___m_DeviceFlags_27; // System.Int32 UnityEngine.InputSystem.InputDevice::m_DeviceId int32_t ___m_DeviceId_28; // System.Int32 UnityEngine.InputSystem.InputDevice::m_ParticipantId int32_t ___m_ParticipantId_29; // System.Int32 UnityEngine.InputSystem.InputDevice::m_DeviceIndex int32_t ___m_DeviceIndex_30; // UnityEngine.InputSystem.Layouts.InputDeviceDescription UnityEngine.InputSystem.InputDevice::m_Description InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___m_Description_31; // System.Double UnityEngine.InputSystem.InputDevice::m_LastUpdateTimeInternal double ___m_LastUpdateTimeInternal_32; // System.UInt32 UnityEngine.InputSystem.InputDevice::m_CurrentUpdateStepCount uint32_t ___m_CurrentUpdateStepCount_33; // UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.InputDevice::m_AliasesForEachControl InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___m_AliasesForEachControl_34; // UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.InputDevice::m_UsagesForEachControl InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___m_UsagesForEachControl_35; // UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputDevice::m_UsageToControl InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_UsageToControl_36; // UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputDevice::m_ChildrenForEachControl InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_ChildrenForEachControl_37; // System.UInt32[] UnityEngine.InputSystem.InputDevice::m_StateOffsetToControlMap UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___m_StateOffsetToControlMap_38; // UnityEngine.InputSystem.InputDevice/ControlBitRangeNode[] UnityEngine.InputSystem.InputDevice::m_ControlTreeNodes ControlBitRangeNodeU5BU5D_t912A404149DE6D350D1735A026182C409C510F27* ___m_ControlTreeNodes_39; // System.UInt16[] UnityEngine.InputSystem.InputDevice::m_ControlTreeIndices UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* ___m_ControlTreeIndices_40; }; // UnityEngine.Rendering.LensFlareDataSRP struct LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A { // UnityEngine.Rendering.LensFlareDataElementSRP[] UnityEngine.Rendering.LensFlareDataSRP::elements LensFlareDataElementSRPU5BU5D_t1D7EBF0AA1925339AAA0E04DCE9F1B78105B6D38* ___elements_4; }; // System.NotSupportedException struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // UnityEngine.InputSystem.UI.PointerModel struct PointerModel_t6E979AA49D01ACA529A68AF8F48624E73484CD42 { // System.Boolean UnityEngine.InputSystem.UI.PointerModel::changedThisFrame bool ___changedThisFrame_0; // UnityEngine.InputSystem.UI.PointerModel/ButtonState UnityEngine.InputSystem.UI.PointerModel::leftButton ButtonState_tC90005D9F1E87688352A8F97B40400D0319CFC69 ___leftButton_1; // UnityEngine.InputSystem.UI.PointerModel/ButtonState UnityEngine.InputSystem.UI.PointerModel::rightButton ButtonState_tC90005D9F1E87688352A8F97B40400D0319CFC69 ___rightButton_2; // UnityEngine.InputSystem.UI.PointerModel/ButtonState UnityEngine.InputSystem.UI.PointerModel::middleButton ButtonState_tC90005D9F1E87688352A8F97B40400D0319CFC69 ___middleButton_3; // UnityEngine.InputSystem.UI.ExtendedPointerEventData UnityEngine.InputSystem.UI.PointerModel::eventData ExtendedPointerEventData_t164B462A9B123B2EE69B7DEC4F33F6AA3DE7937F* ___eventData_4; // UnityEngine.Vector2 UnityEngine.InputSystem.UI.PointerModel::m_ScreenPosition Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_ScreenPosition_5; // UnityEngine.Vector2 UnityEngine.InputSystem.UI.PointerModel::m_ScrollDelta Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_ScrollDelta_6; // UnityEngine.Vector3 UnityEngine.InputSystem.UI.PointerModel::m_WorldPosition Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_WorldPosition_7; // UnityEngine.Quaternion UnityEngine.InputSystem.UI.PointerModel::m_WorldOrientation Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___m_WorldOrientation_8; // System.Single UnityEngine.InputSystem.UI.PointerModel::m_Pressure float ___m_Pressure_9; // System.Single UnityEngine.InputSystem.UI.PointerModel::m_AzimuthAngle float ___m_AzimuthAngle_10; // System.Single UnityEngine.InputSystem.UI.PointerModel::m_AltitudeAngle float ___m_AltitudeAngle_11; // System.Single UnityEngine.InputSystem.UI.PointerModel::m_Twist float ___m_Twist_12; // UnityEngine.Vector2 UnityEngine.InputSystem.UI.PointerModel::m_Radius Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Radius_13; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.UI.PointerModel struct PointerModel_t6E979AA49D01ACA529A68AF8F48624E73484CD42_marshaled_pinvoke { int32_t ___changedThisFrame_0; ButtonState_tC90005D9F1E87688352A8F97B40400D0319CFC69_marshaled_pinvoke ___leftButton_1; ButtonState_tC90005D9F1E87688352A8F97B40400D0319CFC69_marshaled_pinvoke ___rightButton_2; ButtonState_tC90005D9F1E87688352A8F97B40400D0319CFC69_marshaled_pinvoke ___middleButton_3; ExtendedPointerEventData_t164B462A9B123B2EE69B7DEC4F33F6AA3DE7937F* ___eventData_4; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_ScreenPosition_5; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_ScrollDelta_6; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_WorldPosition_7; Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___m_WorldOrientation_8; float ___m_Pressure_9; float ___m_AzimuthAngle_10; float ___m_AltitudeAngle_11; float ___m_Twist_12; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Radius_13; }; // Native definition for COM marshalling of UnityEngine.InputSystem.UI.PointerModel struct PointerModel_t6E979AA49D01ACA529A68AF8F48624E73484CD42_marshaled_com { int32_t ___changedThisFrame_0; ButtonState_tC90005D9F1E87688352A8F97B40400D0319CFC69_marshaled_com ___leftButton_1; ButtonState_tC90005D9F1E87688352A8F97B40400D0319CFC69_marshaled_com ___rightButton_2; ButtonState_tC90005D9F1E87688352A8F97B40400D0319CFC69_marshaled_com ___middleButton_3; ExtendedPointerEventData_t164B462A9B123B2EE69B7DEC4F33F6AA3DE7937F* ___eventData_4; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_ScreenPosition_5; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_ScrollDelta_6; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_WorldPosition_7; Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___m_WorldOrientation_8; float ___m_Pressure_9; float ___m_AzimuthAngle_10; float ___m_AltitudeAngle_11; float ___m_Twist_12; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Radius_13; }; // UnityEngine.Rendering.RenderPipelineResources struct RenderPipelineResources_tAA6BDE0F0074318A421B1D71C06F4ABC4C5C175A : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A { }; // UnityEngine.RenderTexture struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700 { }; // UnityEngine.Rendering.ScaleFunc struct ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791 : public MulticastDelegate_t { }; // UnityEngine.Texture2D struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700 { }; // UnityEngine.Transform struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 { }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t6E2851F85C23093EDE233F71F5CE3D6D08FAE920 { // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue PointerModel_t6E979AA49D01ACA529A68AF8F48624E73484CD42 ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues PointerModelU5BU5D_tE7B1CA281F392BD0840E1A81754AC94AF44FEE81* ___additionalValues_2; }; // UnityEngine.Camera struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA { }; // UnityEngine.Light struct Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA { // System.Int32 UnityEngine.Light::m_BakedIndex int32_t ___m_BakedIndex_4; }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA { }; // UnityEngine.InputSystem.Pointer struct Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A : public InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B { // UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.InputSystem.Pointer::k__BackingField Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CpositionU3Ek__BackingField_44; // UnityEngine.InputSystem.Controls.DeltaControl UnityEngine.InputSystem.Pointer::k__BackingField DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* ___U3CdeltaU3Ek__BackingField_45; // UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.InputSystem.Pointer::k__BackingField Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CradiusU3Ek__BackingField_46; // UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Pointer::k__BackingField AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CpressureU3Ek__BackingField_47; // UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Pointer::k__BackingField ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CpressU3Ek__BackingField_48; // UnityEngine.InputSystem.Controls.IntegerControl UnityEngine.InputSystem.Pointer::k__BackingField IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* ___U3CdisplayIndexU3Ek__BackingField_49; }; // UnityEngine.InputSystem.Controls.Vector2Control struct Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432 : public InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66 { // UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector2Control::k__BackingField AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CxU3Ek__BackingField_28; // UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector2Control::k__BackingField AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CyU3Ek__BackingField_29; }; // UnityEngine.Rendering.UI.DebugUIHandlerWidget struct DebugUIHandlerWidget_tE597C749DDA3EBA7627F38F8A77EB5A171B9E6D1 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 { // UnityEngine.Color UnityEngine.Rendering.UI.DebugUIHandlerWidget::colorDefault Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___colorDefault_4; // UnityEngine.Color UnityEngine.Rendering.UI.DebugUIHandlerWidget::colorSelected Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___colorSelected_5; // UnityEngine.Rendering.UI.DebugUIHandlerWidget UnityEngine.Rendering.UI.DebugUIHandlerWidget::k__BackingField DebugUIHandlerWidget_tE597C749DDA3EBA7627F38F8A77EB5A171B9E6D1* ___U3CparentUIHandlerU3Ek__BackingField_6; // UnityEngine.Rendering.UI.DebugUIHandlerWidget UnityEngine.Rendering.UI.DebugUIHandlerWidget::k__BackingField DebugUIHandlerWidget_tE597C749DDA3EBA7627F38F8A77EB5A171B9E6D1* ___U3CpreviousUIHandlerU3Ek__BackingField_7; // UnityEngine.Rendering.UI.DebugUIHandlerWidget UnityEngine.Rendering.UI.DebugUIHandlerWidget::k__BackingField DebugUIHandlerWidget_tE597C749DDA3EBA7627F38F8A77EB5A171B9E6D1* ___U3CnextUIHandlerU3Ek__BackingField_8; // UnityEngine.Rendering.DebugUI/Widget UnityEngine.Rendering.UI.DebugUIHandlerWidget::m_Widget Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* ___m_Widget_9; }; // UnityEngine.Rendering.DebugUpdater struct DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 { // UnityEngine.ScreenOrientation UnityEngine.Rendering.DebugUpdater::m_Orientation int32_t ___m_Orientation_5; // System.Boolean UnityEngine.Rendering.DebugUpdater::m_RuntimeUiWasVisibleLastFrame bool ___m_RuntimeUiWasVisibleLastFrame_6; }; // UnityEngine.Rendering.LensFlareComponentSRP struct LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 { // UnityEngine.Rendering.LensFlareDataSRP UnityEngine.Rendering.LensFlareComponentSRP::m_LensFlareData LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* ___m_LensFlareData_4; // System.Single UnityEngine.Rendering.LensFlareComponentSRP::intensity float ___intensity_5; // System.Single UnityEngine.Rendering.LensFlareComponentSRP::maxAttenuationDistance float ___maxAttenuationDistance_6; // System.Single UnityEngine.Rendering.LensFlareComponentSRP::maxAttenuationScale float ___maxAttenuationScale_7; // UnityEngine.AnimationCurve UnityEngine.Rendering.LensFlareComponentSRP::distanceAttenuationCurve AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___distanceAttenuationCurve_8; // UnityEngine.AnimationCurve UnityEngine.Rendering.LensFlareComponentSRP::scaleByDistanceCurve AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___scaleByDistanceCurve_9; // System.Boolean UnityEngine.Rendering.LensFlareComponentSRP::attenuationByLightShape bool ___attenuationByLightShape_10; // UnityEngine.AnimationCurve UnityEngine.Rendering.LensFlareComponentSRP::radialScreenAttenuationCurve AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___radialScreenAttenuationCurve_11; // System.Boolean UnityEngine.Rendering.LensFlareComponentSRP::useOcclusion bool ___useOcclusion_12; // System.Single UnityEngine.Rendering.LensFlareComponentSRP::occlusionRadius float ___occlusionRadius_13; // System.UInt32 UnityEngine.Rendering.LensFlareComponentSRP::sampleCount uint32_t ___sampleCount_14; // System.Single UnityEngine.Rendering.LensFlareComponentSRP::occlusionOffset float ___occlusionOffset_15; // System.Single UnityEngine.Rendering.LensFlareComponentSRP::scale float ___scale_16; // System.Boolean UnityEngine.Rendering.LensFlareComponentSRP::allowOffScreen bool ___allowOffScreen_17; }; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 { }; // UnityEngine.EventSystems.BaseInputModule struct BaseInputModule_tF3B7C22AF1419B2AC9ECE6589357DC1B88ED96B1 : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D { // System.Collections.Generic.List`1 UnityEngine.EventSystems.BaseInputModule::m_RaycastResultCache List_1_t8292C421BBB00D7661DC07462822936152BAB446* ___m_RaycastResultCache_4; // System.Boolean UnityEngine.EventSystems.BaseInputModule::m_SendPointerHoverToParent bool ___m_SendPointerHoverToParent_5; // UnityEngine.EventSystems.AxisEventData UnityEngine.EventSystems.BaseInputModule::m_AxisEventData AxisEventData_t4AA742BC101B1AA300B16EE7F19E31B91F37A938* ___m_AxisEventData_6; // UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.BaseInputModule::m_EventSystem EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* ___m_EventSystem_7; // UnityEngine.EventSystems.BaseEventData UnityEngine.EventSystems.BaseInputModule::m_BaseEventData BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* ___m_BaseEventData_8; // UnityEngine.EventSystems.BaseInput UnityEngine.EventSystems.BaseInputModule::m_InputOverride BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622* ___m_InputOverride_9; // UnityEngine.EventSystems.BaseInput UnityEngine.EventSystems.BaseInputModule::m_DefaultInput BaseInput_t69C46B0AA3C24F1CA842A0D03CACACC4EC788622* ___m_DefaultInput_10; }; // UnityEngine.EventSystems.EventSystem struct EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707 : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D { // System.Collections.Generic.List`1 UnityEngine.EventSystems.EventSystem::m_SystemInputModules List_1_tA5BDE435C735A082941CD33D212F97F4AE9FA55F* ___m_SystemInputModules_4; // UnityEngine.EventSystems.BaseInputModule UnityEngine.EventSystems.EventSystem::m_CurrentInputModule BaseInputModule_tF3B7C22AF1419B2AC9ECE6589357DC1B88ED96B1* ___m_CurrentInputModule_5; // UnityEngine.GameObject UnityEngine.EventSystems.EventSystem::m_FirstSelected GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_FirstSelected_7; // System.Boolean UnityEngine.EventSystems.EventSystem::m_sendNavigationEvents bool ___m_sendNavigationEvents_8; // System.Int32 UnityEngine.EventSystems.EventSystem::m_DragThreshold int32_t ___m_DragThreshold_9; // UnityEngine.GameObject UnityEngine.EventSystems.EventSystem::m_CurrentSelected GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_CurrentSelected_10; // System.Boolean UnityEngine.EventSystems.EventSystem::m_HasFocus bool ___m_HasFocus_11; // System.Boolean UnityEngine.EventSystems.EventSystem::m_SelectionGuard bool ___m_SelectionGuard_12; // UnityEngine.EventSystems.BaseEventData UnityEngine.EventSystems.EventSystem::m_DummyData BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* ___m_DummyData_13; }; // UnityEngine.InputSystem.UI.InputSystemUIInputModule struct InputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58 : public BaseInputModule_tF3B7C22AF1419B2AC9ECE6589357DC1B88ED96B1 { // System.Single UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_MoveRepeatDelay float ___m_MoveRepeatDelay_12; // System.Single UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_MoveRepeatRate float ___m_MoveRepeatRate_13; // System.Single UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_TrackedDeviceDragThresholdMultiplier float ___m_TrackedDeviceDragThresholdMultiplier_14; // UnityEngine.Transform UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_XRTrackingOrigin Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___m_XRTrackingOrigin_15; // UnityEngine.InputSystem.InputActionAsset UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_ActionsAsset InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___m_ActionsAsset_17; // UnityEngine.InputSystem.InputActionReference UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_PointAction InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___m_PointAction_18; // UnityEngine.InputSystem.InputActionReference UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_MoveAction InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___m_MoveAction_19; // UnityEngine.InputSystem.InputActionReference UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_SubmitAction InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___m_SubmitAction_20; // UnityEngine.InputSystem.InputActionReference UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_CancelAction InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___m_CancelAction_21; // UnityEngine.InputSystem.InputActionReference UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_LeftClickAction InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___m_LeftClickAction_22; // UnityEngine.InputSystem.InputActionReference UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_MiddleClickAction InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___m_MiddleClickAction_23; // UnityEngine.InputSystem.InputActionReference UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_RightClickAction InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___m_RightClickAction_24; // UnityEngine.InputSystem.InputActionReference UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_ScrollWheelAction InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___m_ScrollWheelAction_25; // UnityEngine.InputSystem.InputActionReference UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_TrackedDevicePositionAction InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___m_TrackedDevicePositionAction_26; // UnityEngine.InputSystem.InputActionReference UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_TrackedDeviceOrientationAction InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___m_TrackedDeviceOrientationAction_27; // System.Boolean UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_DeselectOnBackgroundClick bool ___m_DeselectOnBackgroundClick_28; // UnityEngine.InputSystem.UI.UIPointerBehavior UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_PointerBehavior int32_t ___m_PointerBehavior_29; // UnityEngine.InputSystem.UI.InputSystemUIInputModule/CursorLockBehavior UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_CursorLockBehavior int32_t ___m_CursorLockBehavior_30; // System.Boolean UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_ActionsHooked bool ___m_ActionsHooked_32; // System.Boolean UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_NeedToPurgeStalePointers bool ___m_NeedToPurgeStalePointers_33; // System.Action`1 UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_OnPointDelegate Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___m_OnPointDelegate_34; // System.Action`1 UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_OnMoveDelegate Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___m_OnMoveDelegate_35; // System.Action`1 UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_OnLeftClickDelegate Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___m_OnLeftClickDelegate_36; // System.Action`1 UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_OnRightClickDelegate Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___m_OnRightClickDelegate_37; // System.Action`1 UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_OnMiddleClickDelegate Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___m_OnMiddleClickDelegate_38; // System.Action`1 UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_OnScrollWheelDelegate Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___m_OnScrollWheelDelegate_39; // System.Action`1 UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_OnTrackedDevicePositionDelegate Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___m_OnTrackedDevicePositionDelegate_40; // System.Action`1 UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_OnTrackedDeviceOrientationDelegate Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___m_OnTrackedDeviceOrientationDelegate_41; // System.Action`1 UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_OnControlsChangedDelegate Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___m_OnControlsChangedDelegate_42; // System.Int32 UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_CurrentPointerId int32_t ___m_CurrentPointerId_43; // System.Int32 UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_CurrentPointerIndex int32_t ___m_CurrentPointerIndex_44; // UnityEngine.InputSystem.UI.UIPointerType UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_CurrentPointerType int32_t ___m_CurrentPointerType_45; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_PointerIds InlinedArray_1_tC2490B07B1DD813665B621955586CF31457DB284 ___m_PointerIds_46; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_PointerTouchControls InlinedArray_1_t41B0BE9148DA71A79EE32EDB0E82E219783F9BF8 ___m_PointerTouchControls_47; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_PointerStates InlinedArray_1_t6E2851F85C23093EDE233F71F5CE3D6D08FAE920 ___m_PointerStates_48; // UnityEngine.InputSystem.UI.NavigationModel UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_NavigationState NavigationModel_t6B51B0BA26B0D874FF92F039259B0E6B74E427C2 ___m_NavigationState_49; // UnityEngine.GameObject UnityEngine.InputSystem.UI.InputSystemUIInputModule::m_LocalMultiPlayerRoot GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_LocalMultiPlayerRoot_50; }; // System.Collections.Generic.Dictionary`2> // System.Collections.Generic.Dictionary`2> // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.HashSet`1 // System.Collections.Generic.HashSet`1 // System.Collections.Generic.HashSet`1 // System.Collections.Generic.HashSet`1 // System.Collections.Generic.List`1> struct List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray ValueTuple_2U5BU5D_t4B8018E83D96B9F7621FB7B61838FE7115D1E4EC* ___s_emptyArray_5; }; // System.Collections.Generic.List`1> // System.Collections.Generic.List`1 struct List_1_tC024320491AC06EBF0986C13544616E79D860B9A_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray LensFlareComponentSRPU5BU5D_t0C497502E824C528FB5E2542744BC3FE6800BFF6* ___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 // UnityEngine.Rendering.ObjectPool`1 // UnityEngine.Rendering.ObjectPool`1 // UnityEngine.Rendering.ObservableList`1 // UnityEngine.Rendering.ObservableList`1 // UnityEngine.Rendering.AtlasAllocator // UnityEngine.Rendering.AtlasAllocator // UnityEngine.Rendering.AtlasAllocatorDynamic // UnityEngine.Rendering.AtlasAllocatorDynamic // System.Attribute // System.Attribute // UnityEngine.Rendering.BufferedRTHandleSystem // UnityEngine.Rendering.BufferedRTHandleSystem // UnityEngine.Rendering.DocumentationInfo // UnityEngine.Rendering.DocumentationInfo // UnityEngine.Rendering.DocumentationUtils // UnityEngine.Rendering.DocumentationUtils // UnityEngine.GUIContent struct GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2_StaticFields { // UnityEngine.GUIContent UnityEngine.GUIContent::s_Text GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2* ___s_Text_3; // UnityEngine.GUIContent UnityEngine.GUIContent::s_Image GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2* ___s_Image_4; // UnityEngine.GUIContent UnityEngine.GUIContent::s_TextImage GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2* ___s_TextImage_5; // UnityEngine.GUIContent UnityEngine.GUIContent::none GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2* ___none_6; }; // UnityEngine.GUIContent // UnityEngine.Rendering.Hammersley struct Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields { // System.Single[] UnityEngine.Rendering.Hammersley::k_Hammersley2dSeq16 SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___k_Hammersley2dSeq16_0; // System.Single[] UnityEngine.Rendering.Hammersley::k_Hammersley2dSeq32 SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___k_Hammersley2dSeq32_1; // System.Single[] UnityEngine.Rendering.Hammersley::k_Hammersley2dSeq64 SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___k_Hammersley2dSeq64_2; // System.Single[] UnityEngine.Rendering.Hammersley::k_Hammersley2dSeq256 SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___k_Hammersley2dSeq256_3; // System.Int32 UnityEngine.Rendering.Hammersley::s_hammersley2DSeq16Id int32_t ___s_hammersley2DSeq16Id_4; // System.Int32 UnityEngine.Rendering.Hammersley::s_hammersley2DSeq32Id int32_t ___s_hammersley2DSeq32Id_5; // System.Int32 UnityEngine.Rendering.Hammersley::s_hammersley2DSeq64Id int32_t ___s_hammersley2DSeq64Id_6; // System.Int32 UnityEngine.Rendering.Hammersley::s_hammersley2DSeq256Id int32_t ___s_hammersley2DSeq256Id_7; }; // UnityEngine.Rendering.Hammersley // UnityEngine.Rendering.LensFlareCommonSRP struct LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields { // UnityEngine.Rendering.LensFlareCommonSRP UnityEngine.Rendering.LensFlareCommonSRP::m_Instance LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* ___m_Instance_0; // System.Object UnityEngine.Rendering.LensFlareCommonSRP::m_Padlock RuntimeObject* ___m_Padlock_1; // System.Collections.Generic.List`1 UnityEngine.Rendering.LensFlareCommonSRP::m_Data List_1_tC024320491AC06EBF0986C13544616E79D860B9A* ___m_Data_2; // System.Int32 UnityEngine.Rendering.LensFlareCommonSRP::maxLensFlareWithOcclusion int32_t ___maxLensFlareWithOcclusion_3; // System.Int32 UnityEngine.Rendering.LensFlareCommonSRP::maxLensFlareWithOcclusionTemporalSample int32_t ___maxLensFlareWithOcclusionTemporalSample_4; // System.Int32 UnityEngine.Rendering.LensFlareCommonSRP::mergeNeeded int32_t ___mergeNeeded_5; // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.LensFlareCommonSRP::occlusionRT RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___occlusionRT_6; // System.Int32 UnityEngine.Rendering.LensFlareCommonSRP::frameIdx int32_t ___frameIdx_7; }; // UnityEngine.Rendering.LensFlareCommonSRP // System.Reflection.MemberInfo // System.Reflection.MemberInfo // UnityEngine.Rendering.MousePositionDebug struct MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10_StaticFields { // UnityEngine.Rendering.MousePositionDebug UnityEngine.Rendering.MousePositionDebug::s_Instance MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10* ___s_Instance_0; }; // UnityEngine.Rendering.MousePositionDebug // UnityEngine.Rendering.ProfilingSampler // UnityEngine.Rendering.ProfilingSampler // UnityEngine.Rendering.RTHandles struct RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_StaticFields { // UnityEngine.Rendering.RTHandleSystem UnityEngine.Rendering.RTHandles::s_DefaultInstance RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* ___s_DefaultInstance_0; }; // UnityEngine.Rendering.RTHandles // UnityEngine.Rendering.SphericalHarmonicsL2Utils // UnityEngine.Rendering.SphericalHarmonicsL2Utils // System.String struct String_t_StaticFields { // System.String System.String::Empty String_t* ___Empty_6; }; // System.String // UnityEngine.Rendering.AtlasAllocator/<>c struct U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_StaticFields { // UnityEngine.Rendering.AtlasAllocator/<>c UnityEngine.Rendering.AtlasAllocator/<>c::<>9 U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE* ___U3CU3E9_0; // UnityEngine.Events.UnityAction`1 UnityEngine.Rendering.AtlasAllocator/<>c::<>9__6_0 UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26* ___U3CU3E9__6_0_1; // UnityEngine.Events.UnityAction`1 UnityEngine.Rendering.AtlasAllocator/<>c::<>9__6_1 UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26* ___U3CU3E9__6_1_2; }; // UnityEngine.Rendering.AtlasAllocator/<>c // UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool // UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool // UnityEngine.Rendering.DebugUI/Panel // UnityEngine.Rendering.DebugUI/Panel // UnityEngine.Rendering.DebugUI/Widget // UnityEngine.Rendering.DebugUI/Widget // UnityEngine.Rendering.DebugUpdater/d__9 // UnityEngine.Rendering.DebugUpdater/d__9 // UnityEngine.Rendering.DebugUpdater/d__15 // UnityEngine.Rendering.DebugUpdater/d__15 // UnityEngine.Rendering.PowerOfTwoTextureAtlas/<>c struct U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76_StaticFields { // UnityEngine.Rendering.PowerOfTwoTextureAtlas/<>c UnityEngine.Rendering.PowerOfTwoTextureAtlas/<>c::<>9 U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76* ___U3CU3E9_0; // System.Comparison`1> UnityEngine.Rendering.PowerOfTwoTextureAtlas/<>c::<>9__23_0 Comparison_1_tAAA49090DDD60EBD79DCCB4F483266C134E1EF98* ___U3CU3E9__23_0_1; }; // UnityEngine.Rendering.PowerOfTwoTextureAtlas/<>c // UnityEngine.Rendering.DebugUI/EnumField/<>c struct U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F_StaticFields { // UnityEngine.Rendering.DebugUI/EnumField/<>c UnityEngine.Rendering.DebugUI/EnumField/<>c::<>9 U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F* ___U3CU3E9_0; // System.Func`2 UnityEngine.Rendering.DebugUI/EnumField/<>c::<>9__17_0 Func_2_t94475399CE552E8F5CB52DF041E6CBAC98D48E2F* ___U3CU3E9__17_0_1; }; // UnityEngine.Rendering.DebugUI/EnumField/<>c // UnityEngine.Rendering.DebugUI/EnumUtility/<>c struct U3CU3Ec_t29E113FE77BAF76301694C4C9B52AB826DD5CB19_StaticFields { // UnityEngine.Rendering.DebugUI/EnumUtility/<>c UnityEngine.Rendering.DebugUI/EnumUtility/<>c::<>9 U3CU3Ec_t29E113FE77BAF76301694C4C9B52AB826DD5CB19* ___U3CU3E9_0; // System.Func`2 UnityEngine.Rendering.DebugUI/EnumUtility/<>c::<>9__0_0 Func_2_t952D5059C2087E17DCEC70D25AB6149DA491B1CA* ___U3CU3E9__0_0_1; }; // UnityEngine.Rendering.DebugUI/EnumUtility/<>c // UnityEngine.Rendering.DebugUI/Panel/<>c struct U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310_StaticFields { // UnityEngine.Rendering.DebugUI/Panel/<>c UnityEngine.Rendering.DebugUI/Panel/<>c::<>9 U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310* ___U3CU3E9_0; // System.Action`1 UnityEngine.Rendering.DebugUI/Panel/<>c::<>9__29_0 Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* ___U3CU3E9__29_0_1; }; // UnityEngine.Rendering.DebugUI/Panel/<>c // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.HashSet`1/Enumerator // System.Collections.Generic.HashSet`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.HashSet`1/Enumerator // System.Collections.Generic.HashSet`1/Enumerator // UnityEngine.Rendering.DebugUI/Field`1 // UnityEngine.Rendering.DebugUI/Field`1 // UnityEngine.Rendering.DebugUI/Field`1 // UnityEngine.Rendering.DebugUI/Field`1 // UnityEngine.Rendering.DebugUI/Field`1 // UnityEngine.Rendering.DebugUI/Field`1 // UnityEngine.Rendering.DebugUI/Field`1 // UnityEngine.Rendering.DebugUI/Field`1 // UnityEngine.Rendering.DebugUI/Field`1 // UnityEngine.Rendering.DebugUI/Field`1 // UnityEngine.Rendering.DebugUI/Field`1 // UnityEngine.Rendering.DebugUI/Field`1 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // UnityEngine.Rendering.ListChangedEventArgs`1 // UnityEngine.Rendering.ListChangedEventArgs`1 // 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.Char struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields { // System.Byte[] System.Char::s_categoryForLatin1 ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3; }; // System.Char // UnityEngine.Color // UnityEngine.Color // System.Double // System.Double // System.Reflection.FieldInfo // System.Reflection.FieldInfo // UnityEngine.Rendering.GenerateHLSL // UnityEngine.Rendering.GenerateHLSL // UnityEngine.GradientAlphaKey // UnityEngine.GradientAlphaKey // UnityEngine.Rendering.HLSLArray // UnityEngine.Rendering.HLSLArray // UnityEngine.HelpURLAttribute // UnityEngine.HelpURLAttribute // System.Int16 // System.Int16 // System.Int32 // System.Int32 // System.Int64 // System.Int64 // System.IntPtr struct IntPtr_t_StaticFields { // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; }; // System.IntPtr // UnityEngine.Keyframe // UnityEngine.Keyframe // UnityEngine.Matrix4x4 struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields { // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___identityMatrix_17; }; // UnityEngine.Matrix4x4 // System.Reflection.MethodBase // System.Reflection.MethodBase // UnityEngine.Rendering.PackingAttribute // UnityEngine.Rendering.PackingAttribute // UnityEngine.Rendering.ProfilingSample // UnityEngine.Rendering.ProfilingSample // UnityEngine.Rendering.ProfilingScope // UnityEngine.Rendering.ProfilingScope // UnityEngine.Rect // UnityEngine.Rect // UnityEngine.Rendering.ShaderGenUInt4 // UnityEngine.Rendering.ShaderGenUInt4 // System.Single // System.Single // UnityEngine.Rendering.SphericalHarmonicsL2 // UnityEngine.Rendering.SphericalHarmonicsL2 // UnityEngine.Rendering.SurfaceDataAttributes // UnityEngine.Rendering.SurfaceDataAttributes // System.UInt16 // System.UInt16 // System.UInt32 // System.UInt32 // UnityEngine.Vector2 struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields { // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector_9; }; // UnityEngine.Vector2 // UnityEngine.Vector2Int struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_StaticFields { // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Zero Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Zero_2; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_One Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_One_3; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Up Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Up_4; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Down Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Down_5; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Left Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Left_6; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Right Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Right_7; }; // UnityEngine.Vector2Int // UnityEngine.Vector3 struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields { // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector_14; }; // UnityEngine.Vector3 // UnityEngine.Vector4 struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_StaticFields { // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___negativeInfinityVector_8; }; // UnityEngine.Vector4 // System.Void // System.Void // UnityEngine.WaitForEndOfFrame // UnityEngine.WaitForEndOfFrame // UnityEngine.Rendering.DebugUI/MessageBox // UnityEngine.Rendering.DebugUI/MessageBox // UnityEngine.Rendering.LensFlareCommonSRP/<>c__DisplayClass32_0 // UnityEngine.Rendering.LensFlareCommonSRP/<>c__DisplayClass32_0 // UnityEngine.Random/State // UnityEngine.Random/State // UnityEngine.Rendering.Hammersley/Hammersley2dSeq16/e__FixedBuffer // UnityEngine.Rendering.Hammersley/Hammersley2dSeq16/e__FixedBuffer // UnityEngine.Rendering.Hammersley/Hammersley2dSeq256/e__FixedBuffer // UnityEngine.Rendering.Hammersley/Hammersley2dSeq256/e__FixedBuffer // UnityEngine.Rendering.Hammersley/Hammersley2dSeq32/e__FixedBuffer // UnityEngine.Rendering.Hammersley/Hammersley2dSeq32/e__FixedBuffer // UnityEngine.Rendering.Hammersley/Hammersley2dSeq64/e__FixedBuffer // UnityEngine.Rendering.Hammersley/Hammersley2dSeq64/e__FixedBuffer // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // UnityEngine.AnimationCurve // UnityEngine.AnimationCurve // UnityEngine.Rendering.CommandBuffer // UnityEngine.Rendering.CommandBuffer // UnityEngine.Rendering.CoreRPHelpURLAttribute // UnityEngine.Rendering.CoreRPHelpURLAttribute // UnityEngine.Coroutine // UnityEngine.Coroutine // UnityEngine.Rendering.DebugManager struct DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672_StaticFields { // System.Lazy`1 UnityEngine.Rendering.DebugManager::s_Instance Lazy_1_t07F21D0B542171B9535B96E3CE293999A8522162* ___s_Instance_14; }; // UnityEngine.Rendering.DebugManager // System.Delegate // System.Delegate // UnityEngine.Rendering.DynamicResolutionHandler struct DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE_StaticFields { // UnityEngine.Rendering.DynamicResScalerSlot UnityEngine.Rendering.DynamicResolutionHandler::s_ActiveScalerSlot int32_t ___s_ActiveScalerSlot_13; // UnityEngine.Rendering.DynamicResolutionHandler/ScalerContainer[] UnityEngine.Rendering.DynamicResolutionHandler::s_ScalerContainers ScalerContainerU5BU5D_tC77571377136111C49364FC610EEABE164F62577* ___s_ScalerContainers_14; // System.Collections.Generic.Dictionary`2 UnityEngine.Rendering.DynamicResolutionHandler::s_CameraUpscaleFilters Dictionary_2_tD63479E1341B4C7016EC65CE665BEDD2FD651720* ___s_CameraUpscaleFilters_17; // System.Collections.Generic.Dictionary`2 UnityEngine.Rendering.DynamicResolutionHandler::s_CameraInstances Dictionary_2_t2A39BD4C1E857041785410552D256CB3E9342B4C* ___s_CameraInstances_23; // UnityEngine.Rendering.DynamicResolutionHandler UnityEngine.Rendering.DynamicResolutionHandler::s_DefaultInstance DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE* ___s_DefaultInstance_24; // System.Int32 UnityEngine.Rendering.DynamicResolutionHandler::s_ActiveCameraId int32_t ___s_ActiveCameraId_25; // UnityEngine.Rendering.DynamicResolutionHandler UnityEngine.Rendering.DynamicResolutionHandler::s_ActiveInstance DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE* ___s_ActiveInstance_26; // System.Boolean UnityEngine.Rendering.DynamicResolutionHandler::s_ActiveInstanceDirty bool ___s_ActiveInstanceDirty_27; // System.Single UnityEngine.Rendering.DynamicResolutionHandler::s_GlobalHwFraction float ___s_GlobalHwFraction_28; // System.Boolean UnityEngine.Rendering.DynamicResolutionHandler::s_GlobalHwUpresActive bool ___s_GlobalHwUpresActive_29; }; // UnityEngine.Rendering.DynamicResolutionHandler // UnityEngine.Gradient // UnityEngine.Gradient // UnityEngine.GradientColorKey // UnityEngine.GradientColorKey // UnityEngine.InspectorNameAttribute // UnityEngine.InspectorNameAttribute // UnityEngine.Rendering.LensFlareDataElementSRP // UnityEngine.Rendering.LensFlareDataElementSRP // System.Reflection.MethodInfo // System.Reflection.MethodInfo // UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields { // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; }; // UnityEngine.Object // UnityEngine.Rendering.RTHandleProperties // UnityEngine.Rendering.RTHandleProperties // UnityEngine.Profiling.Recorder struct Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90_StaticFields { // UnityEngine.Profiling.Recorder UnityEngine.Profiling.Recorder::s_InvalidRecorder Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* ___s_InvalidRecorder_1; }; // UnityEngine.Profiling.Recorder // UnityEngine.Rendering.RenderTargetIdentifier // UnityEngine.Rendering.RenderTargetIdentifier // System.RuntimeFieldHandle // System.RuntimeFieldHandle // System.RuntimeTypeHandle // System.RuntimeTypeHandle // UnityEngine.Profiling.Sampler struct Sampler_t5AC6EA95DC44B5F830F9E8351D37B2A0AC5678E5_StaticFields { // UnityEngine.Profiling.Sampler UnityEngine.Profiling.Sampler::s_InvalidSampler Sampler_t5AC6EA95DC44B5F830F9E8351D37B2A0AC5678E5* ___s_InvalidSampler_1; }; // UnityEngine.Profiling.Sampler // UnityEngine.Rendering.ShaderVariablesProbeVolumes // UnityEngine.Rendering.ShaderVariablesProbeVolumes // UnityEngine.Rendering.SphericalHarmonicsL1 struct SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335_StaticFields { // UnityEngine.Rendering.SphericalHarmonicsL1 UnityEngine.Rendering.SphericalHarmonicsL1::zero SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 ___zero_3; }; // UnityEngine.Rendering.SphericalHarmonicsL1 // UnityEngine.Rendering.Texture2DAtlas struct Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_StaticFields { // UnityEngine.Vector4 UnityEngine.Rendering.Texture2DAtlas::fullScaleOffset Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___fullScaleOffset_13; // System.Int32 UnityEngine.Rendering.Texture2DAtlas::s_MaxMipLevelPadding int32_t ___s_MaxMipLevelPadding_14; }; // UnityEngine.Rendering.Texture2DAtlas // UnityEngine.Rendering.AtlasAllocator/AtlasNode // UnityEngine.Rendering.AtlasAllocator/AtlasNode // UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode // UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode // UnityEngine.Rendering.DebugUI/BitField // UnityEngine.Rendering.DebugUI/BitField // UnityEngine.Rendering.DebugUI/ColorField // UnityEngine.Rendering.DebugUI/ColorField // UnityEngine.Rendering.DebugUI/EnumField // UnityEngine.Rendering.DebugUI/EnumField // UnityEngine.Rendering.DebugUI/Vector2Field // UnityEngine.Rendering.DebugUI/Vector2Field // UnityEngine.Rendering.DebugUI/Vector3Field // UnityEngine.Rendering.DebugUI/Vector3Field // UnityEngine.Rendering.DebugUI/Vector4Field // UnityEngine.Rendering.DebugUI/Vector4Field // UnityEngine.Rendering.Hammersley/Hammersley2dSeq16 // UnityEngine.Rendering.Hammersley/Hammersley2dSeq16 // UnityEngine.Rendering.Hammersley/Hammersley2dSeq256 // UnityEngine.Rendering.Hammersley/Hammersley2dSeq256 // UnityEngine.Rendering.Hammersley/Hammersley2dSeq32 // UnityEngine.Rendering.Hammersley/Hammersley2dSeq32 // UnityEngine.Rendering.Hammersley/Hammersley2dSeq64 // UnityEngine.Rendering.Hammersley/Hammersley2dSeq64 // UnityEngine.Rendering.LensFlareCommonSRP/<>c__DisplayClass32_1 // UnityEngine.Rendering.LensFlareCommonSRP/<>c__DisplayClass32_1 // System.Collections.Generic.List`1/Enumerator> // System.Collections.Generic.List`1/Enumerator> // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // UnityEngine.Component // UnityEngine.Component // UnityEngine.ComputeShader // UnityEngine.ComputeShader // UnityEngine.Profiling.CustomSampler struct CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487_StaticFields { // UnityEngine.Profiling.CustomSampler UnityEngine.Profiling.CustomSampler::s_InvalidCustomSampler CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___s_InvalidCustomSampler_2; }; // UnityEngine.Profiling.CustomSampler // UnityEngine.GameObject // UnityEngine.GameObject // UnityEngine.Material // UnityEngine.Material // UnityEngine.Rendering.PowerOfTwoTextureAtlas // UnityEngine.Rendering.PowerOfTwoTextureAtlas // UnityEngine.Rendering.RTHandle // UnityEngine.Rendering.RTHandle // UnityEngine.Rendering.RTHandleSystem // UnityEngine.Rendering.RTHandleSystem // UnityEngine.ScriptableObject // UnityEngine.ScriptableObject // UnityEngine.Texture struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700_StaticFields { // System.Int32 UnityEngine.Texture::GenerateAllMips int32_t ___GenerateAllMips_4; }; // UnityEngine.Texture // 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 // UnityEngine.Rendering.DebugUI/HistoryEnumField // UnityEngine.Rendering.DebugUI/HistoryEnumField // System.Action`1 // System.Action`1 // System.Action`1 // System.Action`1 // System.Action`1 // System.Action`1 // System.Comparison`1> // System.Comparison`1> // System.Func`1 // System.Func`1 // System.Func`2 // System.Func`2 // System.Func`3 // System.Func`3 // System.Func`3 // System.Func`3 // System.Func`4 // System.Func`4 // System.Func`4 // System.Func`4 // UnityEngine.InputSystem.InputControl`1 // UnityEngine.InputSystem.InputControl`1 // UnityEngine.Rendering.ListChangedEventHandler`1 // UnityEngine.Rendering.ListChangedEventHandler`1 // UnityEngine.Events.UnityAction`1 // UnityEngine.Events.UnityAction`1 // System.Action // System.Action // System.AsyncCallback // System.AsyncCallback // UnityEngine.Behaviour // UnityEngine.Behaviour // UnityEngine.Rendering.LensFlareDataSRP // UnityEngine.Rendering.LensFlareDataSRP // System.NotSupportedException // System.NotSupportedException // UnityEngine.Rendering.RenderPipelineResources // UnityEngine.Rendering.RenderPipelineResources // UnityEngine.RenderTexture // UnityEngine.RenderTexture // UnityEngine.Rendering.ScaleFunc // UnityEngine.Rendering.ScaleFunc // UnityEngine.Texture2D // UnityEngine.Texture2D // UnityEngine.Transform // UnityEngine.Transform // 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.Light // UnityEngine.Light // UnityEngine.MonoBehaviour // UnityEngine.MonoBehaviour // UnityEngine.InputSystem.Pointer struct Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_StaticFields { // UnityEngine.InputSystem.Pointer UnityEngine.InputSystem.Pointer::k__BackingField Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* ___U3CcurrentU3Ek__BackingField_50; }; // UnityEngine.InputSystem.Pointer // UnityEngine.InputSystem.Controls.Vector2Control // UnityEngine.InputSystem.Controls.Vector2Control // UnityEngine.Rendering.UI.DebugUIHandlerWidget // UnityEngine.Rendering.UI.DebugUIHandlerWidget // UnityEngine.Rendering.DebugUpdater struct DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_StaticFields { // UnityEngine.Rendering.DebugUpdater UnityEngine.Rendering.DebugUpdater::s_Instance DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* ___s_Instance_4; }; // UnityEngine.Rendering.DebugUpdater // UnityEngine.Rendering.LensFlareComponentSRP struct LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC_StaticFields { // System.Single UnityEngine.Rendering.LensFlareComponentSRP::sCelestialAngularRadius float ___sCelestialAngularRadius_18; }; // UnityEngine.Rendering.LensFlareComponentSRP // UnityEngine.EventSystems.BaseInputModule // UnityEngine.EventSystems.BaseInputModule // UnityEngine.EventSystems.EventSystem struct EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_StaticFields { // System.Collections.Generic.List`1 UnityEngine.EventSystems.EventSystem::m_EventSystems List_1_tF2FE88545EFEC788CAAE6C74EC2F78E937FCCAC3* ___m_EventSystems_6; // System.Comparison`1 UnityEngine.EventSystems.EventSystem::s_RaycastComparer Comparison_1_t9FCAC8C8CE160A96C5AAD2DE1D353DCE8A2FEEFC* ___s_RaycastComparer_14; // UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig UnityEngine.EventSystems.EventSystem::s_UIToolkitOverride UIToolkitOverrideConfig_t4E6B4528E38BCA7DA72C45424634806200A50182 ___s_UIToolkitOverride_15; }; // UnityEngine.EventSystems.EventSystem // UnityEngine.InputSystem.UI.InputSystemUIInputModule struct InputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58_StaticFields { // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.UI.InputSystemUIInputModule::s_InputActionReferenceCounts Dictionary_2_t609CD6E7E686007E5CF00E6A12C74A3B3106EF96* ___s_InputActionReferenceCounts_31; }; // UnityEngine.InputSystem.UI.InputSystemUIInputModule #ifdef __clang__ #pragma clang diagnostic pop #endif // 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); } }; // UnityEngine.GUIContent[] struct GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503 : public RuntimeArray { ALIGN_FIELD (8) GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2* m_Items[1]; inline GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2** 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, GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray { ALIGN_FIELD (8) int32_t m_Items[1]; inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // 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.Func`1[] struct Func_1U5BU5D_tB1F9470EF5E544CC2AB4AD0BE692BD0B0BB7DF30 : public RuntimeArray { ALIGN_FIELD (8) Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* m_Items[1]; inline Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD** 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, Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.EventSystems.EventSystem[] struct EventSystemU5BU5D_tC56681ED65D83E744C4504A1D94048F29AFA499B : public RuntimeArray { ALIGN_FIELD (8) EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* m_Items[1]; inline EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707** 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, EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Rendering.LensFlareDataElementSRP[] struct LensFlareDataElementSRPU5BU5D_t1D7EBF0AA1925339AAA0E04DCE9F1B78105B6D38 : public RuntimeArray { ALIGN_FIELD (8) LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* m_Items[1]; inline LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140** 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, LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Keyframe[] struct KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3 : public RuntimeArray { ALIGN_FIELD (8) Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 m_Items[1]; inline Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0* 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, Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 value) { m_Items[index] = value; } }; // UnityEngine.GradientColorKey[] struct GradientColorKeyU5BU5D_tB8929E6EE130CA1F3C1664B300BE83A95A642C18 : public RuntimeArray { ALIGN_FIELD (8) GradientColorKey_tBD03A613338639E3774A10265CC5F3619C13421A m_Items[1]; inline GradientColorKey_tBD03A613338639E3774A10265CC5F3619C13421A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GradientColorKey_tBD03A613338639E3774A10265CC5F3619C13421A* 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, GradientColorKey_tBD03A613338639E3774A10265CC5F3619C13421A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline GradientColorKey_tBD03A613338639E3774A10265CC5F3619C13421A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GradientColorKey_tBD03A613338639E3774A10265CC5F3619C13421A* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GradientColorKey_tBD03A613338639E3774A10265CC5F3619C13421A value) { m_Items[index] = value; } }; // UnityEngine.GradientAlphaKey[] struct GradientAlphaKeyU5BU5D_tA5D7ED787780B5C01635C8C59B15B2BC01AEC50E : public RuntimeArray { ALIGN_FIELD (8) GradientAlphaKey_tF469955E4BBAF1044320D956CD8D990F1A26EAA0 m_Items[1]; inline GradientAlphaKey_tF469955E4BBAF1044320D956CD8D990F1A26EAA0 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GradientAlphaKey_tF469955E4BBAF1044320D956CD8D990F1A26EAA0* 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, GradientAlphaKey_tF469955E4BBAF1044320D956CD8D990F1A26EAA0 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline GradientAlphaKey_tF469955E4BBAF1044320D956CD8D990F1A26EAA0 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GradientAlphaKey_tF469955E4BBAF1044320D956CD8D990F1A26EAA0* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GradientAlphaKey_tF469955E4BBAF1044320D956CD8D990F1A26EAA0 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; } }; // UnityEngine.Rendering.RTHandle[] struct RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF : public RuntimeArray { ALIGN_FIELD (8) RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* m_Items[1]; inline RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** 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, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)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.Rendering.AtlasAllocatorDynamic/AtlasNode[] struct AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394 : public RuntimeArray { ALIGN_FIELD (8) AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A m_Items[1]; inline AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* 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, AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A value) { m_Items[index] = value; } }; // System.ValueTuple`2[] struct ValueTuple_2U5BU5D_t4B8018E83D96B9F7621FB7B61838FE7115D1E4EC : public RuntimeArray { ALIGN_FIELD (8) ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C m_Items[1]; inline ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C* 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, ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C value) { m_Items[index] = value; } }; // TSource System.Linq.Enumerable::First(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_First_TisRuntimeObject_mEFECF1B8C3201589C5AF34176DCBF8DD926642D6_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ; // TResult System.Func`1::Invoke() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Func_1_Invoke_mA967B67675F9F5475EF2DA67722E3876436BF72E_gshared_inline (Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* __this, const RuntimeMethod* method) ; // System.Void System.Action`1::Invoke(T) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mAC3C34BA1905AB5B79E483CD9BB082B7D667F703_gshared_inline (Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* __this, int32_t ___0_obj, 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) ; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m67C538A5EBF57C4844107A8EF25DB2CAAFBAF8FB_gshared (RuntimeObject* ___0_source, Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___1_selector, const RuntimeMethod* method) ; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Distinct(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Distinct_TisRuntimeObject_mBCF33F5AD0A25B1E57B46FF34330DF74278ADB9E_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ; // System.Int32 System.Linq.Enumerable::Count(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Count_TisRuntimeObject_mA9FCB8ECCFE8FABC5AA2F8D46F82ACD52279930B_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ; // TSource System.Linq.Enumerable::ElementAt(System.Collections.Generic.IEnumerable`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_ElementAt_TisRuntimeObject_mC51F008F04886AD65463E3166E3BFAB665994771_gshared (RuntimeObject* ___0_source, int32_t ___1_index, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugUI/Field`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Field_1__ctor_mE26676B8CC7ACCECF4108378DD58EF11BEC4036F_gshared (Field_1_t7F813BE8CAF3F3F635B34474DDD7B797C5B6CD2A* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugUI/Field`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Field_1__ctor_m61D4C158D5359B9DE1404A0958BA110AFB99A866_gshared (Field_1_t1A7E96663FCB6565DABFB97328A0933E2EB20FB5* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugUI/Field`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Field_1__ctor_mB37915846F62EF7567FA4BADBE9B41418E200CD1_gshared (Field_1_tA5C891F8362F7E414DC7A9ECCB6F8610A9A61316* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugUI/Field`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Field_1__ctor_m7C303BA68691F2521E9EC689B23AE797B4DFBB05_gshared (Field_1_tA072783C26CACD3E84F9B62900C79E98AA01B8ED* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugUI/Field`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Field_1__ctor_m5E85360C971446C73E1A8E5ED7DA17D7EDC90E1B_gshared (Field_1_tC3CCA8F7619A0B639B6671BD922EC68E34595E18* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugUI/Field`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Field_1__ctor_m987712BF4E8BBF11473DA83B4CF70877C002430C_gshared (Field_1_t13BBC583A7E521A9A0C5B9A2B8B537D8CEE550BD* __this, const RuntimeMethod* method) ; // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ObservableList`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObservableList_1__ctor_m50EBACA906689F9BB868F299066B8B168564E6E8_gshared (ObservableList_1_tE27AD108B4CB5CCFF6DDF2DFB5953AB0C97F731C* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ListChangedEventHandler`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventHandler_1__ctor_m6A9295B600A60DAA1E8803037A5E1016E41ADB0E_gshared (ListChangedEventHandler_1_t75D35934C494DD9CAB03AF119619178B28527CFA* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ObservableList`1::add_ItemAdded(UnityEngine.Rendering.ListChangedEventHandler`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObservableList_1_add_ItemAdded_m035463556EB495F4A01A5496D83DB99F28D2048A_gshared (ObservableList_1_tE27AD108B4CB5CCFF6DDF2DFB5953AB0C97F731C* __this, ListChangedEventHandler_1_t75D35934C494DD9CAB03AF119619178B28527CFA* ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ObservableList`1::add_ItemRemoved(UnityEngine.Rendering.ListChangedEventHandler`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObservableList_1_add_ItemRemoved_mFF2BD3456B064C443F77B94ED280CFC70CC41247_gshared (ObservableList_1_tE27AD108B4CB5CCFF6DDF2DFB5953AB0C97F731C* __this, ListChangedEventHandler_1_t75D35934C494DD9CAB03AF119619178B28527CFA* ___0_value, const RuntimeMethod* method) ; // System.Collections.Generic.IEnumerator`1 UnityEngine.Rendering.ObservableList`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ObservableList_1_GetEnumerator_m02945371C87364EB9DA756BCBC3555C4BCD419AC_gshared (ObservableList_1_tE27AD108B4CB5CCFF6DDF2DFB5953AB0C97F731C* __this, const RuntimeMethod* method) ; // System.Void System.Action`1::Invoke(T) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_obj, 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.Object::FindObjectsOfType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Object_FindObjectsOfType_TisRuntimeObject_m0B4DF4B8AB4C71E0F471BC9D0440B40844DA221D_gshared (const RuntimeMethod* method) ; // T UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ; // TValue UnityEngine.InputSystem.InputControl`1::ReadValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 InputControl_1_ReadValue_m362E05F00FE8CF8FC52F0D673291907EC7FA6541_gshared (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66* __this, const RuntimeMethod* method) ; // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_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.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) ; // TResult System.Func`4::Invoke(T1,T2,T3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Func_4_Invoke_m8C6C5DFC2ABE0AAFE82727FDFFB391FFA72DC7D4_gshared_inline (Func_4_t332C0058075A9D0A2F5170831803531EC540225C* __this, RuntimeObject* ___0_arg1, RuntimeObject* ___1_arg2, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_arg3, 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 UnityEngine.Rendering.ConstantBuffer::UpdateData(CBType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstantBuffer_UpdateData_TisHammersley2dSeq16_t397C360C61F6E7F51A0A76E3D2C33D9E3E7DA9C0_mB3A2E2AAE88CA063A5A7DE977C951662FF16E3BD_gshared (Hammersley2dSeq16_t397C360C61F6E7F51A0A76E3D2C33D9E3E7DA9C0* ___0_data, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ConstantBuffer::UpdateData(CBType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstantBuffer_UpdateData_TisHammersley2dSeq32_t5222FE247619F99BDD08C37FE5B0D94747718042_mD968B5F922F3C5DB2D824F1F062B24F8270906F1_gshared (Hammersley2dSeq32_t5222FE247619F99BDD08C37FE5B0D94747718042* ___0_data, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ConstantBuffer::UpdateData(CBType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstantBuffer_UpdateData_TisHammersley2dSeq64_tAF73FAB2FE740998DFFF551198D6C651F0A058E7_m1EBA0AEFF9402C3905FDC1857997F2A021BB648E_gshared (Hammersley2dSeq64_tAF73FAB2FE740998DFFF551198D6C651F0A058E7* ___0_data, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ConstantBuffer::UpdateData(CBType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstantBuffer_UpdateData_TisHammersley2dSeq256_tC5B5FB2A55263672FAF8EDF3CC19470F51E623C3_m9E0271126365E1D92B0DF00F352BF2FABCF4D0F2_gshared (Hammersley2dSeq256_tC5B5FB2A55263672FAF8EDF3CC19470F51E623C3* ___0_data, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ConstantBuffer::Set(UnityEngine.Rendering.CommandBuffer,UnityEngine.ComputeShader,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstantBuffer_Set_TisHammersley2dSeq16_t397C360C61F6E7F51A0A76E3D2C33D9E3E7DA9C0_m7A60CB4ED0F47AD24A2D0C00166C949E0E760775_gshared (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___1_cs, int32_t ___2_shaderId, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ConstantBuffer::Set(UnityEngine.Rendering.CommandBuffer,UnityEngine.ComputeShader,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstantBuffer_Set_TisHammersley2dSeq32_t5222FE247619F99BDD08C37FE5B0D94747718042_m358194093E9CFB69CD0BCDE3090F461113AC6540_gshared (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___1_cs, int32_t ___2_shaderId, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ConstantBuffer::Set(UnityEngine.Rendering.CommandBuffer,UnityEngine.ComputeShader,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstantBuffer_Set_TisHammersley2dSeq64_tAF73FAB2FE740998DFFF551198D6C651F0A058E7_mCE30D4E1551A423A6AC0D1B7044274A18E9E889C_gshared (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___1_cs, int32_t ___2_shaderId, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ConstantBuffer::Set(UnityEngine.Rendering.CommandBuffer,UnityEngine.ComputeShader,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstantBuffer_Set_TisHammersley2dSeq256_tC5B5FB2A55263672FAF8EDF3CC19470F51E623C3_m54DDD973DD3750D15DD38AB427ABA487C7B759FB_gshared (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___1_cs, int32_t ___2_shaderId, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mED5C451F158CDDD2B3F4B0720CD248DA9DB27B25_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, const RuntimeMethod* method) ; // TValue System.Collections.Generic.Dictionary`2::get_Item(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dictionary_2_get_Item_mC3FEA647E750C27367C990777D8890E0E712E514_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mAF1EF7DA16BD70E252EA5C4B0F74DE519A02CBCD_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ; // TResult System.Func`3::Invoke(T1,T2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_3_Invoke_m821C647B817AF6922B7A699E997D0728BC21E8F9_gshared_inline (Func_3_tA23F5D62E264071C33C09639DD065B0B691A804D* __this, RuntimeObject* ___0_arg1, int32_t ___1_arg2, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m12BAB2F82E34CAA21A7245AB61E48F106340C1A4_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3 Dictionary_2_GetEnumerator_m3F1620145BA0815B7C7CD648EF054558AA26556A_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mAECCBE12C0427D7ACF88F82FA266F1AE37402565_gshared (Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3* __this, const RuntimeMethod* method) ; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 Enumerator_get_Current_m90160D324DA0D9F5624A345F47D8E226A118911A_gshared_inline (Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3* __this, const RuntimeMethod* method) ; // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_gshared_inline (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m4DC143BC57F14EDD85AB13B6D6F3B5D0E319B30E_gshared (Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_mE1EFF7C68491EE07D21EE9924475A559BF0A4773_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m6F08421248A34497AABE64516BB661B9719E2227_gshared (Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0* __this, const RuntimeMethod* method) ; // UnityEngine.Rendering.ProfilingSampler UnityEngine.Rendering.ProfilingSampler::Get(TEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ProfilingSampler_Get_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m8A88D1A0EBDE48471A988A3C0B292D7E590709B2_gshared (int32_t ___0_marker, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m7297B23EB42752916EFA7473360207BAF3B74CB2_gshared (Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0* __this, 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_m824C62AE381465271FBCE77563C6E43679F47152_gshared (Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0* __this, int32_t ___0_key, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_value, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m112B395BFFC3E2B1762F09109D173342A2F0EC10_gshared (List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76* __this, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t24DED0061495979D025145F5EE685308256D604D Dictionary_2_GetEnumerator_mB5EB823E831FAB1EEB71EC4AB5BCC8EAE34949E5_gshared (Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mAB65E5E8BB682D69B1462A3A17BB4AE1C0BF3CC6_gshared (Enumerator_t24DED0061495979D025145F5EE685308256D604D* __this, const RuntimeMethod* method) ; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tE2ABFF555671907C54C1F6ACA927B7D1D1249AFE Enumerator_get_Current_m7E42D1BC893E7831E1994B2F7C8B69053148B70E_gshared_inline (Enumerator_t24DED0061495979D025145F5EE685308256D604D* __this, const RuntimeMethod* method) ; // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m46AAAAE3FB1DEF3F9B68CAE9BD0BC8DF3219FA77_gshared_inline (KeyValuePair_2_tE2ABFF555671907C54C1F6ACA927B7D1D1249AFE* __this, const RuntimeMethod* method) ; // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A KeyValuePair_2_get_Value_m22C0F0F1E095CECC221A48F072C7542A95014140_gshared_inline (KeyValuePair_2_tE2ABFF555671907C54C1F6ACA927B7D1D1249AFE* __this, const RuntimeMethod* method) ; // System.Void System.ValueTuple`2::.ctor(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_2__ctor_m962EA662F3474234F5EAD48C6B015CB033607C5A_gshared (ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C* __this, int32_t ___0_item1, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_item2, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1>::Add(T) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m0D7B1846260D6953F51DEFB78CFE8F41D69BC7F7_gshared_inline (List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76* __this, ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C ___0_item, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m290DE9C01AB3B05828D641642BE844768D63D3B2_gshared (Enumerator_t24DED0061495979D025145F5EE685308256D604D* __this, const RuntimeMethod* method) ; // System.Void System.Comparison`1>::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparison_1__ctor_mA7C9B61B40897DD5825FC924B42FC2CF8A3A882B_gshared (Comparison_1_tAAA49090DDD60EBD79DCCB4F483266C134E1EF98* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1>::Sort(System.Comparison`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Sort_mA1ADAF22BEC8A84B242C65D98710F2E696C077B2_gshared (List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76* __this, Comparison_1_tAAA49090DDD60EBD79DCCB4F483266C134E1EF98* ___0_comparison, const RuntimeMethod* method) ; // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1>::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tAAEB05445143765107243B72B5CC36DB230A291A List_1_GetEnumerator_mC66B7183F91C8F684DFDB72FC63E47326143E2A0_gshared (List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1/Enumerator>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m33547778A54D8060AE8386E0E1A8BE002F87A964_gshared (Enumerator_tAAEB05445143765107243B72B5CC36DB230A291A* __this, const RuntimeMethod* method) ; // T System.Collections.Generic.List`1/Enumerator>::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C Enumerator_get_Current_mFFE84D5C057AEF74C28E9E63834D72E01CE5237E_gshared_inline (Enumerator_tAAEB05445143765107243B72B5CC36DB230A291A* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.List`1/Enumerator>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mC583DB50AF12A05CF3BB25D0A7B7211E782D5BB8_gshared (Enumerator_tAAEB05445143765107243B72B5CC36DB230A291A* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.HashSet`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_m9132EE1422BAA45E44B7FFF495F378790D36D90E_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, const RuntimeMethod* method) ; // System.Int32 System.Collections.Generic.HashSet`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HashSet_1_get_Count_m41CC85EEB7855CEFA3BC7A32F115387939318ED3_gshared_inline (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, const RuntimeMethod* method) ; // System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t72556E98D7DDBE118A973D782D523D15A96461C8 HashSet_1_GetEnumerator_m143B98FEED7E9CABA2C494AB2F04DAD60A504635_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.HashSet`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mFB582AEAA2E73F3128B5571197BEDE256A83F657_gshared (Enumerator_t72556E98D7DDBE118A973D782D523D15A96461C8* __this, const RuntimeMethod* method) ; // T System.Collections.Generic.HashSet`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m139A176CD271A0532D75BE08DA7831C8C45CE28F_gshared_inline (Enumerator_t72556E98D7DDBE118A973D782D523D15A96461C8* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.HashSet`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m27565F5ACCCC75C3DD34CC4CAE3E6AEFEB9144A6_gshared (Enumerator_t72556E98D7DDBE118A973D782D523D15A96461C8* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.HashSet`1::Remove(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Remove_mF1D84C0A2829DDA2A0CEE1D82A5B999B5F6627CB_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ; // System.Void System.Array::Resize(T[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Resize_TisRuntimeObject_mE8D92C287251BAF8256D85E5829F749359EC334E_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918** ___0_array, int32_t ___1_newSize, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.HashSet`1::CopyTo(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1_CopyTo_m5102D82155B190BF666DD92500756CC1CCBA2172_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.HashSet`1::Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Add_m2CD7657B3459B61DD4BBA47024AC71F7D319658B_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.HashSet`1::Contains(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Contains_m9BACE52BFA0BD83C601529D3629118453E459BBB_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.HashSet`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1_Clear_m75A6528F0B47448EB3B3A05EC379260E9BDFC2DD_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1__ctor_m0C2FC6B483B474AE9596A43EBA7FF6E85503A92A_gshared (UnityAction_1_t9C30BCD020745BF400CBACF22C6F34ADBA2DDA6A* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ObjectPool`1::.ctor(UnityEngine.Events.UnityAction`1,UnityEngine.Events.UnityAction`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectPool_1__ctor_m87A3CD9EE01778918E720BB5D8C6372E8223BF5E_gshared (ObjectPool_1_t99595E72EFE3F4492DB424138C3B94C9E0C18B58* __this, UnityAction_1_t9C30BCD020745BF400CBACF22C6F34ADBA2DDA6A* ___0_actionOnGet, UnityAction_1_t9C30BCD020745BF400CBACF22C6F34ADBA2DDA6A* ___1_actionOnRelease, bool ___2_collectionCheck, const RuntimeMethod* method) ; // T UnityEngine.Rendering.ObjectPool`1::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ObjectPool_1_Get_mE9FFBA2538E67EDE8398894D38E4F29EF389DCD0_gshared (ObjectPool_1_t99595E72EFE3F4492DB424138C3B94C9E0C18B58* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ObjectPool`1::Release(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectPool_1_Release_mF2F787094C8ED78607A13686E4119494D7F71654_gshared (ObjectPool_1_t99595E72EFE3F4492DB424138C3B94C9E0C18B58* __this, RuntimeObject* ___0_element, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2558CA63B57880719B2AC3164028F64C7844BF69_gshared (Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2>::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_mA6D8FBFFDC846F64D707528D1E157204243191AB_gshared (Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m9821889E928BB7EAEE9A7E81EDFC59651F7CBDD0_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, 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_m420CFC153320557E6823B06767710D1E636E5BDF_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, int32_t ___1_value, const RuntimeMethod* method) ; // System.Void System.ValueTuple`2::.ctor(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_2__ctor_mBC854B906321EBCBD5B8B90F1075808CD316F9C6_gshared (ValueTuple_2_t05010CA1EDA09F02C7ADFC1E8C90141D6388EF26* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_item1, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_item2, 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_mE46499A47B2A95498692503EBD04CAC9B9022ABB_gshared (Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B* __this, int32_t ___0_key, ValueTuple_2_t05010CA1EDA09F02C7ADFC1E8C90141D6388EF26 ___1_value, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m1EEB5E9C85400756E857A890B8379FD44DEA100F_gshared (Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B* __this, int32_t ___0_key, ValueTuple_2_t05010CA1EDA09F02C7ADFC1E8C90141D6388EF26* ___1_value, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, int32_t* ___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_m2E5B8F24222E5929B4B5E21DC32E0FC4936E5F58_gshared (Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B* __this, int32_t ___0_key, ValueTuple_2_t05010CA1EDA09F02C7ADFC1E8C90141D6388EF26 ___1_value, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m47BB8E7152F27A5218E85206AA3A6EACDA139E94_gshared (Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E* __this, int32_t ___0_capacity, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1E941F2C1CDD8057B1A502A38E419D4B583D831F_gshared (Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E* __this, int32_t ___0_key, int16_t ___1_value, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m2D1EA6829700F6B428BF1C48026ECBABBDC9038B_gshared (Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E* __this, int32_t ___0_key, int16_t* ___1_value, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_mBFDE29F1E8B29EC001EC37D43F4B86D6165B11CC_gshared (Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E* __this, int32_t ___0_key, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_mB76E51EAB1D0DAA739EF3ED555816A81C9C8931E_gshared (Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugUI/EnumUtility/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m5BF6A81593EC440E9C45B6A8C387ABF988A0CE36 (U3CU3Ec_t29E113FE77BAF76301694C4C9B52AB826DD5CB19* __this, const RuntimeMethod* method) ; // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ; // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ; // TSource System.Linq.Enumerable::First(System.Collections.Generic.IEnumerable`1) inline RuntimeObject* Enumerable_First_TisRuntimeObject_mEFECF1B8C3201589C5AF34176DCBF8DD926642D6 (RuntimeObject* ___0_source, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_First_TisRuntimeObject_mEFECF1B8C3201589C5AF34176DCBF8DD926642D6_gshared)(___0_source, method); } // System.Void UnityEngine.GUIContent::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIContent__ctor_mD2BDF82C1E1F75DEEF36F2C8EDB60FFB49EE4DBC (GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2* __this, String_t* ___0_text, const RuntimeMethod* method) ; // System.String System.Text.RegularExpressions.Regex::Replace(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Regex_Replace_m811FCA60D20059998EC547FC390F053C524D045D (String_t* ___0_input, String_t* ___1_pattern, String_t* ___2_replacement, const RuntimeMethod* method) ; // System.Func`1 UnityEngine.Rendering.DebugUI/EnumField::get_getIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* EnumField_get_getIndex_m9D3DADB71BE92C1B54FD5315B8C06BA2D68EE3FD_inline (EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C* __this, const RuntimeMethod* method) ; // TResult System.Func`1::Invoke() inline int32_t Func_1_Invoke_mA967B67675F9F5475EF2DA67722E3876436BF72E_inline (Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* __this, const RuntimeMethod* method) { return (( int32_t (*) (Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD*, const RuntimeMethod*))Func_1_Invoke_mA967B67675F9F5475EF2DA67722E3876436BF72E_gshared_inline)(__this, method); } // System.Action`1 UnityEngine.Rendering.DebugUI/EnumField::get_setIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* EnumField_get_setIndex_m72B40AFF93BCB6A72148E36EB14C98F3948C1922_inline (EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C* __this, const RuntimeMethod* method) ; // System.Void System.Action`1::Invoke(T) inline void Action_1_Invoke_mAC3C34BA1905AB5B79E483CD9BB082B7D667F703_inline (Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* __this, int32_t ___0_obj, const RuntimeMethod* method) { (( void (*) (Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404*, int32_t, const RuntimeMethod*))Action_1_Invoke_mAC3C34BA1905AB5B79E483CD9BB082B7D667F703_gshared_inline)(__this, ___0_obj, method); } // UnityEngine.GUIContent[] UnityEngine.Rendering.DebugUI/EnumUtility::MakeEnumNames(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503* EnumUtility_MakeEnumNames_m2D48D268D98788EA4B35DA55E806D974D29B80A7 (Type_t* ___0_enumType, const RuntimeMethod* method) ; // System.Int32[] UnityEngine.Rendering.DebugUI/EnumUtility::MakeEnumValues(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* EnumUtility_MakeEnumValues_m3922537E93C42AB8A3584541A6FF8E69A19C26D7 (Type_t* ___0_enumType, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugUI/EnumField::InitIndexes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumField_InitIndexes_m5A00CA7100887328361759AF12502AC803E57472 (EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugUI/EnumField::InitQuickSeparators() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumField_InitQuickSeparators_m819096798D533BAFC6541EFCDB7B9DAE8B078D1E (EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C* __this, const RuntimeMethod* method) ; // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m468F78DA5A10C7E1A86F80921F6CC0C19506CB1E (Func_2_t94475399CE552E8F5CB52DF041E6CBAC98D48E2F* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Func_2_t94475399CE552E8F5CB52DF041E6CBAC98D48E2F*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___0_object, ___1_method, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) inline RuntimeObject* Enumerable_Select_TisGUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2_TisString_t_m0ED254599DEBE6BAB9D4E6D8B85090CC324E044E (RuntimeObject* ___0_source, Func_2_t94475399CE552E8F5CB52DF041E6CBAC98D48E2F* ___1_selector, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t94475399CE552E8F5CB52DF041E6CBAC98D48E2F*, const RuntimeMethod*))Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m67C538A5EBF57C4844107A8EF25DB2CAAFBAF8FB_gshared)(___0_source, ___1_selector, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Distinct(System.Collections.Generic.IEnumerable`1) inline RuntimeObject* Enumerable_Distinct_TisString_t_m1E99E758E2A5605D0EE48F5715C69AF1096BF99B (RuntimeObject* ___0_source, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Distinct_TisRuntimeObject_mBCF33F5AD0A25B1E57B46FF34330DF74278ADB9E_gshared)(___0_source, method); } // System.Int32 System.Linq.Enumerable::Count(System.Collections.Generic.IEnumerable`1) inline int32_t Enumerable_Count_TisString_t_m498656AA08CF7218D7153CF70BC5E1110D19B7F0 (RuntimeObject* ___0_source, const RuntimeMethod* method) { return (( int32_t (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Count_TisRuntimeObject_mA9FCB8ECCFE8FABC5AA2F8D46F82ACD52279930B_gshared)(___0_source, method); } // TSource System.Linq.Enumerable::ElementAt(System.Collections.Generic.IEnumerable`1,System.Int32) inline String_t* Enumerable_ElementAt_TisString_t_mAF32DE31491691572D7AB8E9AD51FD79FCD75C75 (RuntimeObject* ___0_source, int32_t ___1_index, const RuntimeMethod* method) { return (( String_t* (*) (RuntimeObject*, int32_t, const RuntimeMethod*))Enumerable_ElementAt_TisRuntimeObject_mC51F008F04886AD65463E3166E3BFAB665994771_gshared)(___0_source, ___1_index, method); } // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugUI/Field`1::.ctor() inline void Field_1__ctor_mE26676B8CC7ACCECF4108378DD58EF11BEC4036F (Field_1_t7F813BE8CAF3F3F635B34474DDD7B797C5B6CD2A* __this, const RuntimeMethod* method) { (( void (*) (Field_1_t7F813BE8CAF3F3F635B34474DDD7B797C5B6CD2A*, const RuntimeMethod*))Field_1__ctor_mE26676B8CC7ACCECF4108378DD58EF11BEC4036F_gshared)(__this, method); } // System.Void UnityEngine.Rendering.DebugUI/EnumField/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mB8A8520B3A180E74A7D93029922E79D6AD8C0130 (U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F* __this, const RuntimeMethod* method) ; // System.String UnityEngine.GUIContent::get_text() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUIContent_get_text_mC6D7981351923AD7F802AC659314BA56DF7F3ED6 (GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2* __this, const RuntimeMethod* method) ; // System.String[] System.String::Split(System.Char,System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4 (String_t* __this, Il2CppChar ___0_separator, int32_t ___1_options, const RuntimeMethod* method) ; // System.Func`1[] UnityEngine.Rendering.DebugUI/HistoryEnumField::get_historyIndexGetter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_1U5BU5D_tB1F9470EF5E544CC2AB4AD0BE692BD0B0BB7DF30* HistoryEnumField_get_historyIndexGetter_mFE380F5C43EFC29095547306FDF1E61C87D41C1C_inline (HistoryEnumField_t3708BFF5BC85F8588A24CA70FB70BCAF188E9E08* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugUI/EnumField::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumField__ctor_m70AF15D32AC334B12E512298AAE02ED438074C78 (EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugUI/BitField::set_enumNames(UnityEngine.GUIContent[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BitField_set_enumNames_m16DCD2AEC657E914F549F55710165EC906BF2E7B_inline (BitField_t4178A9AD81C436DBE57F464343BA996642134062* __this, GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503* ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugUI/BitField::set_enumValues(System.Int32[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BitField_set_enumValues_m359E7A2117FA2BE7906B2995F44F0C07DE64A238_inline (BitField_t4178A9AD81C436DBE57F464343BA996642134062* __this, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugUI/Field`1::.ctor() inline void Field_1__ctor_m78BF1E2D6798A3DA4E39D535DABBF0930D243627 (Field_1_t226E1C169087ABFC1448D9AD905D6E1BC4FCFD4C* __this, const RuntimeMethod* method) { (( void (*) (Field_1_t226E1C169087ABFC1448D9AD905D6E1BC4FCFD4C*, const RuntimeMethod*))Field_1__ctor_m61D4C158D5359B9DE1404A0958BA110AFB99A866_gshared)(__this, 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.Void UnityEngine.Rendering.DebugUI/Field`1::.ctor() inline void Field_1__ctor_mB37915846F62EF7567FA4BADBE9B41418E200CD1 (Field_1_tA5C891F8362F7E414DC7A9ECCB6F8610A9A61316* __this, const RuntimeMethod* method) { (( void (*) (Field_1_tA5C891F8362F7E414DC7A9ECCB6F8610A9A61316*, const RuntimeMethod*))Field_1__ctor_mB37915846F62EF7567FA4BADBE9B41418E200CD1_gshared)(__this, method); } // System.Void UnityEngine.Rendering.DebugUI/Field`1::.ctor() inline void Field_1__ctor_m7C303BA68691F2521E9EC689B23AE797B4DFBB05 (Field_1_tA072783C26CACD3E84F9B62900C79E98AA01B8ED* __this, const RuntimeMethod* method) { (( void (*) (Field_1_tA072783C26CACD3E84F9B62900C79E98AA01B8ED*, const RuntimeMethod*))Field_1__ctor_m7C303BA68691F2521E9EC689B23AE797B4DFBB05_gshared)(__this, method); } // System.Void UnityEngine.Rendering.DebugUI/Field`1::.ctor() inline void Field_1__ctor_m5E85360C971446C73E1A8E5ED7DA17D7EDC90E1B (Field_1_tC3CCA8F7619A0B639B6671BD922EC68E34595E18* __this, const RuntimeMethod* method) { (( void (*) (Field_1_tC3CCA8F7619A0B639B6671BD922EC68E34595E18*, const RuntimeMethod*))Field_1__ctor_m5E85360C971446C73E1A8E5ED7DA17D7EDC90E1B_gshared)(__this, method); } // System.Void UnityEngine.Rendering.DebugUI/Field`1::.ctor() inline void Field_1__ctor_m987712BF4E8BBF11473DA83B4CF70877C002430C (Field_1_t13BBC583A7E521A9A0C5B9A2B8B537D8CEE550BD* __this, const RuntimeMethod* method) { (( void (*) (Field_1_t13BBC583A7E521A9A0C5B9A2B8B537D8CEE550BD*, const RuntimeMethod*))Field_1__ctor_m987712BF4E8BBF11473DA83B4CF70877C002430C_gshared)(__this, method); } // System.Void UnityEngine.Rendering.DebugUI/Widget::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Widget__ctor_m376F53A5E652F839D704FE6F6A447C11FA669C66 (Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* __this, const RuntimeMethod* method) ; // System.String UnityEngine.Rendering.DebugUI/Panel::get_displayName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Panel_get_displayName_m186C10E927B2800035B328BD9A40D8B5FB3D4EE4_inline (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) ; // UnityEngine.Rendering.DebugUI/Flags UnityEngine.Rendering.DebugUI/Panel::get_flags() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Panel_get_flags_mBC1AB348B149288BC1ACD0D4E7162622829ECE05_inline (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.DebugUI/Panel::get_isRuntimeOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Panel_get_isRuntimeOnly_m03FC70341EBC84633B6F0F93BFCC961A3470AAEE (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Application::get_isPlaying() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34 (const RuntimeMethod* method) ; // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00 (Delegate_t* ___0_a, Delegate_t* ___1_b, const RuntimeMethod* method) ; // System.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.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m685B45A3C4306940E649D7D7A20B38221C376D77 (Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___0_object, ___1_method, method); } // System.Void UnityEngine.Rendering.ObservableList`1::.ctor() inline void ObservableList_1__ctor_mAEB9F6BC66394C9058EB983FFB2657A6FEDDC4AC (ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* __this, const RuntimeMethod* method) { (( void (*) (ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08*, const RuntimeMethod*))ObservableList_1__ctor_m50EBACA906689F9BB868F299066B8B168564E6E8_gshared)(__this, method); } // System.Void UnityEngine.Rendering.DebugUI/Panel::set_children(UnityEngine.Rendering.ObservableList`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Panel_set_children_mADB01D395A7BFE1B9D5AC10A0D7B602D9EB7F478_inline (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* ___0_value, const RuntimeMethod* method) ; // UnityEngine.Rendering.ObservableList`1 UnityEngine.Rendering.DebugUI/Panel::get_children() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* Panel_get_children_m42233087374A0F3438E9F666F0EBD00922D3018A_inline (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ListChangedEventHandler`1::.ctor(System.Object,System.IntPtr) inline void ListChangedEventHandler_1__ctor_mD2BA8BACC53C49C10336D37004136D4E8B2421BC (ListChangedEventHandler_1_tC0988B097B0885471C7749525EF01C1E7CB36E4C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (ListChangedEventHandler_1_tC0988B097B0885471C7749525EF01C1E7CB36E4C*, RuntimeObject*, intptr_t, const RuntimeMethod*))ListChangedEventHandler_1__ctor_m6A9295B600A60DAA1E8803037A5E1016E41ADB0E_gshared)(__this, ___0_object, ___1_method, method); } // System.Void UnityEngine.Rendering.ObservableList`1::add_ItemAdded(UnityEngine.Rendering.ListChangedEventHandler`1) inline void ObservableList_1_add_ItemAdded_mC25392FD9E3A29DC70F6E00840980153040AD0FA (ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* __this, ListChangedEventHandler_1_tC0988B097B0885471C7749525EF01C1E7CB36E4C* ___0_value, const RuntimeMethod* method) { (( void (*) (ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08*, ListChangedEventHandler_1_tC0988B097B0885471C7749525EF01C1E7CB36E4C*, const RuntimeMethod*))ObservableList_1_add_ItemAdded_m035463556EB495F4A01A5496D83DB99F28D2048A_gshared)(__this, ___0_value, method); } // System.Void UnityEngine.Rendering.ObservableList`1::add_ItemRemoved(UnityEngine.Rendering.ListChangedEventHandler`1) inline void ObservableList_1_add_ItemRemoved_mDA8717743BA971F922CBC44E9BBAEDDD5949B2F7 (ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* __this, ListChangedEventHandler_1_tC0988B097B0885471C7749525EF01C1E7CB36E4C* ___0_value, const RuntimeMethod* method) { (( void (*) (ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08*, ListChangedEventHandler_1_tC0988B097B0885471C7749525EF01C1E7CB36E4C*, const RuntimeMethod*))ObservableList_1_add_ItemRemoved_mFF2BD3456B064C443F77B94ED280CFC70CC41247_gshared)(__this, ___0_value, method); } // System.Void UnityEngine.Rendering.DebugUI/Panel::SetDirty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Panel_SetDirty_mEC30ADB4136D2F16BAF184FC412796F28B55AC4D (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) ; // System.Collections.Generic.IEnumerator`1 UnityEngine.Rendering.ObservableList`1::GetEnumerator() inline RuntimeObject* ObservableList_1_GetEnumerator_m86222380114A614EAB7EEF793AD6C68F17CDF3FB (ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08*, const RuntimeMethod*))ObservableList_1_GetEnumerator_m02945371C87364EB9DA756BCBC3555C4BCD419AC_gshared)(__this, method); } // System.Void System.Action`1::Invoke(T) inline void Action_1_Invoke_m7DEDAA32765B3DE3FE7B31545A50C027546F442E_inline (Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* __this, Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* ___0_obj, const RuntimeMethod* method) { (( void (*) (Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941*, Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295*, const RuntimeMethod*))Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline)(__this, ___0_obj, method); } // System.Int32 UnityEngine.Rendering.DebugUI/Panel::get_groupIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Panel_get_groupIndex_m9BF4D7734CF4BDAB37EA115B037D349AC1883766_inline (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) ; // System.Int32 System.Int32::CompareTo(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_mFA011811D4447442ED442B4A507BD4267621C586 (int32_t* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugUI/Panel/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mCF8306DAA9B0EB15D331C4D709E0CCCE53B0A88B (U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugUpdater::EnableRuntime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugUpdater_EnableRuntime_m6A9C793AB02876999337D43C4CD734CCB1F995CA (const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugUpdater::DisableRuntime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugUpdater_DisableRuntime_m297804FB4C9164A85FC3B2002B1113810D887241 (const RuntimeMethod* 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.Void UnityEngine.GameObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_m7D0340DE160786E6EFA8DABD39EC3B694DA30AAD (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Object::set_name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, String_t* ___0_value, const RuntimeMethod* method) ; // T UnityEngine.GameObject::AddComponent() inline DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* GameObject_AddComponent_TisDebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_m20E74601D6C895DB3BEC1D3977A602EF44EAD381 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) { return (( DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method); } // UnityEngine.ScreenOrientation UnityEngine.Screen::get_orientation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_orientation_mA6B22A441187D50831B2B18CA48A8F64BD1BD89E (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.Rendering.DebugManager UnityEngine.Rendering.DebugManager::get_instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* DebugManager_get_instance_m6606C2006331B9BDE453C15E14F3747930B3FC3D (const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugManager::EnableInputActions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugManager_EnableInputActions_m5889ED24EFA3383E683D452FE45CD434E1611E92 (DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.InputSystem.EnhancedTouch.EnhancedTouchSupport::Enable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnhancedTouchSupport_Enable_mD8F0AC9B4B4DDBCA5EA779F35A5C28394D3FF6CE (const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugManager::set_displayRuntimeUI(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugManager_set_displayRuntimeUI_m9D935288B59DE1136DB37985EFE102A35CD4A90A (DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugManager::set_displayPersistentRuntimeUI(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugManager_set_displayPersistentRuntimeUI_m6EA3817BEF5D31D2000061DBE8E95CF40AA43262 (DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* __this, bool ___0_value, const RuntimeMethod* method) ; // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CoreUtils::Destroy(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_obj, 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.Rendering.DebugUpdater::EnsureExactlyOneEventSystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugUpdater_EnsureExactlyOneEventSystem_m5C71D947DFE706B67482E788A3DABD428F7798E1 (DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugUpdater::DestroyDebugEventSystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugUpdater_DestroyDebugEventSystem_m2FB857AD2F317E394C2B37DACBD5003676FD5E80 (DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* __this, const RuntimeMethod* method) ; // T[] UnityEngine.Object::FindObjectsOfType() inline EventSystemU5BU5D_tC56681ED65D83E744C4504A1D94048F29AFA499B* Object_FindObjectsOfType_TisEventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_mEFA2B6F1580C46412298144E8F6E7962730BD7AC (const RuntimeMethod* method) { return (( EventSystemU5BU5D_tC56681ED65D83E744C4504A1D94048F29AFA499B* (*) (const RuntimeMethod*))Object_FindObjectsOfType_TisRuntimeObject_m0B4DF4B8AB4C71E0F471BC9D0440B40844DA221D_gshared)(method); } // T UnityEngine.Component::GetComponent() inline EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* Component_GetComponent_TisEventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_mC0057F51AC54461AE48825268F70602D751EC73E (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) { return (( EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, 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.Void UnityEngine.Rendering.DebugUpdater::CreateDebugEventSystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugUpdater_CreateDebugEventSystem_mBB31CEA4B7EC553A825B4E9BA4CCD323CB51EDD1 (DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* __this, 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.Collections.IEnumerator UnityEngine.Rendering.DebugUpdater::DoAfterInputModuleUpdated(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DebugUpdater_DoAfterInputModuleUpdated_mF2ED242089E69D65CAC0B9C7A49061C8928A613D (DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_action, 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.Rendering.DebugUpdater/d__9::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDoAfterInputModuleUpdatedU3Ed__9__ctor_m9B3F93DFFEBFF104648742F9BF158132E45B1612 (U3CDoAfterInputModuleUpdatedU3Ed__9_t021E74D1816F0C80180EEB4E395D56996E887DDA* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ; // UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.EventSystem::get_current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* EventSystem_get_current_mC87C69FB418563DC2A571A10E2F9DB59A6785016 (const RuntimeMethod* method) ; // UnityEngine.EventSystems.BaseInputModule UnityEngine.EventSystems.EventSystem::get_currentInputModule() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BaseInputModule_tF3B7C22AF1419B2AC9ECE6589357DC1B88ED96B1* EventSystem_get_currentInputModule_m30559FCECCCE1AAD97D801968B8BD1C483FBF7AC_inline (EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* __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.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ; // System.Reflection.MethodInfo System.Type::GetMethod(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* Type_GetMethod_m66AD062187F19497DBCA900823B0C268322DC231 (Type_t* __this, String_t* ___0_name, const RuntimeMethod* method) ; // System.Boolean System.Reflection.MethodInfo::op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8 (MethodInfo_t* ___0_left, MethodInfo_t* ___1_right, const RuntimeMethod* method) ; // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826 (MethodBase_t* __this, RuntimeObject* ___0_obj, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_parameters, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugUpdater::CheckInputModuleExists() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugUpdater_CheckInputModuleExists_m1AA5338341C5BB4AE1225AA027A71FE2C693AE93 (DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* __this, const RuntimeMethod* method) ; // T UnityEngine.GameObject::AddComponent() inline EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* GameObject_AddComponent_TisEventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_m203F7DE96857384187AB285095F071B84400B9B8 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) { return (( EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method); } // T UnityEngine.GameObject::AddComponent() inline InputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58* GameObject_AddComponent_TisInputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58_mA175957B292E3F565216766FCE1E9D85836183A7 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) { return (( InputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method); } // T UnityEngine.Component::GetComponent() inline InputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58* Component_GetComponent_TisInputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58_m3D7DFF37E6B380C5018AB5E6CCDFD4F4E2FED2F4 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) { return (( InputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, 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.Boolean UnityEngine.Rendering.DebugManager::get_displayRuntimeUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugManager_get_displayRuntimeUI_m425A05718ADC5F5168D3D862C0FF3CB5D36259A0 (DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugUpdater::HandleInternalEventSystemComponents(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugUpdater_HandleInternalEventSystemComponents_mE3D39D8364F39FBAA697B4E1AD8FA708AF313F3A (bool ___0_uiEnabled, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugManager::UpdateActions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugManager_UpdateActions_mFDFEE466E6EF0295FF22CFFC92738CD80DF6A30F (DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.Rendering.DebugManager::GetAction(UnityEngine.Rendering.DebugAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DebugManager_GetAction_mF49CDA3900720779DADCA26D660A9C08DAC7741C (DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* __this, int32_t ___0_action, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.DebugManager::GetActionToggleDebugMenuWithTouch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugManager_GetActionToggleDebugMenuWithTouch_mD00A060C5705334410F83ACE437D7659756D71EB (DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugManager::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugManager_Reset_m8F235B190A155A4748A6101C46F5654D989C42CA (DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.DebugManager::GetActionReleaseScrollTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugManager_GetActionReleaseScrollTarget_mA8742D7420A03055AEF6E99576E359AA6E5FBE77 (DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugManager::SetScrollTarget(UnityEngine.Rendering.UI.DebugUIHandlerWidget) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugManager_SetScrollTarget_mA81C5DD4585EF12FD3C966E898549568B603FCE9 (DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* __this, DebugUIHandlerWidget_tE597C749DDA3EBA7627F38F8A77EB5A171B9E6D1* ___0_widget, const RuntimeMethod* method) ; // System.Collections.IEnumerator UnityEngine.Rendering.DebugUpdater::RefreshRuntimeUINextFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DebugUpdater_RefreshRuntimeUINextFrame_m251A33935E98DAFD659D145FE85DE873B1AAC184 (const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugUpdater/d__15::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRefreshRuntimeUINextFrameU3Ed__15__ctor_m392779311BA7871677A153BC788AE3F7C1E7D9DC (U3CRefreshRuntimeUINextFrameU3Ed__15_t50A87A3B0B43129C48E72CEC6AE080030D591218* __this, int32_t ___0_U3CU3E1__state, 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.WaitForEndOfFrame::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForEndOfFrame__ctor_m4AF7E576C01E6B04443BB898B1AE5D645F7D45AB (WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663* __this, const RuntimeMethod* method) ; // System.Void System.Action::Invoke() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method) ; // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.DebugManager::ReDrawOnScreenDebug() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugManager_ReDrawOnScreenDebug_m743E2E7D187BB39F175DE5D6D21F6BD0676A49F7 (DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.MousePositionDebug::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MousePositionDebug__ctor_m13F1294D652C43F3F1EEC88EB42D66CC51C31DF7 (MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10* __this, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Rendering.MousePositionDebug::GetInputMousePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 MousePositionDebug_GetInputMousePosition_m3B9FAF39E8413360371CA6EFEED7B12A025F45B1 (MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10* __this, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Pointer UnityEngine.InputSystem.Pointer::get_current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* Pointer_get_current_m207443803344C305DEAAEBA56C445980D6C22CB3_inline (const RuntimeMethod* method) ; // System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method) ; // UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.InputSystem.Pointer::get_position() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* Pointer_get_position_m4286004169788483EEDA6AF833CEFDB04FEDF3D8_inline (Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* __this, const RuntimeMethod* method) ; // TValue UnityEngine.InputSystem.InputControl`1::ReadValue() inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 InputControl_1_ReadValue_m362E05F00FE8CF8FC52F0D673291907EC7FA6541 (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66* __this, const RuntimeMethod* method) { return (( Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 (*) (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66*, const RuntimeMethod*))InputControl_1_ReadValue_m362E05F00FE8CF8FC52F0D673291907EC7FA6541_gshared)(__this, method); } // UnityEngine.Vector2 UnityEngine.Vector2::get_zero() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method) ; // UnityEngine.Profiling.CustomSampler UnityEngine.Profiling.CustomSampler::Create(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* CustomSampler_Create_m7F949EE6A33CEEC8420DC3362992C2272E76815D (String_t* ___0_name, bool ___1_collectGpuData, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ProfilingSampler::set_sampler(UnityEngine.Profiling.CustomSampler) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilingSampler_set_sampler_m4BD874D506A5D40A126E01CBE77F6CB1015DDE44_inline (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___0_value, 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.Void UnityEngine.Rendering.ProfilingSampler::set_inlineSampler(UnityEngine.Profiling.CustomSampler) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilingSampler_set_inlineSampler_m4AC1C19296D4282D6BC4D6C09C641A1EB1145E16_inline (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ProfilingSampler::set_name(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilingSampler_set_name_mAEA13BE687F2E8C6698F3FB3A95570A156705FA5_inline (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, String_t* ___0_value, const RuntimeMethod* method) ; // UnityEngine.Profiling.CustomSampler UnityEngine.Rendering.ProfilingSampler::get_sampler() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ProfilingSampler_get_sampler_m4AAA7119F8B751DC79115DDEF85028FE9E9E8CC9_inline (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, const RuntimeMethod* method) ; // UnityEngine.Profiling.Recorder UnityEngine.Profiling.Sampler::GetRecorder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* Sampler_GetRecorder_mD2515C0A1FDF4DC153696427901039914A64A6F2 (Sampler_t5AC6EA95DC44B5F830F9E8351D37B2A0AC5678E5* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Profiling.Recorder::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Recorder_set_enabled_mC6009BF634ACEB61AF678B283402D1B7F3A4A446 (Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* __this, bool ___0_value, const RuntimeMethod* method) ; // UnityEngine.Profiling.CustomSampler UnityEngine.Rendering.ProfilingSampler::get_inlineSampler() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ProfilingSampler_get_inlineSampler_mAD22E30685E56EA9768E9D0F6A0D451E32EE8A57_inline (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Profiling.Sampler::get_isValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Sampler_get_isValid_m78A87FD2B332B9E795EAD570520FF2B89237FE01 (Sampler_t5AC6EA95DC44B5F830F9E8351D37B2A0AC5678E5* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::BeginSample(UnityEngine.Profiling.CustomSampler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_BeginSample_m5A6A787A2C03F1DA7CAF411EF20210EE5A71DB97 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___0_sampler, const RuntimeMethod* method) ; // System.String UnityEngine.Rendering.ProfilingSampler::get_name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ProfilingSampler_get_name_mF1C3E7B9540171DD93186A4DFEF33CE331E92D79_inline (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::BeginSample(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_BeginSample_mDDE06125397EE4ADCC0804208561FB178A856E36 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, String_t* ___0_name, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::EndSample(UnityEngine.Profiling.CustomSampler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_EndSample_mB91B90770F8F1AFA005A8B33EDE1E47A34CFB906 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___0_sampler, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::EndSample(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_EndSample_m76441AA38C2D21DCBE8203512498C6DE144C8859 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, String_t* ___0_name, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Profiling.Recorder::get_enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Recorder_get_enabled_m7182937D880BFD528F176286947E6E198AA6C460 (Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* __this, const RuntimeMethod* method) ; // System.Int64 UnityEngine.Profiling.Recorder::get_gpuElapsedNanoseconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Recorder_get_gpuElapsedNanoseconds_m30566108286615A387725B355FB1122FDA1C6D2E (Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Profiling.Recorder::get_gpuSampleBlockCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Recorder_get_gpuSampleBlockCount_mBB2D5AE13A82657A2B7A090E23B5C4746905FFAE (Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* __this, const RuntimeMethod* method) ; // System.Int64 UnityEngine.Profiling.Recorder::get_elapsedNanoseconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Recorder_get_elapsedNanoseconds_m54A6DD45F11501BF3E8D5050F13FCA093ED88648 (Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Profiling.Recorder::get_sampleBlockCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Recorder_get_sampleBlockCount_m7CBC90B7976CC9C599EA02761A871EF374C41BC3 (Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ProfilingScope::.ctor(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.ProfilingSampler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC (ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___1_sampler, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ProfilingScope::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4 (ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD* __this, const RuntimeMethod* method) ; // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ProfilingSample::.ctor(UnityEngine.Rendering.CommandBuffer,System.String,UnityEngine.Profiling.CustomSampler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingSample__ctor_m1F041AA9D15F1B83BDA8B9BA973392D79106B5C1 (ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, String_t* ___1_name, CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___2_sampler, const RuntimeMethod* method) ; // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8 (String_t* ___0_format, RuntimeObject* ___1_arg0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ProfilingSample::.ctor(UnityEngine.Rendering.CommandBuffer,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingSample__ctor_m281FEAFD2CCCF7A43BE856DAD483F4E46A72B7EA (ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, String_t* ___1_format, RuntimeObject* ___2_arg, 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.Rendering.ProfilingSample::.ctor(UnityEngine.Rendering.CommandBuffer,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingSample__ctor_m50B1BED1079C106B8AE90117F4E866912C3C4E08 (ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, String_t* ___1_format, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ProfilingSample::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingSample_Dispose_m59C08E493C70FAD0777836566F3FCF8A2889E388 (ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A* __this, bool ___0_disposing, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.ProfilingSample::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingSample_Dispose_mD2A4D24A23C63449743B485DEAE2DE4EE240AA40 (ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A* __this, const RuntimeMethod* method) ; // System.String UnityEngine.Rendering.DocumentationInfo::GetPageLink(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DocumentationInfo_GetPageLink_mC80FD4627230157C0936E1B291076EEA7D285C18 (String_t* ___0_packageName, String_t* ___1_pageName, const RuntimeMethod* method) ; // System.Void UnityEngine.HelpURLAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HelpURLAttribute__ctor_m4671D9179DCF032E9F769A70A1665B1B60B233A7 (HelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D* __this, String_t* ___0_url, const RuntimeMethod* method) ; // System.String UnityEngine.Rendering.DocumentationInfo::get_version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DocumentationInfo_get_version_m66E5364AD6EBA4A0C4BDBDD03D88F478FCE2AF90 (const RuntimeMethod* method) ; // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, RuntimeObject* ___3_arg2, const RuntimeMethod* method) ; // UnityEngine.Vector4 UnityEngine.Vector4::op_Addition(UnityEngine.Vector4,UnityEngine.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Addition_m471A0C9B30316933F8CE430F17A7F8806ECA3EB9_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_a, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_b, const RuntimeMethod* method) ; // UnityEngine.Vector4 UnityEngine.Vector4::op_Subtraction(UnityEngine.Vector4,UnityEngine.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Subtraction_mD14864BB81AC08F643D2B82B41B3577012410ED9_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_a, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_b, const RuntimeMethod* method) ; // UnityEngine.Vector4 UnityEngine.Vector4::op_Multiply(UnityEngine.Vector4,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Multiply_m02FE150FD7366546FC19A36B6928512376BF64E8_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_a, float ___1_d, const RuntimeMethod* method) ; // UnityEngine.Vector4 UnityEngine.Vector4::op_Division(UnityEngine.Vector4,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Division_m9B1B8692D50C864CFA585BDF97FB6FBC18967D90_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_a, float ___1_d, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Vector4::op_Equality(UnityEngine.Vector4,UnityEngine.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector4_op_Equality_mCEA0E5F229F4AE8C55152F7A8F84345F24F52DC6_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_lhs, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_rhs, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.SphericalHarmonicsL1::op_Equality(UnityEngine.Rendering.SphericalHarmonicsL1,UnityEngine.Rendering.SphericalHarmonicsL1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SphericalHarmonicsL1_op_Equality_m285762C650C33B76EE59B7EAFD57E68E163CAA01 (SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 ___0_lhs, SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 ___1_rhs, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.SphericalHarmonicsL1::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SphericalHarmonicsL1_Equals_m156AFF698A92A9425070CFD50F115A1EE6E9CC92 (SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335* __this, RuntimeObject* ___0_other, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Vector4::GetHashCode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector4_GetHashCode_m53F6FCA56A0051C9D1AB41AA3EAA2C86CDAA8B92_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.SphericalHarmonicsL1::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SphericalHarmonicsL1_GetHashCode_mF419FC901C4CF663FCC3E728A7E7BFC7F9DBB5FA (SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335* __this, const RuntimeMethod* method) ; // UnityEngine.Vector4 UnityEngine.Vector4::get_zero() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline (const RuntimeMethod* method) ; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::get_Item(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901 (SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* __this, int32_t ___0_rgb, int32_t ___1_coefficient, const RuntimeMethod* method) ; // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.SphericalHarmonicsL2::set_Item(System.Int32,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SphericalHarmonicsL2_set_Item_m9378ED58D45589B2C2CA1A33D6FA32D9784732C2 (SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* __this, int32_t ___0_rgb, int32_t ___1_coefficient, float ___2_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.SphericalHarmonicsL2Utils::SetL1R(UnityEngine.Rendering.SphericalHarmonicsL2&,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SphericalHarmonicsL2Utils_SetL1R_m41A39B14ACDC9E1188228FAF68EB85606B45D654 (SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* ___0_sh, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_L1_R, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.SphericalHarmonicsL2Utils::SetL1G(UnityEngine.Rendering.SphericalHarmonicsL2&,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SphericalHarmonicsL2Utils_SetL1G_mD7B2F7B217A821C0D8CCC0750D3A0110484CE1EA (SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* ___0_sh, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_L1_G, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.SphericalHarmonicsL2Utils::SetL1B(UnityEngine.Rendering.SphericalHarmonicsL2&,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SphericalHarmonicsL2Utils_SetL1B_m74AB6FCB78C3D33FC8596937C778138D19F0D710 (SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* ___0_sh, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_L1_B, const RuntimeMethod* method) ; // UnityEngine.Rendering.TextureDimension UnityEngine.Rendering.TextureXR::get_dimension() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextureXR_get_dimension_m1FEDB3FB100070102EE907FAE16672FB6BF04AF0 (const RuntimeMethod* method) ; // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandles::Alloc(System.Int32,System.Int32,System.Int32,UnityEngine.Rendering.DepthBits,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.FilterMode,UnityEngine.TextureWrapMode,UnityEngine.Rendering.TextureDimension,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Single,UnityEngine.Rendering.MSAASamples,System.Boolean,System.Boolean,UnityEngine.RenderTextureMemoryless,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandles_Alloc_mBE00CEEDE8CC5D0BBF6BCB2CBE63A10C4BBE311D (int32_t ___0_width, int32_t ___1_height, int32_t ___2_slices, int32_t ___3_depthBufferBits, int32_t ___4_colorFormat, int32_t ___5_filterMode, int32_t ___6_wrapMode, int32_t ___7_dimension, bool ___8_enableRandomWrite, bool ___9_useMipMap, bool ___10_autoGenerateMips, bool ___11_isShadowMap, int32_t ___12_anisoLevel, float ___13_mipMapBias, int32_t ___14_msaaSamples, bool ___15_bindTextureMS, bool ___16_useDynamicScale, int32_t ___17_memoryless, String_t* ___18_name, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.RTHandles::Release(UnityEngine.Rendering.RTHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandles_Release_m21765673C17AE3696BEC5FC15732F97F44039283 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_rth, const RuntimeMethod* method) ; // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149 (RuntimeObject* ___0_obj, bool* ___1_lockTaken, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.LensFlareCommonSRP::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareCommonSRP__ctor_mEAF401FE46DBA464540579E301B041E379D61B22 (LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* __this, const RuntimeMethod* method) ; // System.Collections.Generic.List`1 UnityEngine.Rendering.LensFlareCommonSRP::get_Data() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_tC024320491AC06EBF0986C13544616E79D860B9A* LensFlareCommonSRP_get_Data_m8F84F362041F41CF248027CFA39F4E9DFB3EAC06_inline (LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* __this, const RuntimeMethod* method) ; // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m197372F0892144AF02BFCDEB44B8B4BD73F583C2_inline (List_1_tC024320491AC06EBF0986C13544616E79D860B9A* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tC024320491AC06EBF0986C13544616E79D860B9A*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1::Contains(T) inline bool List_1_Contains_m14286E6FC0B776CB48D1294F04395B1E52A8AD18 (List_1_tC024320491AC06EBF0986C13544616E79D860B9A* __this, LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* ___0_item, const RuntimeMethod* method) { return (( bool (*) (List_1_tC024320491AC06EBF0986C13544616E79D860B9A*, LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC*, 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_m53E45FA09590D57B09F24D3B7FFC65DCDD38E70C_inline (List_1_tC024320491AC06EBF0986C13544616E79D860B9A* __this, LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_tC024320491AC06EBF0986C13544616E79D860B9A*, LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } // System.Single UnityEngine.Vector3::Dot(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Dot_mBB86BB940AA0A32FA7D3C02AC42E5BC7095A5D52_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lhs, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_rhs, 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.Single UnityEngine.Mathf::Sign(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Sign_m42EE1F0BC041AF14F89DED7F762BE996E2C50D8A_inline (float ___0_f, const RuntimeMethod* method) ; // System.Single UnityEngine.Rendering.LensFlareCommonSRP::ShapeAttenuationSpotBoxLight(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareCommonSRP_ShapeAttenuationSpotBoxLight_m8AAB01A3F507E1CE2DAC84CE824F800602D4A008 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_forward, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_wo, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method) ; // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Transform::get_right() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_get_right_mC6DC057C23313802E2186A9E0DB760D795A758A4 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Transform::InverseTransformPoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_InverseTransformPoint_m18CD395144D9C78F30E15A5B82B6670E792DBA5D (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_position, const RuntimeMethod* method) ; // System.Single UnityEngine.Rendering.LensFlareCommonSRP::g__DiffLineIntegral|23_2(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareCommonSRP_U3CShapeAttenuationAreaTubeLightU3Eg__DiffLineIntegralU7C23_2_mDEF363554C815FD20D46D172DB3A98639A8C1832 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_p1, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_p2, const RuntimeMethod* method) ; // System.Single UnityEngine.Rendering.LensFlareCommonSRP::ShapeAttenuationDirLight(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareCommonSRP_ShapeAttenuationDirLight_m8D55129898412D0D60A6827F4BF3C7B2E20465E6 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_forward, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_wo, const RuntimeMethod* method) ; // System.Boolean UnityEngine.SystemInfo::get_graphicsUVStartsAtTop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemInfo_get_graphicsUVStartsAtTop_m152BEEFFF20719C9EAB612AD238114BD0B3BFE4B (const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Vector2::op_UnaryNegation(UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_UnaryNegation_mBA9FC53A2194EE3CC067A12D11879F695B34D6F9_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(UnityEngine.Vector2,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, float ___1_d, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Vector2::op_Addition(UnityEngine.Vector2,UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(UnityEngine.Vector2,UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Vector2::get_normalized() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_normalized_mF6722883AEFB5027690A778DF8ACC20F0FA65297_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___0_x, float ___1_y, float ___2_z, float ___3_w, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Transform::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Rendering.LensFlareCommonSRP::WorldToViewportLocal(System.Boolean,UnityEngine.Matrix4x4,UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 LensFlareCommonSRP_WorldToViewportLocal_mE62A301D50E28D51FA5F35332805EEE45222EC8D (bool ___0_isCameraRelative, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_viewProjMatrix, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_cameraPosWS, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___3_positionWS, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Rendering.LensFlareCommonSRP::WorldToViewportDistance(UnityEngine.Camera,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 LensFlareCommonSRP_WorldToViewportDistance_m506662EDF6433B5038D7FC3C15F6C62FF2E522B2 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_cam, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_positionWS, const RuntimeMethod* method) ; // UnityEngine.Vector4 UnityEngine.Vector4::op_Implicit(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Implicit_m2ECA73F345A7AD84144133E9E51657204002B12D_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method) ; // UnityEngine.Vector4 UnityEngine.Matrix4x4::op_Multiply(UnityEngine.Matrix4x4,UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Matrix4x4_op_Multiply_m319DF5B7DD9C9499EB8A5682FA63B1AAF0EE87A4 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_lhs, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_vector, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Vector3::op_Division(UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method) ; // UnityEngine.Matrix4x4 UnityEngine.Camera::get_worldToCameraMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Camera_get_worldToCameraMatrix_m48E324BD76706A316A1701EFC6A3DEC7DFB2FF40 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // UnityEngine.Matrix4x4 UnityEngine.Camera::get_projectionMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Camera_get_projectionMatrix_m9B943EFDD6418528A055321E14F75F1511DD9B4A (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.LensFlareCommonSRP::IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LensFlareCommonSRP_IsEmpty_m10C9D536E29439EA829486AA85748609DD7106E0 (LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CoreUtils::SetRenderTarget(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RTHandle,UnityEngine.Rendering.ClearFlag,System.Int32,UnityEngine.CubemapFace,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreUtils_SetRenderTarget_mF4745C7C50C72F6D3C0593706BE2611651583873 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_buffer, int32_t ___2_clearFlag, int32_t ___3_miplevel, int32_t ___4_cubemapFace, int32_t ___5_depthSlice, const RuntimeMethod* method) ; // UnityEngine.Color UnityEngine.Color::get_black() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline (const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::ClearRenderTarget(System.Boolean,System.Boolean,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_ClearRenderTarget_mABBE498A16DCEADCAA8F5DB50073012F74D03F14 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, bool ___0_clearDepth, bool ___1_clearColor, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___2_backgroundColor, const RuntimeMethod* method) ; // System.Collections.Generic.List`1 UnityEngine.Rendering.LensFlareCommonSRP::GetData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tC024320491AC06EBF0986C13544616E79D860B9A* LensFlareCommonSRP_GetData_m26A28FEF8B7E0EE038B730DAB917BC9DE1D1D558 (LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* __this, const RuntimeMethod* method) ; // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tC0A1E9E0FD0FAC58E7D7B27FC79F667D4572CD82 List_1_GetEnumerator_m36F8FF63DEF5EA0090402D29A674F0DA5243A431 (List_1_tC024320491AC06EBF0986C13544616E79D860B9A* __this, const RuntimeMethod* method) { return (( Enumerator_tC0A1E9E0FD0FAC58E7D7B27FC79F667D4572CD82 (*) (List_1_tC024320491AC06EBF0986C13544616E79D860B9A*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m052B480B24D5C097FF7B5F2E0C881FC855D67390 (Enumerator_tC0A1E9E0FD0FAC58E7D7B27FC79F667D4572CD82* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tC0A1E9E0FD0FAC58E7D7B27FC79F667D4572CD82*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method); } // T System.Collections.Generic.List`1/Enumerator::get_Current() inline LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* Enumerator_get_Current_m6DC198E160CFB8A384C1426104FBA137D8FE37DA_inline (Enumerator_tC0A1E9E0FD0FAC58E7D7B27FC79F667D4572CD82* __this, const RuntimeMethod* method) { return (( LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* (*) (Enumerator_tC0A1E9E0FD0FAC58E7D7B27FC79F667D4572CD82*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method); } // UnityEngine.Rendering.LensFlareDataSRP UnityEngine.Rendering.LensFlareComponentSRP::get_lensFlareData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* LensFlareComponentSRP_get_lensFlareData_mD15D77ED234DE0AD076724C2F1D1826EE6D3D84A_inline (LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Behaviour::get_enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1 (Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.GameObject::get_activeSelf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m4F3E5240E138B66AAA080EA30759A3D0517DA368 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.GameObject::get_activeInHierarchy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeInHierarchy_m49250F4F168DCC5388D5BE4F6A5681386907B109 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ; // T UnityEngine.Component::GetComponent() inline Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* Component_GetComponent_TisLight_t1E68479B7782AF2050FAA02A5DC612FD034F18F3_mF4816FA12B6F220CA55D47D669D7E50DC118B9E9 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) { return (( Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method); } // UnityEngine.LightType UnityEngine.Light::get_type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Light_get_type_m0D12CD1E54E010DC401F7371731D593DEF62D1C7 (Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* __this, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Transform::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_get_forward_mFCFACF7165FDAB21E80E384C494DF278386CEE2F (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Vector3::op_UnaryNegation(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_UnaryNegation_m5450829F333BD2A88AF9A592C4EE331661225915_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, 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) ; // UnityEngine.Vector3 UnityEngine.Rendering.LensFlareCommonSRP::WorldToViewport(UnityEngine.Camera,System.Boolean,System.Boolean,UnityEngine.Matrix4x4,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 LensFlareCommonSRP_WorldToViewport_m9893674E156D4782E58E7D3ECC50655E5177E98E (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, bool ___1_isLocalLight, bool ___2_isCameraRelative, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___3_viewProjMatrix, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___4_positionWS, const RuntimeMethod* method) ; // UnityEngine.Camera UnityEngine.Camera::get_main() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF (const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method) ; // System.Single UnityEngine.Camera::get_fieldOfView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_fieldOfView_m9A93F17BBF89F496AE231C21817AFD1C1E833FBB (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Rendering.LensFlareCommonSRP::DoPaniniProjection(UnityEngine.Vector2,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 LensFlareCommonSRP_DoPaniniProjection_m62FCA9CBE2FEABE76529873CAF389D64C7678624 (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_screenPos, float ___1_actualWidth, float ___2_actualHeight, float ___3_fieldOfView, float ___4_paniniProjectionCropToFit, float ___5_paniniProjectionDistance, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_v, const RuntimeMethod* method) ; // System.Single UnityEngine.Vector3::get_magnitude() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_get_magnitude_mF0D6017E90B345F1F52D1CC564C640F1A847AF2D_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AnimationCurve::get_length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AnimationCurve_get_length_m259A67BB0870D3A153F6FEDBB06CB0D24089CD81 (AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AnimationCurve::Evaluate(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AnimationCurve_Evaluate_m50B857043DE251A186032ADBCBB4CEF817F4EE3C (AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* __this, float ___0_time, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Vector3::get_normalized() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.Rendering.LensFlareComponentSRP::celestialProjectedOcclusionRadius(UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareComponentSRP_celestialProjectedOcclusionRadius_m1EAD56AEC83ED782CE84396FF60912005858C29B (LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_mainCam, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Transform::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_get_up_mE47A9D9D96422224DD0539AA5524DA5440145BB2 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Vector2::op_Subtraction(UnityEngine.Vector2,UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method) ; // System.Single UnityEngine.Vector2::get_magnitude() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_magnitude_m5C59B4056420AEFDB291AD0914A3F675330A75CE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::SetGlobalVector(System.Int32,UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, int32_t ___0_nameID, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::EnableShaderKeyword(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_EnableShaderKeyword_m9DE5732149961F1EA14B295D9E72914E1CC7DA5A (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, String_t* ___0_keyword, const RuntimeMethod* method) ; // System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline (float ___0_a, float ___1_b, float ___2_t, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Rendering.LensFlareCommonSRP::GetLensFlareRayOffset(UnityEngine.Vector2,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 LensFlareCommonSRP_GetLensFlareRayOffset_m56B8894C489D65E95E6210FCB57C44C6F0772024 (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_screenPos, float ___1_position, float ___2_globalCos0, float ___3_globalSin0, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Vector2::get_one() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline (const RuntimeMethod* method) ; // UnityEngine.Vector4 UnityEngine.Rendering.LensFlareCommonSRP::GetFlareData0(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Single,System.Single,UnityEngine.Vector2,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 LensFlareCommonSRP_GetFlareData0_m42AF8B99C81BA1DE6D865A6CE27185FB681163F8 (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_screenPos, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_translationScale, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___2_rayOff0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___3_vLocalScreenRatio, float ___4_angleDeg, float ___5_position, float ___6_angularOffset, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___7_positionOffset, bool ___8_autoRotate, const RuntimeMethod* method) ; // System.Void UnityEngine.Rect::set_x(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Rect::set_y(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Rect::set_width(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Rect::set_height(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::SetViewport(UnityEngine.Rect) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetViewport_m3BCCABB7493369D88DB15EE43C41D9858AE2574D (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_pixelRect, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.Blitter::DrawQuad(UnityEngine.Rendering.CommandBuffer,UnityEngine.Material,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blitter_DrawQuad_mD349AFC8DE5261BF33122101EA99DF238352B455 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_material, int32_t ___2_shaderPass, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m69F1268BC66F41D2FECB8F2BDF8CB31B65DCCBF4 (Enumerator_tC0A1E9E0FD0FAC58E7D7B27FC79F667D4572CD82* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tC0A1E9E0FD0FAC58E7D7B27FC79F667D4572CD82*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method); } // System.Void UnityEngine.Rendering.CoreUtils::SetRenderTarget(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.ClearFlag,System.Int32,UnityEngine.CubemapFace,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreUtils_SetRenderTarget_m302A06DE5092281C4FEC9F6A3B4242D6CFDDE26D (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___1_buffer, int32_t ___2_clearFlag, int32_t ___3_miplevel, int32_t ___4_cubemapFace, int32_t ___5_depthSlice, const RuntimeMethod* method) ; // UnityEngine.Color UnityEngine.Color::get_white() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline (const RuntimeMethod* method) ; // TResult System.Func`4::Invoke(T1,T2,T3) inline float Func_4_Invoke_m7B3F193530578B44556A5780E88A844E42422051_inline (Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* __this, Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* ___0_arg1, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_arg2, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_arg3, const RuntimeMethod* method) { return (( float (*) (Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE*, Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3*, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184*, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2, const RuntimeMethod*))Func_4_Invoke_m8C6C5DFC2ABE0AAFE82727FDFFB391FFA72DC7D4_gshared_inline)(__this, ___0_arg1, ___1_arg2, ___2_arg3, method); } // UnityEngine.Color UnityEngine.Color::op_Multiply(UnityEngine.Color,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_op_Multiply_m379B20A820266ACF82A21425B9CAE8DCD773CFBB_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_a, float ___1_b, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::DisableShaderKeyword(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_DisableShaderKeyword_m2B66FB1F672F3EE51FEA8A2CBA24AA6B7E4454BD (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, String_t* ___0_keyword, const RuntimeMethod* method) ; // UnityEngine.Rendering.RenderTargetIdentifier UnityEngine.Rendering.RTHandle::op_Implicit(UnityEngine.Rendering.RTHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_handle, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::SetGlobalTexture(System.Int32,UnityEngine.Rendering.RenderTargetIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, int32_t ___0_nameID, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___1_value, const RuntimeMethod* method) ; // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::get_localIntensity() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float LensFlareDataElementSRP_get_localIntensity_mA75A27674D36D591A42CACEC76E206D41DFD9925_inline (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.LensFlareDataElementSRP::get_count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LensFlareDataElementSRP_get_count_mA7F9CBD150771F1D7B9CBF6896E8E5EF1AA72AA0_inline (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Light::get_useColorTemperature() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Light_get_useColorTemperature_mD76967684F904F6068B58EE78BD65001D8AFF3EF (Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* __this, const RuntimeMethod* method) ; // UnityEngine.Color UnityEngine.Light::get_color() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Light_get_color_mE7EB8F11BF394877B50A2F335627441889ADE536 (Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.Light::get_colorTemperature() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Light_get_colorTemperature_mA5B7C9A5B315B27625764B8CE7EF5ADC06060B08 (Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* __this, const RuntimeMethod* method) ; // UnityEngine.Color UnityEngine.Mathf::CorrelatedColorTemperatureToRGB(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Mathf_CorrelatedColorTemperatureToRGB_m595A3D1E887CD42FE21CD2893D8E377B3F44153C (float ___0_kelvin, const RuntimeMethod* method) ; // UnityEngine.Color UnityEngine.Color::op_Multiply(UnityEngine.Color,UnityEngine.Color) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_a, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_b, const RuntimeMethod* method) ; // UnityEngine.Rendering.RenderTargetIdentifier UnityEngine.Rendering.RenderTargetIdentifier::op_Implicit(UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RenderTargetIdentifier_op_Implicit_mBF13C6AE62DCEDDEFDC1C7305BE646FE99D2F24C (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_tex, const RuntimeMethod* method) ; // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::get_edgeOffset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float LensFlareDataElementSRP_get_edgeOffset_m75804ACFA229921032474232E75DCD6E9D04DBC2_inline (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::get_sdfRoundness() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float LensFlareDataElementSRP_get_sdfRoundness_mADCDDD25BDE1929B411DE5244C7B1DCAB3503C6E_inline (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::get_fallOff() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float LensFlareDataElementSRP_get_fallOff_m15C09E622D6F8DC6CE7853C80A4B87E1B4541CAB_inline (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.LensFlareDataElementSRP::get_sideCount() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LensFlareDataElementSRP_get_sideCount_m7A462121BBCDD3AAA321F9E20680E2B7065787B2_inline (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Rendering.LensFlareCommonSRP::g__ComputeLocalSize|32_0(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.AnimationCurve,UnityEngine.Rendering.LensFlareCommonSRP/<>c__DisplayClass32_0&,UnityEngine.Rendering.LensFlareCommonSRP/<>c__DisplayClass32_1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 LensFlareCommonSRP_U3CDoLensFlareDataDrivenCommonU3Eg__ComputeLocalSizeU7C32_0_mDC689C4B511BB080A0F1341848DFDEF636E62DF5 (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_rayOff, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_rayOff0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___2_curSize, AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___3_distortionCurve, U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5* ___4_p, U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7* ___5_p, const RuntimeMethod* method) ; // UnityEngine.Vector4 UnityEngine.Color::op_Implicit(UnityEngine.Color) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Color_op_Implicit_m9B3228DAFA8DC57A75DE00CBBF13ED4F1E7B01FF_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_c, const RuntimeMethod* method) ; // UnityEngine.Color UnityEngine.Gradient::Evaluate(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Gradient_Evaluate_m332A32F48EA3F884CB55D74131DF8064F29F9C32 (Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E* __this, float ___0_time, const RuntimeMethod* method) ; // UnityEngine.Random/State UnityEngine.Random::get_state() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR State_tA37EB68FE687D41D4B228462D4C7427FAC5BF9C1 Random_get_state_m84FD78A44C27EA34F1CD9833545DAB9B541B98AA (const RuntimeMethod* method) ; // System.Void UnityEngine.Random::InitState(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random_InitState_mE70961834F42FFEEB06CB9C68175354E0C255664 (int32_t ___0_seed, const RuntimeMethod* method) ; // System.Single UnityEngine.Rendering.LensFlareCommonSRP::g__RandomRange|32_1(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareCommonSRP_U3CDoLensFlareDataDrivenCommonU3Eg__RandomRangeU7C32_1_m96F228F0B73BF73C28548A66BF55F9A9C6F66E9F (float ___0_min, float ___1_max, const RuntimeMethod* method) ; // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::get_intensityVariation() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float LensFlareDataElementSRP_get_intensityVariation_m698B70DFBB0B3F60AD954A228368C4E1CC92C90A_inline (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(System.Single,UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_mC53581E703768BA2512A7C65283657C331994353_inline (float ___0_d, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_a, const RuntimeMethod* method) ; // System.Void UnityEngine.Random::set_state(UnityEngine.Random/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random_set_state_m335B3E4E30A9A85E8794BC0A84013F1F365BA179 (State_tA37EB68FE687D41D4B228462D4C7427FAC5BF9C1 ___0_value, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.List`1::Remove(T) inline bool List_1_Remove_mFE5BD77735C0E901C212898A4037DBFAE4667E03 (List_1_tC024320491AC06EBF0986C13544616E79D860B9A* __this, LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* ___0_item, const RuntimeMethod* method) { return (( bool (*) (List_1_tC024320491AC06EBF0986C13544616E79D860B9A*, LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC*, const RuntimeMethod*))List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared)(__this, ___0_item, method); } // UnityEngine.Vector2 UnityEngine.Rendering.LensFlareCommonSRP::CalcViewExtents(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 LensFlareCommonSRP_CalcViewExtents_m85D0939B52325B2F86765B532C0031E96A156A87 (float ___0_actualWidth, float ___1_actualHeight, float ___2_fieldOfView, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Rendering.LensFlareCommonSRP::CalcCropExtents(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 LensFlareCommonSRP_CalcCropExtents_m7866761B32A7DBA2312CAA1D267A6ED49EC1D0AA (float ___0_actualWidth, float ___1_actualHeight, float ___2_fieldOfView, float ___3_d, const RuntimeMethod* method) ; // System.Single UnityEngine.Mathf::Min(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Rendering.LensFlareCommonSRP::Panini_Generic_Inv(UnityEngine.Vector2,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 LensFlareCommonSRP_Panini_Generic_Inv_m73E0CB41D03DF025A2B39CA28A7042E581E65C2E (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_projPos, float ___1_d, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Vector2::op_Division(UnityEngine.Vector2,UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mC4338822F8DE46925074DA360B9A7B1549E16A32 (List_1_tC024320491AC06EBF0986C13544616E79D860B9A* __this, const RuntimeMethod* method) { (( void (*) (List_1_tC024320491AC06EBF0986C13544616E79D860B9A*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(System.Single,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Multiply_m7F3B0FA9256CE368D7636558EFEFC4AB0E1A0F41_inline (float ___0_d, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_a, const RuntimeMethod* method) ; // System.Single UnityEngine.Rendering.LensFlareCommonSRP::g__Fpo|23_0(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareCommonSRP_U3CShapeAttenuationAreaTubeLightU3Eg__FpoU7C23_0_m326364B1845166386AC41152ABABB4F919D3A378 (float ___0_d, float ___1_l, const RuntimeMethod* method) ; // System.Single UnityEngine.Rendering.LensFlareCommonSRP::g__Fwt|23_1(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareCommonSRP_U3CShapeAttenuationAreaTubeLightU3Eg__FwtU7C23_1_m75D136EA3C11DCBCF9EAE572627F706BA1AB5A5D (float ___0_d, float ___1_l, const RuntimeMethod* method) ; // System.Single UnityEngine.Random::Range(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Random_Range_m5236C99A7D8AE6AC9190592DC66016652A2D2494 (float ___0_minInclusive, float ___1_maxInclusive, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.LensFlareComponentSRP::OnValidate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareComponentSRP_OnValidate_mA7680090242F1F5D050BC08834871FB2A0E6D43E (LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* __this, const RuntimeMethod* method) ; // UnityEngine.Rendering.LensFlareCommonSRP UnityEngine.Rendering.LensFlareCommonSRP::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* LensFlareCommonSRP_get_Instance_mF64DA65427B459BE5C9A648FAA697AE8B6DD479B (const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.LensFlareCommonSRP::AddData(UnityEngine.Rendering.LensFlareComponentSRP) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareCommonSRP_AddData_m1E33BD73205092DB2D140BAAC48383303BCBCA72 (LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* __this, LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* ___0_newData, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.LensFlareCommonSRP::RemoveData(UnityEngine.Rendering.LensFlareComponentSRP) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareCommonSRP_RemoveData_mF536B8F2F609777F96539159F65750991FE6D8A0 (LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* __this, LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* ___0_data, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Behaviour::get_isActiveAndEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Behaviour_get_isActiveAndEnabled_mEB4ECCE9761A7016BC619557CEFEA1A30D3BF28A (Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Keyframe::.ctor(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Keyframe__ctor_mECF144086B28785BE911A22C06194A9E0FBF3C34 (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0* __this, float ___0_time, float ___1_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AnimationCurve::.ctor(UnityEngine.Keyframe[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationCurve__ctor_mEABC98C03805713354D61E50D9340766BD5B717E (AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* __this, KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* ___0_keys, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.LensFlareDataElementSRP::set_localIntensity(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareDataElementSRP_set_localIntensity_mE3E298E1A798F39C5D79D37C6E012B63C10E5E71 (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.LensFlareDataElementSRP::set_count(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareDataElementSRP_set_count_mC7D8BD5067BD13DBC60233CD7F659F8531D42A0C (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___0_r, float ___1_g, float ___2_b, float ___3_a, const RuntimeMethod* method) ; // System.Void UnityEngine.Gradient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gradient__ctor_m5EC470BB063D4831774C7CDA5D471EBEB5CE7B54 (Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.GradientColorKey::.ctor(UnityEngine.Color,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientColorKey__ctor_mE26D7B8DA1283FDC3ADF628A3AC3E1B7246CD8A1 (GradientColorKey_tBD03A613338639E3774A10265CC5F3619C13421A* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_col, float ___1_time, const RuntimeMethod* method) ; // System.Void UnityEngine.GradientAlphaKey::.ctor(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientAlphaKey__ctor_m62D622565E6C8BF94E6E90A4CA6C866A5BC3B41B (GradientAlphaKey_tF469955E4BBAF1044320D956CD8D990F1A26EAA0* __this, float ___0_alpha, float ___1_time, const RuntimeMethod* method) ; // System.Void UnityEngine.Gradient::SetKeys(UnityEngine.GradientColorKey[],UnityEngine.GradientAlphaKey[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gradient_SetKeys_mE03CE269C19C4F08F1ED57F7151082304DDBB5D8 (Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E* __this, GradientColorKeyU5BU5D_tB8929E6EE130CA1F3C1664B300BE83A95A642C18* ___0_colorKeys, GradientAlphaKeyU5BU5D_tA5D7ED787780B5C01635C8C59B15B2BC01AEC50E* ___1_alphaKeys, const RuntimeMethod* method) ; // System.Void UnityEngine.Keyframe::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Keyframe__ctor_m0E7D85642F12A3DAFA1768351CC7670648C41AB2 (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0* __this, float ___0_time, float ___1_value, float ___2_inTangent, float ___3_outTangent, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.LensFlareDataElementSRP::set_intensityVariation(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareDataElementSRP_set_intensityVariation_m4D80F38F0B0B5C65B21253D20FA6EACD9FC7D1B2 (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.LensFlareDataElementSRP::set_fallOff(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareDataElementSRP_set_fallOff_m7BB44EB218C09DAB803C404AB5138304F95BB474 (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.LensFlareDataElementSRP::set_edgeOffset(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareDataElementSRP_set_edgeOffset_mCC9746DA5549D79D48019976CE66DFCB3DC4D987 (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.LensFlareDataElementSRP::set_sdfRoundness(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareDataElementSRP_set_sdfRoundness_mACF3E40FBABFB46CFA587360F0D3961FBB794CDF (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.LensFlareDataElementSRP::set_sideCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareDataElementSRP_set_sideCount_m8B3FFCDDBE8EA14DA4887438D141A5F79361739B (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Mathf::Max(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method) ; // System.Void UnityEngine.ScriptableObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF (ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* __this, 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.Rendering.ConstantBuffer::UpdateData(CBType&) inline void ConstantBuffer_UpdateData_TisHammersley2dSeq16_t397C360C61F6E7F51A0A76E3D2C33D9E3E7DA9C0_mB3A2E2AAE88CA063A5A7DE977C951662FF16E3BD (Hammersley2dSeq16_t397C360C61F6E7F51A0A76E3D2C33D9E3E7DA9C0* ___0_data, const RuntimeMethod* method) { (( void (*) (Hammersley2dSeq16_t397C360C61F6E7F51A0A76E3D2C33D9E3E7DA9C0*, const RuntimeMethod*))ConstantBuffer_UpdateData_TisHammersley2dSeq16_t397C360C61F6E7F51A0A76E3D2C33D9E3E7DA9C0_mB3A2E2AAE88CA063A5A7DE977C951662FF16E3BD_gshared)(___0_data, method); } // System.Void UnityEngine.Rendering.ConstantBuffer::UpdateData(CBType&) inline void ConstantBuffer_UpdateData_TisHammersley2dSeq32_t5222FE247619F99BDD08C37FE5B0D94747718042_mD968B5F922F3C5DB2D824F1F062B24F8270906F1 (Hammersley2dSeq32_t5222FE247619F99BDD08C37FE5B0D94747718042* ___0_data, const RuntimeMethod* method) { (( void (*) (Hammersley2dSeq32_t5222FE247619F99BDD08C37FE5B0D94747718042*, const RuntimeMethod*))ConstantBuffer_UpdateData_TisHammersley2dSeq32_t5222FE247619F99BDD08C37FE5B0D94747718042_mD968B5F922F3C5DB2D824F1F062B24F8270906F1_gshared)(___0_data, method); } // System.Void UnityEngine.Rendering.ConstantBuffer::UpdateData(CBType&) inline void ConstantBuffer_UpdateData_TisHammersley2dSeq64_tAF73FAB2FE740998DFFF551198D6C651F0A058E7_m1EBA0AEFF9402C3905FDC1857997F2A021BB648E (Hammersley2dSeq64_tAF73FAB2FE740998DFFF551198D6C651F0A058E7* ___0_data, const RuntimeMethod* method) { (( void (*) (Hammersley2dSeq64_tAF73FAB2FE740998DFFF551198D6C651F0A058E7*, const RuntimeMethod*))ConstantBuffer_UpdateData_TisHammersley2dSeq64_tAF73FAB2FE740998DFFF551198D6C651F0A058E7_m1EBA0AEFF9402C3905FDC1857997F2A021BB648E_gshared)(___0_data, method); } // System.Void UnityEngine.Rendering.ConstantBuffer::UpdateData(CBType&) inline void ConstantBuffer_UpdateData_TisHammersley2dSeq256_tC5B5FB2A55263672FAF8EDF3CC19470F51E623C3_m9E0271126365E1D92B0DF00F352BF2FABCF4D0F2 (Hammersley2dSeq256_tC5B5FB2A55263672FAF8EDF3CC19470F51E623C3* ___0_data, const RuntimeMethod* method) { (( void (*) (Hammersley2dSeq256_tC5B5FB2A55263672FAF8EDF3CC19470F51E623C3*, const RuntimeMethod*))ConstantBuffer_UpdateData_TisHammersley2dSeq256_tC5B5FB2A55263672FAF8EDF3CC19470F51E623C3_m9E0271126365E1D92B0DF00F352BF2FABCF4D0F2_gshared)(___0_data, method); } // System.Void UnityEngine.Rendering.ConstantBuffer::Set(UnityEngine.Rendering.CommandBuffer,UnityEngine.ComputeShader,System.Int32) inline void ConstantBuffer_Set_TisHammersley2dSeq16_t397C360C61F6E7F51A0A76E3D2C33D9E3E7DA9C0_m7A60CB4ED0F47AD24A2D0C00166C949E0E760775 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___1_cs, int32_t ___2_shaderId, const RuntimeMethod* method) { (( void (*) (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8*, int32_t, const RuntimeMethod*))ConstantBuffer_Set_TisHammersley2dSeq16_t397C360C61F6E7F51A0A76E3D2C33D9E3E7DA9C0_m7A60CB4ED0F47AD24A2D0C00166C949E0E760775_gshared)(___0_cmd, ___1_cs, ___2_shaderId, method); } // System.Void UnityEngine.Rendering.ConstantBuffer::Set(UnityEngine.Rendering.CommandBuffer,UnityEngine.ComputeShader,System.Int32) inline void ConstantBuffer_Set_TisHammersley2dSeq32_t5222FE247619F99BDD08C37FE5B0D94747718042_m358194093E9CFB69CD0BCDE3090F461113AC6540 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___1_cs, int32_t ___2_shaderId, const RuntimeMethod* method) { (( void (*) (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8*, int32_t, const RuntimeMethod*))ConstantBuffer_Set_TisHammersley2dSeq32_t5222FE247619F99BDD08C37FE5B0D94747718042_m358194093E9CFB69CD0BCDE3090F461113AC6540_gshared)(___0_cmd, ___1_cs, ___2_shaderId, method); } // System.Void UnityEngine.Rendering.ConstantBuffer::Set(UnityEngine.Rendering.CommandBuffer,UnityEngine.ComputeShader,System.Int32) inline void ConstantBuffer_Set_TisHammersley2dSeq64_tAF73FAB2FE740998DFFF551198D6C651F0A058E7_mCE30D4E1551A423A6AC0D1B7044274A18E9E889C (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___1_cs, int32_t ___2_shaderId, const RuntimeMethod* method) { (( void (*) (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8*, int32_t, const RuntimeMethod*))ConstantBuffer_Set_TisHammersley2dSeq64_tAF73FAB2FE740998DFFF551198D6C651F0A058E7_mCE30D4E1551A423A6AC0D1B7044274A18E9E889C_gshared)(___0_cmd, ___1_cs, ___2_shaderId, method); } // System.Void UnityEngine.Rendering.ConstantBuffer::Set(UnityEngine.Rendering.CommandBuffer,UnityEngine.ComputeShader,System.Int32) inline void ConstantBuffer_Set_TisHammersley2dSeq256_tC5B5FB2A55263672FAF8EDF3CC19470F51E623C3_m54DDD973DD3750D15DD38AB427ABA487C7B759FB (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___1_cs, int32_t ___2_shaderId, const RuntimeMethod* method) { (( void (*) (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8*, int32_t, const RuntimeMethod*))ConstantBuffer_Set_TisHammersley2dSeq256_tC5B5FB2A55263672FAF8EDF3CC19470F51E623C3_m54DDD973DD3750D15DD38AB427ABA487C7B759FB_gshared)(___0_cmd, ___1_cs, ___2_shaderId, method); } // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B (RuntimeArray* ___0_array, RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 ___1_fldHandle, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Shader::PropertyToID(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA (String_t* ___0_name, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.RTHandleSystem::GetMaxWidth() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RTHandleSystem_GetMaxWidth_m0AE3E07285C0CAA906B0EBF879FDB5A916E43C43_inline (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.RTHandleSystem::GetMaxHeight() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RTHandleSystem_GetMaxHeight_mF753F115CBC21DF020B828C67164F203FB92AAE1_inline (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, const RuntimeMethod* method) ; // UnityEngine.Rendering.RTHandleProperties UnityEngine.Rendering.RTHandleSystem::get_rtHandleProperties() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 RTHandleSystem_get_rtHandleProperties_mDDD04BAD83D0BCF0047AD77D88E37C55E64DEF58_inline (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(TKey) inline bool Dictionary_2_ContainsKey_m9762CCDA671A13DC5553F58255E4CDD55E357A68 (Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* __this, int32_t ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E*, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_mED5C451F158CDDD2B3F4B0720CD248DA9DB27B25_gshared)(__this, ___0_key, method); } // TValue System.Collections.Generic.Dictionary`2::get_Item(TKey) inline RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* Dictionary_2_get_Item_m630EA0B8C047CEEDE3F94D4007E90FED7A6668ED (Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* __this, int32_t ___0_key, const RuntimeMethod* method) { return (( RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* (*) (Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E*, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_mC3FEA647E750C27367C990777D8890E0E712E514_gshared)(__this, ___0_key, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_m55750A17444D5AEC437A5E23F03284F27AA9454F (Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* __this, int32_t ___0_key, RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E*, int32_t, RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF*, const RuntimeMethod*))Dictionary_2_Add_mAF1EF7DA16BD70E252EA5C4B0F74DE519A02CBCD_gshared)(__this, ___0_key, ___1_value, method); } // TResult System.Func`3::Invoke(T1,T2) inline RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* Func_3_Invoke_mAB93D3FFB2AB00B9460BD659E58129F535D64391_inline (Func_3_t2743F47DE21BDABF2148E0857F1621EC6B2DCF42* __this, RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* ___0_arg1, int32_t ___1_arg2, const RuntimeMethod* method) { return (( RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* (*) (Func_3_t2743F47DE21BDABF2148E0857F1621EC6B2DCF42*, RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F*, int32_t, const RuntimeMethod*))Func_3_Invoke_m821C647B817AF6922B7A699E997D0728BC21E8F9_gshared_inline)(__this, ___0_arg1, ___1_arg2, method); } // System.Void UnityEngine.Rendering.RTHandleSystem::SwitchResizeMode(UnityEngine.Rendering.RTHandle,UnityEngine.Rendering.RTHandleSystem/ResizeMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_SwitchResizeMode_mAF90A695546828FB285F35879E93C902702BB814 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_rth, int32_t ___1_mode, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m975CD2EF8CB330A0C83671BE356BA649653F84AB (Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* __this, int32_t ___0_key, RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF** ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E*, int32_t, RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF**, const RuntimeMethod*))Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared)(__this, ___0_key, ___1_value, method); } // System.Void UnityEngine.Rendering.RTHandleSystem::Release(UnityEngine.Rendering.RTHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_Release_mBBF7B7611774D06D330FD609BBAAB3CF50B320EC (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_rth, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) inline bool Dictionary_2_Remove_m67472ABD44765AB911EA934ECE324883342EF840 (Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* __this, int32_t ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E*, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m12BAB2F82E34CAA21A7245AB61E48F106340C1A4_gshared)(__this, ___0_key, method); } // System.Void UnityEngine.Rendering.BufferedRTHandleSystem::Swap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedRTHandleSystem_Swap_mFE273AD95CFEAA6D51A4B0BAE50C0E1FFFA05C0A (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.RTHandleSystem::SetReferenceSize(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_SetReferenceSize_m98A5DC18BAD37DA203641820D499F7B580DEA34C (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, int32_t ___0_width, int32_t ___1_height, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.RTHandleSystem::ResetReferenceSize(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_ResetReferenceSize_m3D2804C653042B20B7D36E4D71BDCEABBAC25E51 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, int32_t ___0_width, int32_t ___1_height, const RuntimeMethod* method) ; // System.Void UnityEngine.Vector2Int::.ctor(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Rendering.RTHandleSystem::CalculateRatioAgainstMaxSize(UnityEngine.Vector2Int&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 RTHandleSystem_CalculateRatioAgainstMaxSize_mB33735DE03F6CBCD0F3A95D966B9D41854591A31 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* ___0_viewportSize, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_tC78EB35E6D736FE73BD28CB5BA7D41D6C901AEE5 Dictionary_2_GetEnumerator_m49AFDC1960078203BAC27400D83CB3CB2ADBE964 (Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* __this, const RuntimeMethod* method) { return (( Enumerator_tC78EB35E6D736FE73BD28CB5BA7D41D6C901AEE5 (*) (Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E*, const RuntimeMethod*))Dictionary_2_GetEnumerator_m3F1620145BA0815B7C7CD648EF054558AA26556A_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() inline void Enumerator_Dispose_mC0F791D54EF93821764D16947924122691D7B92B (Enumerator_tC78EB35E6D736FE73BD28CB5BA7D41D6C901AEE5* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tC78EB35E6D736FE73BD28CB5BA7D41D6C901AEE5*, const RuntimeMethod*))Enumerator_Dispose_mAECCBE12C0427D7ACF88F82FA266F1AE37402565_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() inline KeyValuePair_2_t8A432A21E5BF947BAA0D5792482601280C733867 Enumerator_get_Current_m892A10C27981E67FE043BFB45B8617910CFE1ED8_inline (Enumerator_tC78EB35E6D736FE73BD28CB5BA7D41D6C901AEE5* __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t8A432A21E5BF947BAA0D5792482601280C733867 (*) (Enumerator_tC78EB35E6D736FE73BD28CB5BA7D41D6C901AEE5*, const RuntimeMethod*))Enumerator_get_Current_m90160D324DA0D9F5624A345F47D8E226A118911A_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_inline (KeyValuePair_2_t8A432A21E5BF947BAA0D5792482601280C733867* __this, const RuntimeMethod* method) { return (( RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* (*) (KeyValuePair_2_t8A432A21E5BF947BAA0D5792482601280C733867*, const RuntimeMethod*))KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mE6D63BB8F8E8D286C5DD1256F187F85C12C62225 (Enumerator_tC78EB35E6D736FE73BD28CB5BA7D41D6C901AEE5* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tC78EB35E6D736FE73BD28CB5BA7D41D6C901AEE5*, const RuntimeMethod*))Enumerator_MoveNext_m4DC143BC57F14EDD85AB13B6D6F3B5D0E319B30E_gshared)(__this, method); } // System.Void UnityEngine.Rendering.BufferedRTHandleSystem::ReleaseAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedRTHandleSystem_ReleaseAll_m46A33E64928C17336C64D97305A2306BA9B8EFBC (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.RTHandleSystem::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_Dispose_mB2E8DC8BB5B7BEAD2EF14CAAE4DB4F39ED27D6DC (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.BufferedRTHandleSystem::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedRTHandleSystem_Dispose_m6DFE7909B7A0C05BE90AF19310E7805B1AAC1759 (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, bool ___0_disposing, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Clear() inline void Dictionary_2_Clear_mD8339012B47360F8E05DDC59E31DA45929EA7D4C (Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E*, const RuntimeMethod*))Dictionary_2_Clear_mE1EFF7C68491EE07D21EE9924475A559BF0A4773_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mF668EFEA16284902F4269DECDB1A9BA0FE5E6DC1 (Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method); } // System.Void UnityEngine.Rendering.RTHandleSystem::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem__ctor_m22DE6145F3938E359C1FF6A5834BC7B7F93F5022 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m6F08421248A34497AABE64516BB661B9719E2227 (Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0*, const RuntimeMethod*))Dictionary_2__ctor_m6F08421248A34497AABE64516BB661B9719E2227_gshared)(__this, method); } // System.Void UnityEngine.Rendering.Texture2DAtlas::.ctor(System.Int32,System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.FilterMode,System.Boolean,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2DAtlas__ctor_mB0FB5774A1037C4F0AE42B5255C966B64688B54A (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, int32_t ___0_width, int32_t ___1_height, int32_t ___2_format, int32_t ___3_filterMode, bool ___4_powerOfTwoPadding, String_t* ___5_name, bool ___6_useMipMap, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.PowerOfTwoTextureAtlas::GetTexturePadding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PowerOfTwoTextureAtlas_GetTexturePadding_m85D96D2F38E1B383B35E6161A577AB6B99C67166 (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Rendering.PowerOfTwoTextureAtlas::GetPowerOfTwoTextureSize(UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 PowerOfTwoTextureAtlas_GetPowerOfTwoTextureSize_m2569249A9DA0FD0259C3228186A909760F26DA6E (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_texture, const RuntimeMethod* method) ; // UnityEngine.Vector4 UnityEngine.Rendering.PowerOfTwoTextureAtlas::GetPayloadScaleOffset(UnityEngine.Vector2&,UnityEngine.Vector2&,UnityEngine.Vector4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 PowerOfTwoTextureAtlas_GetPayloadScaleOffset_m136F1BEC61A24D9BE10E9C83A77051C422222917 (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___0_textureSize, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___1_paddingSize, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___2_scaleOffset, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Vector2::op_Division(UnityEngine.Vector2,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Division_m57A2DCD71E0CE7420851D705D1951F9238902AAB_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, float ___1_d, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.Texture2DAtlas::GetTextureMipmapCount(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture2DAtlas_GetTextureMipmapCount_mD097894ECA68A2E85D291B9CF7A156FEA9C5B7BF (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, int32_t ___0_width, int32_t ___1_height, const RuntimeMethod* method) ; // UnityEngine.FilterMode UnityEngine.Texture::get_filterMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture_get_filterMode_mFEF0AEA29E8468450EF85533965DCEBE66D02A45 (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* __this, const RuntimeMethod* method) ; // UnityEngine.Rendering.ProfilingSampler UnityEngine.Rendering.ProfilingSampler::Get(TEnum) inline ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ProfilingSampler_Get_TisCoreProfileId_t66459E976D5987566CDB33711B12441EE66A16CA_mA80A89059AFD99B01D38B415ABA8F49B070E19D7 (int32_t ___0_marker, const RuntimeMethod* method) { return (( ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* (*) (int32_t, const RuntimeMethod*))ProfilingSampler_Get_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m8A88D1A0EBDE48471A988A3C0B292D7E590709B2_gshared)(___0_marker, method); } // System.Void UnityEngine.Rendering.CommandBuffer::SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetRenderTarget_m9E602C758517FB0B4E5B858DC043D24B4FA91EBB (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_rt, int32_t ___1_mipLevel, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.Blitter::BlitQuadWithPadding(UnityEngine.Rendering.CommandBuffer,UnityEngine.Texture,UnityEngine.Vector2,UnityEngine.Vector4,UnityEngine.Vector4,System.Int32,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blitter_BlitQuadWithPadding_m3017D8F9DC8E4F8846C3F3D17B4AC053050823CF (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_source, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___2_textureSize, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___3_scaleBiasTex, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___4_scaleBiasRT, int32_t ___5_mipLevelTex, bool ___6_bilinear, int32_t ___7_paddingInPixels, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.Blitter::BlitQuadWithPaddingMultiply(UnityEngine.Rendering.CommandBuffer,UnityEngine.Texture,UnityEngine.Vector2,UnityEngine.Vector4,UnityEngine.Vector4,System.Int32,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blitter_BlitQuadWithPaddingMultiply_m8AADBB919FA42F386FB6BEF4471B1020DBB761D4 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_source, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___2_textureSize, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___3_scaleBiasTex, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___4_scaleBiasRT, int32_t ___5_mipLevelTex, bool ___6_bilinear, int32_t ___7_paddingInPixels, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.Blitter::BlitOctahedralWithPadding(UnityEngine.Rendering.CommandBuffer,UnityEngine.Texture,UnityEngine.Vector2,UnityEngine.Vector4,UnityEngine.Vector4,System.Int32,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blitter_BlitOctahedralWithPadding_m2DF8E4180BB4E2233B806C76E9547F95B86F2F3F (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_source, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___2_textureSize, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___3_scaleBiasTex, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___4_scaleBiasRT, int32_t ___5_mipLevelTex, bool ___6_bilinear, int32_t ___7_paddingInPixels, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.Blitter::BlitOctahedralWithPaddingMultiply(UnityEngine.Rendering.CommandBuffer,UnityEngine.Texture,UnityEngine.Vector2,UnityEngine.Vector4,UnityEngine.Vector4,System.Int32,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blitter_BlitOctahedralWithPaddingMultiply_m232A3948EB3C6989057EBB37322C546F7B6BD7AE (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_source, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___2_textureSize, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___3_scaleBiasTex, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___4_scaleBiasRT, int32_t ___5_mipLevelTex, bool ___6_bilinear, int32_t ___7_paddingInPixels, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.Texture2DAtlas::Is2D(UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2DAtlas_Is2D_m0F89CF0AD3A0ED6A12C5036A922F97DBAF66B14F (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_texture, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PowerOfTwoTextureAtlas::Blit2DTexture(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4,UnityEngine.Texture,UnityEngine.Vector4,System.Boolean,UnityEngine.Rendering.PowerOfTwoTextureAtlas/BlitType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PowerOfTwoTextureAtlas_Blit2DTexture_m318B160A16693053884CEBD03FE20510B285B86B (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_scaleOffset, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___3_sourceScaleOffset, bool ___4_blitMips, int32_t ___5_blitType, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Object::GetInstanceID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.Texture2DAtlas::MarkGPUTextureValid(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2DAtlas_MarkGPUTextureValid_mF402EAFB808A49DCAB232E44B400DA131481344A (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, int32_t ___0_instanceId, bool ___1_mipAreValid, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Mathf::NextPowerOfTwo(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_NextPowerOfTwo_mA1CE7F3EEF9B0B07AB2D586C030ED236D578F485 (int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PowerOfTwoTextureAtlas::TextureSizeToPowerOfTwo(UnityEngine.Texture,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PowerOfTwoTextureAtlas_TextureSizeToPowerOfTwo_m227399E874EE9189B6767F2BA8DC5B61DC6237B9 (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_texture, int32_t* ___1_width, int32_t* ___2_height, const RuntimeMethod* method) ; // System.String UnityEngine.Rendering.RTHandle::get_name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) ; // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_values, const RuntimeMethod* method) ; // System.Void UnityEngine.Debug::LogError(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2 (RuntimeObject* ___0_message, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.Texture2DAtlas::AllocateTexture(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4&,UnityEngine.Texture,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2DAtlas_AllocateTexture_mF1FDB3F2BE25762FC61DEF882514E85D239649CA (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___1_scaleOffset, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, int32_t ___3_width, int32_t ___4_height, int32_t ___5_overrideInstanceID, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Clear() inline void Dictionary_2_Clear_m7297B23EB42752916EFA7473360207BAF3B74CB2 (Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0*, const RuntimeMethod*))Dictionary_2_Clear_m7297B23EB42752916EFA7473360207BAF3B74CB2_gshared)(__this, method); } // System.Boolean UnityEngine.Rendering.PowerOfTwoTextureAtlas::ReserveSpace(UnityEngine.Texture,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PowerOfTwoTextureAtlas_ReserveSpace_mF15C7D3DEA2B006D85379957930154BF99B04CB1 (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_texture, int32_t ___1_width, int32_t ___2_height, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.Texture2DAtlas::GetTextureID(UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture2DAtlas_GetTextureID_mE87B21A6574D318E9E4C240DD80BBFBFB1E7963B (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_texture, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PowerOfTwoTextureAtlas::ReserveSpace(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PowerOfTwoTextureAtlas_ReserveSpace_m4D01D2D4735A62E00AADD01588B9415A51AF81F9 (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, int32_t ___0_id, int32_t ___1_width, int32_t ___2_height, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.Texture2DAtlas::GetTextureID(UnityEngine.Texture,UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture2DAtlas_GetTextureID_mC3B186580F3138AC25F5FDA6016FF4435023CC29 (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_textureA, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_textureB, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_m824C62AE381465271FBCE77563C6E43679F47152 (Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0* __this, int32_t ___0_key, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0*, int32_t, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A, const RuntimeMethod*))Dictionary_2_set_Item_m824C62AE381465271FBCE77563C6E43679F47152_gshared)(__this, ___0_key, ___1_value, method); } // UnityEngine.Vector2Int UnityEngine.Rendering.Texture2DAtlas::GetCachedTextureSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A Texture2DAtlas_GetCachedTextureSize_m4C26C916F8599CD4FAEB2481EDEFC59709F5F8BD (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, int32_t ___0_id, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.Texture2DAtlas::IsCached(UnityEngine.Vector4&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2DAtlas_IsCached_m4B4781C1DA4FF2E1F7E49F7358BF6EFEF629A57A (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_scaleOffset, int32_t ___1_id, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Vector2Int::get_x() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Vector2Int::get_y() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1>::.ctor() inline void List_1__ctor_m112B395BFFC3E2B1762F09109D173342A2F0EC10 (List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76* __this, const RuntimeMethod* method) { (( void (*) (List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76*, const RuntimeMethod*))List_1__ctor_m112B395BFFC3E2B1762F09109D173342A2F0EC10_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_t24DED0061495979D025145F5EE685308256D604D Dictionary_2_GetEnumerator_mB5EB823E831FAB1EEB71EC4AB5BCC8EAE34949E5 (Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0* __this, const RuntimeMethod* method) { return (( Enumerator_t24DED0061495979D025145F5EE685308256D604D (*) (Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0*, const RuntimeMethod*))Dictionary_2_GetEnumerator_mB5EB823E831FAB1EEB71EC4AB5BCC8EAE34949E5_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() inline void Enumerator_Dispose_mAB65E5E8BB682D69B1462A3A17BB4AE1C0BF3CC6 (Enumerator_t24DED0061495979D025145F5EE685308256D604D* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t24DED0061495979D025145F5EE685308256D604D*, const RuntimeMethod*))Enumerator_Dispose_mAB65E5E8BB682D69B1462A3A17BB4AE1C0BF3CC6_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() inline KeyValuePair_2_tE2ABFF555671907C54C1F6ACA927B7D1D1249AFE Enumerator_get_Current_m7E42D1BC893E7831E1994B2F7C8B69053148B70E_inline (Enumerator_t24DED0061495979D025145F5EE685308256D604D* __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tE2ABFF555671907C54C1F6ACA927B7D1D1249AFE (*) (Enumerator_t24DED0061495979D025145F5EE685308256D604D*, const RuntimeMethod*))Enumerator_get_Current_m7E42D1BC893E7831E1994B2F7C8B69053148B70E_gshared_inline)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline int32_t KeyValuePair_2_get_Key_m46AAAAE3FB1DEF3F9B68CAE9BD0BC8DF3219FA77_inline (KeyValuePair_2_tE2ABFF555671907C54C1F6ACA927B7D1D1249AFE* __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_tE2ABFF555671907C54C1F6ACA927B7D1D1249AFE*, const RuntimeMethod*))KeyValuePair_2_get_Key_m46AAAAE3FB1DEF3F9B68CAE9BD0BC8DF3219FA77_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A KeyValuePair_2_get_Value_m22C0F0F1E095CECC221A48F072C7542A95014140_inline (KeyValuePair_2_tE2ABFF555671907C54C1F6ACA927B7D1D1249AFE* __this, const RuntimeMethod* method) { return (( Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A (*) (KeyValuePair_2_tE2ABFF555671907C54C1F6ACA927B7D1D1249AFE*, const RuntimeMethod*))KeyValuePair_2_get_Value_m22C0F0F1E095CECC221A48F072C7542A95014140_gshared_inline)(__this, method); } // System.Void System.ValueTuple`2::.ctor(T1,T2) inline void ValueTuple_2__ctor_m962EA662F3474234F5EAD48C6B015CB033607C5A (ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C* __this, int32_t ___0_item1, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_item2, const RuntimeMethod* method) { (( void (*) (ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C*, int32_t, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A, const RuntimeMethod*))ValueTuple_2__ctor_m962EA662F3474234F5EAD48C6B015CB033607C5A_gshared)(__this, ___0_item1, ___1_item2, method); } // System.Void System.Collections.Generic.List`1>::Add(T) inline void List_1_Add_m0D7B1846260D6953F51DEFB78CFE8F41D69BC7F7_inline (List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76* __this, ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76*, ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C, const RuntimeMethod*))List_1_Add_m0D7B1846260D6953F51DEFB78CFE8F41D69BC7F7_gshared_inline)(__this, ___0_item, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m290DE9C01AB3B05828D641642BE844768D63D3B2 (Enumerator_t24DED0061495979D025145F5EE685308256D604D* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t24DED0061495979D025145F5EE685308256D604D*, const RuntimeMethod*))Enumerator_MoveNext_m290DE9C01AB3B05828D641642BE844768D63D3B2_gshared)(__this, method); } // System.Void UnityEngine.Rendering.Texture2DAtlas::ResetAllocator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2DAtlas_ResetAllocator_m5930577CC814DC28121C8678204D3566783FCDE7 (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, const RuntimeMethod* method) ; // System.Void System.Comparison`1>::.ctor(System.Object,System.IntPtr) inline void Comparison_1__ctor_mA7C9B61B40897DD5825FC924B42FC2CF8A3A882B (Comparison_1_tAAA49090DDD60EBD79DCCB4F483266C134E1EF98* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Comparison_1_tAAA49090DDD60EBD79DCCB4F483266C134E1EF98*, RuntimeObject*, intptr_t, const RuntimeMethod*))Comparison_1__ctor_mA7C9B61B40897DD5825FC924B42FC2CF8A3A882B_gshared)(__this, ___0_object, ___1_method, method); } // System.Void System.Collections.Generic.List`1>::Sort(System.Comparison`1) inline void List_1_Sort_mA1ADAF22BEC8A84B242C65D98710F2E696C077B2 (List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76* __this, Comparison_1_tAAA49090DDD60EBD79DCCB4F483266C134E1EF98* ___0_comparison, const RuntimeMethod* method) { (( void (*) (List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76*, Comparison_1_tAAA49090DDD60EBD79DCCB4F483266C134E1EF98*, const RuntimeMethod*))List_1_Sort_mA1ADAF22BEC8A84B242C65D98710F2E696C077B2_gshared)(__this, ___0_comparison, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1>::GetEnumerator() inline Enumerator_tAAEB05445143765107243B72B5CC36DB230A291A List_1_GetEnumerator_mC66B7183F91C8F684DFDB72FC63E47326143E2A0 (List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76* __this, const RuntimeMethod* method) { return (( Enumerator_tAAEB05445143765107243B72B5CC36DB230A291A (*) (List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76*, const RuntimeMethod*))List_1_GetEnumerator_mC66B7183F91C8F684DFDB72FC63E47326143E2A0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator>::Dispose() inline void Enumerator_Dispose_m33547778A54D8060AE8386E0E1A8BE002F87A964 (Enumerator_tAAEB05445143765107243B72B5CC36DB230A291A* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tAAEB05445143765107243B72B5CC36DB230A291A*, const RuntimeMethod*))Enumerator_Dispose_m33547778A54D8060AE8386E0E1A8BE002F87A964_gshared)(__this, method); } // T System.Collections.Generic.List`1/Enumerator>::get_Current() inline ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C Enumerator_get_Current_mFFE84D5C057AEF74C28E9E63834D72E01CE5237E_inline (Enumerator_tAAEB05445143765107243B72B5CC36DB230A291A* __this, const RuntimeMethod* method) { return (( ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C (*) (Enumerator_tAAEB05445143765107243B72B5CC36DB230A291A*, const RuntimeMethod*))Enumerator_get_Current_mFFE84D5C057AEF74C28E9E63834D72E01CE5237E_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator>::MoveNext() inline bool Enumerator_MoveNext_mC583DB50AF12A05CF3BB25D0A7B7211E782D5BB8 (Enumerator_tAAEB05445143765107243B72B5CC36DB230A291A* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tAAEB05445143765107243B72B5CC36DB230A291A*, const RuntimeMethod*))Enumerator_MoveNext_mC583DB50AF12A05CF3BB25D0A7B7211E782D5BB8_gshared)(__this, method); } // System.UInt32 UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetBlockSize(UnityEngine.Experimental.Rendering.GraphicsFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t GraphicsFormatUtility_GetBlockSize_mB8CEC0E04DAC5AE52858E5740A9C6FC791BA6B0A (int32_t ___0_format, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.CoreUtils::PreviousPowerOfTwo(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CoreUtils_PreviousPowerOfTwo_m49BF3693C56782E67C7E2805960B339052E999C1 (int32_t ___0_size, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PowerOfTwoTextureAtlas/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m746D67A5F0BE4CBD77C47FAD733248ADA0C26151 (U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.Vector2Int::get_magnitude() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2Int_get_magnitude_m9368194292061E306176F135F5E5B63D730911BB_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) ; // System.Int32 System.Single::CompareTo(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_CompareTo_m06F7868162EB392D3E99103D1A0BD27463C9E66F (float* __this, float ___0_value, const RuntimeMethod* method) ; // UnityEngine.Rendering.RenderTargetIdentifier UnityEngine.Rendering.RTHandle::get_nameID() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) ; // UnityEngine.RenderTexture UnityEngine.Rendering.RTHandle::get_rt() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.RenderTargetIdentifier::.ctor(UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTargetIdentifier__ctor_mD6E20FA134EEBCE40A8B5E64C505DE8A0DC96BDF (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_tex, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.RenderTargetIdentifier::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderTargetIdentifier_GetHashCode_m255E1EFD7BFC22B1B4464F9EF3346386DA328B86 (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.RTHandleSystem::Remove(UnityEngine.Rendering.RTHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_Remove_m7172E9124FEFA41845AD5000EF50E2AD5F02F9AE (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_rth, const RuntimeMethod* method) ; // UnityEngine.Rendering.RenderTargetIdentifier UnityEngine.Rendering.RenderTargetIdentifier::op_Implicit(UnityEngine.Rendering.BuiltinRenderTextureType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325 (int32_t ___0_type, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.RTHandle::get_useScaling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) ; // UnityEngine.Vector2Int UnityEngine.Rendering.ScaleFunc::Invoke(UnityEngine.Vector2Int) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ScaleFunc_Invoke_mA7E3B86BA222C817FBBA757306E2FACB14F35987_inline (ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_size, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Rendering.RTHandle::get_scaleFactor() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 RTHandle_get_scaleFactor_mD00E924FBC4B2DC2C9E26D7B24444BDAA6DC5C65_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Mathf::RoundToInt(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline (float ___0_f, const RuntimeMethod* method) ; // UnityEngine.Vector2Int UnityEngine.Rendering.RTHandle::get_referenceSize() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A RTHandle_get_referenceSize_mC92CF605112BBE2C0733AB1E4A9C42B760DCB34B_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBufferExtensions::SwitchIntoFastMemory(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.FastMemoryFlags,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBufferExtensions_SwitchIntoFastMemory_m7193CB1B314DDD08786ED501359112A1E48EA835 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___1_rid, int32_t ___2_fastMemoryFlags, float ___3_residency, bool ___4_copyContents, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.RTHandle::SwitchToFastMemory(UnityEngine.Rendering.CommandBuffer,System.Single,UnityEngine.Rendering.FastMemoryFlags,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle_SwitchToFastMemory_m88468F9FF42F96F5192DFE57669B36724AD9C22D (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, float ___1_residencyFraction, int32_t ___2_flags, bool ___3_copyContents, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBufferExtensions::SwitchOutOfFastMemory(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBufferExtensions_SwitchOutOfFastMemory_mE101D9338E74216A912C73147021B5C69269E9B9 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___1_rid, bool ___2_copyContents, const RuntimeMethod* method) ; // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandleSystem::Alloc(System.Int32,System.Int32,System.Int32,UnityEngine.Rendering.DepthBits,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.FilterMode,UnityEngine.TextureWrapMode,UnityEngine.Rendering.TextureDimension,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Single,UnityEngine.Rendering.MSAASamples,System.Boolean,System.Boolean,UnityEngine.RenderTextureMemoryless,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandleSystem_Alloc_mC3E802DD2ADECF640BBBAF1511279735F34CAD28 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, int32_t ___0_width, int32_t ___1_height, int32_t ___2_slices, int32_t ___3_depthBufferBits, int32_t ___4_colorFormat, int32_t ___5_filterMode, int32_t ___6_wrapMode, int32_t ___7_dimension, bool ___8_enableRandomWrite, bool ___9_useMipMap, bool ___10_autoGenerateMips, bool ___11_isShadowMap, int32_t ___12_anisoLevel, float ___13_mipMapBias, int32_t ___14_msaaSamples, bool ___15_bindTextureMS, bool ___16_useDynamicScale, int32_t ___17_memoryless, String_t* ___18_name, const RuntimeMethod* method) ; // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandleSystem::Alloc(System.Int32,System.Int32,UnityEngine.TextureWrapMode,UnityEngine.TextureWrapMode,UnityEngine.TextureWrapMode,System.Int32,UnityEngine.Rendering.DepthBits,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.FilterMode,UnityEngine.Rendering.TextureDimension,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Single,UnityEngine.Rendering.MSAASamples,System.Boolean,System.Boolean,UnityEngine.RenderTextureMemoryless,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandleSystem_Alloc_m39D900D043F2BDCC1A723E758A09801D665281DB (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, int32_t ___0_width, int32_t ___1_height, int32_t ___2_wrapModeU, int32_t ___3_wrapModeV, int32_t ___4_wrapModeW, int32_t ___5_slices, int32_t ___6_depthBufferBits, int32_t ___7_colorFormat, int32_t ___8_filterMode, int32_t ___9_dimension, bool ___10_enableRandomWrite, bool ___11_useMipMap, bool ___12_autoGenerateMips, bool ___13_isShadowMap, int32_t ___14_anisoLevel, float ___15_mipMapBias, int32_t ___16_msaaSamples, bool ___17_bindTextureMS, bool ___18_useDynamicScale, int32_t ___19_memoryless, String_t* ___20_name, const RuntimeMethod* method) ; // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandleSystem::Alloc(UnityEngine.Vector2,System.Int32,UnityEngine.Rendering.DepthBits,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.FilterMode,UnityEngine.TextureWrapMode,UnityEngine.Rendering.TextureDimension,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Single,UnityEngine.Rendering.MSAASamples,System.Boolean,System.Boolean,UnityEngine.RenderTextureMemoryless,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandleSystem_Alloc_m930D047EFBB716887CAA28AB1CD8A427CF92E7C7 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_scaleFactor, int32_t ___1_slices, int32_t ___2_depthBufferBits, int32_t ___3_colorFormat, int32_t ___4_filterMode, int32_t ___5_wrapMode, int32_t ___6_dimension, bool ___7_enableRandomWrite, bool ___8_useMipMap, bool ___9_autoGenerateMips, bool ___10_isShadowMap, int32_t ___11_anisoLevel, float ___12_mipMapBias, int32_t ___13_msaaSamples, bool ___14_bindTextureMS, bool ___15_useDynamicScale, int32_t ___16_memoryless, String_t* ___17_name, const RuntimeMethod* method) ; // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandleSystem::Alloc(UnityEngine.Rendering.ScaleFunc,System.Int32,UnityEngine.Rendering.DepthBits,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.FilterMode,UnityEngine.TextureWrapMode,UnityEngine.Rendering.TextureDimension,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Single,UnityEngine.Rendering.MSAASamples,System.Boolean,System.Boolean,UnityEngine.RenderTextureMemoryless,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandleSystem_Alloc_m979E71B4FB5665A89BBF4E6316AF24311838944F (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* ___0_scaleFunc, int32_t ___1_slices, int32_t ___2_depthBufferBits, int32_t ___3_colorFormat, int32_t ___4_filterMode, int32_t ___5_wrapMode, int32_t ___6_dimension, bool ___7_enableRandomWrite, bool ___8_useMipMap, bool ___9_autoGenerateMips, bool ___10_isShadowMap, int32_t ___11_anisoLevel, float ___12_mipMapBias, int32_t ___13_msaaSamples, bool ___14_bindTextureMS, bool ___15_useDynamicScale, int32_t ___16_memoryless, String_t* ___17_name, const RuntimeMethod* method) ; // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandleSystem::Alloc(UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandleSystem_Alloc_m8813228D1C9D34992E020DDD8956CDF9AF2A3665 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_texture, const RuntimeMethod* method) ; // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandleSystem::Alloc(UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandleSystem_Alloc_m6220A7F43011B0D3277FFBED674A310002DAB3EC (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___0_texture, const RuntimeMethod* method) ; // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandleSystem::Alloc(UnityEngine.Rendering.RenderTargetIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandleSystem_Alloc_m86DF1C13114BD43774CC6108930D2BC1FABAD5BF (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_texture, const RuntimeMethod* method) ; // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandleSystem::Alloc(UnityEngine.Rendering.RenderTargetIdentifier,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandleSystem_Alloc_m9325CFF23333D599F8BD6BA274CB435CFC8A5D58 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_texture, String_t* ___1_name, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.RTHandleSystem::Initialize(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_Initialize_mA4B41213ACE5EABD7C8397780BFDCEA8847BE466 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, int32_t ___0_width, int32_t ___1_height, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.RTHandleSystem::SetHardwareDynamicResolutionState(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_SetHardwareDynamicResolutionState_mC81924D30922025B3BBCF3EA0B30FC860CAAE803 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, bool ___0_enableHWDynamicRes, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.HashSet`1::.ctor() inline void HashSet_1__ctor_m0B0E0C9E75C10B8B5CB36E2D38848B90D8962950 (HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* __this, const RuntimeMethod* method) { (( void (*) (HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3*, const RuntimeMethod*))HashSet_1__ctor_m9132EE1422BAA45E44B7FFF495F378790D36D90E_gshared)(__this, method); } // System.Void UnityEngine.Rendering.RTHandleSystem::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_Dispose_m6B61D081716B87F79D110A62C3E57696179F3A31 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, bool ___0_disposing, const RuntimeMethod* method) ; // System.Int32 System.Collections.Generic.HashSet`1::get_Count() inline int32_t HashSet_1_get_Count_mF23F1DAFA0ABA9DEAB0A3E7232D2D60F7BB5CDE2_inline (HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* __this, const RuntimeMethod* method) { return (( int32_t (*) (HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3*, const RuntimeMethod*))HashSet_1_get_Count_m41CC85EEB7855CEFA3BC7A32F115387939318ED3_gshared_inline)(__this, method); } // System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1::GetEnumerator() inline Enumerator_t6C23FE5442A4D59C39D3A11804A6509E582C9B42 HashSet_1_GetEnumerator_mEEEAA372D2C702523454C24CD797AA43A6BDF255 (HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* __this, const RuntimeMethod* method) { return (( Enumerator_t6C23FE5442A4D59C39D3A11804A6509E582C9B42 (*) (HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3*, const RuntimeMethod*))HashSet_1_GetEnumerator_m143B98FEED7E9CABA2C494AB2F04DAD60A504635_gshared)(__this, method); } // System.Void System.Collections.Generic.HashSet`1/Enumerator::Dispose() inline void Enumerator_Dispose_mDADA15623227D9D309A643BA97C474F54A6CB443 (Enumerator_t6C23FE5442A4D59C39D3A11804A6509E582C9B42* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t6C23FE5442A4D59C39D3A11804A6509E582C9B42*, const RuntimeMethod*))Enumerator_Dispose_mFB582AEAA2E73F3128B5571197BEDE256A83F657_gshared)(__this, method); } // T System.Collections.Generic.HashSet`1/Enumerator::get_Current() inline RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* Enumerator_get_Current_mAA63087F0640DBC5903F745B47257347032BFA83_inline (Enumerator_t6C23FE5442A4D59C39D3A11804A6509E582C9B42* __this, const RuntimeMethod* method) { return (( RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* (*) (Enumerator_t6C23FE5442A4D59C39D3A11804A6509E582C9B42*, const RuntimeMethod*))Enumerator_get_Current_m139A176CD271A0532D75BE08DA7831C8C45CE28F_gshared_inline)(__this, method); } // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.HashSet`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m2B7D9D0947E45850874A0C4B606557EFC0DC7F5C (Enumerator_t6C23FE5442A4D59C39D3A11804A6509E582C9B42* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t6C23FE5442A4D59C39D3A11804A6509E582C9B42*, const RuntimeMethod*))Enumerator_MoveNext_m27565F5ACCCC75C3DD34CC4CAE3E6AEFEB9144A6_gshared)(__this, method); } // UnityEngine.Rendering.DynamicResolutionHandler UnityEngine.Rendering.DynamicResolutionHandler::get_instance() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE* DynamicResolutionHandler_get_instance_m8342EE11F735097586D623F150DB8379C50B388D_inline (const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.DynamicResolutionHandler::RequestsHardwareDynamicResolution() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DynamicResolutionHandler_RequestsHardwareDynamicResolution_mE007D198D273487DD581E1D3C675218D9EC082CC (DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.RTHandle::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.HashSet`1::Remove(T) inline bool HashSet_1_Remove_m1631FD8258270F69D88FD69948375CE0B8D048C4 (HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_item, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3*, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*, const RuntimeMethod*))HashSet_1_Remove_mF1D84C0A2829DDA2A0CEE1D82A5B999B5F6627CB_gshared)(__this, ___0_item, method); } // System.Void UnityEngine.Rendering.RTHandleSystem::SetReferenceSize(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_SetReferenceSize_m6C8D719235F158FC6AAF642165F8CE6DE1A727C4 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, int32_t ___0_width, int32_t ___1_height, bool ___2_reset, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.RTHandleSystem::Resize(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_Resize_mDBCE61412B84ECAFC4FD2B29C8AE012D427DA968 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, int32_t ___0_width, int32_t ___1_height, bool ___2_sizeChanged, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.DynamicResolutionHandler::HardwareDynamicResIsEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DynamicResolutionHandler_HardwareDynamicResIsEnabled_mDD7A039094F7770063A58FB71942B9204E3353CA (DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE* __this, const RuntimeMethod* method) ; // UnityEngine.Vector2 UnityEngine.Vector2Int::op_Implicit(UnityEngine.Vector2Int) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2Int_op_Implicit_m5B9FB268943E6CAB6E40E13D30BA49A9AC7D2059_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_v, const RuntimeMethod* method) ; // UnityEngine.Vector2Int UnityEngine.Rendering.DynamicResolutionHandler::get_finalViewport() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A DynamicResolutionHandler_get_finalViewport_m00EBCB5489C6369B1CB3FDFDC304E2BD1271776A_inline (DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Vector2Int::op_Inequality(UnityEngine.Vector2Int,UnityEngine.Vector2Int) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2Int_op_Inequality_m6E8FEFBBDB0583853DEF06871C804F7A683682CD_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_lhs, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_rhs, const RuntimeMethod* method) ; // UnityEngine.Vector2Int UnityEngine.Rendering.DynamicResolutionHandler::ApplyScalesOnSize(UnityEngine.Vector2Int,UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A DynamicResolutionHandler_ApplyScalesOnSize_mD8A58BA1454CF83D34BF0DFCBC4A0B0251C5B240 (DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_size, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_scales, const RuntimeMethod* method) ; // System.Void System.Array::Resize(T[]&,System.Int32) inline void Array_Resize_TisRTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_m84128550E844B679D453EB2801533537ECFD1313 (RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF** ___0_array, int32_t ___1_newSize, const RuntimeMethod* method) { (( void (*) (RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF**, int32_t, const RuntimeMethod*))Array_Resize_TisRuntimeObject_mE8D92C287251BAF8256D85E5829F749359EC334E_gshared)(___0_array, ___1_newSize, method); } // System.Void System.Collections.Generic.HashSet`1::CopyTo(T[]) inline void HashSet_1_CopyTo_mF478E725DF865AC9B336FC98E7DA27DA0B665A0C (HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* __this, RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___0_array, const RuntimeMethod* method) { (( void (*) (HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3*, RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF*, const RuntimeMethod*))HashSet_1_CopyTo_m5102D82155B190BF666DD92500756CC1CCBA2172_gshared)(__this, ___0_array, method); } // System.Void UnityEngine.RenderTexture::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_Release_mE7399D6187A0E38945D2913D0FFB41247143AB1E (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTexture::set_useDynamicScale(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_set_useDynamicScale_m0B6F123BB7FF0BA01515163A0EFA9B1D4375B883 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Boolean UnityEngine.RenderTexture::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTexture_Create_mA6E4D3CCC84AC3F68E85AA0D6609E1692C672AD2 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.HashSet`1::Add(T) inline bool HashSet_1_Add_m840035C205248E5C4DB0B3FB17ABDA3C5660F1CB (HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_item, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3*, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*, const RuntimeMethod*))HashSet_1_Add_m2CD7657B3459B61DD4BBA47024AC71F7D319658B_gshared)(__this, ___0_item, method); } // System.Boolean System.Collections.Generic.HashSet`1::Contains(T) inline bool HashSet_1_Contains_mC52985FCD7DC1A44B052F0F30C62208F1021D7D9 (HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_item, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3*, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*, const RuntimeMethod*))HashSet_1_Contains_m9BACE52BFA0BD83C601529D3629118453E459BBB_gshared)(__this, ___0_item, method); } // System.Void UnityEngine.Rendering.RTHandleSystem::DemandResize(UnityEngine.Rendering.RTHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_DemandResize_m8928BEA538900C426875E38F2D616BC06D62CCAD (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_rth, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.RTHandle::set_referenceSize(UnityEngine.Vector2Int) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RTHandle_set_referenceSize_mE98B5ED69CDC2C37769532B55D8ED2BA84C84466_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_value, const RuntimeMethod* method) ; // UnityEngine.Vector2Int UnityEngine.Rendering.RTHandle::GetScaledSize(UnityEngine.Vector2Int) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A RTHandle_GetScaledSize_m58D71FF94244F1EE9BCB5690381DB37C79D3E239 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_refSize, const RuntimeMethod* method) ; // UnityEngine.Vector2Int UnityEngine.Vector2Int::get_one() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A Vector2Int_get_one_mEAB3BBC4DBFA66FAF9E77AB6A609CCC46B11F24F_inline (const RuntimeMethod* method) ; // UnityEngine.Vector2Int UnityEngine.Vector2Int::Max(UnityEngine.Vector2Int,UnityEngine.Vector2Int) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A Vector2Int_Max_mAED079BC2467FAD49F6215A5367AEE3D7BB2D36E_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_lhs, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_rhs, const RuntimeMethod* method) ; // System.Int32 UnityEngine.RenderTexture::get_volumeDepth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderTexture_get_volumeDepth_m049340EE670E9632FC824B640A5570B5D3FCFEBF (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ; // UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.RenderTexture::get_graphicsFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderTexture_get_graphicsFormat_m615EA91709BD404765C0C85425CE5F3575F90302 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.RenderTexture::get_useMipMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTexture_get_useMipMap_m76150AD5CF0192BC8DAC05522302D9C13ECD07D7 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.RenderTexture::get_antiAliasing() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderTexture_get_antiAliasing_m68907FB6C38F817A3B7A9F3C17360BF751BB2658 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.RenderTexture::get_useDynamicScale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTexture_get_useDynamicScale_mF997E27A3460FE45806D2CFE48858379B30AF6B2 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ; // System.String UnityEngine.Rendering.CoreUtils::GetRenderTargetAutoName(System.Int32,System.Int32,System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Rendering.TextureDimension,System.String,System.Boolean,System.Boolean,UnityEngine.Rendering.MSAASamples,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CoreUtils_GetRenderTargetAutoName_m22A7580FCAA6088BCDF1FB87A5283469FFA86A11 (int32_t ___0_width, int32_t ___1_height, int32_t ___2_depth, int32_t ___3_format, int32_t ___4_dim, String_t* ___5_name, bool ___6_mips, bool ___7_enableMSAA, int32_t ___8_msaaSamples, bool ___9_dynamicRes, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.HashSet`1::Clear() inline void HashSet_1_Clear_m7F4E9A8CFE06328CD0E3494DB9966B2112EBC112 (HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* __this, const RuntimeMethod* method) { (( void (*) (HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3*, const RuntimeMethod*))HashSet_1_Clear_m75A6528F0B47448EB3B3A05EC379260E9BDFC2DD_gshared)(__this, method); } // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTexture::.ctor(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture__ctor_m68A1B9CAA1BE0B597C5F4895C296E21502D0C962 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, int32_t ___0_width, int32_t ___1_height, int32_t ___2_depth, int32_t ___3_format, int32_t ___4_readWrite, const RuntimeMethod* method) ; // System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTexture::set_volumeDepth(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_set_volumeDepth_mD9B1E6BA4BE6B1741427B34A23B9D48BA9493633 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Texture::set_filterMode(UnityEngine.FilterMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9 (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Texture::set_wrapModeU(UnityEngine.TextureWrapMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_wrapModeU_m2002CCB73143182032BD5ED6C80AB9A0ED2A0981 (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Texture::set_wrapModeV(UnityEngine.TextureWrapMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_wrapModeV_m3C79177BAE70103DDBF871896AF464513A0F919D (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Texture::set_wrapModeW(UnityEngine.TextureWrapMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_wrapModeW_mCE8F0DA65C902D6D1A95823892D48E10A6949863 (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTexture::set_enableRandomWrite(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_set_enableRandomWrite_m1F1B5E033802C193449803411560DB4D5D4AEEAB (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTexture::set_useMipMap(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_set_useMipMap_mB280A39DAB18372D3A0050FF20F730E5B0B44C32 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTexture::set_autoGenerateMips(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_set_autoGenerateMips_mDEFAC13954D315DE52B35B34577218D3AD4897A9 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Texture::set_anisoLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_anisoLevel_m768759DE9D6BE15FCE995F5FC468980B904B9D1F (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Texture::set_mipMapBias(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_mipMapBias_m945790033BD16B51B4EDD12E177207EBF5887286 (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTexture::set_antiAliasing(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_set_antiAliasing_mA578276F4827A5CD4007DFE00117250A9336BC7A (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTexture::set_bindTextureMS(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_set_bindTextureMS_m06A8FE127AEE42767530955453DBB9C55320208E (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTexture::set_memorylessMode(UnityEngine.RenderTextureMemoryless) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_set_memorylessMode_m4F368B9C911EB033DFD44BDB2EF67CD451D74CED (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.String UnityEngine.Rendering.CoreUtils::GetRenderTargetAutoName(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat,System.String,System.Boolean,System.Boolean,UnityEngine.Rendering.MSAASamples) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CoreUtils_GetRenderTargetAutoName_mC8FA5BF12E7583A0E054B1D381373687817C3665 (int32_t ___0_width, int32_t ___1_height, int32_t ___2_depth, int32_t ___3_format, String_t* ___4_name, bool ___5_mips, bool ___6_enableMSAA, int32_t ___7_msaaSamples, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTexture::.ctor(System.Int32,System.Int32,System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture__ctor_m0C81127DE754F64FDD3E80E94BE11054B2791F98 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, int32_t ___0_width, int32_t ___1_height, int32_t ___2_depth, int32_t ___3_format, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.RTHandle::.ctor(UnityEngine.Rendering.RTHandleSystem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle__ctor_m4B1E60CEC17FB96DC08DE007B11042985DB8E33E (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* ___0_owner, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.RTHandle::SetRenderTexture(UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle_SetRenderTexture_m8325131A37B623C614BE55AF2DE2A29856881F01 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___0_rt, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.RTHandle::set_useScaling(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RTHandle_set_useScaling_m273446564E3B4FB3919F7C5FC01570029CF6A93A_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, bool ___0_value, const RuntimeMethod* method) ; // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandleSystem::AllocAutoSizedRenderTexture(System.Int32,System.Int32,System.Int32,UnityEngine.Rendering.DepthBits,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.FilterMode,UnityEngine.TextureWrapMode,UnityEngine.Rendering.TextureDimension,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Single,UnityEngine.Rendering.MSAASamples,System.Boolean,System.Boolean,UnityEngine.RenderTextureMemoryless,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandleSystem_AllocAutoSizedRenderTexture_m1A1A2B79B291035C0403BB3B8D8E68B151C40C6B (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, int32_t ___0_width, int32_t ___1_height, int32_t ___2_slices, int32_t ___3_depthBufferBits, int32_t ___4_colorFormat, int32_t ___5_filterMode, int32_t ___6_wrapMode, int32_t ___7_dimension, bool ___8_enableRandomWrite, bool ___9_useMipMap, bool ___10_autoGenerateMips, bool ___11_isShadowMap, int32_t ___12_anisoLevel, float ___13_mipMapBias, int32_t ___14_msaaSamples, bool ___15_bindTextureMS, bool ___16_useDynamicScale, int32_t ___17_memoryless, String_t* ___18_name, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.RTHandle::set_scaleFactor(UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RTHandle_set_scaleFactor_m1F6FFA3366846EFFB9F4EAC79F2FF4E00BE75C15_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Texture::set_wrapMode(UnityEngine.TextureWrapMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTexture::set_stencilFormat(UnityEngine.Experimental.Rendering.GraphicsFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_set_stencilFormat_m92E00333CD5EBDC5B73F43521B6E8132C1B087AE (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.String UnityEngine.Object::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.RTHandle::SetTexture(UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle_SetTexture_m6F70C921091D39C7377853D6F5045720A6CE49DF (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_tex, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.RTHandle::SetTexture(UnityEngine.Rendering.RenderTargetIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle_SetTexture_m3C2728178516E7C86C52BF75EC7303CFDE68CDC6 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_tex, const RuntimeMethod* method) ; // UnityEngine.RenderTextureFormat UnityEngine.RenderTexture::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderTexture_get_format_m58556ABB91A1FADA8044BEEA2E8C55280768CF35 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.AtlasAllocator/AtlasNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasNode__ctor_mB6D5CFB4511F82EBF3BB82CD666B0C2B3B2CC76B (AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Vector4::Set(System.Single,System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4_Set_m3ABFE71180FF7D12472A10C89A682CFC36D822F0_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___0_newX, float ___1_newY, float ___2_newZ, float ___3_newW, const RuntimeMethod* method) ; // System.Void UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) inline void UnityAction_1__ctor_m660BB0717C2A004B2788569963826278E673409D (UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26*, RuntimeObject*, intptr_t, const RuntimeMethod*))UnityAction_1__ctor_m0C2FC6B483B474AE9596A43EBA7FF6E85503A92A_gshared)(__this, ___0_object, ___1_method, method); } // System.Void UnityEngine.Rendering.ObjectPool`1::.ctor(UnityEngine.Events.UnityAction`1,UnityEngine.Events.UnityAction`1,System.Boolean) inline void ObjectPool_1__ctor_m248576F8207BC015367464CBE1320AA25BD71557 (ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75* __this, UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26* ___0_actionOnGet, UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26* ___1_actionOnRelease, bool ___2_collectionCheck, const RuntimeMethod* method) { (( void (*) (ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75*, UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26*, UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26*, bool, const RuntimeMethod*))ObjectPool_1__ctor_m87A3CD9EE01778918E720BB5D8C6372E8223BF5E_gshared)(__this, ___0_actionOnGet, ___1_actionOnRelease, ___2_collectionCheck, method); } // UnityEngine.Rendering.AtlasAllocator/AtlasNode UnityEngine.Rendering.AtlasAllocator/AtlasNode::Allocate(UnityEngine.Rendering.ObjectPool`1&,System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* AtlasNode_Allocate_m2BDA3A3172B54122AE5A862692103B7AEB5DA014 (AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* __this, ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75** ___0_pool, int32_t ___1_width, int32_t ___2_height, bool ___3_powerOfTwoPadding, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.AtlasAllocator/AtlasNode::Release(UnityEngine.Rendering.ObjectPool`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasNode_Release_m6710C2233272E0EFEBD120970FA83453684D1BAA (AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* __this, ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75** ___0_pool, const RuntimeMethod* method) ; // T UnityEngine.Rendering.ObjectPool`1::Get() inline AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* ObjectPool_1_Get_m72989C70A667938534DB2B5633F1957384957316 (ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75* __this, const RuntimeMethod* method) { return (( AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* (*) (ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75*, const RuntimeMethod*))ObjectPool_1_Get_mE9FFBA2538E67EDE8398894D38E4F29EF389DCD0_gshared)(__this, method); } // System.Void UnityEngine.Rendering.ObjectPool`1::Release(T) inline void ObjectPool_1_Release_mDA165395335415A6CC5C0332EC48735507B673B5 (ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75* __this, AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* ___0_element, const RuntimeMethod* method) { (( void (*) (ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75*, AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4*, const RuntimeMethod*))ObjectPool_1_Release_mF2F787094C8ED78607A13686E4119494D7F71654_gshared)(__this, ___0_element, method); } // System.Void UnityEngine.Rendering.AtlasAllocator/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m6DFD93D6692A1B46CDBCC2CCD89F031D086AD221 (U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2>::.ctor() inline void Dictionary_2__ctor_m2558CA63B57880719B2AC3164028F64C7844BF69 (Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B*, const RuntimeMethod*))Dictionary_2__ctor_m2558CA63B57880719B2AC3164028F64C7844BF69_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, const RuntimeMethod*))Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_gshared)(__this, method); } // UnityEngine.RenderTexture UnityEngine.Rendering.RTHandle::op_Implicit(UnityEngine.Rendering.RTHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* RTHandle_op_Implicit_mB90C404C3D37DF7F2AFDEC28A29526EF784C62FB (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_handle, const RuntimeMethod* method) ; // System.Void UnityEngine.Graphics::SetRenderTarget(UnityEngine.RenderTexture,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_SetRenderTarget_mA6C58578771A39DA053832DB53A2221776D7FC02 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___0_rt, int32_t ___1_mipLevel, const RuntimeMethod* method) ; // UnityEngine.Color UnityEngine.Color::get_clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline (const RuntimeMethod* method) ; // System.Void UnityEngine.GL::Clear(System.Boolean,System.Boolean,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_Clear_mA172E771FC32B516DB826F537832307C3A16BE09 (bool ___0_clearDepth, bool ___1_clearColor, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___2_backgroundColor, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.AtlasAllocator::.ctor(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasAllocator__ctor_m5F1B4A78BD5489FCC8100F2D0AC721CC42272BEB (AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E* __this, int32_t ___0_width, int32_t ___1_height, bool ___2_potPadding, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.AtlasAllocator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasAllocator_Reset_mF10CD4D29A6CB93FAA43BDCA6680C87166E84989 (AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2>::Clear() inline void Dictionary_2_Clear_mA6D8FBFFDC846F64D707528D1E157204243191AB (Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B*, const RuntimeMethod*))Dictionary_2_Clear_mA6D8FBFFDC846F64D707528D1E157204243191AB_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::Clear() inline void Dictionary_2_Clear_m9821889E928BB7EAEE9A7E81EDFC59651F7CBDD0 (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, const RuntimeMethod*))Dictionary_2_Clear_m9821889E928BB7EAEE9A7E81EDFC59651F7CBDD0_gshared)(__this, method); } // UnityEngine.Texture2D UnityEngine.Texture2D::get_blackTexture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* Texture2D_get_blackTexture_mBEF97F64AD650DAAC1EEC84EB34F9CF22B56A08C (const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.Blitter::BlitQuad(UnityEngine.Rendering.CommandBuffer,UnityEngine.Texture,UnityEngine.Vector4,UnityEngine.Vector4,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blitter_BlitQuad_m5DBFF98AFE3B45C1A37E7877AF4E22B698E36E95 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_source, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___2_scaleBiasTex, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___3_scaleBiasRT, int32_t ___4_mipLevelTex, bool ___5_bilinear, const RuntimeMethod* method) ; // System.Single UnityEngine.Mathf::Log(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Log_m116F062EEBF1C53EC8D18C9B1748E999EF9424EF_inline (float ___0_f, float ___1_p, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Mathf::FloorToInt(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m2A39AE881CAEE6B6A4B3BFEF9CA1ED40625F5AB7_inline (float ___0_f, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetComponentCount(UnityEngine.Experimental.Rendering.GraphicsFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t GraphicsFormatUtility_GetComponentCount_mA313F1D16326A684823C59EC06D67C219DA9CCF7 (int32_t ___0_format, const RuntimeMethod* method) ; // UnityEngine.Rendering.FormatSwizzle UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetSwizzleA(UnityEngine.Experimental.Rendering.GraphicsFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphicsFormatUtility_GetSwizzleA_m0C4861726AACE64A897C0925854F0FA90293513D (int32_t ___0_format, const RuntimeMethod* method) ; // UnityEngine.Rendering.FormatSwizzle UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetSwizzleB(UnityEngine.Experimental.Rendering.GraphicsFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphicsFormatUtility_GetSwizzleB_mAED2D20985D8A37B3568253CFF1042F46813D88A (int32_t ___0_format, const RuntimeMethod* method) ; // UnityEngine.Rendering.FormatSwizzle UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetSwizzleG(UnityEngine.Experimental.Rendering.GraphicsFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphicsFormatUtility_GetSwizzleG_m9C3D85CD62D7A105207AA9B4946509551F5F939B (int32_t ___0_format, const RuntimeMethod* method) ; // UnityEngine.Rendering.FormatSwizzle UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetSwizzleR(UnityEngine.Experimental.Rendering.GraphicsFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphicsFormatUtility_GetSwizzleR_m80F727B54ED6C7F03D0A73868CE3377AA754E677 (int32_t ___0_format, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.Blitter::BlitCubeToOctahedral2DQuad(UnityEngine.Rendering.CommandBuffer,UnityEngine.Texture,UnityEngine.Vector4,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blitter_BlitCubeToOctahedral2DQuad_m904F6A106B15093FBFB427B029155349413158AA (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_source, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___2_scaleBiasRT, int32_t ___3_mipLevelTex, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.Blitter::BlitQuadSingleChannel(UnityEngine.Rendering.CommandBuffer,UnityEngine.Texture,UnityEngine.Vector4,UnityEngine.Vector4,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blitter_BlitQuadSingleChannel_mBE24C0E38F8D58B82B79DDECD3512B275FF98213 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_source, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___2_scaleBiasTex, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___3_scaleBiasRT, int32_t ___4_mipLevelTex, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.Blitter::BlitCubeToOctahedral2DQuadSingleChannel(UnityEngine.Rendering.CommandBuffer,UnityEngine.Texture,UnityEngine.Vector4,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blitter_BlitCubeToOctahedral2DQuadSingleChannel_mCFEE1CC91F0140BBFE26636A13BA83B107118F74 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_source, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___2_scaleBiasRT, int32_t ___3_mipLevelTex, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, int32_t ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, int32_t, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_gshared)(__this, ___0_key, ___1_value, method); } // System.Boolean UnityEngine.Rendering.Texture2DAtlas::IsSingleChannelBlit(UnityEngine.Texture,UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2DAtlas_IsSingleChannelBlit_m36A444AD8A5BECBF02CC38EB8C67EF34025BBF3E (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_source, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_destination, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.Texture2DAtlas::Blit2DTexture(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4,UnityEngine.Texture,UnityEngine.Vector4,System.Boolean,UnityEngine.Rendering.Texture2DAtlas/BlitType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2DAtlas_Blit2DTexture_m70934965558F0FFAE19E97C84B527E94D044440B (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_scaleOffset, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___3_sourceScaleOffset, bool ___4_blitMips, int32_t ___5_blitType, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.CoreUtils::GetTextureHash(UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CoreUtils_GetTextureHash_mC1A04C25989D75266B27D32B5EB463DEEFEB9027 (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_texture, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.AtlasAllocator::Allocate(UnityEngine.Vector4&,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AtlasAllocator_Allocate_m4CAB1873DB9D4E4CC5C0CF6581E0B4AEFCED19C6 (AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_result, int32_t ___1_width, int32_t ___2_height, const RuntimeMethod* method) ; // System.Void UnityEngine.Vector4::Scale(UnityEngine.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4_Scale_mC823A0D6824DB83E23A06B2777ED227D39B0B421_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_scale, const RuntimeMethod* method) ; // System.Void System.ValueTuple`2::.ctor(T1,T2) inline void ValueTuple_2__ctor_mBC854B906321EBCBD5B8B90F1075808CD316F9C6 (ValueTuple_2_t05010CA1EDA09F02C7ADFC1E8C90141D6388EF26* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_item1, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_item2, const RuntimeMethod* method) { (( void (*) (ValueTuple_2_t05010CA1EDA09F02C7ADFC1E8C90141D6388EF26*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A, const RuntimeMethod*))ValueTuple_2__ctor_mBC854B906321EBCBD5B8B90F1075808CD316F9C6_gshared)(__this, ___0_item1, ___1_item2, method); } // System.Void System.Collections.Generic.Dictionary`2>::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_mE46499A47B2A95498692503EBD04CAC9B9022ABB (Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B* __this, int32_t ___0_key, ValueTuple_2_t05010CA1EDA09F02C7ADFC1E8C90141D6388EF26 ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B*, int32_t, ValueTuple_2_t05010CA1EDA09F02C7ADFC1E8C90141D6388EF26, const RuntimeMethod*))Dictionary_2_set_Item_mE46499A47B2A95498692503EBD04CAC9B9022ABB_gshared)(__this, ___0_key, ___1_value, method); } // System.Void UnityEngine.Rendering.Texture2DAtlas::MarkGPUTextureInvalid(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2DAtlas_MarkGPUTextureInvalid_m8EBA5CAADA72E99FAED3D20C6C49A1D1360564ED (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, int32_t ___0_instanceId, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m1EEB5E9C85400756E857A890B8379FD44DEA100F (Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B* __this, int32_t ___0_key, ValueTuple_2_t05010CA1EDA09F02C7ADFC1E8C90141D6388EF26* ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B*, int32_t, ValueTuple_2_t05010CA1EDA09F02C7ADFC1E8C90141D6388EF26*, const RuntimeMethod*))Dictionary_2_TryGetValue_m1EEB5E9C85400756E857A890B8379FD44DEA100F_gshared)(__this, ___0_key, ___1_value, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9 (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, int32_t* ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, int32_t, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_gshared)(__this, ___0_key, ___1_value, method); } // System.UInt32 UnityEngine.Texture::get_updateCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Texture_get_updateCount_m095B04AC5DECCAB128DC136DC42140F32B7021AD (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.Texture2DAtlas::GetTextureHash(UnityEngine.Texture,UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture2DAtlas_GetTextureHash_mF19A8BC40CD6B6681BBB3B5A3DA9FD113C708A1A (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_textureA, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_textureB, const RuntimeMethod* method) ; // System.UInt32 System.Math::Min(System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Math_Min_m66781C8F3800C6682369B449FFDB62FAD5E87121 (uint32_t ___0_val1, uint32_t ___1_val2, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.Texture2DAtlas::IsCached(UnityEngine.Vector4&,UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2DAtlas_IsCached_m7B54023CE1A4C8BFF99CB0E76A8240A4248B2556 (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_scaleOffset, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_texture, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2>::Add(TKey,TValue) inline void Dictionary_2_Add_m2E5B8F24222E5929B4B5E21DC32E0FC4936E5F58 (Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B* __this, int32_t ___0_key, ValueTuple_2_t05010CA1EDA09F02C7ADFC1E8C90141D6388EF26 ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B*, int32_t, ValueTuple_2_t05010CA1EDA09F02C7ADFC1E8C90141D6388EF26, const RuntimeMethod*))Dictionary_2_Add_m2E5B8F24222E5929B4B5E21DC32E0FC4936E5F58_gshared)(__this, ___0_key, ___1_value, method); } // System.Void UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool::.ctor(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasNodePool__ctor_m22C2652C4D29136D79798422530C9A5D9E8CC69D (AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* __this, int16_t ___0_capacity, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) inline void Dictionary_2__ctor_m47BB8E7152F27A5218E85206AA3A6EACDA139E94 (Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E* __this, int32_t ___0_capacity, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E*, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m47BB8E7152F27A5218E85206AA3A6EACDA139E94_gshared)(__this, ___0_capacity, method); } // System.Int16 UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool::AtlasNodeCreate(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t AtlasNodePool_AtlasNodeCreate_mCB3CA729969FC4DC8787F4F1CB6AF136E20514DF (AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* __this, int16_t ___0_parent, const RuntimeMethod* method) ; // System.Int16 UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::Allocate(UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t AtlasNode_Allocate_mA96F58D6ED00C8AED33E570BD38FC508D11A3A07 (AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* __this, AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* ___0_pool, int32_t ___1_width, int32_t ___2_height, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_m1E941F2C1CDD8057B1A502A38E419D4B583D831F (Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E* __this, int32_t ___0_key, int16_t ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E*, int32_t, int16_t, const RuntimeMethod*))Dictionary_2_Add_m1E941F2C1CDD8057B1A502A38E419D4B583D831F_gshared)(__this, ___0_key, ___1_value, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m2D1EA6829700F6B428BF1C48026ECBABBDC9038B (Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E* __this, int32_t ___0_key, int16_t* ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E*, int32_t, int16_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m2D1EA6829700F6B428BF1C48026ECBABBDC9038B_gshared)(__this, ___0_key, ___1_value, method); } // System.Void UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::ReleaseAndMerge(UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasNode_ReleaseAndMerge_mF3EA698E178F2042996A9C630D05723A4B3E11AF (AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* __this, AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* ___0_pool, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) inline bool Dictionary_2_Remove_mBFDE29F1E8B29EC001EC37D43F4B86D6165B11CC (Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E* __this, int32_t ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E*, int32_t, const RuntimeMethod*))Dictionary_2_Remove_mBFDE29F1E8B29EC001EC37D43F4B86D6165B11CC_gshared)(__this, ___0_key, method); } // System.Void UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasNodePool_Clear_mE8DEA3A08060A6BD5DB3767066D1543C0DD77984 (AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Clear() inline void Dictionary_2_Clear_mB76E51EAB1D0DAA739EF3ED555816A81C9C8931E (Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E*, const RuntimeMethod*))Dictionary_2_Clear_mB76E51EAB1D0DAA739EF3ED555816A81C9C8931E_gshared)(__this, method); } // System.Void UnityEngine.Rendering.AtlasAllocatorDynamic::DebugStringFromNode(System.String&,System.Int16,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasAllocatorDynamic_DebugStringFromNode_m5051017F1F7E5381DE412AFA6D3CB22EE1AC2423 (AtlasAllocatorDynamic_t1C5BD5EE7946E12B603130FA9D7CEB42B3B4D170* __this, String_t** ___0_res, int16_t ___1_n, int32_t ___2_depthCurrent, int32_t ___3_depthMax, const RuntimeMethod* method) ; // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::IsOccupied() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AtlasNode_IsOccupied_m4DAB3793E66F89B97D1521DA6A639A0B16C8BEE1 (AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* __this, const RuntimeMethod* method) ; // System.String System.Int16::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_mD65153B762673B865D4F8FF9B567BECC1ABF6D23 (int16_t* __this, const RuntimeMethod* method) ; // System.String System.Single::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972 (float* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::.ctor(System.Int16,System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasNode__ctor_mFFF2DBE5F81BD41BFF58E221F82DA5D3EF3B8C05 (AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* __this, int16_t ___0_self, int16_t ___1_parent, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::SetIsOccupied() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasNode_SetIsOccupied_mDE0F696F9119A0A840D300CFF9BFDC5844C37DEB (AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::ClearIsOccupied() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasNode_ClearIsOccupied_m15C4CF7573BF45C8472AAE6C72D93496F69F74B6 (AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::IsLeafNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AtlasNode_IsLeafNode_m026D9501AB6E24CF82AD67D96AD9B08F164F5925 (AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* __this, 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 UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::ReleaseChildren(UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasNode_ReleaseChildren_m1B0112B1DD2DCFF5E204BE80B8F7C9BC91E7BB6B (AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* __this, AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* ___0_pool, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool::AtlasNodeFree(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasNodePool_AtlasNodeFree_m8439BC672727D5205BD768CCF3A26C3E924D53EF (AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* __this, int16_t ___0_index, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::IsMergeNeeded(UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AtlasNode_IsMergeNeeded_m70B87CDC5F874B42D73D0A5D889F7E86AD44A8AE (AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* __this, AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* ___0_pool, const RuntimeMethod* method) ; // System.Int32 System.Single::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2 (float* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Vector2::Normalize() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2_Normalize_m56DABCAB5967DF37A6B96710477D3660D800C652_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Vector3::Normalize(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Normalize_mEF8349CC39674236CFC694189AFD36E31F89AC8F_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Vector2Int::op_Equality(UnityEngine.Vector2Int,UnityEngine.Vector2Int) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2Int_op_Equality_mD80F6ED22EA1200C4F408440D02FE61388C7D6BA_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_lhs, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_rhs, const RuntimeMethod* method) ; // System.Double System.Math::Log(System.Double,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Log_m5A3BBBF06AB82F25C885812E07D27B473CF43054 (double ___0_a, double ___1_newBase, const RuntimeMethod* method) ; // System.Single UnityEngine.Vector3::Magnitude(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Magnitude_m21652D951393A3D7CE92CE40049A0E7F76544D1B_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_vector, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline (const RuntimeMethod* method) ; #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.DebugUI/EnumUtility/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m5C84F3764772C6702006B6DD203BDD0211524057 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t29E113FE77BAF76301694C4C9B52AB826DD5CB19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t29E113FE77BAF76301694C4C9B52AB826DD5CB19* L_0 = (U3CU3Ec_t29E113FE77BAF76301694C4C9B52AB826DD5CB19*)il2cpp_codegen_object_new(U3CU3Ec_t29E113FE77BAF76301694C4C9B52AB826DD5CB19_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__ctor_m5BF6A81593EC440E9C45B6A8C387ABF988A0CE36(L_0, NULL); ((U3CU3Ec_t29E113FE77BAF76301694C4C9B52AB826DD5CB19_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t29E113FE77BAF76301694C4C9B52AB826DD5CB19_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t29E113FE77BAF76301694C4C9B52AB826DD5CB19_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t29E113FE77BAF76301694C4C9B52AB826DD5CB19_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0); return; } } // System.Void UnityEngine.Rendering.DebugUI/EnumUtility/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m5BF6A81593EC440E9C45B6A8C387ABF988A0CE36 (U3CU3Ec_t29E113FE77BAF76301694C4C9B52AB826DD5CB19* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // UnityEngine.GUIContent UnityEngine.Rendering.DebugUI/EnumUtility/<>c::b__0_0(System.Reflection.FieldInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2* U3CU3Ec_U3CMakeEnumNamesU3Eb__0_0_m600F94EEF3D8B7E95561610E9CFC56B456982A33 (U3CU3Ec_t29E113FE77BAF76301694C4C9B52AB826DD5CB19* __this, FieldInfo_t* ___0_fieldInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_First_TisRuntimeObject_mEFECF1B8C3201589C5AF34176DCBF8DD926642D6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InspectorNameAttribute_t30287A92B113253B9E22924DD6FC4C7007545497_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InspectorNameAttribute_t30287A92B113253B9E22924DD6FC4C7007545497_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE9F77DFCE8ACCA5536BA3757662F8A30C163C5A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0B1A03531873241748A6DCD4059166D236A6EDF); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL; { // var description = fieldInfo.GetCustomAttributes(typeof(InspectorNameAttribute), false); FieldInfo_t* L_0 = ___0_fieldInfo; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (InspectorNameAttribute_t30287A92B113253B9E22924DD6FC4C7007545497_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); NullCheck(L_0); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3; L_3 = VirtualFuncInvoker2< ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, Type_t*, bool >::Invoke(14 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_0, L_2, (bool)0); V_0 = L_3; // if (description.Length > 0) ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0; NullCheck(L_4); if (!(((RuntimeArray*)L_4)->max_length)) { goto IL_002c; } } { // return new GUIContent(((InspectorNameAttribute)description.First()).displayName); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = V_0; RuntimeObject* L_6; L_6 = Enumerable_First_TisRuntimeObject_mEFECF1B8C3201589C5AF34176DCBF8DD926642D6((RuntimeObject*)L_5, Enumerable_First_TisRuntimeObject_mEFECF1B8C3201589C5AF34176DCBF8DD926642D6_RuntimeMethod_var); NullCheck(((InspectorNameAttribute_t30287A92B113253B9E22924DD6FC4C7007545497*)CastclassClass((RuntimeObject*)L_6, InspectorNameAttribute_t30287A92B113253B9E22924DD6FC4C7007545497_il2cpp_TypeInfo_var))); String_t* L_7 = ((InspectorNameAttribute_t30287A92B113253B9E22924DD6FC4C7007545497*)CastclassClass((RuntimeObject*)L_6, InspectorNameAttribute_t30287A92B113253B9E22924DD6FC4C7007545497_il2cpp_TypeInfo_var))->___displayName_0; GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2* L_8 = (GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2*)il2cpp_codegen_object_new(GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2_il2cpp_TypeInfo_var); NullCheck(L_8); GUIContent__ctor_mD2BDF82C1E1F75DEEF36F2C8EDB60FFB49EE4DBC(L_8, L_7, NULL); return L_8; } IL_002c: { // var niceName = Regex.Replace(fieldInfo.Name, "([a-z](?=[A-Z])|[A-Z](?=[A-Z][a-z]))", "$1 "); FieldInfo_t* L_9 = ___0_fieldInfo; NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_9); il2cpp_codegen_runtime_class_init_inline(Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var); String_t* L_11; L_11 = Regex_Replace_m811FCA60D20059998EC547FC390F053C524D045D(L_10, _stringLiteralDE9F77DFCE8ACCA5536BA3757662F8A30C163C5A, _stringLiteralE0B1A03531873241748A6DCD4059166D236A6EDF, NULL); // return new GUIContent(niceName); GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2* L_12 = (GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2*)il2cpp_codegen_object_new(GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2_il2cpp_TypeInfo_var); NullCheck(L_12); GUIContent__ctor_mD2BDF82C1E1F75DEEF36F2C8EDB60FFB49EE4DBC(L_12, L_11, NULL); return L_12; } } #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.Func`1 UnityEngine.Rendering.DebugUI/EnumField::get_getIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* EnumField_get_getIndex_m9D3DADB71BE92C1B54FD5315B8C06BA2D68EE3FD (EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C* __this, const RuntimeMethod* method) { { // public Func getIndex { get; set; } Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* L_0 = __this->___U3CgetIndexU3Ek__BackingField_14; return L_0; } } // System.Void UnityEngine.Rendering.DebugUI/EnumField::set_getIndex(System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumField_set_getIndex_m1353057A317788EE0157D6559E7EB7178D08C62B (EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C* __this, Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* ___0_value, const RuntimeMethod* method) { { // public Func getIndex { get; set; } Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* L_0 = ___0_value; __this->___U3CgetIndexU3Ek__BackingField_14 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgetIndexU3Ek__BackingField_14), (void*)L_0); return; } } // System.Action`1 UnityEngine.Rendering.DebugUI/EnumField::get_setIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* EnumField_get_setIndex_m72B40AFF93BCB6A72148E36EB14C98F3948C1922 (EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C* __this, const RuntimeMethod* method) { { // public Action setIndex { get; set; } Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_0 = __this->___U3CsetIndexU3Ek__BackingField_15; return L_0; } } // System.Void UnityEngine.Rendering.DebugUI/EnumField::set_setIndex(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumField_set_setIndex_m5C3DF9F1331972A5B1DA0F62664530BA86344F3D (EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C* __this, Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* ___0_value, const RuntimeMethod* method) { { // public Action setIndex { get; set; } Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_0 = ___0_value; __this->___U3CsetIndexU3Ek__BackingField_15 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsetIndexU3Ek__BackingField_15), (void*)L_0); return; } } // System.Int32 UnityEngine.Rendering.DebugUI/EnumField::get_currentIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EnumField_get_currentIndex_m4D47B593DC586CC3A0806A2987F6464718876802 (EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C* __this, const RuntimeMethod* method) { { // public int currentIndex { get => getIndex(); set => setIndex(value); } Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* L_0; L_0 = EnumField_get_getIndex_m9D3DADB71BE92C1B54FD5315B8C06BA2D68EE3FD_inline(__this, NULL); NullCheck(L_0); int32_t L_1; L_1 = Func_1_Invoke_mA967B67675F9F5475EF2DA67722E3876436BF72E_inline(L_0, NULL); return L_1; } } // System.Void UnityEngine.Rendering.DebugUI/EnumField::set_currentIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumField_set_currentIndex_mEB5CA5FE86F8F8F9E2CFD3F08EA06DBC0E794FA7 (EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int currentIndex { get => getIndex(); set => setIndex(value); } Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_0; L_0 = EnumField_get_setIndex_m72B40AFF93BCB6A72148E36EB14C98F3948C1922_inline(__this, NULL); int32_t L_1 = ___0_value; NullCheck(L_0); Action_1_Invoke_mAC3C34BA1905AB5B79E483CD9BB082B7D667F703_inline(L_0, L_1, NULL); return; } } // System.Void UnityEngine.Rendering.DebugUI/EnumField::set_autoEnum(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumField_set_autoEnum_m22B1BF1EE22FF469D5B6B47EB893C80883D0AEDB (EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C* __this, Type_t* ___0_value, const RuntimeMethod* method) { { // enumNames = EnumUtility.MakeEnumNames(value); Type_t* L_0 = ___0_value; GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503* L_1; L_1 = EnumUtility_MakeEnumNames_m2D48D268D98788EA4B35DA55E806D974D29B80A7(L_0, NULL); __this->___enumNames_10 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___enumNames_10), (void*)L_1); // enumValues = EnumUtility.MakeEnumValues(value); Type_t* L_2 = ___0_value; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_3; L_3 = EnumUtility_MakeEnumValues_m3922537E93C42AB8A3584541A6FF8E69A19C26D7(L_2, NULL); __this->___enumValues_11 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___enumValues_11), (void*)L_3); // InitIndexes(); EnumField_InitIndexes_m5A00CA7100887328361759AF12502AC803E57472(__this, NULL); // InitQuickSeparators(); EnumField_InitQuickSeparators_m819096798D533BAFC6541EFCDB7B9DAE8B078D1E(__this, NULL); // } return; } } // System.Void UnityEngine.Rendering.DebugUI/EnumField::InitQuickSeparators() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumField_InitQuickSeparators_m819096798D533BAFC6541EFCDB7B9DAE8B078D1E (EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisString_t_m498656AA08CF7218D7153CF70BC5E1110D19B7F0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Distinct_TisString_t_m1E99E758E2A5605D0EE48F5715C69AF1096BF99B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ElementAt_TisString_t_mAF32DE31491691572D7AB8E9AD51FD79FCD75C75_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisGUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2_TisString_t_m0ED254599DEBE6BAB9D4E6D8B85090CC324E044E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t94475399CE552E8F5CB52DF041E6CBAC98D48E2F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CInitQuickSeparatorsU3Eb__17_0_mFFD8CE9ED1EB00ADCDFE046DF8FF00FAC4C484F4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; String_t* V_4 = NULL; Func_2_t94475399CE552E8F5CB52DF041E6CBAC98D48E2F* G_B2_0 = NULL; GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503* G_B2_1 = NULL; Func_2_t94475399CE552E8F5CB52DF041E6CBAC98D48E2F* G_B1_0 = NULL; GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503* G_B1_1 = NULL; { // var enumNamesPrefix = enumNames.Select(x => // { // string[] splitted = x.text.Split('/'); // if (splitted.Length == 1) // return ""; // else // return splitted[0]; // }); GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503* L_0 = __this->___enumNames_10; il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F_il2cpp_TypeInfo_var); Func_2_t94475399CE552E8F5CB52DF041E6CBAC98D48E2F* L_1 = ((U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F_il2cpp_TypeInfo_var))->___U3CU3E9__17_0_1; Func_2_t94475399CE552E8F5CB52DF041E6CBAC98D48E2F* L_2 = L_1; G_B1_0 = L_2; G_B1_1 = L_0; if (L_2) { G_B2_0 = L_2; G_B2_1 = L_0; goto IL_0025; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F_il2cpp_TypeInfo_var); U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F* L_3 = ((U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F_il2cpp_TypeInfo_var))->___U3CU3E9_0; Func_2_t94475399CE552E8F5CB52DF041E6CBAC98D48E2F* L_4 = (Func_2_t94475399CE552E8F5CB52DF041E6CBAC98D48E2F*)il2cpp_codegen_object_new(Func_2_t94475399CE552E8F5CB52DF041E6CBAC98D48E2F_il2cpp_TypeInfo_var); NullCheck(L_4); Func_2__ctor_m468F78DA5A10C7E1A86F80921F6CC0C19506CB1E(L_4, L_3, (intptr_t)((void*)U3CU3Ec_U3CInitQuickSeparatorsU3Eb__17_0_mFFD8CE9ED1EB00ADCDFE046DF8FF00FAC4C484F4_RuntimeMethod_var), NULL); Func_2_t94475399CE552E8F5CB52DF041E6CBAC98D48E2F* L_5 = L_4; ((U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F_il2cpp_TypeInfo_var))->___U3CU3E9__17_0_1 = L_5; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F_il2cpp_TypeInfo_var))->___U3CU3E9__17_0_1), (void*)L_5); G_B2_0 = L_5; G_B2_1 = G_B1_1; } IL_0025: { RuntimeObject* L_6; L_6 = Enumerable_Select_TisGUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2_TisString_t_m0ED254599DEBE6BAB9D4E6D8B85090CC324E044E((RuntimeObject*)G_B2_1, G_B2_0, Enumerable_Select_TisGUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2_TisString_t_m0ED254599DEBE6BAB9D4E6D8B85090CC324E044E_RuntimeMethod_var); V_0 = L_6; // quickSeparators = new int[enumNamesPrefix.Distinct().Count()]; RuntimeObject* L_7 = V_0; RuntimeObject* L_8; L_8 = Enumerable_Distinct_TisString_t_m1E99E758E2A5605D0EE48F5715C69AF1096BF99B(L_7, Enumerable_Distinct_TisString_t_m1E99E758E2A5605D0EE48F5715C69AF1096BF99B_RuntimeMethod_var); int32_t L_9; L_9 = Enumerable_Count_TisString_t_m498656AA08CF7218D7153CF70BC5E1110D19B7F0(L_8, Enumerable_Count_TisString_t_m498656AA08CF7218D7153CF70BC5E1110D19B7F0_RuntimeMethod_var); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_10 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)L_9); __this->___quickSeparators_12 = L_10; Il2CppCodeGenWriteBarrier((void**)(&__this->___quickSeparators_12), (void*)L_10); // string lastPrefix = null; V_1 = (String_t*)NULL; // for (int i = 0, wholeNameIndex = 0; i < quickSeparators.Length; ++i) V_2 = 0; // for (int i = 0, wholeNameIndex = 0; i < quickSeparators.Length; ++i) V_3 = 0; goto IL_007f; } IL_0049: { // var currentTestedPrefix = enumNamesPrefix.ElementAt(wholeNameIndex); RuntimeObject* L_11 = V_0; int32_t L_12 = V_3; String_t* L_13; L_13 = Enumerable_ElementAt_TisString_t_mAF32DE31491691572D7AB8E9AD51FD79FCD75C75(L_11, L_12, Enumerable_ElementAt_TisString_t_mAF32DE31491691572D7AB8E9AD51FD79FCD75C75_RuntimeMethod_var); V_4 = L_13; goto IL_0061; } IL_0054: { // currentTestedPrefix = enumNamesPrefix.ElementAt(++wholeNameIndex); RuntimeObject* L_14 = V_0; int32_t L_15 = V_3; int32_t L_16 = ((int32_t)il2cpp_codegen_add(L_15, 1)); V_3 = L_16; String_t* L_17; L_17 = Enumerable_ElementAt_TisString_t_mAF32DE31491691572D7AB8E9AD51FD79FCD75C75(L_14, L_16, Enumerable_ElementAt_TisString_t_mAF32DE31491691572D7AB8E9AD51FD79FCD75C75_RuntimeMethod_var); V_4 = L_17; } IL_0061: { // while (lastPrefix == currentTestedPrefix) String_t* L_18 = V_1; String_t* L_19 = V_4; bool L_20; L_20 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_18, L_19, NULL); if (L_20) { goto IL_0054; } } { // lastPrefix = currentTestedPrefix; String_t* L_21 = V_4; V_1 = L_21; // quickSeparators[i] = wholeNameIndex++; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_22 = __this->___quickSeparators_12; int32_t L_23 = V_2; int32_t L_24 = V_3; int32_t L_25 = L_24; V_3 = ((int32_t)il2cpp_codegen_add(L_25, 1)); NullCheck(L_22); (L_22)->SetAt(static_cast(L_23), (int32_t)L_25); // for (int i = 0, wholeNameIndex = 0; i < quickSeparators.Length; ++i) int32_t L_26 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_26, 1)); } IL_007f: { // for (int i = 0, wholeNameIndex = 0; i < quickSeparators.Length; ++i) int32_t L_27 = V_2; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_28 = __this->___quickSeparators_12; NullCheck(L_28); if ((((int32_t)L_27) < ((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length))))) { goto IL_0049; } } { // } return; } } // System.Void UnityEngine.Rendering.DebugUI/EnumField::InitIndexes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumField_InitIndexes_m5A00CA7100887328361759AF12502AC803E57472 (EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (enumNames == null) GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503* L_0 = __this->___enumNames_10; if (L_0) { goto IL_0014; } } { // enumNames = new GUIContent[0]; GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503* L_1 = (GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503*)(GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503*)SZArrayNew(GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503_il2cpp_TypeInfo_var, (uint32_t)0); __this->___enumNames_10 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___enumNames_10), (void*)L_1); } IL_0014: { // indexes = new int[enumNames.Length]; GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503* L_2 = __this->___enumNames_10; NullCheck(L_2); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_3 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))); __this->___indexes_13 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___indexes_13), (void*)L_3); // for (int i = 0; i < enumNames.Length; i++) V_0 = 0; goto IL_0038; } IL_002b: { // indexes[i] = i; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_4 = __this->___indexes_13; int32_t L_5 = V_0; int32_t L_6 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (int32_t)L_6); // for (int i = 0; i < enumNames.Length; i++) int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1)); } IL_0038: { // for (int i = 0; i < enumNames.Length; i++) int32_t L_8 = V_0; GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503* L_9 = __this->___enumNames_10; NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))))) { goto IL_002b; } } { // } return; } } // System.Void UnityEngine.Rendering.DebugUI/EnumField::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumField__ctor_m70AF15D32AC334B12E512298AAE02ED438074C78 (EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Field_1__ctor_mE26676B8CC7ACCECF4108378DD58EF11BEC4036F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Field_1__ctor_mE26676B8CC7ACCECF4108378DD58EF11BEC4036F(__this, Field_1__ctor_mE26676B8CC7ACCECF4108378DD58EF11BEC4036F_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.Rendering.DebugUI/EnumField/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m5DFBFC91DCCD75B60ABB8BE7EC72D4060271ECDA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F* L_0 = (U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F*)il2cpp_codegen_object_new(U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__ctor_mB8A8520B3A180E74A7D93029922E79D6AD8C0130(L_0, NULL); ((U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0); return; } } // System.Void UnityEngine.Rendering.DebugUI/EnumField/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mB8A8520B3A180E74A7D93029922E79D6AD8C0130 (U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.String UnityEngine.Rendering.DebugUI/EnumField/<>c::b__17_0(UnityEngine.GUIContent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CInitQuickSeparatorsU3Eb__17_0_mFFD8CE9ED1EB00ADCDFE046DF8FF00FAC4C484F4 (U3CU3Ec_tE8E9CA5FE496E46FE9AFB2DAC762124D07B3CD9F* __this, GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2* ___0_x, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL; { // string[] splitted = x.text.Split('/'); GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2* L_0 = ___0_x; NullCheck(L_0); String_t* L_1; L_1 = GUIContent_get_text_mC6D7981351923AD7F802AC659314BA56DF7F3ED6(L_0, NULL); NullCheck(L_1); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2; L_2 = String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4(L_1, ((int32_t)47), 0, NULL); V_0 = L_2; // if (splitted.Length == 1) StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = V_0; NullCheck(L_3); if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))) == ((uint32_t)1)))) { goto IL_001b; } } { // return ""; return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_001b: { // return splitted[0]; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = V_0; NullCheck(L_4); int32_t L_5 = 0; String_t* L_6 = (L_4)->GetAt(static_cast(L_5)); return L_6; } } #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.Func`1[] UnityEngine.Rendering.DebugUI/HistoryEnumField::get_historyIndexGetter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_1U5BU5D_tB1F9470EF5E544CC2AB4AD0BE692BD0B0BB7DF30* HistoryEnumField_get_historyIndexGetter_mFE380F5C43EFC29095547306FDF1E61C87D41C1C (HistoryEnumField_t3708BFF5BC85F8588A24CA70FB70BCAF188E9E08* __this, const RuntimeMethod* method) { { // public Func[] historyIndexGetter { get; set; } Func_1U5BU5D_tB1F9470EF5E544CC2AB4AD0BE692BD0B0BB7DF30* L_0 = __this->___U3ChistoryIndexGetterU3Ek__BackingField_16; return L_0; } } // System.Void UnityEngine.Rendering.DebugUI/HistoryEnumField::set_historyIndexGetter(System.Func`1[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HistoryEnumField_set_historyIndexGetter_m32A0FC4FDB681E1F0B7C5EB11FC021A695FCA74F (HistoryEnumField_t3708BFF5BC85F8588A24CA70FB70BCAF188E9E08* __this, Func_1U5BU5D_tB1F9470EF5E544CC2AB4AD0BE692BD0B0BB7DF30* ___0_value, const RuntimeMethod* method) { { // public Func[] historyIndexGetter { get; set; } Func_1U5BU5D_tB1F9470EF5E544CC2AB4AD0BE692BD0B0BB7DF30* L_0 = ___0_value; __this->___U3ChistoryIndexGetterU3Ek__BackingField_16 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ChistoryIndexGetterU3Ek__BackingField_16), (void*)L_0); return; } } // System.Int32 UnityEngine.Rendering.DebugUI/HistoryEnumField::get_historyDepth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HistoryEnumField_get_historyDepth_mD38724219D2D4B9D17E5F5799DA96AD674CCC5E7 (HistoryEnumField_t3708BFF5BC85F8588A24CA70FB70BCAF188E9E08* __this, const RuntimeMethod* method) { Func_1U5BU5D_tB1F9470EF5E544CC2AB4AD0BE692BD0B0BB7DF30* G_B2_0 = NULL; Func_1U5BU5D_tB1F9470EF5E544CC2AB4AD0BE692BD0B0BB7DF30* G_B1_0 = NULL; { // public int historyDepth => historyIndexGetter?.Length ?? 0; Func_1U5BU5D_tB1F9470EF5E544CC2AB4AD0BE692BD0B0BB7DF30* L_0; L_0 = HistoryEnumField_get_historyIndexGetter_mFE380F5C43EFC29095547306FDF1E61C87D41C1C_inline(__this, NULL); Func_1U5BU5D_tB1F9470EF5E544CC2AB4AD0BE692BD0B0BB7DF30* L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000c; } } { return 0; } IL_000c: { NullCheck(G_B2_0); return ((int32_t)(((RuntimeArray*)G_B2_0)->max_length)); } } // System.Int32 UnityEngine.Rendering.DebugUI/HistoryEnumField::GetHistoryValue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HistoryEnumField_GetHistoryValue_m1E43C624459622E5963762488452C94839CD738C (HistoryEnumField_t3708BFF5BC85F8588A24CA70FB70BCAF188E9E08* __this, int32_t ___0_historyIndex, const RuntimeMethod* method) { { // return historyIndexGetter[historyIndex](); Func_1U5BU5D_tB1F9470EF5E544CC2AB4AD0BE692BD0B0BB7DF30* L_0; L_0 = HistoryEnumField_get_historyIndexGetter_mFE380F5C43EFC29095547306FDF1E61C87D41C1C_inline(__this, NULL); int32_t L_1 = ___0_historyIndex; NullCheck(L_0); int32_t L_2 = L_1; Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* L_3 = (L_0)->GetAt(static_cast(L_2)); NullCheck(L_3); int32_t L_4; L_4 = Func_1_Invoke_mA967B67675F9F5475EF2DA67722E3876436BF72E_inline(L_3, NULL); return L_4; } } // System.Void UnityEngine.Rendering.DebugUI/HistoryEnumField::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HistoryEnumField__ctor_m2E1B5EC38B24CF0E32ECF85FCC65A34279B24611 (HistoryEnumField_t3708BFF5BC85F8588A24CA70FB70BCAF188E9E08* __this, const RuntimeMethod* method) { { EnumField__ctor_m70AF15D32AC334B12E512298AAE02ED438074C78(__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.GUIContent[] UnityEngine.Rendering.DebugUI/BitField::get_enumNames() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503* BitField_get_enumNames_m3518C9A0F352E7390CABA60F16E5C2246F12634C (BitField_t4178A9AD81C436DBE57F464343BA996642134062* __this, const RuntimeMethod* method) { { // public GUIContent[] enumNames { get; private set; } GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503* L_0 = __this->___U3CenumNamesU3Ek__BackingField_10; return L_0; } } // System.Void UnityEngine.Rendering.DebugUI/BitField::set_enumNames(UnityEngine.GUIContent[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitField_set_enumNames_m16DCD2AEC657E914F549F55710165EC906BF2E7B (BitField_t4178A9AD81C436DBE57F464343BA996642134062* __this, GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503* ___0_value, const RuntimeMethod* method) { { // public GUIContent[] enumNames { get; private set; } GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503* L_0 = ___0_value; __this->___U3CenumNamesU3Ek__BackingField_10 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CenumNamesU3Ek__BackingField_10), (void*)L_0); return; } } // System.Int32[] UnityEngine.Rendering.DebugUI/BitField::get_enumValues() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* BitField_get_enumValues_m5CBA7136A37EBDD8845BF4CE47261201601F9527 (BitField_t4178A9AD81C436DBE57F464343BA996642134062* __this, const RuntimeMethod* method) { { // public int[] enumValues { get; private set; } Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = __this->___U3CenumValuesU3Ek__BackingField_11; return L_0; } } // System.Void UnityEngine.Rendering.DebugUI/BitField::set_enumValues(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitField_set_enumValues_m359E7A2117FA2BE7906B2995F44F0C07DE64A238 (BitField_t4178A9AD81C436DBE57F464343BA996642134062* __this, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___0_value, const RuntimeMethod* method) { { // public int[] enumValues { get; private set; } Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = ___0_value; __this->___U3CenumValuesU3Ek__BackingField_11 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CenumValuesU3Ek__BackingField_11), (void*)L_0); return; } } // System.Type UnityEngine.Rendering.DebugUI/BitField::get_enumType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* BitField_get_enumType_m579A37FEF96B7B00BD32858A935EB6BE21FC9203 (BitField_t4178A9AD81C436DBE57F464343BA996642134062* __this, const RuntimeMethod* method) { { // get => m_EnumType; Type_t* L_0 = __this->___m_EnumType_12; return L_0; } } // System.Void UnityEngine.Rendering.DebugUI/BitField::set_enumType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitField_set_enumType_mB03F8F62663EF345AAF5474BC3ED67B2A96F8FA1 (BitField_t4178A9AD81C436DBE57F464343BA996642134062* __this, Type_t* ___0_value, const RuntimeMethod* method) { { // m_EnumType = value; Type_t* L_0 = ___0_value; __this->___m_EnumType_12 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_EnumType_12), (void*)L_0); // enumNames = EnumUtility.MakeEnumNames(value); Type_t* L_1 = ___0_value; GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503* L_2; L_2 = EnumUtility_MakeEnumNames_m2D48D268D98788EA4B35DA55E806D974D29B80A7(L_1, NULL); BitField_set_enumNames_m16DCD2AEC657E914F549F55710165EC906BF2E7B_inline(__this, L_2, NULL); // enumValues = EnumUtility.MakeEnumValues(value); Type_t* L_3 = ___0_value; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_4; L_4 = EnumUtility_MakeEnumValues_m3922537E93C42AB8A3584541A6FF8E69A19C26D7(L_3, NULL); BitField_set_enumValues_m359E7A2117FA2BE7906B2995F44F0C07DE64A238_inline(__this, L_4, NULL); // } return; } } // System.Void UnityEngine.Rendering.DebugUI/BitField::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitField__ctor_m4A3D57F9714E4EF7E2DDE0F8342BD582AA2F304D (BitField_t4178A9AD81C436DBE57F464343BA996642134062* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Field_1__ctor_m78BF1E2D6798A3DA4E39D535DABBF0930D243627_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Field_1__ctor_m78BF1E2D6798A3DA4E39D535DABBF0930D243627(__this, Field_1__ctor_m78BF1E2D6798A3DA4E39D535DABBF0930D243627_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.Color UnityEngine.Rendering.DebugUI/ColorField::ValidateValue(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ColorField_ValidateValue_m8D28E0AF4B13D4A656B208C23863E6E790EC073B (ColorField_t6BB20214FF8E76FBA61FE664ACF6FAAF67D7E790* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_value, const RuntimeMethod* method) { { // if (!hdr) bool L_0 = __this->___hdr_10; if (L_0) { goto IL_0050; } } { // value.r = Mathf.Clamp01(value.r); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = ___0_value; float L_2 = L_1.___r_0; float L_3; L_3 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_2, NULL); (&___0_value)->___r_0 = L_3; // value.g = Mathf.Clamp01(value.g); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___0_value; float L_5 = L_4.___g_1; float L_6; L_6 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_5, NULL); (&___0_value)->___g_1 = L_6; // value.b = Mathf.Clamp01(value.b); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7 = ___0_value; float L_8 = L_7.___b_2; float L_9; L_9 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_8, NULL); (&___0_value)->___b_2 = L_9; // value.a = Mathf.Clamp01(value.a); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10 = ___0_value; float L_11 = L_10.___a_3; float L_12; L_12 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_11, NULL); (&___0_value)->___a_3 = L_12; } IL_0050: { // return value; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_13 = ___0_value; return L_13; } } // System.Void UnityEngine.Rendering.DebugUI/ColorField::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorField__ctor_m65991BD71EF773F511DF30AFB0E49D31C7B8C639 (ColorField_t6BB20214FF8E76FBA61FE664ACF6FAAF67D7E790* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Field_1__ctor_mB37915846F62EF7567FA4BADBE9B41418E200CD1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public bool showAlpha = true; __this->___showAlpha_11 = (bool)1; // public bool showPicker = true; __this->___showPicker_12 = (bool)1; // public float incStep = 0.025f; __this->___incStep_13 = (0.0250000004f); // public float incStepMult = 5f; __this->___incStepMult_14 = (5.0f); // public int decimals = 3; __this->___decimals_15 = 3; Field_1__ctor_mB37915846F62EF7567FA4BADBE9B41418E200CD1(__this, Field_1__ctor_mB37915846F62EF7567FA4BADBE9B41418E200CD1_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.Rendering.DebugUI/Vector2Field::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2Field__ctor_m1AF0C3B9D667CB0D78B5D5F46B721463B7890DF8 (Vector2Field_t5CDE5FE31ACEDA9AA41D204ABBE50392E2080816* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Field_1__ctor_m7C303BA68691F2521E9EC689B23AE797B4DFBB05_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public float incStep = 0.025f; __this->___incStep_10 = (0.0250000004f); // public float incStepMult = 10f; __this->___incStepMult_11 = (10.0f); // public int decimals = 3; __this->___decimals_12 = 3; Field_1__ctor_m7C303BA68691F2521E9EC689B23AE797B4DFBB05(__this, Field_1__ctor_m7C303BA68691F2521E9EC689B23AE797B4DFBB05_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.Rendering.DebugUI/Vector3Field::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3Field__ctor_mFB24C3F634E08686F2ABD472FC6125669ECC9F44 (Vector3Field_t4019EB5DDB0C820FA72499C5F078A9BE00DCAF94* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Field_1__ctor_m5E85360C971446C73E1A8E5ED7DA17D7EDC90E1B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public float incStep = 0.025f; __this->___incStep_10 = (0.0250000004f); // public float incStepMult = 10f; __this->___incStepMult_11 = (10.0f); // public int decimals = 3; __this->___decimals_12 = 3; Field_1__ctor_m5E85360C971446C73E1A8E5ED7DA17D7EDC90E1B(__this, Field_1__ctor_m5E85360C971446C73E1A8E5ED7DA17D7EDC90E1B_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.Rendering.DebugUI/Vector4Field::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4Field__ctor_m2BA663599F835828AC451E2D7E3847861FD70BF5 (Vector4Field_t9C175CACC33030F0B57C4CB016466127D28E4AD3* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Field_1__ctor_m987712BF4E8BBF11473DA83B4CF70877C002430C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public float incStep = 0.025f; __this->___incStep_10 = (0.0250000004f); // public float incStepMult = 10f; __this->___incStepMult_11 = (10.0f); // public int decimals = 3; __this->___decimals_12 = 3; Field_1__ctor_m987712BF4E8BBF11473DA83B4CF70877C002430C(__this, Field_1__ctor_m987712BF4E8BBF11473DA83B4CF70877C002430C_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.Rendering.DebugUI/MessageBox::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageBox__ctor_mF48843A6B29FCC39637EF3421D0C8789A2E40D52 (MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5* __this, const RuntimeMethod* method) { { Widget__ctor_m376F53A5E652F839D704FE6F6A447C11FA669C66(__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.Rendering.DebugUI/Flags UnityEngine.Rendering.DebugUI/Panel::get_flags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Panel_get_flags_mBC1AB348B149288BC1ACD0D4E7162622829ECE05 (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) { { // public Flags flags { get; set; } int32_t L_0 = __this->___U3CflagsU3Ek__BackingField_0; return L_0; } } // System.Void UnityEngine.Rendering.DebugUI/Panel::set_flags(UnityEngine.Rendering.DebugUI/Flags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Panel_set_flags_mF3DF84780500411054DCFA0D04A9D25BEE99BEB7 (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public Flags flags { get; set; } int32_t L_0 = ___0_value; __this->___U3CflagsU3Ek__BackingField_0 = L_0; return; } } // System.String UnityEngine.Rendering.DebugUI/Panel::get_displayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Panel_get_displayName_m186C10E927B2800035B328BD9A40D8B5FB3D4EE4 (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) { { // public string displayName { get; set; } String_t* L_0 = __this->___U3CdisplayNameU3Ek__BackingField_1; return L_0; } } // System.Void UnityEngine.Rendering.DebugUI/Panel::set_displayName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Panel_set_displayName_mE0DE5D17782E9980165F39D8CEC37169D3A8F0B7 (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, String_t* ___0_value, const RuntimeMethod* method) { { // public string displayName { get; set; } String_t* L_0 = ___0_value; __this->___U3CdisplayNameU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdisplayNameU3Ek__BackingField_1), (void*)L_0); return; } } // System.Int32 UnityEngine.Rendering.DebugUI/Panel::get_groupIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Panel_get_groupIndex_m9BF4D7734CF4BDAB37EA115B037D349AC1883766 (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) { { // public int groupIndex { get; set; } int32_t L_0 = __this->___U3CgroupIndexU3Ek__BackingField_2; return L_0; } } // System.Void UnityEngine.Rendering.DebugUI/Panel::set_groupIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Panel_set_groupIndex_mFE863A99C9A0E2168E3E24171BBDFB7541E4E64C (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int groupIndex { get; set; } int32_t L_0 = ___0_value; __this->___U3CgroupIndexU3Ek__BackingField_2 = L_0; return; } } // System.String UnityEngine.Rendering.DebugUI/Panel::get_queryPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Panel_get_queryPath_mF5E2D5B66591223DC7A17817CB8A881396066B4A (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) { { // public string queryPath { get { return displayName; } } String_t* L_0; L_0 = Panel_get_displayName_m186C10E927B2800035B328BD9A40D8B5FB3D4EE4_inline(__this, NULL); return L_0; } } // System.Boolean UnityEngine.Rendering.DebugUI/Panel::get_isEditorOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Panel_get_isEditorOnly_m739F502972100D4683F8ED121870319543957E41 (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) { { // public bool isEditorOnly { get { return (flags & Flags.EditorOnly) != 0; } } int32_t L_0; L_0 = Panel_get_flags_mBC1AB348B149288BC1ACD0D4E7162622829ECE05_inline(__this, NULL); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&2))) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean UnityEngine.Rendering.DebugUI/Panel::get_isRuntimeOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Panel_get_isRuntimeOnly_m03FC70341EBC84633B6F0F93BFCC961A3470AAEE (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) { { // public bool isRuntimeOnly { get { return (flags & Flags.RuntimeOnly) != 0; } } int32_t L_0; L_0 = Panel_get_flags_mBC1AB348B149288BC1ACD0D4E7162622829ECE05_inline(__this, NULL); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&4))) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean UnityEngine.Rendering.DebugUI/Panel::get_isInactiveInEditor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Panel_get_isInactiveInEditor_m085DE5769EBB5B7F1B283FEF611E277ADDDBA506 (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) { { // public bool isInactiveInEditor { get { return (isRuntimeOnly && !Application.isPlaying); } } bool L_0; L_0 = Panel_get_isRuntimeOnly_m03FC70341EBC84633B6F0F93BFCC961A3470AAEE(__this, NULL); if (!L_0) { goto IL_0011; } } { bool L_1; L_1 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0011: { return (bool)0; } } // System.Boolean UnityEngine.Rendering.DebugUI/Panel::get_editorForceUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Panel_get_editorForceUpdate_mDC9A26D9317C1DAD42A7A3F7034C0188A29E74B1 (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) { { // public bool editorForceUpdate { get { return (flags & Flags.EditorForceUpdate) != 0; } } int32_t L_0; L_0 = Panel_get_flags_mBC1AB348B149288BC1ACD0D4E7162622829ECE05_inline(__this, NULL); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&8))) <= ((uint32_t)0)))? 1 : 0); } } // UnityEngine.Rendering.ObservableList`1 UnityEngine.Rendering.DebugUI/Panel::get_children() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* Panel_get_children_m42233087374A0F3438E9F666F0EBD00922D3018A (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) { { // public ObservableList children { get; private set; } ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_0 = __this->___U3CchildrenU3Ek__BackingField_3; return L_0; } } // System.Void UnityEngine.Rendering.DebugUI/Panel::set_children(UnityEngine.Rendering.ObservableList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Panel_set_children_mADB01D395A7BFE1B9D5AC10A0D7B602D9EB7F478 (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* ___0_value, const RuntimeMethod* method) { { // public ObservableList children { get; private set; } ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_0 = ___0_value; __this->___U3CchildrenU3Ek__BackingField_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CchildrenU3Ek__BackingField_3), (void*)L_0); return; } } // System.Void UnityEngine.Rendering.DebugUI/Panel::add_onSetDirty(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Panel_add_onSetDirty_mF68B8AC37258A177F270E8FC7D9B63785E92E711 (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* V_0 = NULL; Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* V_1 = NULL; Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* V_2 = NULL; { Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_0 = __this->___onSetDirty_4; V_0 = L_0; } IL_0007: { Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_1 = V_0; V_1 = L_1; Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_2 = V_1; Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941*)Castclass((RuntimeObject*)L_4, Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941_il2cpp_TypeInfo_var)); Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941** L_5 = (&__this->___onSetDirty_4); Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_6 = V_2; Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_7 = V_1; Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_9 = V_0; Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_10 = V_1; if ((!(((RuntimeObject*)(Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941*)L_9) == ((RuntimeObject*)(Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941*)L_10)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.Rendering.DebugUI/Panel::remove_onSetDirty(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Panel_remove_onSetDirty_mDA42D481B964BFBEB6CAC9856AC23E1629F1E02D (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* V_0 = NULL; Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* V_1 = NULL; Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* V_2 = NULL; { Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_0 = __this->___onSetDirty_4; V_0 = L_0; } IL_0007: { Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_1 = V_0; V_1 = L_1; Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_2 = V_1; Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941*)Castclass((RuntimeObject*)L_4, Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941_il2cpp_TypeInfo_var)); Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941** L_5 = (&__this->___onSetDirty_4); Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_6 = V_2; Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_7 = V_1; Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_9 = V_0; Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_10 = V_1; if ((!(((RuntimeObject*)(Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941*)L_9) == ((RuntimeObject*)(Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941*)L_10)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.Rendering.DebugUI/Panel::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Panel__ctor_m1FC7CE20C8B2968C68E3EE1CFD0410871B3F5F38 (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListChangedEventHandler_1_tC0988B097B0885471C7749525EF01C1E7CB36E4C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableList_1__ctor_mAEB9F6BC66394C9058EB983FFB2657A6FEDDC4AC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableList_1_add_ItemAdded_mC25392FD9E3A29DC70F6E00840980153040AD0FA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableList_1_add_ItemRemoved_mDA8717743BA971F922CBC44E9BBAEDDD5949B2F7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__29_0_m2235200D857D434405F0663E3A1C60D70B41AA12_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* G_B2_0 = NULL; Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* G_B2_1 = NULL; Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* G_B1_0 = NULL; Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* G_B1_1 = NULL; { // public event Action onSetDirty = delegate { }; il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310_il2cpp_TypeInfo_var); Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_0 = ((U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310_il2cpp_TypeInfo_var))->___U3CU3E9__29_0_1; Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_1 = L_0; G_B1_0 = L_1; G_B1_1 = __this; if (L_1) { G_B2_0 = L_1; G_B2_1 = __this; goto IL_0020; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310_il2cpp_TypeInfo_var); U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310* L_2 = ((U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310_il2cpp_TypeInfo_var))->___U3CU3E9_0; Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_3 = (Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941*)il2cpp_codegen_object_new(Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941_il2cpp_TypeInfo_var); NullCheck(L_3); Action_1__ctor_m685B45A3C4306940E649D7D7A20B38221C376D77(L_3, L_2, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__29_0_m2235200D857D434405F0663E3A1C60D70B41AA12_RuntimeMethod_var), NULL); Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_4 = L_3; ((U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310_il2cpp_TypeInfo_var))->___U3CU3E9__29_0_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310_il2cpp_TypeInfo_var))->___U3CU3E9__29_0_1), (void*)L_4); G_B2_0 = L_4; G_B2_1 = G_B1_1; } IL_0020: { NullCheck(G_B2_1); G_B2_1->___onSetDirty_4 = G_B2_0; Il2CppCodeGenWriteBarrier((void**)(&G_B2_1->___onSetDirty_4), (void*)G_B2_0); // public Panel() Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // children = new ObservableList(); ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_5 = (ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08*)il2cpp_codegen_object_new(ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08_il2cpp_TypeInfo_var); NullCheck(L_5); ObservableList_1__ctor_mAEB9F6BC66394C9058EB983FFB2657A6FEDDC4AC(L_5, ObservableList_1__ctor_mAEB9F6BC66394C9058EB983FFB2657A6FEDDC4AC_RuntimeMethod_var); Panel_set_children_mADB01D395A7BFE1B9D5AC10A0D7B602D9EB7F478_inline(__this, L_5, NULL); // children.ItemAdded += OnItemAdded; ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_6; L_6 = Panel_get_children_m42233087374A0F3438E9F666F0EBD00922D3018A_inline(__this, NULL); ListChangedEventHandler_1_tC0988B097B0885471C7749525EF01C1E7CB36E4C* L_7 = (ListChangedEventHandler_1_tC0988B097B0885471C7749525EF01C1E7CB36E4C*)il2cpp_codegen_object_new(ListChangedEventHandler_1_tC0988B097B0885471C7749525EF01C1E7CB36E4C_il2cpp_TypeInfo_var); NullCheck(L_7); ListChangedEventHandler_1__ctor_mD2BA8BACC53C49C10336D37004136D4E8B2421BC(L_7, __this, (intptr_t)((void*)GetVirtualMethodInfo(__this, 9)), NULL); NullCheck(L_6); ObservableList_1_add_ItemAdded_mC25392FD9E3A29DC70F6E00840980153040AD0FA(L_6, L_7, ObservableList_1_add_ItemAdded_mC25392FD9E3A29DC70F6E00840980153040AD0FA_RuntimeMethod_var); // children.ItemRemoved += OnItemRemoved; ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_8; L_8 = Panel_get_children_m42233087374A0F3438E9F666F0EBD00922D3018A_inline(__this, NULL); ListChangedEventHandler_1_tC0988B097B0885471C7749525EF01C1E7CB36E4C* L_9 = (ListChangedEventHandler_1_tC0988B097B0885471C7749525EF01C1E7CB36E4C*)il2cpp_codegen_object_new(ListChangedEventHandler_1_tC0988B097B0885471C7749525EF01C1E7CB36E4C_il2cpp_TypeInfo_var); NullCheck(L_9); ListChangedEventHandler_1__ctor_mD2BA8BACC53C49C10336D37004136D4E8B2421BC(L_9, __this, (intptr_t)((void*)GetVirtualMethodInfo(__this, 10)), NULL); NullCheck(L_8); ObservableList_1_add_ItemRemoved_mDA8717743BA971F922CBC44E9BBAEDDD5949B2F7(L_8, L_9, ObservableList_1_add_ItemRemoved_mDA8717743BA971F922CBC44E9BBAEDDD5949B2F7_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.Rendering.DebugUI/Panel::OnItemAdded(UnityEngine.Rendering.ObservableList`1,UnityEngine.Rendering.ListChangedEventArgs`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Panel_OnItemAdded_m7FB987D85562DF868A6FA6087CB22E6C71243F46 (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* ___0_sender, ListChangedEventArgs_1_t8A3E449540FD3054850B8D5B18EF7BCAA529CBAA* ___1_e, const RuntimeMethod* method) { { // if (e.item != null) ListChangedEventArgs_1_t8A3E449540FD3054850B8D5B18EF7BCAA529CBAA* L_0 = ___1_e; NullCheck(L_0); Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* L_1 = L_0->___item_2; if (!L_1) { goto IL_0020; } } { // e.item.panel = this; ListChangedEventArgs_1_t8A3E449540FD3054850B8D5B18EF7BCAA529CBAA* L_2 = ___1_e; NullCheck(L_2); Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* L_3 = L_2->___item_2; NullCheck(L_3); VirtualActionInvoker1< Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* >::Invoke(5 /* System.Void UnityEngine.Rendering.DebugUI/Widget::set_panel(UnityEngine.Rendering.DebugUI/Panel) */, L_3, __this); // e.item.parent = this; ListChangedEventArgs_1_t8A3E449540FD3054850B8D5B18EF7BCAA529CBAA* L_4 = ___1_e; NullCheck(L_4); Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* L_5 = L_4->___item_2; NullCheck(L_5); VirtualActionInvoker1< RuntimeObject* >::Invoke(7 /* System.Void UnityEngine.Rendering.DebugUI/Widget::set_parent(UnityEngine.Rendering.DebugUI/IContainer) */, L_5, __this); } IL_0020: { // SetDirty(); Panel_SetDirty_mEC30ADB4136D2F16BAF184FC412796F28B55AC4D(__this, NULL); // } return; } } // System.Void UnityEngine.Rendering.DebugUI/Panel::OnItemRemoved(UnityEngine.Rendering.ObservableList`1,UnityEngine.Rendering.ListChangedEventArgs`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Panel_OnItemRemoved_m8CD7D1887101C65B50C3117C24FCDF315B7EAFBB (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* ___0_sender, ListChangedEventArgs_1_t8A3E449540FD3054850B8D5B18EF7BCAA529CBAA* ___1_e, const RuntimeMethod* method) { { // if (e.item != null) ListChangedEventArgs_1_t8A3E449540FD3054850B8D5B18EF7BCAA529CBAA* L_0 = ___1_e; NullCheck(L_0); Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* L_1 = L_0->___item_2; if (!L_1) { goto IL_0020; } } { // e.item.panel = null; ListChangedEventArgs_1_t8A3E449540FD3054850B8D5B18EF7BCAA529CBAA* L_2 = ___1_e; NullCheck(L_2); Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* L_3 = L_2->___item_2; NullCheck(L_3); VirtualActionInvoker1< Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* >::Invoke(5 /* System.Void UnityEngine.Rendering.DebugUI/Widget::set_panel(UnityEngine.Rendering.DebugUI/Panel) */, L_3, (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295*)NULL); // e.item.parent = null; ListChangedEventArgs_1_t8A3E449540FD3054850B8D5B18EF7BCAA529CBAA* L_4 = ___1_e; NullCheck(L_4); Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* L_5 = L_4->___item_2; NullCheck(L_5); VirtualActionInvoker1< RuntimeObject* >::Invoke(7 /* System.Void UnityEngine.Rendering.DebugUI/Widget::set_parent(UnityEngine.Rendering.DebugUI/IContainer) */, L_5, (RuntimeObject*)NULL); } IL_0020: { // SetDirty(); Panel_SetDirty_mEC30ADB4136D2F16BAF184FC412796F28B55AC4D(__this, NULL); // } return; } } // System.Void UnityEngine.Rendering.DebugUI/Panel::SetDirty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Panel_SetDirty_mEC30ADB4136D2F16BAF184FC412796F28B55AC4D (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t61C11008763FAA1A256F99243A90C1BC59BE61A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableList_1_GetEnumerator_m86222380114A614EAB7EEF793AD6C68F17CDF3FB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { // foreach (var child in children) ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_0; L_0 = Panel_get_children_m42233087374A0F3438E9F666F0EBD00922D3018A_inline(__this, NULL); NullCheck(L_0); RuntimeObject* L_1; L_1 = ObservableList_1_GetEnumerator_m86222380114A614EAB7EEF793AD6C68F17CDF3FB(L_0, ObservableList_1_GetEnumerator_m86222380114A614EAB7EEF793AD6C68F17CDF3FB_RuntimeMethod_var); V_0 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0023: {// begin finally (depth: 1) { RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_002c; } } { RuntimeObject* L_3 = V_0; NullCheck(L_3); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3); } IL_002c: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0019_1; } IL_000e_1: { // foreach (var child in children) RuntimeObject* L_4 = V_0; NullCheck(L_4); Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* L_5; L_5 = InterfaceFuncInvoker0< Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t61C11008763FAA1A256F99243A90C1BC59BE61A5_il2cpp_TypeInfo_var, L_4); // child.GenerateQueryPath(); NullCheck(L_5); VirtualActionInvoker0::Invoke(11 /* System.Void UnityEngine.Rendering.DebugUI/Widget::GenerateQueryPath() */, L_5); } IL_0019_1: { // foreach (var child in children) RuntimeObject* L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_6); if (L_7) { goto IL_000e_1; } } { goto IL_002d; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_002d: { // onSetDirty(this); Action_1_tD4A7E6373B0ECCCFBA53AFB9A7CF4C4D0798C941* L_8 = __this->___onSetDirty_4; NullCheck(L_8); Action_1_Invoke_m7DEDAA32765B3DE3FE7B31545A50C027546F442E_inline(L_8, __this, NULL); // } return; } } // System.Int32 UnityEngine.Rendering.DebugUI/Panel::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Panel_GetHashCode_m5800B9C2C3CB4EE3347ADAB98CEB0B1C83F1E4B5 (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t61C11008763FAA1A256F99243A90C1BC59BE61A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableList_1_GetEnumerator_m86222380114A614EAB7EEF793AD6C68F17CDF3FB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* V_2 = NULL; { // int hash = 17; V_0 = ((int32_t)17); // hash = hash * 23 + displayName.GetHashCode(); int32_t L_0 = V_0; String_t* L_1; L_1 = Panel_get_displayName_m186C10E927B2800035B328BD9A40D8B5FB3D4EE4_inline(__this, NULL); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1); V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_0, ((int32_t)23))), L_2)); // foreach (var child in children) ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_3; L_3 = Panel_get_children_m42233087374A0F3438E9F666F0EBD00922D3018A_inline(__this, NULL); NullCheck(L_3); RuntimeObject* L_4; L_4 = ObservableList_1_GetEnumerator_m86222380114A614EAB7EEF793AD6C68F17CDF3FB(L_3, ObservableList_1_GetEnumerator_m86222380114A614EAB7EEF793AD6C68F17CDF3FB_RuntimeMethod_var); V_1 = L_4; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_003f: {// begin finally (depth: 1) { RuntimeObject* L_5 = V_1; if (!L_5) { goto IL_0048; } } { RuntimeObject* L_6 = V_1; NullCheck(L_6); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6); } IL_0048: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0035_1; } IL_0022_1: { // foreach (var child in children) RuntimeObject* L_7 = V_1; NullCheck(L_7); Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* L_8; L_8 = InterfaceFuncInvoker0< Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t61C11008763FAA1A256F99243A90C1BC59BE61A5_il2cpp_TypeInfo_var, L_7); V_2 = L_8; // hash = hash * 23 + child.GetHashCode(); int32_t L_9 = V_0; Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* L_10 = V_2; NullCheck(L_10); int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_10); V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_9, ((int32_t)23))), L_11)); } IL_0035_1: { // foreach (var child in children) RuntimeObject* L_12 = V_1; NullCheck(L_12); bool L_13; L_13 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_0022_1; } } { goto IL_0049; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0049: { // return hash; int32_t L_14 = V_0; return L_14; } } // System.Int32 UnityEngine.Rendering.DebugUI/Panel::System.IComparable.CompareTo(UnityEngine.Rendering.DebugUI/Panel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Panel_System_IComparableU3CUnityEngine_Rendering_DebugUI_PanelU3E_CompareTo_mF038DBAAA67D742B672B5D64E465E2AB619E0864 (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* ___0_other, const RuntimeMethod* method) { int32_t V_0 = 0; { // int IComparable.CompareTo(Panel other) => other == null ? 1 : groupIndex.CompareTo(other.groupIndex); Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* L_0 = ___0_other; if (!L_0) { goto IL_0018; } } { int32_t L_1; L_1 = Panel_get_groupIndex_m9BF4D7734CF4BDAB37EA115B037D349AC1883766_inline(__this, NULL); V_0 = L_1; Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* L_2 = ___0_other; NullCheck(L_2); int32_t L_3; L_3 = Panel_get_groupIndex_m9BF4D7734CF4BDAB37EA115B037D349AC1883766_inline(L_2, NULL); int32_t L_4; L_4 = Int32_CompareTo_mFA011811D4447442ED442B4A507BD4267621C586((&V_0), L_3, NULL); return L_4; } IL_0018: { 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.Void UnityEngine.Rendering.DebugUI/Panel/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mB6961FB525C6CF4C35478A41F0BD6568BB2E3D64 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310* L_0 = (U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310*)il2cpp_codegen_object_new(U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__ctor_mCF8306DAA9B0EB15D331C4D709E0CCCE53B0A88B(L_0, NULL); ((U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0); return; } } // System.Void UnityEngine.Rendering.DebugUI/Panel/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mCF8306DAA9B0EB15D331C4D709E0CCCE53B0A88B (U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void UnityEngine.Rendering.DebugUI/Panel/<>c::<.ctor>b__29_0(UnityEngine.Rendering.DebugUI/Panel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_ctorU3Eb__29_0_m2235200D857D434405F0663E3A1C60D70B41AA12 (U3CU3Ec_t236D0551D744018A3EA3EF6E2AD2F3279DBBA310* __this, Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* ___0_U3Cp0U3E, const RuntimeMethod* method) { { // public event Action onSetDirty = delegate { }; 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.Rendering.DebugUpdater::RuntimeInit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugUpdater_RuntimeInit_m353B81A926FFA077936064DBA4BCE2F29739E6E0 (const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.Rendering.DebugUpdater::SetEnabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugUpdater_SetEnabled_m1FC528C668514A63BCF2D9FCB4B71519CDBE31B2 (bool ___0_enabled, const RuntimeMethod* method) { { // if (enabled) bool L_0 = ___0_enabled; if (!L_0) { goto IL_0009; } } { // EnableRuntime(); DebugUpdater_EnableRuntime_m6A9C793AB02876999337D43C4CD734CCB1F995CA(NULL); return; } IL_0009: { // DisableRuntime(); DebugUpdater_DisableRuntime_m297804FB4C9164A85FC3B2002B1113810D887241(NULL); // } return; } } // System.Void UnityEngine.Rendering.DebugUpdater::EnableRuntime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugUpdater_EnableRuntime_m6A9C793AB02876999337D43C4CD734CCB1F995CA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisDebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_m20E74601D6C895DB3BEC1D3977A602EF44EAD381_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*)&_stringLiteral80745EA974FEC5B01402CDBBA310B5CDA63F1E2C); s_Il2CppMethodInitialized = true; } { // if (s_Instance != null) DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* L_0 = ((DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_StaticFields*)il2cpp_codegen_static_fields_for(DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_il2cpp_TypeInfo_var))->___s_Instance_4; 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_000e; } } { // return; return; } IL_000e: { // var go = new GameObject { name = "[Debug Updater]" }; GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var); NullCheck(L_2); GameObject__ctor_m7D0340DE160786E6EFA8DABD39EC3B694DA30AAD(L_2, NULL); GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3 = L_2; NullCheck(L_3); Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_3, _stringLiteral80745EA974FEC5B01402CDBBA310B5CDA63F1E2C, NULL); // s_Instance = go.AddComponent(); GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = L_3; NullCheck(L_4); DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* L_5; L_5 = GameObject_AddComponent_TisDebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_m20E74601D6C895DB3BEC1D3977A602EF44EAD381(L_4, GameObject_AddComponent_TisDebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_m20E74601D6C895DB3BEC1D3977A602EF44EAD381_RuntimeMethod_var); ((DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_StaticFields*)il2cpp_codegen_static_fields_for(DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_il2cpp_TypeInfo_var))->___s_Instance_4 = L_5; Il2CppCodeGenWriteBarrier((void**)(&((DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_StaticFields*)il2cpp_codegen_static_fields_for(DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_il2cpp_TypeInfo_var))->___s_Instance_4), (void*)L_5); // s_Instance.m_Orientation = Screen.orientation; DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* L_6 = ((DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_StaticFields*)il2cpp_codegen_static_fields_for(DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_il2cpp_TypeInfo_var))->___s_Instance_4; int32_t L_7; L_7 = Screen_get_orientation_mA6B22A441187D50831B2B18CA48A8F64BD1BD89E(NULL); NullCheck(L_6); L_6->___m_Orientation_5 = L_7; // DontDestroyOnLoad(go); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); Object_DontDestroyOnLoad_m4B70C3AEF886C176543D1295507B6455C9DCAEA7(L_4, NULL); // DebugManager.instance.EnableInputActions(); il2cpp_codegen_runtime_class_init_inline(DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672_il2cpp_TypeInfo_var); DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* L_8; L_8 = DebugManager_get_instance_m6606C2006331B9BDE453C15E14F3747930B3FC3D(NULL); NullCheck(L_8); DebugManager_EnableInputActions_m5889ED24EFA3383E683D452FE45CD434E1611E92(L_8, NULL); // EnhancedTouchSupport.Enable(); EnhancedTouchSupport_Enable_mD8F0AC9B4B4DDBCA5EA779F35A5C28394D3FF6CE(NULL); // } return; } } // System.Void UnityEngine.Rendering.DebugUpdater::DisableRuntime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugUpdater_DisableRuntime_m297804FB4C9164A85FC3B2002B1113810D887241 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // DebugManager debugManager = DebugManager.instance; il2cpp_codegen_runtime_class_init_inline(DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672_il2cpp_TypeInfo_var); DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* L_0; L_0 = DebugManager_get_instance_m6606C2006331B9BDE453C15E14F3747930B3FC3D(NULL); // debugManager.displayRuntimeUI = false; DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* L_1 = L_0; NullCheck(L_1); DebugManager_set_displayRuntimeUI_m9D935288B59DE1136DB37985EFE102A35CD4A90A(L_1, (bool)0, NULL); // debugManager.displayPersistentRuntimeUI = false; NullCheck(L_1); DebugManager_set_displayPersistentRuntimeUI_m6EA3817BEF5D31D2000061DBE8E95CF40AA43262(L_1, (bool)0, NULL); // if (s_Instance != null) DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* L_2 = ((DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_StaticFields*)il2cpp_codegen_static_fields_for(DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_il2cpp_TypeInfo_var))->___s_Instance_4; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_3) { goto IL_0034; } } { // CoreUtils.Destroy(s_Instance.gameObject); DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* L_4 = ((DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_StaticFields*)il2cpp_codegen_static_fields_for(DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_il2cpp_TypeInfo_var))->___s_Instance_4; NullCheck(L_4); GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5; L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_4, NULL); il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_5, NULL); // s_Instance = null; ((DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_StaticFields*)il2cpp_codegen_static_fields_for(DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_il2cpp_TypeInfo_var))->___s_Instance_4 = (DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_StaticFields*)il2cpp_codegen_static_fields_for(DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_il2cpp_TypeInfo_var))->___s_Instance_4), (void*)(DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2*)NULL); } IL_0034: { // } return; } } // System.Void UnityEngine.Rendering.DebugUpdater::HandleInternalEventSystemComponents(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugUpdater_HandleInternalEventSystemComponents_mE3D39D8364F39FBAA697B4E1AD8FA708AF313F3A (bool ___0_uiEnabled, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (s_Instance == null) DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* L_0 = ((DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_StaticFields*)il2cpp_codegen_static_fields_for(DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_il2cpp_TypeInfo_var))->___s_Instance_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_000e; } } { // return; return; } IL_000e: { // if (uiEnabled) bool L_2 = ___0_uiEnabled; if (!L_2) { goto IL_001c; } } { // s_Instance.EnsureExactlyOneEventSystem(); DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* L_3 = ((DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_StaticFields*)il2cpp_codegen_static_fields_for(DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_il2cpp_TypeInfo_var))->___s_Instance_4; NullCheck(L_3); DebugUpdater_EnsureExactlyOneEventSystem_m5C71D947DFE706B67482E788A3DABD428F7798E1(L_3, NULL); return; } IL_001c: { // s_Instance.DestroyDebugEventSystem(); DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* L_4 = ((DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_StaticFields*)il2cpp_codegen_static_fields_for(DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2_il2cpp_TypeInfo_var))->___s_Instance_4; NullCheck(L_4); DebugUpdater_DestroyDebugEventSystem_m2FB857AD2F317E394C2B37DACBD5003676FD5E80(L_4, NULL); // } return; } } // System.Void UnityEngine.Rendering.DebugUpdater::EnsureExactlyOneEventSystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugUpdater_EnsureExactlyOneEventSystem_m5C71D947DFE706B67482E788A3DABD428F7798E1 (DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* __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*)&Component_GetComponent_TisEventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_mC0057F51AC54461AE48825268F70602D751EC73E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugUpdater_CheckInputModuleExists_m1AA5338341C5BB4AE1225AA027A71FE2C693AE93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectsOfType_TisEventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_mEFA2B6F1580C46412298144E8F6E7962730BD7AC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5996CCC9B5971E1F99824C8F390DCF0E03ECE07B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6391DF311770F80D17AEA46483B8344CB8D5D42); s_Il2CppMethodInitialized = true; } EventSystemU5BU5D_tC56681ED65D83E744C4504A1D94048F29AFA499B* V_0 = NULL; EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* V_1 = NULL; { // var eventSystems = FindObjectsOfType(); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); EventSystemU5BU5D_tC56681ED65D83E744C4504A1D94048F29AFA499B* L_0; L_0 = Object_FindObjectsOfType_TisEventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_mEFA2B6F1580C46412298144E8F6E7962730BD7AC(Object_FindObjectsOfType_TisEventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_mEFA2B6F1580C46412298144E8F6E7962730BD7AC_RuntimeMethod_var); V_0 = L_0; // var debugEventSystem = GetComponent(); EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* L_1; L_1 = Component_GetComponent_TisEventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_mC0057F51AC54461AE48825268F70602D751EC73E(__this, Component_GetComponent_TisEventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_mC0057F51AC54461AE48825268F70602D751EC73E_RuntimeMethod_var); V_1 = L_1; // if (eventSystems.Length > 1 && debugEventSystem != null) EventSystemU5BU5D_tC56681ED65D83E744C4504A1D94048F29AFA499B* L_2 = V_0; NullCheck(L_2); if ((((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))) <= ((int32_t)1))) { goto IL_002d; } } { EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* L_3 = V_1; 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_002d; } } { // Debug.Log($"More than one EventSystem detected in scene. Destroying EventSystem owned by DebugUpdater."); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(_stringLiteral5996CCC9B5971E1F99824C8F390DCF0E03ECE07B, NULL); // DestroyDebugEventSystem(); DebugUpdater_DestroyDebugEventSystem_m2FB857AD2F317E394C2B37DACBD5003676FD5E80(__this, NULL); return; } IL_002d: { // else if (eventSystems.Length == 0) EventSystemU5BU5D_tC56681ED65D83E744C4504A1D94048F29AFA499B* L_5 = V_0; NullCheck(L_5); if ((((RuntimeArray*)L_5)->max_length)) { goto IL_0042; } } { // Debug.Log($"No EventSystem available. Creating a new EventSystem to enable Rendering Debugger runtime UI."); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(_stringLiteralA6391DF311770F80D17AEA46483B8344CB8D5D42, NULL); // CreateDebugEventSystem(); DebugUpdater_CreateDebugEventSystem_mBB31CEA4B7EC553A825B4E9BA4CCD323CB51EDD1(__this, NULL); return; } IL_0042: { // StartCoroutine(DoAfterInputModuleUpdated(CheckInputModuleExists)); Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); NullCheck(L_6); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_6, __this, (intptr_t)((void*)DebugUpdater_CheckInputModuleExists_m1AA5338341C5BB4AE1225AA027A71FE2C693AE93_RuntimeMethod_var), NULL); RuntimeObject* L_7; L_7 = DebugUpdater_DoAfterInputModuleUpdated_mF2ED242089E69D65CAC0B9C7A49061C8928A613D(__this, L_6, NULL); Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_8; L_8 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_7, NULL); // } return; } } // System.Collections.IEnumerator UnityEngine.Rendering.DebugUpdater::DoAfterInputModuleUpdated(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DebugUpdater_DoAfterInputModuleUpdated_mF2ED242089E69D65CAC0B9C7A49061C8928A613D (DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_action, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CDoAfterInputModuleUpdatedU3Ed__9_t021E74D1816F0C80180EEB4E395D56996E887DDA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CDoAfterInputModuleUpdatedU3Ed__9_t021E74D1816F0C80180EEB4E395D56996E887DDA* L_0 = (U3CDoAfterInputModuleUpdatedU3Ed__9_t021E74D1816F0C80180EEB4E395D56996E887DDA*)il2cpp_codegen_object_new(U3CDoAfterInputModuleUpdatedU3Ed__9_t021E74D1816F0C80180EEB4E395D56996E887DDA_il2cpp_TypeInfo_var); NullCheck(L_0); U3CDoAfterInputModuleUpdatedU3Ed__9__ctor_m9B3F93DFFEBFF104648742F9BF158132E45B1612(L_0, 0, NULL); U3CDoAfterInputModuleUpdatedU3Ed__9_t021E74D1816F0C80180EEB4E395D56996E887DDA* L_1 = L_0; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = ___0_action; NullCheck(L_1); L_1->___action_2 = L_2; Il2CppCodeGenWriteBarrier((void**)(&L_1->___action_2), (void*)L_2); return L_1; } } // System.Void UnityEngine.Rendering.DebugUpdater::CheckInputModuleExists() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugUpdater_CheckInputModuleExists_m1AA5338341C5BB4AE1225AA027A71FE2C693AE93 (DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* __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*)&EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26D28236F139623ED74CC5061050BCB71814DFE1); s_Il2CppMethodInitialized = true; } { // if (EventSystem.current != null && EventSystem.current.currentInputModule == null) il2cpp_codegen_runtime_class_init_inline(EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var); EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* L_0; L_0 = EventSystem_get_current_mC87C69FB418563DC2A571A10E2F9DB59A6785016(NULL); 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_0029; } } { il2cpp_codegen_runtime_class_init_inline(EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var); EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* L_2; L_2 = EventSystem_get_current_mC87C69FB418563DC2A571A10E2F9DB59A6785016(NULL); NullCheck(L_2); BaseInputModule_tF3B7C22AF1419B2AC9ECE6589357DC1B88ED96B1* L_3; L_3 = EventSystem_get_currentInputModule_m30559FCECCCE1AAD97D801968B8BD1C483FBF7AC_inline(L_2, NULL); 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_0029; } } { // Debug.LogWarning("Found a game object with EventSystem component but no corresponding BaseInputModule component - Debug UI input might not work correctly."); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteral26D28236F139623ED74CC5061050BCB71814DFE1, NULL); } IL_0029: { // } return; } } // System.Void UnityEngine.Rendering.DebugUpdater::AssignDefaultActions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugUpdater_AssignDefaultActions_m544E2B25C85619B9FA366E9C58581A31925ED19F (DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral300727B2515C1F28FD82742707AA4052272723BA); s_Il2CppMethodInitialized = true; } InputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58* V_0 = NULL; MethodInfo_t* V_1 = NULL; { // if (EventSystem.current != null && EventSystem.current.currentInputModule is InputSystemUIInputModule inputSystemModule) il2cpp_codegen_runtime_class_init_inline(EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var); EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* L_0; L_0 = EventSystem_get_current_mC87C69FB418563DC2A571A10E2F9DB59A6785016(NULL); 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_0043; } } { il2cpp_codegen_runtime_class_init_inline(EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var); EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* L_2; L_2 = EventSystem_get_current_mC87C69FB418563DC2A571A10E2F9DB59A6785016(NULL); NullCheck(L_2); BaseInputModule_tF3B7C22AF1419B2AC9ECE6589357DC1B88ED96B1* L_3; L_3 = EventSystem_get_currentInputModule_m30559FCECCCE1AAD97D801968B8BD1C483FBF7AC_inline(L_2, NULL); V_0 = ((InputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58*)IsInstClass((RuntimeObject*)L_3, InputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58_il2cpp_TypeInfo_var)); InputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58* L_4 = V_0; if (!L_4) { goto IL_0043; } } { // System.Reflection.MethodInfo assignDefaultActionsMethod = inputSystemModule.GetType().GetMethod("AssignDefaultActions"); InputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58* L_5 = V_0; NullCheck(L_5); Type_t* L_6; L_6 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_5, NULL); NullCheck(L_6); MethodInfo_t* L_7; L_7 = Type_GetMethod_m66AD062187F19497DBCA900823B0C268322DC231(L_6, _stringLiteral300727B2515C1F28FD82742707AA4052272723BA, NULL); V_1 = L_7; // if (assignDefaultActionsMethod != null) MethodInfo_t* L_8 = V_1; bool L_9; L_9 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_8, (MethodInfo_t*)NULL, NULL); if (!L_9) { goto IL_0043; } } { // assignDefaultActionsMethod.Invoke(inputSystemModule, null); MethodInfo_t* L_10 = V_1; InputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58* L_11 = V_0; NullCheck(L_10); RuntimeObject* L_12; L_12 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_10, L_11, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, NULL); } IL_0043: { // CheckInputModuleExists(); DebugUpdater_CheckInputModuleExists_m1AA5338341C5BB4AE1225AA027A71FE2C693AE93(__this, NULL); // } return; } } // System.Void UnityEngine.Rendering.DebugUpdater::CreateDebugEventSystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugUpdater_CreateDebugEventSystem_mBB31CEA4B7EC553A825B4E9BA4CCD323CB51EDD1 (DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* __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*)&DebugUpdater_AssignDefaultActions_m544E2B25C85619B9FA366E9C58581A31925ED19F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisEventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_m203F7DE96857384187AB285095F071B84400B9B8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisInputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58_mA175957B292E3F565216766FCE1E9D85836183A7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // gameObject.AddComponent(); GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0; L_0 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL); NullCheck(L_0); EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* L_1; L_1 = GameObject_AddComponent_TisEventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_m203F7DE96857384187AB285095F071B84400B9B8(L_0, GameObject_AddComponent_TisEventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_m203F7DE96857384187AB285095F071B84400B9B8_RuntimeMethod_var); // gameObject.AddComponent(); GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2; L_2 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL); NullCheck(L_2); InputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58* L_3; L_3 = GameObject_AddComponent_TisInputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58_mA175957B292E3F565216766FCE1E9D85836183A7(L_2, GameObject_AddComponent_TisInputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58_mA175957B292E3F565216766FCE1E9D85836183A7_RuntimeMethod_var); // StartCoroutine(DoAfterInputModuleUpdated(AssignDefaultActions)); Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_4 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); NullCheck(L_4); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_4, __this, (intptr_t)((void*)DebugUpdater_AssignDefaultActions_m544E2B25C85619B9FA366E9C58581A31925ED19F_RuntimeMethod_var), NULL); RuntimeObject* L_5; L_5 = DebugUpdater_DoAfterInputModuleUpdated_mF2ED242089E69D65CAC0B9C7A49061C8928A613D(__this, L_4, NULL); Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_6; L_6 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_5, NULL); // } return; } } // System.Void UnityEngine.Rendering.DebugUpdater::DestroyDebugEventSystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugUpdater_DestroyDebugEventSystem_m2FB857AD2F317E394C2B37DACBD5003676FD5E80 (DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* __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*)&Component_GetComponent_TisEventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_mC0057F51AC54461AE48825268F70602D751EC73E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisInputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58_m3D7DFF37E6B380C5018AB5E6CCDFD4F4E2FED2F4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugUpdater_AssignDefaultActions_m544E2B25C85619B9FA366E9C58581A31925ED19F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58* V_0 = NULL; EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* G_B2_0 = NULL; EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* G_B1_0 = NULL; { // var eventSystem = GetComponent(); EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* L_0; L_0 = Component_GetComponent_TisEventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_mC0057F51AC54461AE48825268F70602D751EC73E(__this, Component_GetComponent_TisEventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_mC0057F51AC54461AE48825268F70602D751EC73E_RuntimeMethod_var); // var inputModule = GetComponent(); InputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58* L_1; L_1 = Component_GetComponent_TisInputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58_m3D7DFF37E6B380C5018AB5E6CCDFD4F4E2FED2F4(__this, Component_GetComponent_TisInputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58_m3D7DFF37E6B380C5018AB5E6CCDFD4F4E2FED2F4_RuntimeMethod_var); V_0 = L_1; // if (inputModule) InputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58* L_2 = V_0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_2, NULL); G_B1_0 = L_0; if (!L_3) { G_B2_0 = L_0; goto IL_0034; } } { // CoreUtils.Destroy(inputModule); InputSystemUIInputModule_tB7D5B53F656D196BB5AF712FA16FEE22B2EE0C58* L_4 = V_0; il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_4, NULL); // StartCoroutine(DoAfterInputModuleUpdated(AssignDefaultActions)); Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); NullCheck(L_5); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_5, __this, (intptr_t)((void*)DebugUpdater_AssignDefaultActions_m544E2B25C85619B9FA366E9C58581A31925ED19F_RuntimeMethod_var), NULL); RuntimeObject* L_6; L_6 = DebugUpdater_DoAfterInputModuleUpdated_mF2ED242089E69D65CAC0B9C7A49061C8928A613D(__this, L_5, NULL); Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_7; L_7 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_6, NULL); G_B2_0 = G_B1_0; } IL_0034: { // CoreUtils.Destroy(eventSystem); il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(G_B2_0, NULL); // } return; } } // System.Void UnityEngine.Rendering.DebugUpdater::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugUpdater_Update_m4532D8430DE77C9C424562D87951EE357A2D7309 (DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* V_0 = NULL; { // DebugManager debugManager = DebugManager.instance; il2cpp_codegen_runtime_class_init_inline(DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672_il2cpp_TypeInfo_var); DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* L_0; L_0 = DebugManager_get_instance_m6606C2006331B9BDE453C15E14F3747930B3FC3D(NULL); V_0 = L_0; // if (m_RuntimeUiWasVisibleLastFrame != debugManager.displayRuntimeUI) bool L_1 = __this->___m_RuntimeUiWasVisibleLastFrame_6; DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = DebugManager_get_displayRuntimeUI_m425A05718ADC5F5168D3D862C0FF3CB5D36259A0(L_2, NULL); if ((((int32_t)L_1) == ((int32_t)L_3))) { goto IL_001f; } } { // HandleInternalEventSystemComponents(debugManager.displayRuntimeUI); DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* L_4 = V_0; NullCheck(L_4); bool L_5; L_5 = DebugManager_get_displayRuntimeUI_m425A05718ADC5F5168D3D862C0FF3CB5D36259A0(L_4, NULL); DebugUpdater_HandleInternalEventSystemComponents_mE3D39D8364F39FBAA697B4E1AD8FA708AF313F3A(L_5, NULL); } IL_001f: { // debugManager.UpdateActions(); DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* L_6 = V_0; NullCheck(L_6); DebugManager_UpdateActions_mFDFEE466E6EF0295FF22CFFC92738CD80DF6A30F(L_6, NULL); // if (debugManager.GetAction(DebugAction.EnableDebugMenu) != 0.0f || // debugManager.GetActionToggleDebugMenuWithTouch()) DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* L_7 = V_0; NullCheck(L_7); float L_8; L_8 = DebugManager_GetAction_mF49CDA3900720779DADCA26D660A9C08DAC7741C(L_7, 0, NULL); if ((!(((float)L_8) == ((float)(0.0f))))) { goto IL_003b; } } { DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = DebugManager_GetActionToggleDebugMenuWithTouch_mD00A060C5705334410F83ACE437D7659756D71EB(L_9, NULL); if (!L_10) { goto IL_004a; } } IL_003b: { // debugManager.displayRuntimeUI = !debugManager.displayRuntimeUI; DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* L_11 = V_0; DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* L_12 = V_0; NullCheck(L_12); bool L_13; L_13 = DebugManager_get_displayRuntimeUI_m425A05718ADC5F5168D3D862C0FF3CB5D36259A0(L_12, NULL); NullCheck(L_11); DebugManager_set_displayRuntimeUI_m9D935288B59DE1136DB37985EFE102A35CD4A90A(L_11, (bool)((((int32_t)L_13) == ((int32_t)0))? 1 : 0), NULL); } IL_004a: { // if (debugManager.displayRuntimeUI) DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* L_14 = V_0; NullCheck(L_14); bool L_15; L_15 = DebugManager_get_displayRuntimeUI_m425A05718ADC5F5168D3D862C0FF3CB5D36259A0(L_14, NULL); if (!L_15) { goto IL_0075; } } { // if (debugManager.GetAction(DebugAction.ResetAll) != 0.0f) DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* L_16 = V_0; NullCheck(L_16); float L_17; L_17 = DebugManager_GetAction_mF49CDA3900720779DADCA26D660A9C08DAC7741C(L_16, 8, NULL); if ((((float)L_17) == ((float)(0.0f)))) { goto IL_0066; } } { // debugManager.Reset(); DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* L_18 = V_0; NullCheck(L_18); DebugManager_Reset_m8F235B190A155A4748A6101C46F5654D989C42CA(L_18, NULL); } IL_0066: { // if (debugManager.GetActionReleaseScrollTarget()) DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* L_19 = V_0; NullCheck(L_19); bool L_20; L_20 = DebugManager_GetActionReleaseScrollTarget_mA8742D7420A03055AEF6E99576E359AA6E5FBE77(L_19, NULL); if (!L_20) { goto IL_0075; } } { // debugManager.SetScrollTarget(null); // Allow mouse wheel scroll without causing auto-scroll DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* L_21 = V_0; NullCheck(L_21); DebugManager_SetScrollTarget_mA81C5DD4585EF12FD3C966E898549568B603FCE9(L_21, (DebugUIHandlerWidget_tE597C749DDA3EBA7627F38F8A77EB5A171B9E6D1*)NULL, NULL); } IL_0075: { // if (m_Orientation != Screen.orientation) int32_t L_22 = __this->___m_Orientation_5; int32_t L_23; L_23 = Screen_get_orientation_mA6B22A441187D50831B2B18CA48A8F64BD1BD89E(NULL); if ((((int32_t)L_22) == ((int32_t)L_23))) { goto IL_0099; } } { // StartCoroutine(RefreshRuntimeUINextFrame()); RuntimeObject* L_24; L_24 = DebugUpdater_RefreshRuntimeUINextFrame_m251A33935E98DAFD659D145FE85DE873B1AAC184(NULL); Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_25; L_25 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_24, NULL); // m_Orientation = Screen.orientation; int32_t L_26; L_26 = Screen_get_orientation_mA6B22A441187D50831B2B18CA48A8F64BD1BD89E(NULL); __this->___m_Orientation_5 = L_26; } IL_0099: { // m_RuntimeUiWasVisibleLastFrame = debugManager.displayRuntimeUI; DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* L_27 = V_0; NullCheck(L_27); bool L_28; L_28 = DebugManager_get_displayRuntimeUI_m425A05718ADC5F5168D3D862C0FF3CB5D36259A0(L_27, NULL); __this->___m_RuntimeUiWasVisibleLastFrame_6 = L_28; // } return; } } // System.Collections.IEnumerator UnityEngine.Rendering.DebugUpdater::RefreshRuntimeUINextFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DebugUpdater_RefreshRuntimeUINextFrame_m251A33935E98DAFD659D145FE85DE873B1AAC184 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CRefreshRuntimeUINextFrameU3Ed__15_t50A87A3B0B43129C48E72CEC6AE080030D591218_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CRefreshRuntimeUINextFrameU3Ed__15_t50A87A3B0B43129C48E72CEC6AE080030D591218* L_0 = (U3CRefreshRuntimeUINextFrameU3Ed__15_t50A87A3B0B43129C48E72CEC6AE080030D591218*)il2cpp_codegen_object_new(U3CRefreshRuntimeUINextFrameU3Ed__15_t50A87A3B0B43129C48E72CEC6AE080030D591218_il2cpp_TypeInfo_var); NullCheck(L_0); U3CRefreshRuntimeUINextFrameU3Ed__15__ctor_m392779311BA7871677A153BC788AE3F7C1E7D9DC(L_0, 0, NULL); return L_0; } } // System.Void UnityEngine.Rendering.DebugUpdater::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugUpdater__ctor_m4AFAADA0BCEA5FC94938222FCF2C69337E9AA201 (DebugUpdater_t245AD21D9DB8115DAD15488899E23C6ED20BFDF2* __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.DebugUpdater/d__9::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDoAfterInputModuleUpdatedU3Ed__9__ctor_m9B3F93DFFEBFF104648742F9BF158132E45B1612 (U3CDoAfterInputModuleUpdatedU3Ed__9_t021E74D1816F0C80180EEB4E395D56996E887DDA* __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.Rendering.DebugUpdater/d__9::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDoAfterInputModuleUpdatedU3Ed__9_System_IDisposable_Dispose_mF93A77F74A1C09D3CBCC8C28608778786B6E1ED3 (U3CDoAfterInputModuleUpdatedU3Ed__9_t021E74D1816F0C80180EEB4E395D56996E887DDA* __this, const RuntimeMethod* method) { { return; } } // System.Boolean UnityEngine.Rendering.DebugUpdater/d__9::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDoAfterInputModuleUpdatedU3Ed__9_MoveNext_m9537B7DEABD35246EF3E28B5106FB39C6AA6D9FB (U3CDoAfterInputModuleUpdatedU3Ed__9_t021E74D1816F0C80180EEB4E395D56996E887DDA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001b; } case 1: { goto IL_0036; } case 2: { goto IL_0051; } } } { return (bool)0; } IL_001b: { __this->___U3CU3E1__state_0 = (-1); // yield return new WaitForEndOfFrame(); WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663* L_2 = (WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663*)il2cpp_codegen_object_new(WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663_il2cpp_TypeInfo_var); NullCheck(L_2); WaitForEndOfFrame__ctor_m4AF7E576C01E6B04443BB898B1AE5D645F7D45AB(L_2, NULL); __this->___U3CU3E2__current_1 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_2); __this->___U3CU3E1__state_0 = 1; return (bool)1; } IL_0036: { __this->___U3CU3E1__state_0 = (-1); // yield return 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->___U3CU3E2__current_1 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_3); __this->___U3CU3E1__state_0 = 2; return (bool)1; } IL_0051: { __this->___U3CU3E1__state_0 = (-1); // action.Invoke(); Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_4 = __this->___action_2; NullCheck(L_4); Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_4, NULL); // } return (bool)0; } } // System.Object UnityEngine.Rendering.DebugUpdater/d__9::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDoAfterInputModuleUpdatedU3Ed__9_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m3BAAAB9476FF83F7F100545FAEAB28C2F1D61A0D (U3CDoAfterInputModuleUpdatedU3Ed__9_t021E74D1816F0C80180EEB4E395D56996E887DDA* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CU3E2__current_1; return L_0; } } // System.Void UnityEngine.Rendering.DebugUpdater/d__9::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDoAfterInputModuleUpdatedU3Ed__9_System_Collections_IEnumerator_Reset_m29D4EFEB3935C7DB1709DC54313B4CDF38E5897D (U3CDoAfterInputModuleUpdatedU3Ed__9_t021E74D1816F0C80180EEB4E395D56996E887DDA* __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*)&U3CDoAfterInputModuleUpdatedU3Ed__9_System_Collections_IEnumerator_Reset_m29D4EFEB3935C7DB1709DC54313B4CDF38E5897D_RuntimeMethod_var))); } } // System.Object UnityEngine.Rendering.DebugUpdater/d__9::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDoAfterInputModuleUpdatedU3Ed__9_System_Collections_IEnumerator_get_Current_m1C1CB4846785E48662EA676E9CABEB9BCC0811D7 (U3CDoAfterInputModuleUpdatedU3Ed__9_t021E74D1816F0C80180EEB4E395D56996E887DDA* __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.Rendering.DebugUpdater/d__15::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRefreshRuntimeUINextFrameU3Ed__15__ctor_m392779311BA7871677A153BC788AE3F7C1E7D9DC (U3CRefreshRuntimeUINextFrameU3Ed__15_t50A87A3B0B43129C48E72CEC6AE080030D591218* __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.Rendering.DebugUpdater/d__15::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRefreshRuntimeUINextFrameU3Ed__15_System_IDisposable_Dispose_m9803ADFEEF942AC22E3361820FD2894B83A80E82 (U3CRefreshRuntimeUINextFrameU3Ed__15_t50A87A3B0B43129C48E72CEC6AE080030D591218* __this, const RuntimeMethod* method) { { return; } } // System.Boolean UnityEngine.Rendering.DebugUpdater/d__15::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CRefreshRuntimeUINextFrameU3Ed__15_MoveNext_mF9483E416C04EC5609F48B6161DB805C43945C22 (U3CRefreshRuntimeUINextFrameU3Ed__15_t50A87A3B0B43129C48E72CEC6AE080030D591218* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0010; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0027; } } { return (bool)0; } IL_0010: { __this->___U3CU3E1__state_0 = (-1); // yield return null; // Defer runtime UI refresh to next frame to allow canvas to update first. __this->___U3CU3E2__current_1 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL); __this->___U3CU3E1__state_0 = 1; return (bool)1; } IL_0027: { __this->___U3CU3E1__state_0 = (-1); // DebugManager.instance.ReDrawOnScreenDebug(); il2cpp_codegen_runtime_class_init_inline(DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672_il2cpp_TypeInfo_var); DebugManager_t7B02CD44432A634FA9654CC7ABE89DBA061A8672* L_3; L_3 = DebugManager_get_instance_m6606C2006331B9BDE453C15E14F3747930B3FC3D(NULL); NullCheck(L_3); DebugManager_ReDrawOnScreenDebug_m743E2E7D187BB39F175DE5D6D21F6BD0676A49F7(L_3, NULL); // } return (bool)0; } } // System.Object UnityEngine.Rendering.DebugUpdater/d__15::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CRefreshRuntimeUINextFrameU3Ed__15_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m05F5EAA27086EFF2214F25E8D4835C9597ECA1A6 (U3CRefreshRuntimeUINextFrameU3Ed__15_t50A87A3B0B43129C48E72CEC6AE080030D591218* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CU3E2__current_1; return L_0; } } // System.Void UnityEngine.Rendering.DebugUpdater/d__15::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRefreshRuntimeUINextFrameU3Ed__15_System_Collections_IEnumerator_Reset_m3C7EBC0FA8D19456E8BF377495712E73FD485C72 (U3CRefreshRuntimeUINextFrameU3Ed__15_t50A87A3B0B43129C48E72CEC6AE080030D591218* __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*)&U3CRefreshRuntimeUINextFrameU3Ed__15_System_Collections_IEnumerator_Reset_m3C7EBC0FA8D19456E8BF377495712E73FD485C72_RuntimeMethod_var))); } } // System.Object UnityEngine.Rendering.DebugUpdater/d__15::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CRefreshRuntimeUINextFrameU3Ed__15_System_Collections_IEnumerator_get_Current_m22BFE8E553B29C84902F0D132AD6B09C37EE6D04 (U3CRefreshRuntimeUINextFrameU3Ed__15_t50A87A3B0B43129C48E72CEC6AE080030D591218* __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 // UnityEngine.Rendering.MousePositionDebug UnityEngine.Rendering.MousePositionDebug::get_instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10* MousePositionDebug_get_instance_mC7DCCC9F1B4614D3563E26A9D4FB019EEBB0B93A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (s_Instance == null) MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10* L_0 = ((MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10_StaticFields*)il2cpp_codegen_static_fields_for(MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10_il2cpp_TypeInfo_var))->___s_Instance_0; if (L_0) { goto IL_0011; } } { // s_Instance = new MousePositionDebug(); MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10* L_1 = (MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10*)il2cpp_codegen_object_new(MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10_il2cpp_TypeInfo_var); NullCheck(L_1); MousePositionDebug__ctor_m13F1294D652C43F3F1EEC88EB42D66CC51C31DF7(L_1, NULL); ((MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10_StaticFields*)il2cpp_codegen_static_fields_for(MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10_il2cpp_TypeInfo_var))->___s_Instance_0 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10_StaticFields*)il2cpp_codegen_static_fields_for(MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10_il2cpp_TypeInfo_var))->___s_Instance_0), (void*)L_1); } IL_0011: { // return s_Instance; MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10* L_2 = ((MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10_StaticFields*)il2cpp_codegen_static_fields_for(MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10_il2cpp_TypeInfo_var))->___s_Instance_0; return L_2; } } // System.Void UnityEngine.Rendering.MousePositionDebug::Build() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MousePositionDebug_Build_m171C70914DA1EF2CE398B02A8BF4CA644B74CA56 (MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10* __this, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.Rendering.MousePositionDebug::Cleanup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MousePositionDebug_Cleanup_mDE40091BD5CCE74B9207B53D3924CE29CB2A155E (MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10* __this, const RuntimeMethod* method) { { // } return; } } // UnityEngine.Vector2 UnityEngine.Rendering.MousePositionDebug::GetMousePosition(System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 MousePositionDebug_GetMousePosition_m705459C449B28534CD4F3826EB2802094E9ECE9C (MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10* __this, float ___0_ScreenHeight, bool ___1_sceneView, const RuntimeMethod* method) { { // return GetInputMousePosition(); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0; L_0 = MousePositionDebug_GetInputMousePosition_m3B9FAF39E8413360371CA6EFEED7B12A025F45B1(__this, NULL); return L_0; } } // UnityEngine.Vector2 UnityEngine.Rendering.MousePositionDebug::GetInputMousePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 MousePositionDebug_GetInputMousePosition_m3B9FAF39E8413360371CA6EFEED7B12A025F45B1 (MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1_ReadValue_m362E05F00FE8CF8FC52F0D673291907EC7FA6541_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return Pointer.current != null ? Pointer.current.position.ReadValue() : new Vector2(-1, -1); Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* L_0; L_0 = Pointer_get_current_m207443803344C305DEAAEBA56C445980D6C22CB3_inline(NULL); if (L_0) { goto IL_0017; } } { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1; memset((&L_1), 0, sizeof(L_1)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_1), (-1.0f), (-1.0f), /*hidden argument*/NULL); return L_1; } IL_0017: { Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* L_2; L_2 = Pointer_get_current_m207443803344C305DEAAEBA56C445980D6C22CB3_inline(NULL); NullCheck(L_2); Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_3; L_3 = Pointer_get_position_m4286004169788483EEDA6AF833CEFDB04FEDF3D8_inline(L_2, NULL); NullCheck(L_3); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4; L_4 = InputControl_1_ReadValue_m362E05F00FE8CF8FC52F0D673291907EC7FA6541(L_3, InputControl_1_ReadValue_m362E05F00FE8CF8FC52F0D673291907EC7FA6541_RuntimeMethod_var); return L_4; } } // UnityEngine.Vector2 UnityEngine.Rendering.MousePositionDebug::GetMouseClickPosition(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 MousePositionDebug_GetMouseClickPosition_m2C1BEF32DA9D79DA3DE85B0C433FC496F14D17AA (MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10* __this, float ___0_ScreenHeight, const RuntimeMethod* method) { { // return Vector2.zero; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0; L_0 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL); return L_0; } } // System.Void UnityEngine.Rendering.MousePositionDebug::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MousePositionDebug__ctor_m13F1294D652C43F3F1EEC88EB42D66CC51C31DF7 (MousePositionDebug_t213FBA65BBFFD74DD5FC04FFCE3FE88B9D00AC10* __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.Rendering.ProfilingSampler::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7 (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E0D435E54E5A3B8A31DB02CE954B18FEBE5A898); s_Il2CppMethodInitialized = true; } { // public ProfilingSampler(string name) Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // sampler = CustomSampler.Create(name, true); // Event markers, command buffer CPU profiling and GPU profiling String_t* L_0 = ___0_name; il2cpp_codegen_runtime_class_init_inline(CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487_il2cpp_TypeInfo_var); CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* L_1; L_1 = CustomSampler_Create_m7F949EE6A33CEEC8420DC3362992C2272E76815D(L_0, (bool)1, NULL); ProfilingSampler_set_sampler_m4BD874D506A5D40A126E01CBE77F6CB1015DDE44_inline(__this, L_1, NULL); // inlineSampler = CustomSampler.Create($"Inl_{name}"); // Profiles code "immediately" String_t* L_2 = ___0_name; String_t* L_3; L_3 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral7E0D435E54E5A3B8A31DB02CE954B18FEBE5A898, L_2, NULL); CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* L_4; L_4 = CustomSampler_Create_m7F949EE6A33CEEC8420DC3362992C2272E76815D(L_3, (bool)0, NULL); ProfilingSampler_set_inlineSampler_m4AC1C19296D4282D6BC4D6C09C641A1EB1145E16_inline(__this, L_4, NULL); // this.name = name; String_t* L_5 = ___0_name; ProfilingSampler_set_name_mAEA13BE687F2E8C6698F3FB3A95570A156705FA5_inline(__this, L_5, NULL); // m_Recorder = sampler.GetRecorder(); CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* L_6; L_6 = ProfilingSampler_get_sampler_m4AAA7119F8B751DC79115DDEF85028FE9E9E8CC9_inline(__this, NULL); NullCheck(L_6); Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* L_7; L_7 = Sampler_GetRecorder_mD2515C0A1FDF4DC153696427901039914A64A6F2(L_6, NULL); __this->___m_Recorder_3 = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Recorder_3), (void*)L_7); // m_Recorder.enabled = false; Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* L_8 = __this->___m_Recorder_3; NullCheck(L_8); Recorder_set_enabled_mC6009BF634ACEB61AF678B283402D1B7F3A4A446(L_8, (bool)0, NULL); // m_InlineRecorder = inlineSampler.GetRecorder(); CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* L_9; L_9 = ProfilingSampler_get_inlineSampler_mAD22E30685E56EA9768E9D0F6A0D451E32EE8A57_inline(__this, NULL); NullCheck(L_9); Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* L_10; L_10 = Sampler_GetRecorder_mD2515C0A1FDF4DC153696427901039914A64A6F2(L_9, NULL); __this->___m_InlineRecorder_4 = L_10; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_InlineRecorder_4), (void*)L_10); // m_InlineRecorder.enabled = false; Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* L_11 = __this->___m_InlineRecorder_4; NullCheck(L_11); Recorder_set_enabled_mC6009BF634ACEB61AF678B283402D1B7F3A4A446(L_11, (bool)0, NULL); // } return; } } // System.Void UnityEngine.Rendering.ProfilingSampler::Begin(UnityEngine.Rendering.CommandBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingSampler_Begin_m8DA3A616057A3BF9ACB1B0CA553273D5CAD9D19B (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, const RuntimeMethod* method) { { // if (cmd != null) CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___0_cmd; if (!L_0) { goto IL_0031; } } { // if (sampler != null && sampler.isValid) CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* L_1; L_1 = ProfilingSampler_get_sampler_m4AAA7119F8B751DC79115DDEF85028FE9E9E8CC9_inline(__this, NULL); if (!L_1) { goto IL_0025; } } { CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* L_2; L_2 = ProfilingSampler_get_sampler_m4AAA7119F8B751DC79115DDEF85028FE9E9E8CC9_inline(__this, NULL); NullCheck(L_2); bool L_3; L_3 = Sampler_get_isValid_m78A87FD2B332B9E795EAD570520FF2B89237FE01(L_2, NULL); if (!L_3) { goto IL_0025; } } { // cmd.BeginSample(sampler); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_4 = ___0_cmd; CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* L_5; L_5 = ProfilingSampler_get_sampler_m4AAA7119F8B751DC79115DDEF85028FE9E9E8CC9_inline(__this, NULL); NullCheck(L_4); CommandBuffer_BeginSample_m5A6A787A2C03F1DA7CAF411EF20210EE5A71DB97(L_4, L_5, NULL); return; } IL_0025: { // cmd.BeginSample(name); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_6 = ___0_cmd; String_t* L_7; L_7 = ProfilingSampler_get_name_mF1C3E7B9540171DD93186A4DFEF33CE331E92D79_inline(__this, NULL); NullCheck(L_6); CommandBuffer_BeginSample_mDDE06125397EE4ADCC0804208561FB178A856E36(L_6, L_7, NULL); } IL_0031: { // } return; } } // System.Void UnityEngine.Rendering.ProfilingSampler::End(UnityEngine.Rendering.CommandBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingSampler_End_mE6456852B82D64D57CDE20BBE06801295CEE5EAE (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, const RuntimeMethod* method) { { // if (cmd != null) CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___0_cmd; if (!L_0) { goto IL_0031; } } { // if (sampler != null && sampler.isValid) CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* L_1; L_1 = ProfilingSampler_get_sampler_m4AAA7119F8B751DC79115DDEF85028FE9E9E8CC9_inline(__this, NULL); if (!L_1) { goto IL_0025; } } { CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* L_2; L_2 = ProfilingSampler_get_sampler_m4AAA7119F8B751DC79115DDEF85028FE9E9E8CC9_inline(__this, NULL); NullCheck(L_2); bool L_3; L_3 = Sampler_get_isValid_m78A87FD2B332B9E795EAD570520FF2B89237FE01(L_2, NULL); if (!L_3) { goto IL_0025; } } { // cmd.EndSample(sampler); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_4 = ___0_cmd; CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* L_5; L_5 = ProfilingSampler_get_sampler_m4AAA7119F8B751DC79115DDEF85028FE9E9E8CC9_inline(__this, NULL); NullCheck(L_4); CommandBuffer_EndSample_mB91B90770F8F1AFA005A8B33EDE1E47A34CFB906(L_4, L_5, NULL); return; } IL_0025: { // cmd.EndSample(name); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_6 = ___0_cmd; String_t* L_7; L_7 = ProfilingSampler_get_name_mF1C3E7B9540171DD93186A4DFEF33CE331E92D79_inline(__this, NULL); NullCheck(L_6); CommandBuffer_EndSample_m76441AA38C2D21DCBE8203512498C6DE144C8859(L_6, L_7, NULL); } IL_0031: { // } return; } } // System.Boolean UnityEngine.Rendering.ProfilingSampler::IsValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ProfilingSampler_IsValid_mD25EC5C484B753F1C433BACC5DDEECAF80A0EC16 (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, const RuntimeMethod* method) { { // internal bool IsValid() { return (sampler != null && inlineSampler != null); } CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* L_0; L_0 = ProfilingSampler_get_sampler_m4AAA7119F8B751DC79115DDEF85028FE9E9E8CC9_inline(__this, NULL); if (!L_0) { goto IL_0012; } } { CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* L_1; L_1 = ProfilingSampler_get_inlineSampler_mAD22E30685E56EA9768E9D0F6A0D451E32EE8A57_inline(__this, NULL); return (bool)((!(((RuntimeObject*)(CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); } IL_0012: { return (bool)0; } } // UnityEngine.Profiling.CustomSampler UnityEngine.Rendering.ProfilingSampler::get_sampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ProfilingSampler_get_sampler_m4AAA7119F8B751DC79115DDEF85028FE9E9E8CC9 (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, const RuntimeMethod* method) { { // internal CustomSampler sampler { get; private set; } CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* L_0 = __this->___U3CsamplerU3Ek__BackingField_0; return L_0; } } // System.Void UnityEngine.Rendering.ProfilingSampler::set_sampler(UnityEngine.Profiling.CustomSampler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingSampler_set_sampler_m4BD874D506A5D40A126E01CBE77F6CB1015DDE44 (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___0_value, const RuntimeMethod* method) { { // internal CustomSampler sampler { get; private set; } CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* L_0 = ___0_value; __this->___U3CsamplerU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsamplerU3Ek__BackingField_0), (void*)L_0); return; } } // UnityEngine.Profiling.CustomSampler UnityEngine.Rendering.ProfilingSampler::get_inlineSampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ProfilingSampler_get_inlineSampler_mAD22E30685E56EA9768E9D0F6A0D451E32EE8A57 (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, const RuntimeMethod* method) { { // internal CustomSampler inlineSampler { get; private set; } CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* L_0 = __this->___U3CinlineSamplerU3Ek__BackingField_1; return L_0; } } // System.Void UnityEngine.Rendering.ProfilingSampler::set_inlineSampler(UnityEngine.Profiling.CustomSampler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingSampler_set_inlineSampler_m4AC1C19296D4282D6BC4D6C09C641A1EB1145E16 (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___0_value, const RuntimeMethod* method) { { // internal CustomSampler inlineSampler { get; private set; } CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* L_0 = ___0_value; __this->___U3CinlineSamplerU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CinlineSamplerU3Ek__BackingField_1), (void*)L_0); return; } } // System.String UnityEngine.Rendering.ProfilingSampler::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ProfilingSampler_get_name_mF1C3E7B9540171DD93186A4DFEF33CE331E92D79 (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, const RuntimeMethod* method) { { // public string name { get; private set; } String_t* L_0 = __this->___U3CnameU3Ek__BackingField_2; return L_0; } } // System.Void UnityEngine.Rendering.ProfilingSampler::set_name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingSampler_set_name_mAEA13BE687F2E8C6698F3FB3A95570A156705FA5 (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, String_t* ___0_value, const RuntimeMethod* method) { { // public string name { get; private set; } String_t* L_0 = ___0_value; __this->___U3CnameU3Ek__BackingField_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CnameU3Ek__BackingField_2), (void*)L_0); return; } } // System.Void UnityEngine.Rendering.ProfilingSampler::set_enableRecording(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingSampler_set_enableRecording_m01194E5D273026495629CE911861C31C5FB3A26E (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, bool ___0_value, const RuntimeMethod* method) { { // m_Recorder.enabled = value; Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* L_0 = __this->___m_Recorder_3; bool L_1 = ___0_value; NullCheck(L_0); Recorder_set_enabled_mC6009BF634ACEB61AF678B283402D1B7F3A4A446(L_0, L_1, NULL); // m_InlineRecorder.enabled = value; Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* L_2 = __this->___m_InlineRecorder_4; bool L_3 = ___0_value; NullCheck(L_2); Recorder_set_enabled_mC6009BF634ACEB61AF678B283402D1B7F3A4A446(L_2, L_3, NULL); // } return; } } // System.Single UnityEngine.Rendering.ProfilingSampler::get_gpuElapsedTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ProfilingSampler_get_gpuElapsedTime_mC131D418300561A18825784CEE89BAFB3DDE32C8 (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, const RuntimeMethod* method) { { // public float gpuElapsedTime => m_Recorder.enabled ? m_Recorder.gpuElapsedNanoseconds / 1000000.0f : 0.0f; Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* L_0 = __this->___m_Recorder_3; NullCheck(L_0); bool L_1; L_1 = Recorder_get_enabled_m7182937D880BFD528F176286947E6E198AA6C460(L_0, NULL); if (L_1) { goto IL_0013; } } { return (0.0f); } IL_0013: { Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* L_2 = __this->___m_Recorder_3; NullCheck(L_2); int64_t L_3; L_3 = Recorder_get_gpuElapsedNanoseconds_m30566108286615A387725B355FB1122FDA1C6D2E(L_2, NULL); return ((float)(((float)L_3)/(1000000.0f))); } } // System.Int32 UnityEngine.Rendering.ProfilingSampler::get_gpuSampleCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProfilingSampler_get_gpuSampleCount_m3EBB12146263C4956AB0E4FE1518537FFB3F1CB0 (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, const RuntimeMethod* method) { { // public int gpuSampleCount => m_Recorder.enabled ? m_Recorder.gpuSampleBlockCount : 0; Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* L_0 = __this->___m_Recorder_3; NullCheck(L_0); bool L_1; L_1 = Recorder_get_enabled_m7182937D880BFD528F176286947E6E198AA6C460(L_0, NULL); if (L_1) { goto IL_000f; } } { return 0; } IL_000f: { Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* L_2 = __this->___m_Recorder_3; NullCheck(L_2); int32_t L_3; L_3 = Recorder_get_gpuSampleBlockCount_mBB2D5AE13A82657A2B7A090E23B5C4746905FFAE(L_2, NULL); return L_3; } } // System.Single UnityEngine.Rendering.ProfilingSampler::get_cpuElapsedTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ProfilingSampler_get_cpuElapsedTime_m9C3D1C60EED6B27CE71D2A7DB94D496C2F1B328D (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, const RuntimeMethod* method) { { // public float cpuElapsedTime => m_Recorder.enabled ? m_Recorder.elapsedNanoseconds / 1000000.0f : 0.0f; Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* L_0 = __this->___m_Recorder_3; NullCheck(L_0); bool L_1; L_1 = Recorder_get_enabled_m7182937D880BFD528F176286947E6E198AA6C460(L_0, NULL); if (L_1) { goto IL_0013; } } { return (0.0f); } IL_0013: { Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* L_2 = __this->___m_Recorder_3; NullCheck(L_2); int64_t L_3; L_3 = Recorder_get_elapsedNanoseconds_m54A6DD45F11501BF3E8D5050F13FCA093ED88648(L_2, NULL); return ((float)(((float)L_3)/(1000000.0f))); } } // System.Int32 UnityEngine.Rendering.ProfilingSampler::get_cpuSampleCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProfilingSampler_get_cpuSampleCount_m9C8E94E3CC7AD93B8FD62EBC74E8581A493DA5F3 (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, const RuntimeMethod* method) { { // public int cpuSampleCount => m_Recorder.enabled ? m_Recorder.sampleBlockCount : 0; Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* L_0 = __this->___m_Recorder_3; NullCheck(L_0); bool L_1; L_1 = Recorder_get_enabled_m7182937D880BFD528F176286947E6E198AA6C460(L_0, NULL); if (L_1) { goto IL_000f; } } { return 0; } IL_000f: { Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* L_2 = __this->___m_Recorder_3; NullCheck(L_2); int32_t L_3; L_3 = Recorder_get_sampleBlockCount_m7CBC90B7976CC9C599EA02761A871EF374C41BC3(L_2, NULL); return L_3; } } // System.Single UnityEngine.Rendering.ProfilingSampler::get_inlineCpuElapsedTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ProfilingSampler_get_inlineCpuElapsedTime_mB4D305E36C2A8EF55F9BFF30747885C10051738B (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, const RuntimeMethod* method) { { // public float inlineCpuElapsedTime => m_InlineRecorder.enabled ? m_InlineRecorder.elapsedNanoseconds / 1000000.0f : 0.0f; Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* L_0 = __this->___m_InlineRecorder_4; NullCheck(L_0); bool L_1; L_1 = Recorder_get_enabled_m7182937D880BFD528F176286947E6E198AA6C460(L_0, NULL); if (L_1) { goto IL_0013; } } { return (0.0f); } IL_0013: { Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* L_2 = __this->___m_InlineRecorder_4; NullCheck(L_2); int64_t L_3; L_3 = Recorder_get_elapsedNanoseconds_m54A6DD45F11501BF3E8D5050F13FCA093ED88648(L_2, NULL); return ((float)(((float)L_3)/(1000000.0f))); } } // System.Int32 UnityEngine.Rendering.ProfilingSampler::get_inlineCpuSampleCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProfilingSampler_get_inlineCpuSampleCount_m91CB819CD0B6576451BF2DE3749D58DB863D00A0 (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, const RuntimeMethod* method) { { // public int inlineCpuSampleCount => m_InlineRecorder.enabled ? m_InlineRecorder.sampleBlockCount : 0; Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* L_0 = __this->___m_InlineRecorder_4; NullCheck(L_0); bool L_1; L_1 = Recorder_get_enabled_m7182937D880BFD528F176286947E6E198AA6C460(L_0, NULL); if (L_1) { goto IL_000f; } } { return 0; } IL_000f: { Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* L_2 = __this->___m_InlineRecorder_4; NullCheck(L_2); int32_t L_3; L_3 = Recorder_get_sampleBlockCount_m7CBC90B7976CC9C599EA02761A871EF374C41BC3(L_2, NULL); return L_3; } } // System.Void UnityEngine.Rendering.ProfilingSampler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingSampler__ctor_m7CE99F43293A5072467EAC1BC37CF4C335D1C2B2 (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, const RuntimeMethod* method) { { // ProfilingSampler() { } Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // ProfilingSampler() { } 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.Rendering.ProfilingScope::.ctor(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.ProfilingSampler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC (ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___1_sampler, const RuntimeMethod* method) { { // } return; } } IL2CPP_EXTERN_C void ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC_AdjustorThunk (RuntimeObject* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___1_sampler, const RuntimeMethod* method) { ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC(_thisAdjusted, ___0_cmd, ___1_sampler, method); } // System.Void UnityEngine.Rendering.ProfilingScope::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4 (ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD* __this, const RuntimeMethod* method) { { // } return; } } IL2CPP_EXTERN_C void ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.Rendering.ProfilingSample IL2CPP_EXTERN_C void ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A_marshal_pinvoke(const ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A& unmarshaled, ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A_marshaled_pinvoke& marshaled) { Exception_t* ___m_Cmd_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Cmd' of type 'ProfilingSample': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Cmd_0Exception, NULL); } IL2CPP_EXTERN_C void ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A_marshal_pinvoke_back(const ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A_marshaled_pinvoke& marshaled, ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A& unmarshaled) { Exception_t* ___m_Cmd_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Cmd' of type 'ProfilingSample': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Cmd_0Exception, NULL); } // Conversion method for clean up from marshalling of: UnityEngine.Rendering.ProfilingSample IL2CPP_EXTERN_C void ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A_marshal_pinvoke_cleanup(ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.Rendering.ProfilingSample IL2CPP_EXTERN_C void ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A_marshal_com(const ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A& unmarshaled, ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A_marshaled_com& marshaled) { Exception_t* ___m_Cmd_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Cmd' of type 'ProfilingSample': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Cmd_0Exception, NULL); } IL2CPP_EXTERN_C void ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A_marshal_com_back(const ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A_marshaled_com& marshaled, ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A& unmarshaled) { Exception_t* ___m_Cmd_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Cmd' of type 'ProfilingSample': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Cmd_0Exception, NULL); } // Conversion method for clean up from marshalling of: UnityEngine.Rendering.ProfilingSample IL2CPP_EXTERN_C void ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A_marshal_com_cleanup(ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A_marshaled_com& marshaled) { } // System.Void UnityEngine.Rendering.ProfilingSample::.ctor(UnityEngine.Rendering.CommandBuffer,System.String,UnityEngine.Profiling.CustomSampler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingSample__ctor_m1F041AA9D15F1B83BDA8B9BA973392D79106B5C1 (ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, String_t* ___1_name, CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___2_sampler, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // m_Cmd = cmd; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___0_cmd; __this->___m_Cmd_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Cmd_0), (void*)L_0); // m_Name = name; String_t* L_1 = ___1_name; __this->___m_Name_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Name_1), (void*)L_1); // m_Disposed = false; __this->___m_Disposed_2 = (bool)0; // if (cmd != null && name != "") CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_2 = ___0_cmd; if (!L_2) { goto IL_002c; } } { String_t* L_3 = ___1_name; bool L_4; L_4 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_3, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL); if (!L_4) { goto IL_002c; } } { // cmd.BeginSample(name); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_5 = ___0_cmd; String_t* L_6 = ___1_name; NullCheck(L_5); CommandBuffer_BeginSample_mDDE06125397EE4ADCC0804208561FB178A856E36(L_5, L_6, NULL); } IL_002c: { // m_Sampler = sampler; CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* L_7 = ___2_sampler; __this->___m_Sampler_3 = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Sampler_3), (void*)L_7); // } return; } } IL2CPP_EXTERN_C void ProfilingSample__ctor_m1F041AA9D15F1B83BDA8B9BA973392D79106B5C1_AdjustorThunk (RuntimeObject* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, String_t* ___1_name, CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___2_sampler, const RuntimeMethod* method) { ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ProfilingSample__ctor_m1F041AA9D15F1B83BDA8B9BA973392D79106B5C1(_thisAdjusted, ___0_cmd, ___1_name, ___2_sampler, method); } // System.Void UnityEngine.Rendering.ProfilingSample::.ctor(UnityEngine.Rendering.CommandBuffer,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingSample__ctor_m281FEAFD2CCCF7A43BE856DAD483F4E46A72B7EA (ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, String_t* ___1_format, RuntimeObject* ___2_arg, const RuntimeMethod* method) { { // public ProfilingSample(CommandBuffer cmd, string format, object arg) : this(cmd, string.Format(format, arg)) CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___0_cmd; String_t* L_1 = ___1_format; RuntimeObject* L_2 = ___2_arg; String_t* L_3; L_3 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(L_1, L_2, NULL); ProfilingSample__ctor_m1F041AA9D15F1B83BDA8B9BA973392D79106B5C1(__this, L_0, L_3, (CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487*)NULL, NULL); // } return; } } IL2CPP_EXTERN_C void ProfilingSample__ctor_m281FEAFD2CCCF7A43BE856DAD483F4E46A72B7EA_AdjustorThunk (RuntimeObject* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, String_t* ___1_format, RuntimeObject* ___2_arg, const RuntimeMethod* method) { ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ProfilingSample__ctor_m281FEAFD2CCCF7A43BE856DAD483F4E46A72B7EA(_thisAdjusted, ___0_cmd, ___1_format, ___2_arg, method); } // System.Void UnityEngine.Rendering.ProfilingSample::.ctor(UnityEngine.Rendering.CommandBuffer,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingSample__ctor_m50B1BED1079C106B8AE90117F4E866912C3C4E08 (ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, String_t* ___1_format, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) { { // public ProfilingSample(CommandBuffer cmd, string format, params object[] args) : this(cmd, string.Format(format, args)) CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___0_cmd; String_t* L_1 = ___1_format; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = ___2_args; String_t* L_3; L_3 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(L_1, L_2, NULL); ProfilingSample__ctor_m1F041AA9D15F1B83BDA8B9BA973392D79106B5C1(__this, L_0, L_3, (CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487*)NULL, NULL); // } return; } } IL2CPP_EXTERN_C void ProfilingSample__ctor_m50B1BED1079C106B8AE90117F4E866912C3C4E08_AdjustorThunk (RuntimeObject* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, String_t* ___1_format, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) { ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ProfilingSample__ctor_m50B1BED1079C106B8AE90117F4E866912C3C4E08(_thisAdjusted, ___0_cmd, ___1_format, ___2_args, method); } // System.Void UnityEngine.Rendering.ProfilingSample::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingSample_Dispose_mD2A4D24A23C63449743B485DEAE2DE4EE240AA40 (ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A* __this, const RuntimeMethod* method) { { // Dispose(true); ProfilingSample_Dispose_m59C08E493C70FAD0777836566F3FCF8A2889E388(__this, (bool)1, NULL); // } return; } } IL2CPP_EXTERN_C void ProfilingSample_Dispose_mD2A4D24A23C63449743B485DEAE2DE4EE240AA40_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ProfilingSample_Dispose_mD2A4D24A23C63449743B485DEAE2DE4EE240AA40(_thisAdjusted, method); } // System.Void UnityEngine.Rendering.ProfilingSample::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingSample_Dispose_m59C08E493C70FAD0777836566F3FCF8A2889E388 (ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // if (m_Disposed) bool L_0 = __this->___m_Disposed_2; if (!L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // if (disposing) bool L_1 = ___0_disposing; if (!L_1) { goto IL_0037; } } { // if (m_Cmd != null && m_Name != "") CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_2 = __this->___m_Cmd_0; if (!L_2) { goto IL_0037; } } { String_t* L_3 = __this->___m_Name_1; bool L_4; L_4 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_3, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL); if (!L_4) { goto IL_0037; } } { // m_Cmd.EndSample(m_Name); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_5 = __this->___m_Cmd_0; String_t* L_6 = __this->___m_Name_1; NullCheck(L_5); CommandBuffer_EndSample_m76441AA38C2D21DCBE8203512498C6DE144C8859(L_5, L_6, NULL); } IL_0037: { // m_Disposed = true; __this->___m_Disposed_2 = (bool)1; // } return; } } IL2CPP_EXTERN_C void ProfilingSample_Dispose_m59C08E493C70FAD0777836566F3FCF8A2889E388_AdjustorThunk (RuntimeObject* __this, bool ___0_disposing, const RuntimeMethod* method) { ProfilingSample_t50A4DFD8DA524681EE1BF64D3A518E6BA633657A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ProfilingSample_Dispose_m59C08E493C70FAD0777836566F3FCF8A2889E388(_thisAdjusted, ___0_disposing, 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.Rendering.CoreRPHelpURLAttribute::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreRPHelpURLAttribute__ctor_m91B7762A727A0FDC2F10AB2EC6F0225A7A864ED1 (CoreRPHelpURLAttribute_t602FBE6B727B55C450117479FD27338725F12BF3* __this, String_t* ___0_pageName, String_t* ___1_packageName, const RuntimeMethod* method) { { // : base(DocumentationInfo.GetPageLink(packageName, pageName)) String_t* L_0 = ___1_packageName; String_t* L_1 = ___0_pageName; String_t* L_2; L_2 = DocumentationInfo_GetPageLink_mC80FD4627230157C0936E1B291076EEA7D285C18(L_0, L_1, NULL); HelpURLAttribute__ctor_m4671D9179DCF032E9F769A70A1665B1B60B233A7(__this, L_2, NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String UnityEngine.Rendering.DocumentationInfo::get_version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DocumentationInfo_get_version_m66E5364AD6EBA4A0C4BDBDD03D88F478FCE2AF90 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C52CEB56F468F0E4A01C322ACDC2DB5BB8CAEDE); s_Il2CppMethodInitialized = true; } { // return fallbackVersion; return _stringLiteral5C52CEB56F468F0E4A01C322ACDC2DB5BB8CAEDE; } } // System.String UnityEngine.Rendering.DocumentationInfo::GetPageLink(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DocumentationInfo_GetPageLink_mC80FD4627230157C0936E1B291076EEA7D285C18 (String_t* ___0_packageName, String_t* ___1_pageName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BCB50B12A1405A138BB34031F4D0476FF733C63); s_Il2CppMethodInitialized = true; } { // public static string GetPageLink(string packageName, string pageName) => string.Format(url, packageName, version, pageName); String_t* L_0 = ___0_packageName; String_t* L_1; L_1 = DocumentationInfo_get_version_m66E5364AD6EBA4A0C4BDBDD03D88F478FCE2AF90(NULL); String_t* L_2 = ___1_pageName; String_t* L_3; L_3 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteral0BCB50B12A1405A138BB34031F4D0476FF733C63, L_0, L_1, L_2, NULL); return L_3; } } // System.Void UnityEngine.Rendering.DocumentationInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DocumentationInfo__ctor_mC0375CEF54C6DF14F9288C2AAAC03FAAF3D98479 (DocumentationInfo_t6D259378DA8DDBFBE299EB50C2631CC04E1C3A75* __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 #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.Rendering.SphericalHarmonicsL1 UnityEngine.Rendering.SphericalHarmonicsL1::op_Addition(UnityEngine.Rendering.SphericalHarmonicsL1,UnityEngine.Rendering.SphericalHarmonicsL1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 SphericalHarmonicsL1_op_Addition_mA0E76CD2B90A2DAE186F613182151E15855F7976 (SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 ___0_lhs, SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 ___1_rhs, const RuntimeMethod* method) { SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 V_0; memset((&V_0), 0, sizeof(V_0)); { // public static SphericalHarmonicsL1 operator +(SphericalHarmonicsL1 lhs, SphericalHarmonicsL1 rhs) => new SphericalHarmonicsL1() // { // shAr = lhs.shAr + rhs.shAr, // shAg = lhs.shAg + rhs.shAg, // shAb = lhs.shAb + rhs.shAb // }; il2cpp_codegen_initobj((&V_0), sizeof(SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335)); SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_0 = ___0_lhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = L_0.___shAr_0; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_2 = ___1_rhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3 = L_2.___shAr_0; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4; L_4 = Vector4_op_Addition_m471A0C9B30316933F8CE430F17A7F8806ECA3EB9_inline(L_1, L_3, NULL); (&V_0)->___shAr_0 = L_4; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_5 = ___0_lhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = L_5.___shAg_1; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_7 = ___1_rhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8 = L_7.___shAg_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9; L_9 = Vector4_op_Addition_m471A0C9B30316933F8CE430F17A7F8806ECA3EB9_inline(L_6, L_8, NULL); (&V_0)->___shAg_1 = L_9; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_10 = ___0_lhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_11 = L_10.___shAb_2; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_12 = ___1_rhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_13 = L_12.___shAb_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14; L_14 = Vector4_op_Addition_m471A0C9B30316933F8CE430F17A7F8806ECA3EB9_inline(L_11, L_13, NULL); (&V_0)->___shAb_2 = L_14; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_15 = V_0; return L_15; } } // UnityEngine.Rendering.SphericalHarmonicsL1 UnityEngine.Rendering.SphericalHarmonicsL1::op_Subtraction(UnityEngine.Rendering.SphericalHarmonicsL1,UnityEngine.Rendering.SphericalHarmonicsL1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 SphericalHarmonicsL1_op_Subtraction_m284EDCACB7FF06E7927613DCD0E34B17E53B47CF (SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 ___0_lhs, SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 ___1_rhs, const RuntimeMethod* method) { SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 V_0; memset((&V_0), 0, sizeof(V_0)); { // public static SphericalHarmonicsL1 operator -(SphericalHarmonicsL1 lhs, SphericalHarmonicsL1 rhs) => new SphericalHarmonicsL1() // { // shAr = lhs.shAr - rhs.shAr, // shAg = lhs.shAg - rhs.shAg, // shAb = lhs.shAb - rhs.shAb // }; il2cpp_codegen_initobj((&V_0), sizeof(SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335)); SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_0 = ___0_lhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = L_0.___shAr_0; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_2 = ___1_rhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3 = L_2.___shAr_0; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4; L_4 = Vector4_op_Subtraction_mD14864BB81AC08F643D2B82B41B3577012410ED9_inline(L_1, L_3, NULL); (&V_0)->___shAr_0 = L_4; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_5 = ___0_lhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = L_5.___shAg_1; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_7 = ___1_rhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8 = L_7.___shAg_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9; L_9 = Vector4_op_Subtraction_mD14864BB81AC08F643D2B82B41B3577012410ED9_inline(L_6, L_8, NULL); (&V_0)->___shAg_1 = L_9; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_10 = ___0_lhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_11 = L_10.___shAb_2; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_12 = ___1_rhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_13 = L_12.___shAb_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14; L_14 = Vector4_op_Subtraction_mD14864BB81AC08F643D2B82B41B3577012410ED9_inline(L_11, L_13, NULL); (&V_0)->___shAb_2 = L_14; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_15 = V_0; return L_15; } } // UnityEngine.Rendering.SphericalHarmonicsL1 UnityEngine.Rendering.SphericalHarmonicsL1::op_Multiply(UnityEngine.Rendering.SphericalHarmonicsL1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 SphericalHarmonicsL1_op_Multiply_mAB34D43B205014F08616E69DB4822D10EAD9E4F3 (SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 ___0_lhs, float ___1_rhs, const RuntimeMethod* method) { SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 V_0; memset((&V_0), 0, sizeof(V_0)); { // public static SphericalHarmonicsL1 operator *(SphericalHarmonicsL1 lhs, float rhs) => new SphericalHarmonicsL1() // { // shAr = lhs.shAr * rhs, // shAg = lhs.shAg * rhs, // shAb = lhs.shAb * rhs // }; il2cpp_codegen_initobj((&V_0), sizeof(SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335)); SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_0 = ___0_lhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = L_0.___shAr_0; float L_2 = ___1_rhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3; L_3 = Vector4_op_Multiply_m02FE150FD7366546FC19A36B6928512376BF64E8_inline(L_1, L_2, NULL); (&V_0)->___shAr_0 = L_3; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_4 = ___0_lhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_5 = L_4.___shAg_1; float L_6 = ___1_rhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_7; L_7 = Vector4_op_Multiply_m02FE150FD7366546FC19A36B6928512376BF64E8_inline(L_5, L_6, NULL); (&V_0)->___shAg_1 = L_7; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_8 = ___0_lhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9 = L_8.___shAb_2; float L_10 = ___1_rhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_11; L_11 = Vector4_op_Multiply_m02FE150FD7366546FC19A36B6928512376BF64E8_inline(L_9, L_10, NULL); (&V_0)->___shAb_2 = L_11; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_12 = V_0; return L_12; } } // UnityEngine.Rendering.SphericalHarmonicsL1 UnityEngine.Rendering.SphericalHarmonicsL1::op_Division(UnityEngine.Rendering.SphericalHarmonicsL1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 SphericalHarmonicsL1_op_Division_mF87594EAFA5F66798A4FDF664C70004ACD1D956F (SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 ___0_lhs, float ___1_rhs, const RuntimeMethod* method) { SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 V_0; memset((&V_0), 0, sizeof(V_0)); { // public static SphericalHarmonicsL1 operator /(SphericalHarmonicsL1 lhs, float rhs) => new SphericalHarmonicsL1() // { // shAr = lhs.shAr / rhs, // shAg = lhs.shAg / rhs, // shAb = lhs.shAb / rhs // }; il2cpp_codegen_initobj((&V_0), sizeof(SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335)); SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_0 = ___0_lhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = L_0.___shAr_0; float L_2 = ___1_rhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3; L_3 = Vector4_op_Division_m9B1B8692D50C864CFA585BDF97FB6FBC18967D90_inline(L_1, L_2, NULL); (&V_0)->___shAr_0 = L_3; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_4 = ___0_lhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_5 = L_4.___shAg_1; float L_6 = ___1_rhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_7; L_7 = Vector4_op_Division_m9B1B8692D50C864CFA585BDF97FB6FBC18967D90_inline(L_5, L_6, NULL); (&V_0)->___shAg_1 = L_7; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_8 = ___0_lhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9 = L_8.___shAb_2; float L_10 = ___1_rhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_11; L_11 = Vector4_op_Division_m9B1B8692D50C864CFA585BDF97FB6FBC18967D90_inline(L_9, L_10, NULL); (&V_0)->___shAb_2 = L_11; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_12 = V_0; return L_12; } } // System.Boolean UnityEngine.Rendering.SphericalHarmonicsL1::op_Equality(UnityEngine.Rendering.SphericalHarmonicsL1,UnityEngine.Rendering.SphericalHarmonicsL1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SphericalHarmonicsL1_op_Equality_m285762C650C33B76EE59B7EAFD57E68E163CAA01 (SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 ___0_lhs, SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 ___1_rhs, const RuntimeMethod* method) { { // return lhs.shAr == rhs.shAr // && lhs.shAg == rhs.shAg // && lhs.shAb == rhs.shAb; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_0 = ___0_lhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = L_0.___shAr_0; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_2 = ___1_rhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3 = L_2.___shAr_0; bool L_4; L_4 = Vector4_op_Equality_mCEA0E5F229F4AE8C55152F7A8F84345F24F52DC6_inline(L_1, L_3, NULL); if (!L_4) { goto IL_0038; } } { SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_5 = ___0_lhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = L_5.___shAg_1; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_7 = ___1_rhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8 = L_7.___shAg_1; bool L_9; L_9 = Vector4_op_Equality_mCEA0E5F229F4AE8C55152F7A8F84345F24F52DC6_inline(L_6, L_8, NULL); if (!L_9) { goto IL_0038; } } { SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_10 = ___0_lhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_11 = L_10.___shAb_2; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_12 = ___1_rhs; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_13 = L_12.___shAb_2; bool L_14; L_14 = Vector4_op_Equality_mCEA0E5F229F4AE8C55152F7A8F84345F24F52DC6_inline(L_11, L_13, NULL); return L_14; } IL_0038: { return (bool)0; } } // System.Boolean UnityEngine.Rendering.SphericalHarmonicsL1::op_Inequality(UnityEngine.Rendering.SphericalHarmonicsL1,UnityEngine.Rendering.SphericalHarmonicsL1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SphericalHarmonicsL1_op_Inequality_mA095FE2535EEB9FC82FBA7300B4E45E720FD8A81 (SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 ___0_lhs, SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 ___1_rhs, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return !(lhs == rhs); SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_0 = ___0_lhs; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_1 = ___1_rhs; il2cpp_codegen_runtime_class_init_inline(SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335_il2cpp_TypeInfo_var); bool L_2; L_2 = SphericalHarmonicsL1_op_Equality_m285762C650C33B76EE59B7EAFD57E68E163CAA01(L_0, L_1, NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.Boolean UnityEngine.Rendering.SphericalHarmonicsL1::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SphericalHarmonicsL1_Equals_m156AFF698A92A9425070CFD50F115A1EE6E9CC92 (SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335* __this, RuntimeObject* ___0_other, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!(other is SphericalHarmonicsL1)) return false; RuntimeObject* L_0 = ___0_other; if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335_il2cpp_TypeInfo_var))) { goto IL_000a; } } { // if (!(other is SphericalHarmonicsL1)) return false; return (bool)0; } IL_000a: { // return this == (SphericalHarmonicsL1)other; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_1 = (*(SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335*)__this); RuntimeObject* L_2 = ___0_other; il2cpp_codegen_runtime_class_init_inline(SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335_il2cpp_TypeInfo_var); bool L_3; L_3 = SphericalHarmonicsL1_op_Equality_m285762C650C33B76EE59B7EAFD57E68E163CAA01(L_1, ((*(SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335*)((SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335*)(SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335*)UnBox(L_2, SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335_il2cpp_TypeInfo_var)))), NULL); return L_3; } } IL2CPP_EXTERN_C bool SphericalHarmonicsL1_Equals_m156AFF698A92A9425070CFD50F115A1EE6E9CC92_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_other, const RuntimeMethod* method) { SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = SphericalHarmonicsL1_Equals_m156AFF698A92A9425070CFD50F115A1EE6E9CC92(_thisAdjusted, ___0_other, method); return _returnValue; } // System.Int32 UnityEngine.Rendering.SphericalHarmonicsL1::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SphericalHarmonicsL1_GetHashCode_mF419FC901C4CF663FCC3E728A7E7BFC7F9DBB5FA (SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335* __this, const RuntimeMethod* method) { { // return ((17 * 23 + shAr.GetHashCode()) * 23 + shAg.GetHashCode()) * 23 + shAb.GetHashCode(); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_0 = (&__this->___shAr_0); int32_t L_1; L_1 = Vector4_GetHashCode_m53F6FCA56A0051C9D1AB41AA3EAA2C86CDAA8B92_inline(L_0, NULL); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_2 = (&__this->___shAg_1); int32_t L_3; L_3 = Vector4_GetHashCode_m53F6FCA56A0051C9D1AB41AA3EAA2C86CDAA8B92_inline(L_2, NULL); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_4 = (&__this->___shAb_2); int32_t L_5; L_5 = Vector4_GetHashCode_m53F6FCA56A0051C9D1AB41AA3EAA2C86CDAA8B92_inline(L_4, NULL); return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)391), L_1)), ((int32_t)23))), L_3)), ((int32_t)23))), L_5)); } } IL2CPP_EXTERN_C int32_t SphericalHarmonicsL1_GetHashCode_mF419FC901C4CF663FCC3E728A7E7BFC7F9DBB5FA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = SphericalHarmonicsL1_GetHashCode_mF419FC901C4CF663FCC3E728A7E7BFC7F9DBB5FA(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.Rendering.SphericalHarmonicsL1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SphericalHarmonicsL1__cctor_m18F85AD6BFCEC17F11A09612BA61441991198189 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 V_0; memset((&V_0), 0, sizeof(V_0)); { // public static readonly SphericalHarmonicsL1 zero = new SphericalHarmonicsL1 // { // shAr = Vector4.zero, // shAg = Vector4.zero, // shAb = Vector4.zero // }; il2cpp_codegen_initobj((&V_0), sizeof(SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335)); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0; L_0 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL); (&V_0)->___shAr_0 = L_0; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1; L_1 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL); (&V_0)->___shAg_1 = L_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2; L_2 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL); (&V_0)->___shAb_2 = L_2; SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335 L_3 = V_0; ((SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335_StaticFields*)il2cpp_codegen_static_fields_for(SphericalHarmonicsL1_tD8B1FB0B31BD9388032D8CAA8B5236730648B335_il2cpp_TypeInfo_var))->___zero_3 = L_3; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.SphericalHarmonicsL2Utils::GetL1(UnityEngine.Rendering.SphericalHarmonicsL2,UnityEngine.Vector3&,UnityEngine.Vector3&,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SphericalHarmonicsL2Utils_GetL1_m74D3195EB4EBB7A3DFDEE720BF5186DC9C76FA08 (SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 ___0_sh, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___1_L1_R, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___2_L1_G, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___3_L1_B, const RuntimeMethod* method) { { // L1_R = new Vector3(sh[0, 1], // sh[0, 2], // sh[0, 3]); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_0 = ___1_L1_R; float L_1; L_1 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 0, 1, NULL); float L_2; L_2 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 0, 2, NULL); float L_3; L_3 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 0, 3, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4; memset((&L_4), 0, sizeof(L_4)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_4), L_1, L_2, L_3, /*hidden argument*/NULL); *(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_0 = L_4; // L1_G = new Vector3(sh[1, 1], // sh[1, 2], // sh[1, 3]); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_5 = ___2_L1_G; float L_6; L_6 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 1, 1, NULL); float L_7; L_7 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 1, 2, NULL); float L_8; L_8 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 1, 3, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), L_6, L_7, L_8, /*hidden argument*/NULL); *(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_5 = L_9; // L1_B = new Vector3(sh[2, 1], // sh[2, 2], // sh[2, 3]); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_10 = ___3_L1_B; float L_11; L_11 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 2, 1, NULL); float L_12; L_12 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 2, 2, NULL); float L_13; L_13 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 2, 3, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14; memset((&L_14), 0, sizeof(L_14)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_14), L_11, L_12, L_13, /*hidden argument*/NULL); *(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_10 = L_14; // } return; } } // System.Void UnityEngine.Rendering.SphericalHarmonicsL2Utils::GetL2(UnityEngine.Rendering.SphericalHarmonicsL2,UnityEngine.Vector3&,UnityEngine.Vector3&,UnityEngine.Vector3&,UnityEngine.Vector3&,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SphericalHarmonicsL2Utils_GetL2_mCB1A7B68B33643C7016D921F244B810382878862 (SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 ___0_sh, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___1_L2_0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___2_L2_1, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___3_L2_2, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___4_L2_3, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___5_L2_4, const RuntimeMethod* method) { { // L2_0 = new Vector3(sh[0, 4], // sh[1, 4], // sh[2, 4]); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_0 = ___1_L2_0; float L_1; L_1 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 0, 4, NULL); float L_2; L_2 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 1, 4, NULL); float L_3; L_3 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 2, 4, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4; memset((&L_4), 0, sizeof(L_4)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_4), L_1, L_2, L_3, /*hidden argument*/NULL); *(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_0 = L_4; // L2_1 = new Vector3(sh[0, 5], // sh[1, 5], // sh[2, 5]); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_5 = ___2_L2_1; float L_6; L_6 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 0, 5, NULL); float L_7; L_7 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 1, 5, NULL); float L_8; L_8 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 2, 5, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), L_6, L_7, L_8, /*hidden argument*/NULL); *(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_5 = L_9; // L2_2 = new Vector3(sh[0, 6], // sh[1, 6], // sh[2, 6]); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_10 = ___3_L2_2; float L_11; L_11 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 0, 6, NULL); float L_12; L_12 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 1, 6, NULL); float L_13; L_13 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 2, 6, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14; memset((&L_14), 0, sizeof(L_14)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_14), L_11, L_12, L_13, /*hidden argument*/NULL); *(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_10 = L_14; // L2_3 = new Vector3(sh[0, 7], // sh[1, 7], // sh[2, 7]); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_15 = ___4_L2_3; float L_16; L_16 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 0, 7, NULL); float L_17; L_17 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 1, 7, NULL); float L_18; L_18 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 2, 7, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19; memset((&L_19), 0, sizeof(L_19)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_19), L_16, L_17, L_18, /*hidden argument*/NULL); *(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_15 = L_19; // L2_4 = new Vector3(sh[0, 8], // sh[1, 8], // sh[2, 8]); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_20 = ___5_L2_4; float L_21; L_21 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 0, 8, NULL); float L_22; L_22 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 1, 8, NULL); float L_23; L_23 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 2, 8, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_24; memset((&L_24), 0, sizeof(L_24)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_24), L_21, L_22, L_23, /*hidden argument*/NULL); *(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)L_20 = L_24; // } return; } } // System.Void UnityEngine.Rendering.SphericalHarmonicsL2Utils::SetL0(UnityEngine.Rendering.SphericalHarmonicsL2&,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SphericalHarmonicsL2Utils_SetL0_m50A13DDA58E5D883ECB837CE1CEBFD7C2518B7DE (SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* ___0_sh, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_L0, const RuntimeMethod* method) { { // sh[0, 0] = L0.x; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_0 = ___0_sh; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___1_L0; float L_2 = L_1.___x_2; SphericalHarmonicsL2_set_Item_m9378ED58D45589B2C2CA1A33D6FA32D9784732C2(L_0, 0, 0, L_2, NULL); // sh[1, 0] = L0.y; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_3 = ___0_sh; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___1_L0; float L_5 = L_4.___y_3; SphericalHarmonicsL2_set_Item_m9378ED58D45589B2C2CA1A33D6FA32D9784732C2(L_3, 1, 0, L_5, NULL); // sh[2, 0] = L0.z; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_6 = ___0_sh; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = ___1_L0; float L_8 = L_7.___z_4; SphericalHarmonicsL2_set_Item_m9378ED58D45589B2C2CA1A33D6FA32D9784732C2(L_6, 2, 0, L_8, NULL); // } return; } } // System.Void UnityEngine.Rendering.SphericalHarmonicsL2Utils::SetL1R(UnityEngine.Rendering.SphericalHarmonicsL2&,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SphericalHarmonicsL2Utils_SetL1R_m41A39B14ACDC9E1188228FAF68EB85606B45D654 (SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* ___0_sh, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_L1_R, const RuntimeMethod* method) { { // sh[0, 1] = L1_R.x; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_0 = ___0_sh; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___1_L1_R; float L_2 = L_1.___x_2; SphericalHarmonicsL2_set_Item_m9378ED58D45589B2C2CA1A33D6FA32D9784732C2(L_0, 0, 1, L_2, NULL); // sh[0, 2] = L1_R.y; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_3 = ___0_sh; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___1_L1_R; float L_5 = L_4.___y_3; SphericalHarmonicsL2_set_Item_m9378ED58D45589B2C2CA1A33D6FA32D9784732C2(L_3, 0, 2, L_5, NULL); // sh[0, 3] = L1_R.z; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_6 = ___0_sh; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = ___1_L1_R; float L_8 = L_7.___z_4; SphericalHarmonicsL2_set_Item_m9378ED58D45589B2C2CA1A33D6FA32D9784732C2(L_6, 0, 3, L_8, NULL); // } return; } } // System.Void UnityEngine.Rendering.SphericalHarmonicsL2Utils::SetL1G(UnityEngine.Rendering.SphericalHarmonicsL2&,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SphericalHarmonicsL2Utils_SetL1G_mD7B2F7B217A821C0D8CCC0750D3A0110484CE1EA (SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* ___0_sh, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_L1_G, const RuntimeMethod* method) { { // sh[1, 1] = L1_G.x; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_0 = ___0_sh; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___1_L1_G; float L_2 = L_1.___x_2; SphericalHarmonicsL2_set_Item_m9378ED58D45589B2C2CA1A33D6FA32D9784732C2(L_0, 1, 1, L_2, NULL); // sh[1, 2] = L1_G.y; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_3 = ___0_sh; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___1_L1_G; float L_5 = L_4.___y_3; SphericalHarmonicsL2_set_Item_m9378ED58D45589B2C2CA1A33D6FA32D9784732C2(L_3, 1, 2, L_5, NULL); // sh[1, 3] = L1_G.z; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_6 = ___0_sh; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = ___1_L1_G; float L_8 = L_7.___z_4; SphericalHarmonicsL2_set_Item_m9378ED58D45589B2C2CA1A33D6FA32D9784732C2(L_6, 1, 3, L_8, NULL); // } return; } } // System.Void UnityEngine.Rendering.SphericalHarmonicsL2Utils::SetL1B(UnityEngine.Rendering.SphericalHarmonicsL2&,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SphericalHarmonicsL2Utils_SetL1B_m74AB6FCB78C3D33FC8596937C778138D19F0D710 (SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* ___0_sh, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_L1_B, const RuntimeMethod* method) { { // sh[2, 1] = L1_B.x; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_0 = ___0_sh; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___1_L1_B; float L_2 = L_1.___x_2; SphericalHarmonicsL2_set_Item_m9378ED58D45589B2C2CA1A33D6FA32D9784732C2(L_0, 2, 1, L_2, NULL); // sh[2, 2] = L1_B.y; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_3 = ___0_sh; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___1_L1_B; float L_5 = L_4.___y_3; SphericalHarmonicsL2_set_Item_m9378ED58D45589B2C2CA1A33D6FA32D9784732C2(L_3, 2, 2, L_5, NULL); // sh[2, 3] = L1_B.z; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_6 = ___0_sh; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = ___1_L1_B; float L_8 = L_7.___z_4; SphericalHarmonicsL2_set_Item_m9378ED58D45589B2C2CA1A33D6FA32D9784732C2(L_6, 2, 3, L_8, NULL); // } return; } } // System.Void UnityEngine.Rendering.SphericalHarmonicsL2Utils::SetL1(UnityEngine.Rendering.SphericalHarmonicsL2&,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SphericalHarmonicsL2Utils_SetL1_mDF41120727021E6B6D47D5BE5646F556B346018E (SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* ___0_sh, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_L1_R, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_L1_G, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___3_L1_B, const RuntimeMethod* method) { { // SetL1R(ref sh, L1_R); SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_0 = ___0_sh; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___1_L1_R; SphericalHarmonicsL2Utils_SetL1R_m41A39B14ACDC9E1188228FAF68EB85606B45D654(L_0, L_1, NULL); // SetL1G(ref sh, L1_G); SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_2 = ___0_sh; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___2_L1_G; SphericalHarmonicsL2Utils_SetL1G_mD7B2F7B217A821C0D8CCC0750D3A0110484CE1EA(L_2, L_3, NULL); // SetL1B(ref sh, L1_B); SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_4 = ___0_sh; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = ___3_L1_B; SphericalHarmonicsL2Utils_SetL1B_m74AB6FCB78C3D33FC8596937C778138D19F0D710(L_4, L_5, NULL); // } return; } } // System.Void UnityEngine.Rendering.SphericalHarmonicsL2Utils::SetCoefficient(UnityEngine.Rendering.SphericalHarmonicsL2&,System.Int32,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SphericalHarmonicsL2Utils_SetCoefficient_m50235CBA2583343B517481048EFDBBC4DB0EA2BC (SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* ___0_sh, int32_t ___1_index, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_coefficient, const RuntimeMethod* method) { { // sh[0, index] = coefficient.x; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_0 = ___0_sh; int32_t L_1 = ___1_index; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___2_coefficient; float L_3 = L_2.___x_2; SphericalHarmonicsL2_set_Item_m9378ED58D45589B2C2CA1A33D6FA32D9784732C2(L_0, 0, L_1, L_3, NULL); // sh[1, index] = coefficient.y; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_4 = ___0_sh; int32_t L_5 = ___1_index; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___2_coefficient; float L_7 = L_6.___y_3; SphericalHarmonicsL2_set_Item_m9378ED58D45589B2C2CA1A33D6FA32D9784732C2(L_4, 1, L_5, L_7, NULL); // sh[2, index] = coefficient.z; SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2* L_8 = ___0_sh; int32_t L_9 = ___1_index; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___2_coefficient; float L_11 = L_10.___z_4; SphericalHarmonicsL2_set_Item_m9378ED58D45589B2C2CA1A33D6FA32D9784732C2(L_8, 2, L_9, L_11, NULL); // } return; } } // UnityEngine.Vector3 UnityEngine.Rendering.SphericalHarmonicsL2Utils::GetCoefficient(UnityEngine.Rendering.SphericalHarmonicsL2,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 SphericalHarmonicsL2Utils_GetCoefficient_mC2783832E5F648BD32C17C0FFB391C5007F1D9E0 (SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 ___0_sh, int32_t ___1_index, const RuntimeMethod* method) { { // return new Vector3(sh[0, index], sh[1, index], sh[2, index]); int32_t L_0 = ___1_index; float L_1; L_1 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 0, L_0, NULL); int32_t L_2 = ___1_index; float L_3; L_3 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 1, L_2, NULL); int32_t L_4 = ___1_index; float L_5; L_5 = SphericalHarmonicsL2_get_Item_m4B9EF62E01AA7FD8A5DEB222618CDA17A7AE5901((&___0_sh), 2, L_4, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6; memset((&L_6), 0, sizeof(L_6)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_6), L_1, L_3, L_5, /*hidden argument*/NULL); return L_6; } } // System.Void UnityEngine.Rendering.SphericalHarmonicsL2Utils::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SphericalHarmonicsL2Utils__ctor_mCA9870FBB489F77FBE19972A417C82C6667FFA15 (SphericalHarmonicsL2Utils_tA927960133FD8E249B3CA2E90EE3AF39B22FDF42* __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.Rendering.LensFlareCommonSRP::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareCommonSRP__ctor_mEAF401FE46DBA464540579E301B041E379D61B22 (LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* __this, const RuntimeMethod* method) { { // private LensFlareCommonSRP() Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // } return; } } // System.Void UnityEngine.Rendering.LensFlareCommonSRP::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareCommonSRP_Initialize_mE8F317D590583EC37DE95D53A9A30695E5635C67 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureXR_tB3A225CF8C32F06F290405118D16AE7F07ADE14B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // if (occlusionRT == null && mergeNeeded > 0) il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___occlusionRT_6; if (L_0) { goto IL_0047; } } { il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); int32_t L_1 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___mergeNeeded_5; if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0047; } } { // occlusionRT = RTHandles.Alloc(width: maxLensFlareWithOcclusion, height: maxLensFlareWithOcclusionTemporalSample + 1 * mergeNeeded, colorFormat: Experimental.Rendering.GraphicsFormat.R16_SFloat, enableRandomWrite: true, dimension: TextureXR.dimension); il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); int32_t L_2 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___maxLensFlareWithOcclusion_3; int32_t L_3 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___maxLensFlareWithOcclusionTemporalSample_4; int32_t L_4 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___mergeNeeded_5; il2cpp_codegen_runtime_class_init_inline(TextureXR_tB3A225CF8C32F06F290405118D16AE7F07ADE14B_il2cpp_TypeInfo_var); int32_t L_5; L_5 = TextureXR_get_dimension_m1FEDB3FB100070102EE907FAE16672FB6BF04AF0(NULL); il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6; L_6 = RTHandles_Alloc_mBE00CEEDE8CC5D0BBF6BCB2CBE63A10C4BBE311D(L_2, ((int32_t)il2cpp_codegen_add(L_3, L_4)), 1, 0, ((int32_t)45), 0, 0, L_5, (bool)1, (bool)0, (bool)1, (bool)0, 1, (0.0f), 1, (bool)0, (bool)0, 0, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL); ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___occlusionRT_6 = L_6; Il2CppCodeGenWriteBarrier((void**)(&((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___occlusionRT_6), (void*)L_6); } IL_0047: { // } return; } } // System.Void UnityEngine.Rendering.LensFlareCommonSRP::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareCommonSRP_Dispose_m47C9B356CA957CCA280D7E48F74D35B0F0344B69 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (occlusionRT != null) il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___occlusionRT_6; if (!L_0) { goto IL_0017; } } { // RTHandles.Release(occlusionRT); il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___occlusionRT_6; il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); RTHandles_Release_m21765673C17AE3696BEC5FC15732F97F44039283(L_1, NULL); // occlusionRT = null; ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___occlusionRT_6 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___occlusionRT_6), (void*)(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL); } IL_0017: { // } return; } } // UnityEngine.Rendering.LensFlareCommonSRP UnityEngine.Rendering.LensFlareCommonSRP::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* LensFlareCommonSRP_get_Instance_mF64DA65427B459BE5C9A648FAA697AE8B6DD479B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; { // if (m_Instance == null) il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* L_0 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___m_Instance_0; if (L_0) { goto IL_0034; } } { // lock (m_Padlock) il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); RuntimeObject* L_1 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___m_Padlock_1; V_0 = L_1; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_002a: {// begin finally (depth: 1) { bool L_2 = V_1; if (!L_2) { goto IL_0033; } } { RuntimeObject* L_3 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_3, NULL); } IL_0033: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_4 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_4, (&V_1), NULL); // if (m_Instance == null) il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* L_5 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___m_Instance_0; if (L_5) { goto IL_0028_1; } } { // m_Instance = new LensFlareCommonSRP(); LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* L_6 = (LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135*)il2cpp_codegen_object_new(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); NullCheck(L_6); LensFlareCommonSRP__ctor_mEAF401FE46DBA464540579E301B041E379D61B22(L_6, NULL); il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___m_Instance_0 = L_6; Il2CppCodeGenWriteBarrier((void**)(&((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___m_Instance_0), (void*)L_6); } IL_0028_1: { // } goto IL_0034; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0034: { // return m_Instance; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* L_7 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___m_Instance_0; return L_7; } } // System.Collections.Generic.List`1 UnityEngine.Rendering.LensFlareCommonSRP::get_Data() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tC024320491AC06EBF0986C13544616E79D860B9A* LensFlareCommonSRP_get_Data_m8F84F362041F41CF248027CFA39F4E9DFB3EAC06 (LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private System.Collections.Generic.List Data { get { return LensFlareCommonSRP.m_Data; } } il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); List_1_tC024320491AC06EBF0986C13544616E79D860B9A* L_0 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___m_Data_2; return L_0; } } // System.Collections.Generic.List`1 UnityEngine.Rendering.LensFlareCommonSRP::GetData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tC024320491AC06EBF0986C13544616E79D860B9A* LensFlareCommonSRP_GetData_m26A28FEF8B7E0EE038B730DAB917BC9DE1D1D558 (LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* __this, const RuntimeMethod* method) { { // return Data; List_1_tC024320491AC06EBF0986C13544616E79D860B9A* L_0; L_0 = LensFlareCommonSRP_get_Data_m8F84F362041F41CF248027CFA39F4E9DFB3EAC06_inline(__this, NULL); return L_0; } } // System.Boolean UnityEngine.Rendering.LensFlareCommonSRP::IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LensFlareCommonSRP_IsEmpty_m10C9D536E29439EA829486AA85748609DD7106E0 (LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m197372F0892144AF02BFCDEB44B8B4BD73F583C2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return Data.Count == 0; List_1_tC024320491AC06EBF0986C13544616E79D860B9A* L_0; L_0 = LensFlareCommonSRP_get_Data_m8F84F362041F41CF248027CFA39F4E9DFB3EAC06_inline(__this, NULL); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_m197372F0892144AF02BFCDEB44B8B4BD73F583C2_inline(L_0, List_1_get_Count_m197372F0892144AF02BFCDEB44B8B4BD73F583C2_RuntimeMethod_var); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } // System.Void UnityEngine.Rendering.LensFlareCommonSRP::AddData(UnityEngine.Rendering.LensFlareComponentSRP) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareCommonSRP_AddData_m1E33BD73205092DB2D140BAAC48383303BCBCA72 (LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* __this, LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* ___0_newData, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m53E45FA09590D57B09F24D3B7FFC65DCDD38E70C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m14286E6FC0B776CB48D1294F04395B1E52A8AD18_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (!m_Data.Contains(newData)) il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); List_1_tC024320491AC06EBF0986C13544616E79D860B9A* L_0 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___m_Data_2; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_1 = ___0_newData; NullCheck(L_0); bool L_2; L_2 = List_1_Contains_m14286E6FC0B776CB48D1294F04395B1E52A8AD18(L_0, L_1, List_1_Contains_m14286E6FC0B776CB48D1294F04395B1E52A8AD18_RuntimeMethod_var); if (L_2) { goto IL_0018; } } { // m_Data.Add(newData); il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); List_1_tC024320491AC06EBF0986C13544616E79D860B9A* L_3 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___m_Data_2; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_4 = ___0_newData; NullCheck(L_3); List_1_Add_m53E45FA09590D57B09F24D3B7FFC65DCDD38E70C_inline(L_3, L_4, List_1_Add_m53E45FA09590D57B09F24D3B7FFC65DCDD38E70C_RuntimeMethod_var); } IL_0018: { // } return; } } // System.Single UnityEngine.Rendering.LensFlareCommonSRP::ShapeAttenuationPointLight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareCommonSRP_ShapeAttenuationPointLight_m4150B52B763097665D45A6705BA6C6C5422451D6 (const RuntimeMethod* method) { { // return 1.0f; return (1.0f); } } // System.Single UnityEngine.Rendering.LensFlareCommonSRP::ShapeAttenuationDirLight(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareCommonSRP_ShapeAttenuationDirLight_m8D55129898412D0D60A6827F4BF3C7B2E20465E6 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_forward, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_wo, const RuntimeMethod* method) { { // return Mathf.Max(Vector3.Dot(forward, wo), 0.0f); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_forward; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___1_wo; float L_2; L_2 = Vector3_Dot_mBB86BB940AA0A32FA7D3C02AC42E5BC7095A5D52_inline(L_0, L_1, NULL); float L_3; L_3 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_2, (0.0f), NULL); return L_3; } } // System.Single UnityEngine.Rendering.LensFlareCommonSRP::ShapeAttenuationSpotConeLight(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareCommonSRP_ShapeAttenuationSpotConeLight_m5A146E8B6D38C860F5B0C5D40E337EEF3F054296 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_forward, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_wo, float ___2_spotAngle, float ___3_innerSpotPercent01, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; { // float outerDot = Mathf.Max(Mathf.Cos(0.5f * spotAngle * Mathf.Deg2Rad), 0.0f); float L_0 = ___2_spotAngle; float L_1; L_1 = cosf(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply((0.5f), L_0)), (0.0174532924f)))); float L_2; L_2 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_1, (0.0f), NULL); V_0 = L_2; // float innerDot = Mathf.Max(Mathf.Cos(0.5f * spotAngle * Mathf.Deg2Rad * innerSpotPercent01), 0.0f); float L_3 = ___2_spotAngle; float L_4 = ___3_innerSpotPercent01; float L_5; L_5 = cosf(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply((0.5f), L_3)), (0.0174532924f))), L_4))); float L_6; L_6 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_5, (0.0f), NULL); V_1 = L_6; // float dot = Mathf.Max(Vector3.Dot(forward, wo), 0.0f); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = ___0_forward; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___1_wo; float L_9; L_9 = Vector3_Dot_mBB86BB940AA0A32FA7D3C02AC42E5BC7095A5D52_inline(L_7, L_8, NULL); float L_10; L_10 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_9, (0.0f), NULL); // return Mathf.Clamp01((dot - outerDot) / (innerDot - outerDot)); float L_11 = V_0; float L_12 = V_1; float L_13 = V_0; float L_14; L_14 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(((float)(((float)il2cpp_codegen_subtract(L_10, L_11))/((float)il2cpp_codegen_subtract(L_12, L_13)))), NULL); return L_14; } } // System.Single UnityEngine.Rendering.LensFlareCommonSRP::ShapeAttenuationSpotBoxLight(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareCommonSRP_ShapeAttenuationSpotBoxLight_m8AAB01A3F507E1CE2DAC84CE824F800602D4A008 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_forward, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_wo, const RuntimeMethod* method) { { // return Mathf.Max(Mathf.Sign(Vector3.Dot(forward, wo)), 0.0f); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_forward; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___1_wo; float L_2; L_2 = Vector3_Dot_mBB86BB940AA0A32FA7D3C02AC42E5BC7095A5D52_inline(L_0, L_1, NULL); float L_3; L_3 = Mathf_Sign_m42EE1F0BC041AF14F89DED7F762BE996E2C50D8A_inline(L_2, NULL); float L_4; L_4 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_3, (0.0f), NULL); return L_4; } } // System.Single UnityEngine.Rendering.LensFlareCommonSRP::ShapeAttenuationSpotPyramidLight(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareCommonSRP_ShapeAttenuationSpotPyramidLight_mEE0C4459BC4B700EB262056176E6F0514CA5A1F7 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_forward, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_wo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return ShapeAttenuationSpotBoxLight(forward, wo); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_forward; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___1_wo; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); float L_2; L_2 = LensFlareCommonSRP_ShapeAttenuationSpotBoxLight_m8AAB01A3F507E1CE2DAC84CE824F800602D4A008(L_0, L_1, NULL); return L_2; } } // System.Single UnityEngine.Rendering.LensFlareCommonSRP::ShapeAttenuationAreaTubeLight(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareCommonSRP_ShapeAttenuationAreaTubeLight_mD61CB2068A02CD67DCDB7ECDFD194B5B0A57B49F (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lightPositionWS, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_lightSide, float ___2_lightWidth, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___3_cam, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2; memset((&V_2), 0, sizeof(V_2)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_3; memset((&V_3), 0, sizeof(V_3)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_4; memset((&V_4), 0, sizeof(V_4)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_5; memset((&V_5), 0, sizeof(V_5)); float V_6 = 0.0f; float V_7 = 0.0f; { // Vector3 p1Global = lightPositionWS + lightSide * lightWidth * 0.5f; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_lightPositionWS; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___1_lightSide; float L_2 = ___2_lightWidth; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3; L_3 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_1, L_2, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4; L_4 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_3, (0.5f), NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5; L_5 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_0, L_4, NULL); V_0 = L_5; // Vector3 p2Global = lightPositionWS - lightSide * lightWidth * 0.5f; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_lightPositionWS; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = ___1_lightSide; float L_8 = ___2_lightWidth; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9; L_9 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_7, L_8, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10; L_10 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_9, (0.5f), NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11; L_11 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_6, L_10, NULL); V_1 = L_11; // Vector3 p1Front = lightPositionWS + cam.transform.right * lightWidth * 0.5f; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12 = ___0_lightPositionWS; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_13 = ___3_cam; NullCheck(L_13); Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_14; L_14 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_13, NULL); NullCheck(L_14); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15; L_15 = Transform_get_right_mC6DC057C23313802E2186A9E0DB760D795A758A4(L_14, NULL); float L_16 = ___2_lightWidth; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17; L_17 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_15, L_16, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_18; L_18 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_17, (0.5f), NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19; L_19 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_12, L_18, NULL); V_2 = L_19; // Vector3 p2Front = lightPositionWS - cam.transform.right * lightWidth * 0.5f; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_20 = ___0_lightPositionWS; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_21 = ___3_cam; NullCheck(L_21); Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_22; L_22 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_21, NULL); NullCheck(L_22); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_23; L_23 = Transform_get_right_mC6DC057C23313802E2186A9E0DB760D795A758A4(L_22, NULL); float L_24 = ___2_lightWidth; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_25; L_25 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_23, L_24, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_26; L_26 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_25, (0.5f), NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_27; L_27 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_20, L_26, NULL); V_3 = L_27; // Vector3 p1World = cam.transform.InverseTransformPoint(p1Global); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_28 = ___3_cam; NullCheck(L_28); Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_29; L_29 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_28, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_30 = V_0; NullCheck(L_29); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_31; L_31 = Transform_InverseTransformPoint_m18CD395144D9C78F30E15A5B82B6670E792DBA5D(L_29, L_30, NULL); // Vector3 p2World = cam.transform.InverseTransformPoint(p2Global); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_32 = ___3_cam; NullCheck(L_32); Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_33; L_33 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_32, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_34 = V_1; NullCheck(L_33); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_35; L_35 = Transform_InverseTransformPoint_m18CD395144D9C78F30E15A5B82B6670E792DBA5D(L_33, L_34, NULL); V_4 = L_35; // Vector3 p1WorldFront = cam.transform.InverseTransformPoint(p1Front); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_36 = ___3_cam; NullCheck(L_36); Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_37; L_37 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_36, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_38 = V_2; NullCheck(L_37); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_39; L_39 = Transform_InverseTransformPoint_m18CD395144D9C78F30E15A5B82B6670E792DBA5D(L_37, L_38, NULL); // Vector3 p2WorldFront = cam.transform.InverseTransformPoint(p2Front); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_40 = ___3_cam; NullCheck(L_40); Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_41; L_41 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_40, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_42 = V_3; NullCheck(L_41); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_43; L_43 = Transform_InverseTransformPoint_m18CD395144D9C78F30E15A5B82B6670E792DBA5D(L_41, L_42, NULL); V_5 = L_43; // float frontModulation = DiffLineIntegral(p1WorldFront, p2WorldFront); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_44 = V_5; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); float L_45; L_45 = LensFlareCommonSRP_U3CShapeAttenuationAreaTubeLightU3Eg__DiffLineIntegralU7C23_2_mDEF363554C815FD20D46D172DB3A98639A8C1832(L_39, L_44, NULL); V_6 = L_45; // float worldModulation = DiffLineIntegral(p1World, p2World); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_46 = V_4; float L_47; L_47 = LensFlareCommonSRP_U3CShapeAttenuationAreaTubeLightU3Eg__DiffLineIntegralU7C23_2_mDEF363554C815FD20D46D172DB3A98639A8C1832(L_31, L_46, NULL); V_7 = L_47; // return frontModulation > 0.0f ? worldModulation / frontModulation : 1.0f; float L_48 = V_6; if ((((float)L_48) > ((float)(0.0f)))) { goto IL_00c9; } } { return (1.0f); } IL_00c9: { float L_49 = V_7; float L_50 = V_6; return ((float)(L_49/L_50)); } } // System.Single UnityEngine.Rendering.LensFlareCommonSRP::ShapeAttenuationAreaRectangleLight(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareCommonSRP_ShapeAttenuationAreaRectangleLight_mAE4DFB4D28CF7F5EFC7DA5A8FD9FE6633167200E (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_forward, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_wo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return ShapeAttenuationDirLight(forward, wo); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_forward; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___1_wo; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); float L_2; L_2 = LensFlareCommonSRP_ShapeAttenuationDirLight_m8D55129898412D0D60A6827F4BF3C7B2E20465E6(L_0, L_1, NULL); return L_2; } } // System.Single UnityEngine.Rendering.LensFlareCommonSRP::ShapeAttenuationAreaDiscLight(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareCommonSRP_ShapeAttenuationAreaDiscLight_m3B2B6E4E422701B0C16F5AAF15E45B91086E8310 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_forward, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_wo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return ShapeAttenuationDirLight(forward, wo); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_forward; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___1_wo; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); float L_2; L_2 = LensFlareCommonSRP_ShapeAttenuationDirLight_m8D55129898412D0D60A6827F4BF3C7B2E20465E6(L_0, L_1, NULL); return L_2; } } // UnityEngine.Vector4 UnityEngine.Rendering.LensFlareCommonSRP::GetFlareData0(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Single,System.Single,UnityEngine.Vector2,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 LensFlareCommonSRP_GetFlareData0_m42AF8B99C81BA1DE6D865A6CE27185FB681163F8 (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_screenPos, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_translationScale, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___2_rayOff0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___3_vLocalScreenRatio, float ___4_angleDeg, float ___5_position, float ___6_angularOffset, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___7_positionOffset, bool ___8_autoRotate, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2; memset((&V_2), 0, sizeof(V_2)); float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_6; memset((&V_6), 0, sizeof(V_6)); { // if (!SystemInfo.graphicsUVStartsAtTop) bool L_0; L_0 = SystemInfo_get_graphicsUVStartsAtTop_m152BEEFFF20719C9EAB612AD238114BD0B3BFE4B(NULL); if (L_0) { goto IL_0021; } } { // angleDeg *= -1; float L_1 = ___4_angleDeg; ___4_angleDeg = ((float)il2cpp_codegen_multiply(L_1, (-1.0f))); // positionOffset.y *= -1; float* L_2 = (&(&___7_positionOffset)->___y_1); float* L_3 = L_2; float L_4 = *((float*)L_3); *((float*)L_3) = (float)((float)il2cpp_codegen_multiply(L_4, (-1.0f))); } IL_0021: { // float globalCos0 = Mathf.Cos(-angularOffset * Mathf.Deg2Rad); float L_5 = ___6_angularOffset; float L_6; L_6 = cosf(((float)il2cpp_codegen_multiply(((-L_5)), (0.0174532924f)))); V_0 = L_6; // float globalSin0 = Mathf.Sin(-angularOffset * Mathf.Deg2Rad); float L_7 = ___6_angularOffset; float L_8; L_8 = sinf(((float)il2cpp_codegen_multiply(((-L_7)), (0.0174532924f)))); V_1 = L_8; // Vector2 rayOff = -translationScale * (screenPos + screenPos * (position - 1.0f)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = ___1_translationScale; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10; L_10 = Vector2_op_UnaryNegation_mBA9FC53A2194EE3CC067A12D11879F695B34D6F9_inline(L_9, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11 = ___0_screenPos; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12 = ___0_screenPos; float L_13 = ___5_position; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14; L_14 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_12, ((float)il2cpp_codegen_subtract(L_13, (1.0f))), NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15; L_15 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_11, L_14, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16; L_16 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_10, L_15, NULL); V_2 = L_16; // rayOff = new Vector2(globalCos0 * rayOff.x - globalSin0 * rayOff.y, // globalSin0 * rayOff.x + globalCos0 * rayOff.y); float L_17 = V_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18 = V_2; float L_19 = L_18.___x_0; float L_20 = V_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21 = V_2; float L_22 = L_21.___y_1; float L_23 = V_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24 = V_2; float L_25 = L_24.___x_0; float L_26 = V_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_27 = V_2; float L_28 = L_27.___y_1; Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_2), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_17, L_19)), ((float)il2cpp_codegen_multiply(L_20, L_22)))), ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_23, L_25)), ((float)il2cpp_codegen_multiply(L_26, L_28)))), NULL); // float rotation = angleDeg; float L_29 = ___4_angleDeg; V_3 = L_29; // rotation += 180.0f; float L_30 = V_3; V_3 = ((float)il2cpp_codegen_add(L_30, (180.0f))); // if (autoRotate) bool L_31 = ___8_autoRotate; if (!L_31) { goto IL_00c8; } } { // Vector2 pos = (rayOff.normalized * vLocalScreenRatio) * translationScale; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_32; L_32 = Vector2_get_normalized_mF6722883AEFB5027690A778DF8ACC20F0FA65297_inline((&V_2), NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_33 = ___3_vLocalScreenRatio; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_34; L_34 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_32, L_33, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_35 = ___1_translationScale; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_36; L_36 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_34, L_35, NULL); V_6 = L_36; // rotation += -Mathf.Rad2Deg * Mathf.Atan2(pos.y, pos.x); float L_37 = V_3; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_38 = V_6; float L_39 = L_38.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_40 = V_6; float L_41 = L_40.___x_0; float L_42; L_42 = atan2f(L_39, L_41); V_3 = ((float)il2cpp_codegen_add(L_37, ((float)il2cpp_codegen_multiply((-57.2957802f), L_42)))); } IL_00c8: { // rotation *= Mathf.Deg2Rad; float L_43 = V_3; V_3 = ((float)il2cpp_codegen_multiply(L_43, (0.0174532924f))); // float localCos0 = Mathf.Cos(-rotation); float L_44 = V_3; float L_45; L_45 = cosf(((-L_44))); V_4 = L_45; // float localSin0 = Mathf.Sin(-rotation); float L_46 = V_3; float L_47; L_47 = sinf(((-L_46))); V_5 = L_47; // return new Vector4(localCos0, localSin0, positionOffset.x + rayOff0.x * translationScale.x, -positionOffset.y + rayOff0.y * translationScale.y); float L_48 = V_4; float L_49 = V_5; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_50 = ___7_positionOffset; float L_51 = L_50.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_52 = ___2_rayOff0; float L_53 = L_52.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_54 = ___1_translationScale; float L_55 = L_54.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_56 = ___7_positionOffset; float L_57 = L_56.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_58 = ___2_rayOff0; float L_59 = L_58.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_60 = ___1_translationScale; float L_61 = L_60.___y_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_62; memset((&L_62), 0, sizeof(L_62)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_62), L_48, L_49, ((float)il2cpp_codegen_add(L_51, ((float)il2cpp_codegen_multiply(L_53, L_55)))), ((float)il2cpp_codegen_add(((-L_57)), ((float)il2cpp_codegen_multiply(L_59, L_61)))), /*hidden argument*/NULL); return L_62; } } // UnityEngine.Vector2 UnityEngine.Rendering.LensFlareCommonSRP::GetLensFlareRayOffset(UnityEngine.Vector2,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 LensFlareCommonSRP_GetLensFlareRayOffset_m56B8894C489D65E95E6210FCB57C44C6F0772024 (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_screenPos, float ___1_position, float ___2_globalCos0, float ___3_globalSin0, const RuntimeMethod* method) { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); { // Vector2 rayOff = -(screenPos + screenPos * (position - 1.0f)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_screenPos; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ___0_screenPos; float L_2 = ___1_position; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3; L_3 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_1, ((float)il2cpp_codegen_subtract(L_2, (1.0f))), NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4; L_4 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_0, L_3, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5; L_5 = Vector2_op_UnaryNegation_mBA9FC53A2194EE3CC067A12D11879F695B34D6F9_inline(L_4, NULL); V_0 = L_5; // return new Vector2(globalCos0 * rayOff.x - globalSin0 * rayOff.y, // globalSin0 * rayOff.x + globalCos0 * rayOff.y); float L_6 = ___2_globalCos0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_0; float L_8 = L_7.___x_0; float L_9 = ___3_globalSin0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10 = V_0; float L_11 = L_10.___y_1; float L_12 = ___3_globalSin0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13 = V_0; float L_14 = L_13.___x_0; float L_15 = ___2_globalCos0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16 = V_0; float L_17 = L_16.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18; memset((&L_18), 0, sizeof(L_18)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_18), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_6, L_8)), ((float)il2cpp_codegen_multiply(L_9, L_11)))), ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_12, L_14)), ((float)il2cpp_codegen_multiply(L_15, L_17)))), /*hidden argument*/NULL); return L_18; } } // UnityEngine.Vector3 UnityEngine.Rendering.LensFlareCommonSRP::WorldToViewport(UnityEngine.Camera,System.Boolean,System.Boolean,UnityEngine.Matrix4x4,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 LensFlareCommonSRP_WorldToViewport_m9893674E156D4782E58E7D3ECC50655E5177E98E (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, bool ___1_isLocalLight, bool ___2_isCameraRelative, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___3_viewProjMatrix, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___4_positionWS, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (isLocalLight) bool L_0 = ___1_isLocalLight; if (!L_0) { goto IL_0018; } } { // return WorldToViewportLocal(isCameraRelative, viewProjMatrix, camera.transform.position, positionWS); bool L_1 = ___2_isCameraRelative; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_2 = ___3_viewProjMatrix; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_3 = ___0_camera; NullCheck(L_3); Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4; L_4 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_3, NULL); NullCheck(L_4); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5; L_5 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_4, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___4_positionWS; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7; L_7 = LensFlareCommonSRP_WorldToViewportLocal_mE62A301D50E28D51FA5F35332805EEE45222EC8D(L_1, L_2, L_5, L_6, NULL); return L_7; } IL_0018: { // return WorldToViewportDistance(camera, positionWS); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_8 = ___0_camera; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9 = ___4_positionWS; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10; L_10 = LensFlareCommonSRP_WorldToViewportDistance_m506662EDF6433B5038D7FC3C15F6C62FF2E522B2(L_8, L_9, NULL); return L_10; } } // UnityEngine.Vector3 UnityEngine.Rendering.LensFlareCommonSRP::WorldToViewportLocal(System.Boolean,UnityEngine.Matrix4x4,UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 LensFlareCommonSRP_WorldToViewportLocal_mE62A301D50E28D51FA5F35332805EEE45222EC8D (bool ___0_isCameraRelative, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_viewProjMatrix, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_cameraPosWS, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___3_positionWS, const RuntimeMethod* method) { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2; memset((&V_2), 0, sizeof(V_2)); { // Vector3 localPositionWS = positionWS; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___3_positionWS; V_0 = L_0; // if (isCameraRelative) bool L_1 = ___0_isCameraRelative; if (!L_1) { goto IL_000d; } } { // localPositionWS -= cameraPosWS; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = V_0; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___2_cameraPosWS; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4; L_4 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_2, L_3, NULL); V_0 = L_4; } IL_000d: { // Vector4 viewportPos4 = viewProjMatrix * localPositionWS; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_5 = ___1_viewProjMatrix; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = V_0; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_7; L_7 = Vector4_op_Implicit_m2ECA73F345A7AD84144133E9E51657204002B12D_inline(L_6, NULL); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8; L_8 = Matrix4x4_op_Multiply_m319DF5B7DD9C9499EB8A5682FA63B1AAF0EE87A4(L_5, L_7, NULL); V_1 = L_8; // Vector3 viewportPos = new Vector3(viewportPos4.x, viewportPos4.y, 0f); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9 = V_1; float L_10 = L_9.___x_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_11 = V_1; float L_12 = L_11.___y_2; Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_2), L_10, L_12, (0.0f), NULL); // viewportPos /= viewportPos4.w; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14 = V_1; float L_15 = L_14.___w_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16; L_16 = Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline(L_13, L_15, NULL); V_2 = L_16; // viewportPos.x = viewportPos.x * 0.5f + 0.5f; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17 = V_2; float L_18 = L_17.___x_2; (&V_2)->___x_2 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_18, (0.5f))), (0.5f))); // viewportPos.y = viewportPos.y * 0.5f + 0.5f; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19 = V_2; float L_20 = L_19.___y_3; (&V_2)->___y_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_20, (0.5f))), (0.5f))); // viewportPos.y = 1.0f - viewportPos.y; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_21 = V_2; float L_22 = L_21.___y_3; (&V_2)->___y_3 = ((float)il2cpp_codegen_subtract((1.0f), L_22)); // viewportPos.z = viewportPos4.w; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_23 = V_1; float L_24 = L_23.___w_4; (&V_2)->___z_4 = L_24; // return viewportPos; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_25 = V_2; return L_25; } } // UnityEngine.Vector3 UnityEngine.Rendering.LensFlareCommonSRP::WorldToViewportDistance(UnityEngine.Camera,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 LensFlareCommonSRP_WorldToViewportDistance_m506662EDF6433B5038D7FC3C15F6C62FF2E522B2 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_cam, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_positionWS, const RuntimeMethod* method) { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0; memset((&V_0), 0, sizeof(V_0)); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2; memset((&V_2), 0, sizeof(V_2)); { // Vector4 camPos = cam.worldToCameraMatrix * positionWS; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = ___0_cam; NullCheck(L_0); Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_1; L_1 = Camera_get_worldToCameraMatrix_m48E324BD76706A316A1701EFC6A3DEC7DFB2FF40(L_0, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_positionWS; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3; L_3 = Vector4_op_Implicit_m2ECA73F345A7AD84144133E9E51657204002B12D_inline(L_2, NULL); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4; L_4 = Matrix4x4_op_Multiply_m319DF5B7DD9C9499EB8A5682FA63B1AAF0EE87A4(L_1, L_3, NULL); V_0 = L_4; // Vector4 viewportPos4 = cam.projectionMatrix * camPos; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_5 = ___0_cam; NullCheck(L_5); Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_6; L_6 = Camera_get_projectionMatrix_m9B943EFDD6418528A055321E14F75F1511DD9B4A(L_5, NULL); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_7 = V_0; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8; L_8 = Matrix4x4_op_Multiply_m319DF5B7DD9C9499EB8A5682FA63B1AAF0EE87A4(L_6, L_7, NULL); V_1 = L_8; // Vector3 viewportPos = new Vector3(viewportPos4.x, viewportPos4.y, 0f); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9 = V_1; float L_10 = L_9.___x_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_11 = V_1; float L_12 = L_11.___y_2; Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_2), L_10, L_12, (0.0f), NULL); // viewportPos /= viewportPos4.w; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14 = V_1; float L_15 = L_14.___w_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16; L_16 = Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline(L_13, L_15, NULL); V_2 = L_16; // viewportPos.x = viewportPos.x * 0.5f + 0.5f; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17 = V_2; float L_18 = L_17.___x_2; (&V_2)->___x_2 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_18, (0.5f))), (0.5f))); // viewportPos.y = viewportPos.y * 0.5f + 0.5f; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19 = V_2; float L_20 = L_19.___y_3; (&V_2)->___y_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_20, (0.5f))), (0.5f))); // viewportPos.z = viewportPos4.w; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_21 = V_1; float L_22 = L_21.___w_4; (&V_2)->___z_4 = L_22; // return viewportPos; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_23 = V_2; return L_23; } } // System.Void UnityEngine.Rendering.LensFlareCommonSRP::ComputeOcclusion(UnityEngine.Material,UnityEngine.Rendering.LensFlareCommonSRP,UnityEngine.Camera,System.Single,System.Single,System.Boolean,System.Single,System.Single,System.Boolean,UnityEngine.Vector3,UnityEngine.Matrix4x4,UnityEngine.Rendering.CommandBuffer,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareCommonSRP_ComputeOcclusion_m50C45B5075F04E2ABA331064B5EB6590B7C1F7C1 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_lensFlareShader, LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* ___1_lensFlares, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___2_cam, float ___3_actualWidth, float ___4_actualHeight, bool ___5_usePanini, float ___6_paniniDistance, float ___7_paniniCropToFit, bool ___8_isCameraRelative, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___9_cameraPositionWS, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___10_viewProjMatrix, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___11_cmd, bool ___12_taaEnabled, int32_t ___13__FlareOcclusionTex, int32_t ___14__FlareOcclusionIndex, int32_t ___15__FlareTex, int32_t ___16__FlareColorValue, int32_t ___17__FlareData0, int32_t ___18__FlareData1, int32_t ___19__FlareData2, int32_t ___20__FlareData3, int32_t ___21__FlareData4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisLight_t1E68479B7782AF2050FAA02A5DC612FD034F18F3_mF4816FA12B6F220CA55D47D669D7E50DC118B9E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m052B480B24D5C097FF7B5F2E0C881FC855D67390_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m69F1268BC66F41D2FECB8F2BDF8CB31B65DCCBF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m6DC198E160CFB8A384C1426104FBA137D8FE37DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m36F8FF63DEF5EA0090402D29A674F0DA5243A431_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F98384937976CAC9029AF13C40CA246B36B2733); s_Il2CppMethodInitialized = true; } Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1; memset((&V_1), 0, sizeof(V_1)); float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; int32_t V_6 = 0; int32_t V_7 = 0; Enumerator_tC0A1E9E0FD0FAC58E7D7B27FC79F667D4572CD82 V_8; memset((&V_8), 0, sizeof(V_8)); LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* V_9 = NULL; LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* V_10 = NULL; Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* V_11 = NULL; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_12; memset((&V_12), 0, sizeof(V_12)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_13; memset((&V_13), 0, sizeof(V_13)); bool V_14 = false; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_15; memset((&V_15), 0, sizeof(V_15)); float V_16 = 0.0f; float V_17 = 0.0f; float V_18 = 0.0f; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_19; memset((&V_19), 0, sizeof(V_19)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_20; memset((&V_20), 0, sizeof(V_20)); float V_21 = 0.0f; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_22; memset((&V_22), 0, sizeof(V_22)); float V_23 = 0.0f; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_24; memset((&V_24), 0, sizeof(V_24)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_25; memset((&V_25), 0, sizeof(V_25)); float V_26 = 0.0f; float V_27 = 0.0f; float V_28 = 0.0f; float V_29 = 0.0f; float V_30 = 0.0f; float V_31 = 0.0f; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_32; memset((&V_32), 0, sizeof(V_32)); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_33; memset((&V_33), 0, sizeof(V_33)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_34; memset((&V_34), 0, sizeof(V_34)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_35; memset((&V_35), 0, sizeof(V_35)); Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_36; memset((&V_36), 0, sizeof(V_36)); int32_t G_B8_0 = 0; float G_B38_0 = 0.0f; float G_B44_0 = 0.0f; float G_B47_0 = 0.0f; int32_t G_B50_0 = 0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B50_1 = NULL; int32_t G_B49_0 = 0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B49_1 = NULL; float G_B51_0 = 0.0f; int32_t G_B51_1 = 0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B51_2 = NULL; { // if (lensFlares.IsEmpty() || occlusionRT == null) LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* L_0 = ___1_lensFlares; NullCheck(L_0); bool L_1; L_1 = LensFlareCommonSRP_IsEmpty_m10C9D536E29439EA829486AA85748609DD7106E0(L_0, NULL); if (L_1) { goto IL_000f; } } { il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_2 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___occlusionRT_6; if (L_2) { goto IL_0010; } } IL_000f: { // return; return; } IL_0010: { // Vector2 screenSize = new Vector2(actualWidth, actualHeight); float L_3 = ___3_actualWidth; float L_4 = ___4_actualHeight; Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_1), L_3, L_4, NULL); // float screenRatio = screenSize.x / screenSize.y; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = V_1; float L_6 = L_5.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_1; float L_8 = L_7.___y_1; V_2 = ((float)(L_6/L_8)); // vScreenRatio = new Vector2(screenRatio, 1.0f); float L_9 = V_2; Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_0), L_9, (1.0f), NULL); // Rendering.CoreUtils.SetRenderTarget(cmd, occlusionRT); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_10 = ___11_cmd; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_11 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___occlusionRT_6; il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); CoreUtils_SetRenderTarget_mF4745C7C50C72F6D3C0593706BE2611651583873(L_10, L_11, 0, 0, (-1), (-1), NULL); // if (!taaEnabled) bool L_12 = ___12_taaEnabled; if (L_12) { goto IL_0057; } } { // cmd.ClearRenderTarget(false, true, Color.black); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_13 = ___11_cmd; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14; L_14 = Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline(NULL); NullCheck(L_13); CommandBuffer_ClearRenderTarget_mABBE498A16DCEADCAA8F5DB50073012F74D03F14(L_13, (bool)0, (bool)1, L_14, NULL); } IL_0057: { // float dx = 1.0f / ((float)maxLensFlareWithOcclusion); il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); int32_t L_15 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___maxLensFlareWithOcclusion_3; V_3 = ((float)((1.0f)/((float)L_15))); // float dy = 1.0f / ((float)(maxLensFlareWithOcclusionTemporalSample + 1 * mergeNeeded)); int32_t L_16 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___maxLensFlareWithOcclusionTemporalSample_4; int32_t L_17 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___mergeNeeded_5; // float halfx = 0.5f / ((float)maxLensFlareWithOcclusion); int32_t L_18 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___maxLensFlareWithOcclusion_3; V_4 = ((float)((0.5f)/((float)L_18))); // float halfy = 0.5f / ((float)(maxLensFlareWithOcclusionTemporalSample + 1 * mergeNeeded)); int32_t L_19 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___maxLensFlareWithOcclusionTemporalSample_4; int32_t L_20 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___mergeNeeded_5; V_5 = ((float)((0.5f)/((float)((int32_t)il2cpp_codegen_add(L_19, L_20))))); // int taaValue = taaEnabled ? 1 : 0; bool L_21 = ___12_taaEnabled; if (L_21) { goto IL_00a0; } } { G_B8_0 = 0; goto IL_00a1; } IL_00a0: { G_B8_0 = 1; } IL_00a1: { V_6 = G_B8_0; // int occlusionIndex = 0; V_7 = 0; // foreach (LensFlareComponentSRP comp in lensFlares.GetData()) LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* L_22 = ___1_lensFlares; NullCheck(L_22); List_1_tC024320491AC06EBF0986C13544616E79D860B9A* L_23; L_23 = LensFlareCommonSRP_GetData_m26A28FEF8B7E0EE038B730DAB917BC9DE1D1D558(L_22, NULL); NullCheck(L_23); Enumerator_tC0A1E9E0FD0FAC58E7D7B27FC79F667D4572CD82 L_24; L_24 = List_1_GetEnumerator_m36F8FF63DEF5EA0090402D29A674F0DA5243A431(L_23, List_1_GetEnumerator_m36F8FF63DEF5EA0090402D29A674F0DA5243A431_RuntimeMethod_var); V_8 = L_24; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0599: {// begin finally (depth: 1) Enumerator_Dispose_m052B480B24D5C097FF7B5F2E0C881FC855D67390((&V_8), Enumerator_Dispose_m052B480B24D5C097FF7B5F2E0C881FC855D67390_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_058b_1; } IL_00b8_1: { // foreach (LensFlareComponentSRP comp in lensFlares.GetData()) LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_25; L_25 = Enumerator_get_Current_m6DC198E160CFB8A384C1426104FBA137D8FE37DA_inline((&V_8), Enumerator_get_Current_m6DC198E160CFB8A384C1426104FBA137D8FE37DA_RuntimeMethod_var); V_9 = L_25; // if (comp == null) LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_26 = V_9; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_27; L_27 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_26, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (L_27) { goto IL_058b_1; } } { // LensFlareDataSRP data = comp.lensFlareData; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_28 = V_9; NullCheck(L_28); LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* L_29; L_29 = LensFlareComponentSRP_get_lensFlareData_mD15D77ED234DE0AD076724C2F1D1826EE6D3D84A_inline(L_28, NULL); V_10 = L_29; // if (!comp.enabled || // !comp.gameObject.activeSelf || // !comp.gameObject.activeInHierarchy || // data == null || // data.elements == null || // data.elements.Length == 0 || // !comp.useOcclusion || // (comp.useOcclusion && comp.sampleCount == 0) || // comp.intensity <= 0.0f) LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_30 = V_9; NullCheck(L_30); bool L_31; L_31 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(L_30, NULL); if (!L_31) { goto IL_058b_1; } } { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_32 = V_9; NullCheck(L_32); GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_33; L_33 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_32, NULL); NullCheck(L_33); bool L_34; L_34 = GameObject_get_activeSelf_m4F3E5240E138B66AAA080EA30759A3D0517DA368(L_33, NULL); if (!L_34) { goto IL_058b_1; } } { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_35 = V_9; NullCheck(L_35); GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_36; L_36 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_35, NULL); NullCheck(L_36); bool L_37; L_37 = GameObject_get_activeInHierarchy_m49250F4F168DCC5388D5BE4F6A5681386907B109(L_36, NULL); if (!L_37) { goto IL_058b_1; } } { LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* L_38 = V_10; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_39; L_39 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_38, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (L_39) { goto IL_058b_1; } } { LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* L_40 = V_10; NullCheck(L_40); LensFlareDataElementSRPU5BU5D_t1D7EBF0AA1925339AAA0E04DCE9F1B78105B6D38* L_41 = L_40->___elements_4; if (!L_41) { goto IL_058b_1; } } { LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* L_42 = V_10; NullCheck(L_42); LensFlareDataElementSRPU5BU5D_t1D7EBF0AA1925339AAA0E04DCE9F1B78105B6D38* L_43 = L_42->___elements_4; NullCheck(L_43); if (!(((RuntimeArray*)L_43)->max_length)) { goto IL_058b_1; } } { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_44 = V_9; NullCheck(L_44); bool L_45 = L_44->___useOcclusion_12; if (!L_45) { goto IL_058b_1; } } { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_46 = V_9; NullCheck(L_46); bool L_47 = L_46->___useOcclusion_12; if (!L_47) { goto IL_014c_1; } } { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_48 = V_9; NullCheck(L_48); uint32_t L_49 = L_48->___sampleCount_14; if (!L_49) { goto IL_058b_1; } } IL_014c_1: { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_50 = V_9; NullCheck(L_50); float L_51 = L_50->___intensity_5; if ((((float)L_51) <= ((float)(0.0f)))) { goto IL_058b_1; } } { // Light light = comp.GetComponent(); LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_52 = V_9; NullCheck(L_52); Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_53; L_53 = Component_GetComponent_TisLight_t1E68479B7782AF2050FAA02A5DC612FD034F18F3_mF4816FA12B6F220CA55D47D669D7E50DC118B9E9(L_52, Component_GetComponent_TisLight_t1E68479B7782AF2050FAA02A5DC612FD034F18F3_mF4816FA12B6F220CA55D47D669D7E50DC118B9E9_RuntimeMethod_var); V_11 = L_53; // bool isDirLight = false; V_14 = (bool)0; // if (light != null && light.type == LightType.Directional) Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_54 = V_11; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_55; L_55 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_54, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_55) { goto IL_01a0_1; } } { Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_56 = V_11; NullCheck(L_56); int32_t L_57; L_57 = Light_get_type_m0D12CD1E54E010DC401F7371731D593DEF62D1C7(L_56, NULL); if ((!(((uint32_t)L_57) == ((uint32_t)1)))) { goto IL_01a0_1; } } { // positionWS = -light.transform.forward * cam.farClipPlane; Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_58 = V_11; NullCheck(L_58); Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_59; L_59 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_58, NULL); NullCheck(L_59); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_60; L_60 = Transform_get_forward_mFCFACF7165FDAB21E80E384C494DF278386CEE2F(L_59, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_61; L_61 = Vector3_op_UnaryNegation_m5450829F333BD2A88AF9A592C4EE331661225915_inline(L_60, NULL); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_62 = ___2_cam; NullCheck(L_62); float L_63; L_63 = Camera_get_farClipPlane_m1D7128B85B5DB866F75FBE8CEBA48335716B67BD(L_62, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_64; L_64 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_61, L_63, NULL); V_12 = L_64; // isDirLight = true; V_14 = (bool)1; goto IL_01ae_1; } IL_01a0_1: { // positionWS = comp.transform.position; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_65 = V_9; NullCheck(L_65); Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_66; L_66 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_65, NULL); NullCheck(L_66); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_67; L_67 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_66, NULL); V_12 = L_67; } IL_01ae_1: { // viewportPos = WorldToViewport(cam, !isDirLight, isCameraRelative, viewProjMatrix, positionWS); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_68 = ___2_cam; bool L_69 = V_14; bool L_70 = ___8_isCameraRelative; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_71 = ___10_viewProjMatrix; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_72 = V_12; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_73; L_73 = LensFlareCommonSRP_WorldToViewport_m9893674E156D4782E58E7D3ECC50655E5177E98E(L_68, (bool)((((int32_t)L_69) == ((int32_t)0))? 1 : 0), L_70, L_71, L_72, NULL); V_13 = L_73; // if (usePanini && cam == Camera.main) bool L_74 = ___5_usePanini; if (!L_74) { goto IL_01f2_1; } } { Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_75 = ___2_cam; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_76; L_76 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_77; L_77 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_75, L_76, NULL); if (!L_77) { goto IL_01f2_1; } } { // viewportPos = DoPaniniProjection(viewportPos, actualWidth, actualHeight, cam.fieldOfView, paniniCropToFit, paniniDistance); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_78 = V_13; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_79; L_79 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_78, NULL); float L_80 = ___3_actualWidth; float L_81 = ___4_actualHeight; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_82 = ___2_cam; NullCheck(L_82); float L_83; L_83 = Camera_get_fieldOfView_m9A93F17BBF89F496AE231C21817AFD1C1E833FBB(L_82, NULL); float L_84 = ___7_paniniCropToFit; float L_85 = ___6_paniniDistance; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_86; L_86 = LensFlareCommonSRP_DoPaniniProjection_m62FCA9CBE2FEABE76529873CAF389D64C7678624(L_79, L_80, L_81, L_83, L_84, L_85, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_87; L_87 = Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline(L_86, NULL); V_13 = L_87; } IL_01f2_1: { // if (viewportPos.z < 0.0f) Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_88 = V_13; float L_89 = L_88.___z_4; if ((((float)L_89) < ((float)(0.0f)))) { goto IL_058b_1; } } { // if (!comp.allowOffScreen) LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_90 = V_9; NullCheck(L_90); bool L_91 = L_90->___allowOffScreen_17; if (L_91) { goto IL_0250_1; } } { // if (viewportPos.x < 0.0f || viewportPos.x > 1.0f || // viewportPos.y < 0.0f || viewportPos.y > 1.0f) Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_92 = V_13; float L_93 = L_92.___x_2; if ((((float)L_93) < ((float)(0.0f)))) { goto IL_058b_1; } } { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_94 = V_13; float L_95 = L_94.___x_2; if ((((float)L_95) > ((float)(1.0f)))) { goto IL_058b_1; } } { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_96 = V_13; float L_97 = L_96.___y_3; if ((((float)L_97) < ((float)(0.0f)))) { goto IL_058b_1; } } { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_98 = V_13; float L_99 = L_98.___y_3; if ((((float)L_99) > ((float)(1.0f)))) { goto IL_058b_1; } } IL_0250_1: { // Vector3 diffToObject = positionWS - cameraPositionWS; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_100 = V_12; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_101 = ___9_cameraPositionWS; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_102; L_102 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_100, L_101, NULL); V_15 = L_102; // float distToObject = diffToObject.magnitude; float L_103; L_103 = Vector3_get_magnitude_mF0D6017E90B345F1F52D1CC564C640F1A847AF2D_inline((&V_15), NULL); // float coefDistSample = distToObject / comp.maxAttenuationDistance; float L_104 = L_103; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_105 = V_9; NullCheck(L_105); float L_106 = L_105->___maxAttenuationDistance_6; V_16 = ((float)(L_104/L_106)); // float coefScaleSample = distToObject / comp.maxAttenuationScale; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_107 = V_9; NullCheck(L_107); float L_108 = L_107->___maxAttenuationScale_7; V_17 = ((float)(L_104/L_108)); // float distanceAttenuation = !isDirLight && comp.distanceAttenuationCurve.length > 0 ? comp.distanceAttenuationCurve.Evaluate(coefDistSample) : 1.0f; bool L_109 = V_14; if (L_109) { goto IL_028a_1; } } { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_110 = V_9; NullCheck(L_110); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_111 = L_110->___distanceAttenuationCurve_8; NullCheck(L_111); int32_t L_112; L_112 = AnimationCurve_get_length_m259A67BB0870D3A153F6FEDBB06CB0D24089CD81(L_111, NULL); if ((((int32_t)L_112) > ((int32_t)0))) { goto IL_0291_1; } } IL_028a_1: { G_B38_0 = (1.0f); goto IL_029f_1; } IL_0291_1: { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_113 = V_9; NullCheck(L_113); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_114 = L_113->___distanceAttenuationCurve_8; float L_115 = V_16; NullCheck(L_114); float L_116; L_116 = AnimationCurve_Evaluate_m50B857043DE251A186032ADBCBB4CEF817F4EE3C(L_114, L_115, NULL); G_B38_0 = L_116; } IL_029f_1: { V_18 = G_B38_0; // float scaleByDistance = !isDirLight && comp.scaleByDistanceCurve.length >= 1 ? comp.scaleByDistanceCurve.Evaluate(coefScaleSample) : 1.0f; bool L_117 = V_14; if (L_117) { goto IL_02c3_1; } } { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_118 = V_9; NullCheck(L_118); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_119 = L_118->___scaleByDistanceCurve_9; NullCheck(L_119); int32_t L_120; L_120 = AnimationCurve_get_length_m259A67BB0870D3A153F6FEDBB06CB0D24089CD81(L_119, NULL); if ((((int32_t)L_120) < ((int32_t)1))) { goto IL_02c3_1; } } { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_121 = V_9; NullCheck(L_121); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_122 = L_121->___scaleByDistanceCurve_9; float L_123 = V_17; NullCheck(L_122); float L_124; L_124 = AnimationCurve_Evaluate_m50B857043DE251A186032ADBCBB4CEF817F4EE3C(L_122, L_123, NULL); } IL_02c3_1: { // Vector3 dir = (cam.transform.position - comp.transform.position).normalized; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_125 = ___2_cam; NullCheck(L_125); Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_126; L_126 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_125, NULL); NullCheck(L_126); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_127; L_127 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_126, NULL); LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_128 = V_9; NullCheck(L_128); Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_129; L_129 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_128, NULL); NullCheck(L_129); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_130; L_130 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_129, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_131; L_131 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_127, L_130, NULL); V_34 = L_131; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_132; L_132 = Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline((&V_34), NULL); V_19 = L_132; // Vector3 screenPosZ = WorldToViewport(cam, !isDirLight, isCameraRelative, viewProjMatrix, positionWS + dir * comp.occlusionOffset); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_133 = ___2_cam; bool L_134 = V_14; bool L_135 = ___8_isCameraRelative; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_136 = ___10_viewProjMatrix; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_137 = V_12; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_138 = V_19; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_139 = V_9; NullCheck(L_139); float L_140 = L_139->___occlusionOffset_15; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_141; L_141 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_138, L_140, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_142; L_142 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_137, L_141, NULL); il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_143; L_143 = LensFlareCommonSRP_WorldToViewport_m9893674E156D4782E58E7D3ECC50655E5177E98E(L_133, (bool)((((int32_t)L_134) == ((int32_t)0))? 1 : 0), L_135, L_136, L_142, NULL); V_20 = L_143; // float adjustedOcclusionRadius = isDirLight ? comp.celestialProjectedOcclusionRadius(cam) : comp.occlusionRadius; bool L_144 = V_14; if (L_144) { goto IL_031d_1; } } { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_145 = V_9; NullCheck(L_145); float L_146 = L_145->___occlusionRadius_13; G_B44_0 = L_146; goto IL_0325_1; } IL_031d_1: { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_147 = V_9; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_148 = ___2_cam; NullCheck(L_147); float L_149; L_149 = LensFlareComponentSRP_celestialProjectedOcclusionRadius_m1EAD56AEC83ED782CE84396FF60912005858C29B(L_147, L_148, NULL); G_B44_0 = L_149; } IL_0325_1: { V_21 = G_B44_0; // Vector2 occlusionRadiusEdgeScreenPos0 = (Vector2)viewportPos; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_150 = V_13; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_151; L_151 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_150, NULL); V_22 = L_151; // Vector2 occlusionRadiusEdgeScreenPos1 = (Vector2)WorldToViewport(cam, !isDirLight, isCameraRelative, viewProjMatrix, positionWS + cam.transform.up * adjustedOcclusionRadius); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_152 = ___2_cam; bool L_153 = V_14; bool L_154 = ___8_isCameraRelative; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_155 = ___10_viewProjMatrix; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_156 = V_12; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_157 = ___2_cam; NullCheck(L_157); Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_158; L_158 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_157, NULL); NullCheck(L_158); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_159; L_159 = Transform_get_up_mE47A9D9D96422224DD0539AA5524DA5440145BB2(L_158, NULL); float L_160 = V_21; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_161; L_161 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_159, L_160, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_162; L_162 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_156, L_161, NULL); il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_163; L_163 = LensFlareCommonSRP_WorldToViewport_m9893674E156D4782E58E7D3ECC50655E5177E98E(L_152, (bool)((((int32_t)L_153) == ((int32_t)0))? 1 : 0), L_154, L_155, L_162, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_164; L_164 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_163, NULL); // float occlusionRadius = (occlusionRadiusEdgeScreenPos1 - occlusionRadiusEdgeScreenPos0).magnitude; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_165 = V_22; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_166; L_166 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_164, L_165, NULL); V_35 = L_166; float L_167; L_167 = Vector2_get_magnitude_m5C59B4056420AEFDB291AD0914A3F675330A75CE_inline((&V_35), NULL); V_23 = L_167; // cmd.SetGlobalVector(_FlareData1, new Vector4(occlusionRadius, comp.sampleCount, screenPosZ.z, actualHeight / actualWidth)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_168 = ___11_cmd; int32_t L_169 = ___18__FlareData1; float L_170 = V_23; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_171 = V_9; NullCheck(L_171); uint32_t L_172 = L_171->___sampleCount_14; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_173 = V_20; float L_174 = L_173.___z_4; float L_175 = ___4_actualHeight; float L_176 = ___3_actualWidth; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_177; memset((&L_177), 0, sizeof(L_177)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_177), L_170, ((float)((double)(uint32_t)L_172)), L_174, ((float)(L_175/L_176)), /*hidden argument*/NULL); NullCheck(L_168); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_168, L_169, L_177, NULL); // cmd.EnableShaderKeyword("FLARE_COMPUTE_OCCLUSION"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_178 = ___11_cmd; NullCheck(L_178); CommandBuffer_EnableShaderKeyword_m9DE5732149961F1EA14B295D9E72914E1CC7DA5A(L_178, _stringLiteral2F98384937976CAC9029AF13C40CA246B36B2733, NULL); // Vector2 screenPos = new Vector2(2.0f * viewportPos.x - 1.0f, 1.0f - 2.0f * viewportPos.y); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_179 = V_13; float L_180 = L_179.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_181 = V_13; float L_182 = L_181.___y_3; Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_24), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply((2.0f), L_180)), (1.0f))), ((float)il2cpp_codegen_subtract((1.0f), ((float)il2cpp_codegen_multiply((2.0f), L_182)))), NULL); // Vector2 radPos = new Vector2(Mathf.Abs(screenPos.x), Mathf.Abs(screenPos.y)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_183 = V_24; float L_184 = L_183.___x_0; float L_185; L_185 = fabsf(L_184); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_186 = V_24; float L_187 = L_186.___y_1; float L_188; L_188 = fabsf(L_187); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_25), L_185, L_188, NULL); // float radius = Mathf.Max(radPos.x, radPos.y); // l1 norm (instead of l2 norm) Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_189 = V_25; float L_190 = L_189.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_191 = V_25; float L_192 = L_191.___y_1; float L_193; L_193 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_190, L_192, NULL); V_26 = L_193; // float radialsScaleRadius = comp.radialScreenAttenuationCurve.length > 0 ? comp.radialScreenAttenuationCurve.Evaluate(radius) : 1.0f; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_194 = V_9; NullCheck(L_194); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_195 = L_194->___radialScreenAttenuationCurve_11; NullCheck(L_195); int32_t L_196; L_196 = AnimationCurve_get_length_m259A67BB0870D3A153F6FEDBB06CB0D24089CD81(L_195, NULL); if ((((int32_t)L_196) > ((int32_t)0))) { goto IL_0416_1; } } { G_B47_0 = (1.0f); goto IL_0424_1; } IL_0416_1: { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_197 = V_9; NullCheck(L_197); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_198 = L_197->___radialScreenAttenuationCurve_11; float L_199 = V_26; NullCheck(L_198); float L_200; L_200 = AnimationCurve_Evaluate_m50B857043DE251A186032ADBCBB4CEF817F4EE3C(L_198, L_199, NULL); G_B47_0 = L_200; } IL_0424_1: { V_27 = G_B47_0; // float currentIntensity = comp.intensity * radialsScaleRadius * distanceAttenuation; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_201 = V_9; NullCheck(L_201); float L_202 = L_201->___intensity_5; float L_203 = V_27; float L_204 = V_18; // if (currentIntensity <= 0.0f) if ((((float)((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_202, L_203)), L_204))) <= ((float)(0.0f)))) { goto IL_058b_1; } } { // cmd.SetGlobalVector(_FlareOcclusionIndex, new Vector4(((float)(occlusionIndex)) * dx + halfx, halfy, 0, frameIdx + 1)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_205 = ___11_cmd; int32_t L_206 = ___14__FlareOcclusionIndex; int32_t L_207 = V_7; float L_208 = V_3; float L_209 = V_4; float L_210 = V_5; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); int32_t L_211 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___frameIdx_7; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_212; memset((&L_212), 0, sizeof(L_212)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_212), ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)L_207), L_208)), L_209)), L_210, (0.0f), ((float)((int32_t)il2cpp_codegen_add(L_211, 1))), /*hidden argument*/NULL); NullCheck(L_205); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_205, L_206, L_212, NULL); // float globalCos0 = Mathf.Cos(0.0f); float L_213; L_213 = cosf((0.0f)); V_28 = L_213; // float globalSin0 = Mathf.Sin(0.0f); float L_214; L_214 = sinf((0.0f)); V_29 = L_214; // float position = 0.0f; V_30 = (0.0f); // float usedGradientPosition = Mathf.Clamp01(1.0f - 1e-6f); float L_215; L_215 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline((0.999998987f), NULL); V_31 = L_215; // cmd.SetGlobalVector(_FlareData3, new Vector4(comp.allowOffScreen ? 1.0f : -1.0f, usedGradientPosition, Mathf.Exp(Mathf.Lerp(0.0f, 4.0f, 1.0f)), 1.0f / 3.0f)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_216 = ___11_cmd; int32_t L_217 = ___20__FlareData3; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_218 = V_9; NullCheck(L_218); bool L_219 = L_218->___allowOffScreen_17; G_B49_0 = L_217; G_B49_1 = L_216; if (L_219) { G_B50_0 = L_217; G_B50_1 = L_216; goto IL_04a1_1; } } { G_B51_0 = (-1.0f); G_B51_1 = G_B49_0; G_B51_2 = G_B49_1; goto IL_04a6_1; } IL_04a1_1: { G_B51_0 = (1.0f); G_B51_1 = G_B50_0; G_B51_2 = G_B50_1; } IL_04a6_1: { float L_220 = V_31; float L_221; L_221 = Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline((0.0f), (4.0f), (1.0f), NULL); float L_222; L_222 = expf(L_221); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_223; memset((&L_223), 0, sizeof(L_223)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_223), G_B51_0, L_220, L_222, (0.333333343f), /*hidden argument*/NULL); NullCheck(G_B51_2); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(G_B51_2, G_B51_1, L_223, NULL); // Vector2 rayOff = GetLensFlareRayOffset(screenPos, position, globalCos0, globalSin0); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_224 = V_24; float L_225 = V_30; float L_226 = V_28; float L_227 = V_29; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_228; L_228 = LensFlareCommonSRP_GetLensFlareRayOffset_m56B8894C489D65E95E6210FCB57C44C6F0772024(L_224, L_225, L_226, L_227, NULL); V_32 = L_228; // Vector4 flareData0 = GetFlareData0(screenPos, Vector2.one, rayOff, vScreenRatio, 0.0f, position, 0.0f, Vector2.zero, false); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_229 = V_24; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_230; L_230 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_231 = V_32; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_232 = V_0; float L_233 = V_30; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_234; L_234 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_235; L_235 = LensFlareCommonSRP_GetFlareData0_m42AF8B99C81BA1DE6D865A6CE27185FB681163F8(L_229, L_230, L_231, L_232, (0.0f), L_233, (0.0f), L_234, (bool)0, NULL); V_33 = L_235; // cmd.SetGlobalVector(_FlareData0, flareData0); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_236 = ___11_cmd; int32_t L_237 = ___17__FlareData0; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_238 = V_33; NullCheck(L_236); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_236, L_237, L_238, NULL); // cmd.SetGlobalVector(_FlareData2, new Vector4(screenPos.x, screenPos.y, 0.0f, 0.0f)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_239 = ___11_cmd; int32_t L_240 = ___19__FlareData2; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_241 = V_24; float L_242 = L_241.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_243 = V_24; float L_244 = L_243.___y_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_245; memset((&L_245), 0, sizeof(L_245)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_245), L_242, L_244, (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_239); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_239, L_240, L_245, NULL); // cmd.SetViewport(new Rect() { x = occlusionIndex, y = (frameIdx + 1 * mergeNeeded) * taaValue, width = 1, height = 1 }); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_246 = ___11_cmd; il2cpp_codegen_initobj((&V_36), sizeof(Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D)); int32_t L_247 = V_7; Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406((&V_36), ((float)L_247), NULL); int32_t L_248 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___frameIdx_7; int32_t L_249 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___mergeNeeded_5; int32_t L_250 = V_6; Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629((&V_36), ((float)((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(L_248, L_249)), L_250))), NULL); Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A((&V_36), (1.0f), NULL); Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03((&V_36), (1.0f), NULL); Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_251 = V_36; NullCheck(L_246); CommandBuffer_SetViewport_m3BCCABB7493369D88DB15EE43C41D9858AE2574D(L_246, L_251, NULL); // UnityEngine.Rendering.Blitter.DrawQuad(cmd, lensFlareShader, 4); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_252 = ___11_cmd; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_253 = ___0_lensFlareShader; il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var); Blitter_DrawQuad_mD349AFC8DE5261BF33122101EA99DF238352B455(L_252, L_253, 4, NULL); // ++occlusionIndex; int32_t L_254 = V_7; V_7 = ((int32_t)il2cpp_codegen_add(L_254, 1)); } IL_058b_1: { // foreach (LensFlareComponentSRP comp in lensFlares.GetData()) bool L_255; L_255 = Enumerator_MoveNext_m69F1268BC66F41D2FECB8F2BDF8CB31B65DCCBF4((&V_8), Enumerator_MoveNext_m69F1268BC66F41D2FECB8F2BDF8CB31B65DCCBF4_RuntimeMethod_var); if (L_255) { goto IL_00b8_1; } } { goto IL_05a7; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_05a7: { // ++frameIdx; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); int32_t L_256 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___frameIdx_7; ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___frameIdx_7 = ((int32_t)il2cpp_codegen_add(L_256, 1)); // frameIdx %= maxLensFlareWithOcclusionTemporalSample; int32_t L_257 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___frameIdx_7; int32_t L_258 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___maxLensFlareWithOcclusionTemporalSample_4; ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___frameIdx_7 = ((int32_t)(L_257%L_258)); // } return; } } // System.Void UnityEngine.Rendering.LensFlareCommonSRP::DoLensFlareDataDrivenCommon(UnityEngine.Material,UnityEngine.Rendering.LensFlareCommonSRP,UnityEngine.Camera,System.Single,System.Single,System.Boolean,System.Single,System.Single,System.Boolean,UnityEngine.Vector3,UnityEngine.Matrix4x4,UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,System.Func`4,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareCommonSRP_DoLensFlareDataDrivenCommon_m490AD685535866B2C088AC846DDA409356891A1C (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_lensFlareShader, LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* ___1_lensFlares, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___2_cam, float ___3_actualWidth, float ___4_actualHeight, bool ___5_usePanini, float ___6_paniniDistance, float ___7_paniniCropToFit, bool ___8_isCameraRelative, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___9_cameraPositionWS, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___10_viewProjMatrix, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___11_cmd, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___12_colorBuffer, Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* ___13_GetLensFlareLightAttenuation, int32_t ___14__FlareOcclusionTex, int32_t ___15__FlareOcclusionIndex, int32_t ___16__FlareTex, int32_t ___17__FlareColorValue, int32_t ___18__FlareData0, int32_t ___19__FlareData1, int32_t ___20__FlareData2, int32_t ___21__FlareData3, int32_t ___22__FlareData4, bool ___23_debugView, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisLight_t1E68479B7782AF2050FAA02A5DC612FD034F18F3_mF4816FA12B6F220CA55D47D669D7E50DC118B9E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m052B480B24D5C097FF7B5F2E0C881FC855D67390_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m69F1268BC66F41D2FECB8F2BDF8CB31B65DCCBF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m6DC198E160CFB8A384C1426104FBA137D8FE37DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m36F8FF63DEF5EA0090402D29A674F0DA5243A431_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4782391DCE600A9C2242D98FDEE5821F78F9DA04); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51CA655CEBF16BF68DE714ACF70DC309802DE754); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0A0AC5C57BD0D966217425882EFFECF4ED59F39); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB4733E9485630AD9DD26228E9B54A30537A03D8); s_Il2CppMethodInitialized = true; } Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1; memset((&V_1), 0, sizeof(V_1)); float V_2 = 0.0f; int32_t V_3 = 0; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_4; memset((&V_4), 0, sizeof(V_4)); Enumerator_tC0A1E9E0FD0FAC58E7D7B27FC79F667D4572CD82 V_5; memset((&V_5), 0, sizeof(V_5)); LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* V_6 = NULL; LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* V_7 = NULL; Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* V_8 = NULL; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_9; memset((&V_9), 0, sizeof(V_9)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_10; memset((&V_10), 0, sizeof(V_10)); bool V_11 = false; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_12; memset((&V_12), 0, sizeof(V_12)); float V_13 = 0.0f; float V_14 = 0.0f; float V_15 = 0.0f; float V_16 = 0.0f; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_17; memset((&V_17), 0, sizeof(V_17)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_18; memset((&V_18), 0, sizeof(V_18)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_19; memset((&V_19), 0, sizeof(V_19)); float V_20 = 0.0f; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_21; memset((&V_21), 0, sizeof(V_21)); float V_22 = 0.0f; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_23; memset((&V_23), 0, sizeof(V_23)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_24; memset((&V_24), 0, sizeof(V_24)); LensFlareDataElementSRPU5BU5D_t1D7EBF0AA1925339AAA0E04DCE9F1B78105B6D38* V_25 = NULL; int32_t V_26 = 0; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 V_27; memset((&V_27), 0, sizeof(V_27)); U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 V_28; memset((&V_28), 0, sizeof(V_28)); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_29; memset((&V_29), 0, sizeof(V_29)); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_30; memset((&V_30), 0, sizeof(V_30)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_31; memset((&V_31), 0, sizeof(V_31)); float V_32 = 0.0f; float V_33 = 0.0f; float V_34 = 0.0f; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_35 = NULL; float V_36 = 0.0f; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_37; memset((&V_37), 0, sizeof(V_37)); float V_38 = 0.0f; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_39; memset((&V_39), 0, sizeof(V_39)); float V_40 = 0.0f; int32_t V_41 = 0; int32_t V_42 = 0; float V_43 = 0.0f; float V_44 = 0.0f; float V_45 = 0.0f; float V_46 = 0.0f; float V_47 = 0.0f; float V_48 = 0.0f; float V_49 = 0.0f; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_50; memset((&V_50), 0, sizeof(V_50)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_51; memset((&V_51), 0, sizeof(V_51)); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_52; memset((&V_52), 0, sizeof(V_52)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_53; memset((&V_53), 0, sizeof(V_53)); float V_54 = 0.0f; float V_55 = 0.0f; int32_t V_56 = 0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_57; memset((&V_57), 0, sizeof(V_57)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_58; memset((&V_58), 0, sizeof(V_58)); float V_59 = 0.0f; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_60; memset((&V_60), 0, sizeof(V_60)); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_61; memset((&V_61), 0, sizeof(V_61)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_62; memset((&V_62), 0, sizeof(V_62)); State_tA37EB68FE687D41D4B228462D4C7427FAC5BF9C1 V_63; memset((&V_63), 0, sizeof(V_63)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_64; memset((&V_64), 0, sizeof(V_64)); int32_t V_65 = 0; float V_66 = 0.0f; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_67; memset((&V_67), 0, sizeof(V_67)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_68; memset((&V_68), 0, sizeof(V_68)); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_69; memset((&V_69), 0, sizeof(V_69)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_70; memset((&V_70), 0, sizeof(V_70)); float V_71 = 0.0f; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_72; memset((&V_72), 0, sizeof(V_72)); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_73; memset((&V_73), 0, sizeof(V_73)); int32_t V_74 = 0; float V_75 = 0.0f; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_76; memset((&V_76), 0, sizeof(V_76)); float V_77 = 0.0f; float V_78 = 0.0f; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_79; memset((&V_79), 0, sizeof(V_79)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_80; memset((&V_80), 0, sizeof(V_80)); float V_81 = 0.0f; float V_82 = 0.0f; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_83; memset((&V_83), 0, sizeof(V_83)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_84; memset((&V_84), 0, sizeof(V_84)); float G_B32_0 = 0.0f; float G_B36_0 = 0.0f; float G_B42_0 = 0.0f; float G_B66_0 = 0.0f; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7* G_B70_0 = NULL; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7* G_B69_0 = NULL; float G_B71_0 = 0.0f; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7* G_B71_1 = NULL; float G_B81_0 = 0.0f; int32_t G_B108_0 = 0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B108_1 = NULL; int32_t G_B107_0 = 0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B107_1 = NULL; float G_B109_0 = 0.0f; int32_t G_B109_1 = 0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B109_2 = NULL; float G_B124_0 = 0.0f; float G_B141_0 = 0.0f; float G_B144_0 = 0.0f; float G_B149_0 = 0.0f; { // if (lensFlares.IsEmpty()) LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* L_0 = ___1_lensFlares; NullCheck(L_0); bool L_1; L_1 = LensFlareCommonSRP_IsEmpty_m10C9D536E29439EA829486AA85748609DD7106E0(L_0, NULL); if (!L_1) { goto IL_0009; } } { // return; return; } IL_0009: { // Vector2 screenSize = new Vector2(actualWidth, actualHeight); float L_2 = ___3_actualWidth; float L_3 = ___4_actualHeight; Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_1), L_2, L_3, NULL); // float screenRatio = screenSize.x / screenSize.y; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = V_1; float L_5 = L_4.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = V_1; float L_7 = L_6.___y_1; V_2 = ((float)(L_5/L_7)); // vScreenRatio = new Vector2(screenRatio, 1.0f); float L_8 = V_2; Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_0), L_8, (1.0f), NULL); // Rendering.CoreUtils.SetRenderTarget(cmd, colorBuffer); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_9 = ___11_cmd; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_10 = ___12_colorBuffer; il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); CoreUtils_SetRenderTarget_m302A06DE5092281C4FEC9F6A3B4242D6CFDDE26D(L_9, L_10, 0, 0, (-1), (-1), NULL); // cmd.SetViewport(new Rect() { width = screenSize.x, height = screenSize.y }); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_11 = ___11_cmd; il2cpp_codegen_initobj((&V_4), sizeof(Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12 = V_1; float L_13 = L_12.___x_0; Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A((&V_4), L_13, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14 = V_1; float L_15 = L_14.___y_1; Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03((&V_4), L_15, NULL); Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_16 = V_4; NullCheck(L_11); CommandBuffer_SetViewport_m3BCCABB7493369D88DB15EE43C41D9858AE2574D(L_11, L_16, NULL); // if (debugView) bool L_17 = ___23_debugView; if (!L_17) { goto IL_0078; } } { // cmd.ClearRenderTarget(false, true, Color.black); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_18 = ___11_cmd; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_19; L_19 = Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline(NULL); NullCheck(L_18); CommandBuffer_ClearRenderTarget_mABBE498A16DCEADCAA8F5DB50073012F74D03F14(L_18, (bool)0, (bool)1, L_19, NULL); } IL_0078: { // int occlusionIndex = 0; V_3 = 0; // foreach (LensFlareComponentSRP comp in lensFlares.GetData()) LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* L_20 = ___1_lensFlares; NullCheck(L_20); List_1_tC024320491AC06EBF0986C13544616E79D860B9A* L_21; L_21 = LensFlareCommonSRP_GetData_m26A28FEF8B7E0EE038B730DAB917BC9DE1D1D558(L_20, NULL); NullCheck(L_21); Enumerator_tC0A1E9E0FD0FAC58E7D7B27FC79F667D4572CD82 L_22; L_22 = List_1_GetEnumerator_m36F8FF63DEF5EA0090402D29A674F0DA5243A431(L_21, List_1_GetEnumerator_m36F8FF63DEF5EA0090402D29A674F0DA5243A431_RuntimeMethod_var); V_5 = L_22; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_124e: {// begin finally (depth: 1) Enumerator_Dispose_m052B480B24D5C097FF7B5F2E0C881FC855D67390((&V_5), Enumerator_Dispose_m052B480B24D5C097FF7B5F2E0C881FC855D67390_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_1240_1; } IL_008c_1: { // foreach (LensFlareComponentSRP comp in lensFlares.GetData()) LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_23; L_23 = Enumerator_get_Current_m6DC198E160CFB8A384C1426104FBA137D8FE37DA_inline((&V_5), Enumerator_get_Current_m6DC198E160CFB8A384C1426104FBA137D8FE37DA_RuntimeMethod_var); V_6 = L_23; // if (comp == null) LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_24 = V_6; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_25; L_25 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_24, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (L_25) { goto IL_1240_1; } } { // LensFlareDataSRP data = comp.lensFlareData; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_26 = V_6; NullCheck(L_26); LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* L_27; L_27 = LensFlareComponentSRP_get_lensFlareData_mD15D77ED234DE0AD076724C2F1D1826EE6D3D84A_inline(L_26, NULL); V_7 = L_27; // if (!comp.enabled || // !comp.gameObject.activeSelf || // !comp.gameObject.activeInHierarchy || // data == null || // data.elements == null || // data.elements.Length == 0 || // comp.intensity <= 0.0f) LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_28 = V_6; NullCheck(L_28); bool L_29; L_29 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(L_28, NULL); if (!L_29) { goto IL_1240_1; } } { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_30 = V_6; NullCheck(L_30); GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_31; L_31 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_30, NULL); NullCheck(L_31); bool L_32; L_32 = GameObject_get_activeSelf_m4F3E5240E138B66AAA080EA30759A3D0517DA368(L_31, NULL); if (!L_32) { goto IL_1240_1; } } { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_33 = V_6; NullCheck(L_33); GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_34; L_34 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_33, NULL); NullCheck(L_34); bool L_35; L_35 = GameObject_get_activeInHierarchy_m49250F4F168DCC5388D5BE4F6A5681386907B109(L_34, NULL); if (!L_35) { goto IL_1240_1; } } { LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* L_36 = V_7; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_37; L_37 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_36, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (L_37) { goto IL_1240_1; } } { LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* L_38 = V_7; NullCheck(L_38); LensFlareDataElementSRPU5BU5D_t1D7EBF0AA1925339AAA0E04DCE9F1B78105B6D38* L_39 = L_38->___elements_4; if (!L_39) { goto IL_1240_1; } } { LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* L_40 = V_7; NullCheck(L_40); LensFlareDataElementSRPU5BU5D_t1D7EBF0AA1925339AAA0E04DCE9F1B78105B6D38* L_41 = L_40->___elements_4; NullCheck(L_41); if (!(((RuntimeArray*)L_41)->max_length)) { goto IL_1240_1; } } { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_42 = V_6; NullCheck(L_42); float L_43 = L_42->___intensity_5; if ((((float)L_43) <= ((float)(0.0f)))) { goto IL_1240_1; } } { // Light light = comp.GetComponent(); LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_44 = V_6; NullCheck(L_44); Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_45; L_45 = Component_GetComponent_TisLight_t1E68479B7782AF2050FAA02A5DC612FD034F18F3_mF4816FA12B6F220CA55D47D669D7E50DC118B9E9(L_44, Component_GetComponent_TisLight_t1E68479B7782AF2050FAA02A5DC612FD034F18F3_mF4816FA12B6F220CA55D47D669D7E50DC118B9E9_RuntimeMethod_var); V_8 = L_45; // bool isDirLight = false; V_11 = (bool)0; // if (light != null && light.type == LightType.Directional) Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_46 = V_8; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_47; L_47 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_46, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_47) { goto IL_0153_1; } } { Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_48 = V_8; NullCheck(L_48); int32_t L_49; L_49 = Light_get_type_m0D12CD1E54E010DC401F7371731D593DEF62D1C7(L_48, NULL); if ((!(((uint32_t)L_49) == ((uint32_t)1)))) { goto IL_0153_1; } } { // positionWS = -light.transform.forward * cam.farClipPlane; Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_50 = V_8; NullCheck(L_50); Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_51; L_51 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_50, NULL); NullCheck(L_51); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_52; L_52 = Transform_get_forward_mFCFACF7165FDAB21E80E384C494DF278386CEE2F(L_51, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_53; L_53 = Vector3_op_UnaryNegation_m5450829F333BD2A88AF9A592C4EE331661225915_inline(L_52, NULL); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_54 = ___2_cam; NullCheck(L_54); float L_55; L_55 = Camera_get_farClipPlane_m1D7128B85B5DB866F75FBE8CEBA48335716B67BD(L_54, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_56; L_56 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_53, L_55, NULL); V_9 = L_56; // isDirLight = true; V_11 = (bool)1; goto IL_0161_1; } IL_0153_1: { // positionWS = comp.transform.position; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_57 = V_6; NullCheck(L_57); Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_58; L_58 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_57, NULL); NullCheck(L_58); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_59; L_59 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_58, NULL); V_9 = L_59; } IL_0161_1: { // viewportPos = WorldToViewport(cam, !isDirLight, isCameraRelative, viewProjMatrix, positionWS); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_60 = ___2_cam; bool L_61 = V_11; bool L_62 = ___8_isCameraRelative; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_63 = ___10_viewProjMatrix; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_64 = V_9; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_65; L_65 = LensFlareCommonSRP_WorldToViewport_m9893674E156D4782E58E7D3ECC50655E5177E98E(L_60, (bool)((((int32_t)L_61) == ((int32_t)0))? 1 : 0), L_62, L_63, L_64, NULL); V_10 = L_65; // if (usePanini && cam == Camera.main) bool L_66 = ___5_usePanini; if (!L_66) { goto IL_01a5_1; } } { Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_67 = ___2_cam; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_68; L_68 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_69; L_69 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_67, L_68, NULL); if (!L_69) { goto IL_01a5_1; } } { // viewportPos = DoPaniniProjection(viewportPos, actualWidth, actualHeight, cam.fieldOfView, paniniCropToFit, paniniDistance); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_70 = V_10; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_71; L_71 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_70, NULL); float L_72 = ___3_actualWidth; float L_73 = ___4_actualHeight; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_74 = ___2_cam; NullCheck(L_74); float L_75; L_75 = Camera_get_fieldOfView_m9A93F17BBF89F496AE231C21817AFD1C1E833FBB(L_74, NULL); float L_76 = ___7_paniniCropToFit; float L_77 = ___6_paniniDistance; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_78; L_78 = LensFlareCommonSRP_DoPaniniProjection_m62FCA9CBE2FEABE76529873CAF389D64C7678624(L_71, L_72, L_73, L_75, L_76, L_77, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_79; L_79 = Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline(L_78, NULL); V_10 = L_79; } IL_01a5_1: { // if (viewportPos.z < 0.0f) Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_80 = V_10; float L_81 = L_80.___z_4; if ((((float)L_81) < ((float)(0.0f)))) { goto IL_1240_1; } } { // if (!comp.allowOffScreen) LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_82 = V_6; NullCheck(L_82); bool L_83 = L_82->___allowOffScreen_17; if (L_83) { goto IL_0203_1; } } { // if (viewportPos.x < 0.0f || viewportPos.x > 1.0f || // viewportPos.y < 0.0f || viewportPos.y > 1.0f) Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_84 = V_10; float L_85 = L_84.___x_2; if ((((float)L_85) < ((float)(0.0f)))) { goto IL_1240_1; } } { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_86 = V_10; float L_87 = L_86.___x_2; if ((((float)L_87) > ((float)(1.0f)))) { goto IL_1240_1; } } { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_88 = V_10; float L_89 = L_88.___y_3; if ((((float)L_89) < ((float)(0.0f)))) { goto IL_1240_1; } } { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_90 = V_10; float L_91 = L_90.___y_3; if ((((float)L_91) > ((float)(1.0f)))) { goto IL_1240_1; } } IL_0203_1: { // Vector3 diffToObject = positionWS - cameraPositionWS; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_92 = V_9; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_93 = ___9_cameraPositionWS; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_94; L_94 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_92, L_93, NULL); V_12 = L_94; // if (Vector3.Dot(cam.transform.forward, diffToObject) < 0.0f) Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_95 = ___2_cam; NullCheck(L_95); Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_96; L_96 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_95, NULL); NullCheck(L_96); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_97; L_97 = Transform_get_forward_mFCFACF7165FDAB21E80E384C494DF278386CEE2F(L_96, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_98 = V_12; float L_99; L_99 = Vector3_Dot_mBB86BB940AA0A32FA7D3C02AC42E5BC7095A5D52_inline(L_97, L_98, NULL); if ((((float)L_99) < ((float)(0.0f)))) { goto IL_1240_1; } } { // float distToObject = diffToObject.magnitude; float L_100; L_100 = Vector3_get_magnitude_mF0D6017E90B345F1F52D1CC564C640F1A847AF2D_inline((&V_12), NULL); // float coefDistSample = distToObject / comp.maxAttenuationDistance; float L_101 = L_100; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_102 = V_6; NullCheck(L_102); float L_103 = L_102->___maxAttenuationDistance_6; V_13 = ((float)(L_101/L_103)); // float coefScaleSample = distToObject / comp.maxAttenuationScale; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_104 = V_6; NullCheck(L_104); float L_105 = L_104->___maxAttenuationScale_7; V_14 = ((float)(L_101/L_105)); // float distanceAttenuation = !isDirLight && comp.distanceAttenuationCurve.length > 0 ? comp.distanceAttenuationCurve.Evaluate(coefDistSample) : 1.0f; bool L_106 = V_11; if (L_106) { goto IL_0259_1; } } { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_107 = V_6; NullCheck(L_107); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_108 = L_107->___distanceAttenuationCurve_8; NullCheck(L_108); int32_t L_109; L_109 = AnimationCurve_get_length_m259A67BB0870D3A153F6FEDBB06CB0D24089CD81(L_108, NULL); if ((((int32_t)L_109) > ((int32_t)0))) { goto IL_0260_1; } } IL_0259_1: { G_B32_0 = (1.0f); goto IL_026e_1; } IL_0260_1: { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_110 = V_6; NullCheck(L_110); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_111 = L_110->___distanceAttenuationCurve_8; float L_112 = V_13; NullCheck(L_111); float L_113; L_113 = AnimationCurve_Evaluate_m50B857043DE251A186032ADBCBB4CEF817F4EE3C(L_111, L_112, NULL); G_B32_0 = L_113; } IL_026e_1: { V_15 = G_B32_0; // float scaleByDistance = !isDirLight && comp.scaleByDistanceCurve.length >= 1 ? comp.scaleByDistanceCurve.Evaluate(coefScaleSample) : 1.0f; bool L_114 = V_11; if (L_114) { goto IL_0283_1; } } { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_115 = V_6; NullCheck(L_115); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_116 = L_115->___scaleByDistanceCurve_9; NullCheck(L_116); int32_t L_117; L_117 = AnimationCurve_get_length_m259A67BB0870D3A153F6FEDBB06CB0D24089CD81(L_116, NULL); if ((((int32_t)L_117) >= ((int32_t)1))) { goto IL_028a_1; } } IL_0283_1: { G_B36_0 = (1.0f); goto IL_0298_1; } IL_028a_1: { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_118 = V_6; NullCheck(L_118); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_119 = L_118->___scaleByDistanceCurve_9; float L_120 = V_14; NullCheck(L_119); float L_121; L_121 = AnimationCurve_Evaluate_m50B857043DE251A186032ADBCBB4CEF817F4EE3C(L_119, L_120, NULL); G_B36_0 = L_121; } IL_0298_1: { V_16 = G_B36_0; // Color globalColorModulation = Color.white; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_122; L_122 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL); V_17 = L_122; // if (light != null) Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_123 = V_8; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_124; L_124 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_123, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_124) { goto IL_02d3_1; } } { // if (comp.attenuationByLightShape) LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_125 = V_6; NullCheck(L_125); bool L_126 = L_125->___attenuationByLightShape_10; if (!L_126) { goto IL_02d3_1; } } { // globalColorModulation *= GetLensFlareLightAttenuation(light, cam, -diffToObject.normalized); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_127 = V_17; Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* L_128 = ___13_GetLensFlareLightAttenuation; Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_129 = V_8; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_130 = ___2_cam; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_131; L_131 = Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline((&V_12), NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_132; L_132 = Vector3_op_UnaryNegation_m5450829F333BD2A88AF9A592C4EE331661225915_inline(L_131, NULL); NullCheck(L_128); float L_133; L_133 = Func_4_Invoke_m7B3F193530578B44556A5780E88A844E42422051_inline(L_128, L_129, L_130, L_132, NULL); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_134; L_134 = Color_op_Multiply_m379B20A820266ACF82A21425B9CAE8DCD773CFBB_inline(L_127, L_133, NULL); V_17 = L_134; } IL_02d3_1: { // globalColorModulation *= distanceAttenuation; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_135 = V_17; float L_136 = V_15; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_137; L_137 = Color_op_Multiply_m379B20A820266ACF82A21425B9CAE8DCD773CFBB_inline(L_135, L_136, NULL); V_17 = L_137; // Vector3 dir = (cam.transform.position - comp.transform.position).normalized; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_138 = ___2_cam; NullCheck(L_138); Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_139; L_139 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_138, NULL); NullCheck(L_139); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_140; L_140 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_139, NULL); LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_141 = V_6; NullCheck(L_141); Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_142; L_142 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_141, NULL); NullCheck(L_142); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_143; L_143 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_142, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_144; L_144 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_140, L_143, NULL); V_23 = L_144; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_145; L_145 = Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline((&V_23), NULL); V_18 = L_145; // Vector3 screenPosZ = WorldToViewport(cam, !isDirLight, isCameraRelative, viewProjMatrix, positionWS + dir * comp.occlusionOffset); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_146 = ___2_cam; bool L_147 = V_11; bool L_148 = ___8_isCameraRelative; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_149 = ___10_viewProjMatrix; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_150 = V_9; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_151 = V_18; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_152 = V_6; NullCheck(L_152); float L_153 = L_152->___occlusionOffset_15; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_154; L_154 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_151, L_153, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_155; L_155 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_150, L_154, NULL); il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_156; L_156 = LensFlareCommonSRP_WorldToViewport_m9893674E156D4782E58E7D3ECC50655E5177E98E(L_146, (bool)((((int32_t)L_147) == ((int32_t)0))? 1 : 0), L_148, L_149, L_155, NULL); V_19 = L_156; // float adjustedOcclusionRadius = isDirLight ? comp.celestialProjectedOcclusionRadius(cam) : comp.occlusionRadius; bool L_157 = V_11; if (L_157) { goto IL_0338_1; } } { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_158 = V_6; NullCheck(L_158); float L_159 = L_158->___occlusionRadius_13; G_B42_0 = L_159; goto IL_0340_1; } IL_0338_1: { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_160 = V_6; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_161 = ___2_cam; NullCheck(L_160); float L_162; L_162 = LensFlareComponentSRP_celestialProjectedOcclusionRadius_m1EAD56AEC83ED782CE84396FF60912005858C29B(L_160, L_161, NULL); G_B42_0 = L_162; } IL_0340_1: { V_20 = G_B42_0; // Vector2 occlusionRadiusEdgeScreenPos0 = (Vector2)viewportPos; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_163 = V_10; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_164; L_164 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_163, NULL); V_21 = L_164; // Vector2 occlusionRadiusEdgeScreenPos1 = (Vector2)WorldToViewport(cam, !isDirLight, isCameraRelative, viewProjMatrix, positionWS + cam.transform.up * adjustedOcclusionRadius); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_165 = ___2_cam; bool L_166 = V_11; bool L_167 = ___8_isCameraRelative; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_168 = ___10_viewProjMatrix; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_169 = V_9; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_170 = ___2_cam; NullCheck(L_170); Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_171; L_171 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_170, NULL); NullCheck(L_171); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_172; L_172 = Transform_get_up_mE47A9D9D96422224DD0539AA5524DA5440145BB2(L_171, NULL); float L_173 = V_20; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_174; L_174 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_172, L_173, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_175; L_175 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_169, L_174, NULL); il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_176; L_176 = LensFlareCommonSRP_WorldToViewport_m9893674E156D4782E58E7D3ECC50655E5177E98E(L_165, (bool)((((int32_t)L_166) == ((int32_t)0))? 1 : 0), L_167, L_168, L_175, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_177; L_177 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_176, NULL); // float occlusionRadius = (occlusionRadiusEdgeScreenPos1 - occlusionRadiusEdgeScreenPos0).magnitude; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_178 = V_21; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_179; L_179 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_177, L_178, NULL); V_24 = L_179; float L_180; L_180 = Vector2_get_magnitude_m5C59B4056420AEFDB291AD0914A3F675330A75CE_inline((&V_24), NULL); V_22 = L_180; // cmd.SetGlobalVector(_FlareData1, new Vector4(occlusionRadius, comp.sampleCount, screenPosZ.z, actualHeight / actualWidth)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_181 = ___11_cmd; int32_t L_182 = ___19__FlareData1; float L_183 = V_22; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_184 = V_6; NullCheck(L_184); uint32_t L_185 = L_184->___sampleCount_14; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_186 = V_19; float L_187 = L_186.___z_4; float L_188 = ___4_actualHeight; float L_189 = ___3_actualWidth; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_190; memset((&L_190), 0, sizeof(L_190)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_190), L_183, ((float)((double)(uint32_t)L_185)), L_187, ((float)(L_188/L_189)), /*hidden argument*/NULL); NullCheck(L_181); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_181, L_182, L_190, NULL); // if (comp.useOcclusion) LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_191 = V_6; NullCheck(L_191); bool L_192 = L_191->___useOcclusion_12; if (!L_192) { goto IL_03c5_1; } } { // cmd.EnableShaderKeyword("FLARE_OCCLUSION"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_193 = ___11_cmd; NullCheck(L_193); CommandBuffer_EnableShaderKeyword_m9DE5732149961F1EA14B295D9E72914E1CC7DA5A(L_193, _stringLiteral51CA655CEBF16BF68DE714ACF70DC309802DE754, NULL); goto IL_03d1_1; } IL_03c5_1: { // cmd.DisableShaderKeyword("FLARE_OCCLUSION"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_194 = ___11_cmd; NullCheck(L_194); CommandBuffer_DisableShaderKeyword_m2B66FB1F672F3EE51FEA8A2CBA24AA6B7E4454BD(L_194, _stringLiteral51CA655CEBF16BF68DE714ACF70DC309802DE754, NULL); } IL_03d1_1: { // if (occlusionRT != null) il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_195 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___occlusionRT_6; if (!L_195) { goto IL_03eb_1; } } { // cmd.SetGlobalTexture(_FlareOcclusionTex, occlusionRT); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_196 = ___11_cmd; int32_t L_197 = ___14__FlareOcclusionTex; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_198 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___occlusionRT_6; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_199; L_199 = RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54(L_198, NULL); NullCheck(L_196); CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_196, L_197, L_199, NULL); } IL_03eb_1: { // cmd.SetGlobalVector(_FlareOcclusionIndex, new Vector4((float)occlusionIndex / (float)LensFlareCommonSRP.maxLensFlareWithOcclusion + 0.5f / (float)LensFlareCommonSRP.maxLensFlareWithOcclusion, 0.5f, 0, 0)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_200 = ___11_cmd; int32_t L_201 = ___15__FlareOcclusionIndex; int32_t L_202 = V_3; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); int32_t L_203 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___maxLensFlareWithOcclusion_3; int32_t L_204 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___maxLensFlareWithOcclusion_3; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_205; memset((&L_205), 0, sizeof(L_205)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_205), ((float)il2cpp_codegen_add(((float)(((float)L_202)/((float)L_203))), ((float)((0.5f)/((float)L_204))))), (0.5f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_200); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_200, L_201, L_205, NULL); // if (comp.useOcclusion && comp.sampleCount > 0) LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_206 = V_6; NullCheck(L_206); bool L_207 = L_206->___useOcclusion_12; if (!L_207) { goto IL_0435_1; } } { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_208 = V_6; NullCheck(L_208); uint32_t L_209 = L_208->___sampleCount_14; if ((!(((uint32_t)L_209) > ((uint32_t)0)))) { goto IL_0435_1; } } { // ++occlusionIndex; int32_t L_210 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_210, 1)); } IL_0435_1: { // foreach (LensFlareDataElementSRP element in data.elements) LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* L_211 = V_7; NullCheck(L_211); LensFlareDataElementSRPU5BU5D_t1D7EBF0AA1925339AAA0E04DCE9F1B78105B6D38* L_212 = L_211->___elements_4; V_25 = L_212; V_26 = 0; goto IL_1235_1; } IL_0446_1: { // foreach (LensFlareDataElementSRP element in data.elements) LensFlareDataElementSRPU5BU5D_t1D7EBF0AA1925339AAA0E04DCE9F1B78105B6D38* L_213 = V_25; int32_t L_214 = V_26; NullCheck(L_213); int32_t L_215 = L_214; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_216 = (L_213)->GetAt(static_cast(L_215)); (&V_27)->___element_0 = L_216; Il2CppCodeGenWriteBarrier((void**)(&(&V_27)->___element_0), (void*)L_216); // if (element == null || // element.visible == false || // (element.lensFlareTexture == null && element.flareType == SRPLensFlareType.Image) || // element.localIntensity <= 0.0f || // element.count <= 0 || // element.localIntensity <= 0.0f) U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_217 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_218 = L_217.___element_0; if (!L_218) { goto IL_122f_1; } } { U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_219 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_220 = L_219.___element_0; NullCheck(L_220); bool L_221 = L_220->___visible_0; if (!L_221) { goto IL_122f_1; } } { U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_222 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_223 = L_222.___element_0; NullCheck(L_223); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_224 = L_223->___lensFlareTexture_6; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_225; L_225 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_224, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_225) { goto IL_0494_1; } } { U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_226 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_227 = L_226.___element_0; NullCheck(L_227); int32_t L_228 = L_227->___flareType_16; if (!L_228) { goto IL_122f_1; } } IL_0494_1: { U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_229 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_230 = L_229.___element_0; NullCheck(L_230); float L_231; L_231 = LensFlareDataElementSRP_get_localIntensity_mA75A27674D36D591A42CACEC76E206D41DFD9925_inline(L_230, NULL); if ((((float)L_231) <= ((float)(0.0f)))) { goto IL_122f_1; } } { U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_232 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_233 = L_232.___element_0; NullCheck(L_233); int32_t L_234; L_234 = LensFlareDataElementSRP_get_count_mA7F9CBD150771F1D7B9CBF6896E8E5EF1AA72AA0_inline(L_233, NULL); if ((((int32_t)L_234) <= ((int32_t)0))) { goto IL_122f_1; } } { U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_235 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_236 = L_235.___element_0; NullCheck(L_236); float L_237; L_237 = LensFlareDataElementSRP_get_localIntensity_mA75A27674D36D591A42CACEC76E206D41DFD9925_inline(L_236, NULL); if ((((float)L_237) <= ((float)(0.0f)))) { goto IL_122f_1; } } { // Color colorModulation = globalColorModulation; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_238 = V_17; V_29 = L_238; // if (light != null && element.modulateByLightColor) Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_239 = V_8; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_240; L_240 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_239, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_240) { goto IL_052a_1; } } { U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_241 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_242 = L_241.___element_0; NullCheck(L_242); bool L_243 = L_242->___modulateByLightColor_17; if (!L_243) { goto IL_052a_1; } } { // if (light.useColorTemperature) Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_244 = V_8; NullCheck(L_244); bool L_245; L_245 = Light_get_useColorTemperature_mD76967684F904F6068B58EE78BD65001D8AFF3EF(L_244, NULL); if (!L_245) { goto IL_051a_1; } } { // colorModulation *= light.color * Mathf.CorrelatedColorTemperatureToRGB(light.colorTemperature); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_246 = V_29; Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_247 = V_8; NullCheck(L_247); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_248; L_248 = Light_get_color_mE7EB8F11BF394877B50A2F335627441889ADE536(L_247, NULL); Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_249 = V_8; NullCheck(L_249); float L_250; L_250 = Light_get_colorTemperature_mA5B7C9A5B315B27625764B8CE7EF5ADC06060B08(L_249, NULL); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_251; L_251 = Mathf_CorrelatedColorTemperatureToRGB_m595A3D1E887CD42FE21CD2893D8E377B3F44153C(L_250, NULL); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_252; L_252 = Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline(L_248, L_251, NULL); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_253; L_253 = Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline(L_246, L_252, NULL); V_29 = L_253; goto IL_052a_1; } IL_051a_1: { // colorModulation *= light.color; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_254 = V_29; Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_255 = V_8; NullCheck(L_255); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_256; L_256 = Light_get_color_mE7EB8F11BF394877B50A2F335627441889ADE536(L_255, NULL); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_257; L_257 = Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline(L_254, L_256, NULL); V_29 = L_257; } IL_052a_1: { // Color curColor = colorModulation; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_258 = V_29; V_30 = L_258; // Vector2 screenPos = new Vector2(2.0f * viewportPos.x - 1.0f, 1.0f - 2.0f * viewportPos.y); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_259 = V_10; float L_260 = L_259.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_261 = V_10; float L_262 = L_261.___y_3; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_263; memset((&L_263), 0, sizeof(L_263)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_263), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply((2.0f), L_260)), (1.0f))), ((float)il2cpp_codegen_subtract((1.0f), ((float)il2cpp_codegen_multiply((2.0f), L_262)))), /*hidden argument*/NULL); (&V_28)->___screenPos_0 = L_263; // Vector2 radPos = new Vector2(Mathf.Abs(screenPos.x), Mathf.Abs(screenPos.y)); U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_264 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_265 = L_264.___screenPos_0; float L_266 = L_265.___x_0; float L_267; L_267 = fabsf(L_266); U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_268 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_269 = L_268.___screenPos_0; float L_270 = L_269.___y_1; float L_271; L_271 = fabsf(L_270); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_31), L_267, L_271, NULL); // float radius = Mathf.Max(radPos.x, radPos.y); // l1 norm (instead of l2 norm) Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_272 = V_31; float L_273 = L_272.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_274 = V_31; float L_275 = L_274.___y_1; float L_276; L_276 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_273, L_275, NULL); V_32 = L_276; // float radialsScaleRadius = comp.radialScreenAttenuationCurve.length > 0 ? comp.radialScreenAttenuationCurve.Evaluate(radius) : 1.0f; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_277 = V_6; NullCheck(L_277); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_278 = L_277->___radialScreenAttenuationCurve_11; NullCheck(L_278); int32_t L_279; L_279 = AnimationCurve_get_length_m259A67BB0870D3A153F6FEDBB06CB0D24089CD81(L_278, NULL); if ((((int32_t)L_279) > ((int32_t)0))) { goto IL_05b4_1; } } { G_B66_0 = (1.0f); goto IL_05c2_1; } IL_05b4_1: { LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_280 = V_6; NullCheck(L_280); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_281 = L_280->___radialScreenAttenuationCurve_11; float L_282 = V_32; NullCheck(L_281); float L_283; L_283 = AnimationCurve_Evaluate_m50B857043DE251A186032ADBCBB4CEF817F4EE3C(L_281, L_282, NULL); G_B66_0 = L_283; } IL_05c2_1: { V_33 = G_B66_0; // float currentIntensity = comp.intensity * element.localIntensity * radialsScaleRadius * distanceAttenuation; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_284 = V_6; NullCheck(L_284); float L_285 = L_284->___intensity_5; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_286 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_287 = L_286.___element_0; NullCheck(L_287); float L_288; L_288 = LensFlareDataElementSRP_get_localIntensity_mA75A27674D36D591A42CACEC76E206D41DFD9925_inline(L_287, NULL); float L_289 = V_33; float L_290 = V_15; V_34 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_285, L_288)), L_289)), L_290)); // if (currentIntensity <= 0.0f) float L_291 = V_34; if ((((float)L_291) <= ((float)(0.0f)))) { goto IL_122f_1; } } { // Texture texture = element.lensFlareTexture; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_292 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_293 = L_292.___element_0; NullCheck(L_293); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_294 = L_293->___lensFlareTexture_6; V_35 = L_294; // if (element.flareType == SRPLensFlareType.Image) U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_295 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_296 = L_295.___element_0; NullCheck(L_296); int32_t L_297 = L_296->___flareType_16; if (L_297) { goto IL_0637_1; } } { // usedAspectRatio = element.preserveAspectRatio ? ((((float)texture.height) / (float)texture.width)) : 1.0f; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_298 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_299 = L_298.___element_0; NullCheck(L_299); bool L_300 = L_299->___preserveAspectRatio_11; G_B69_0 = (&V_28); if (L_300) { G_B70_0 = (&V_28); goto IL_061f_1; } } { G_B71_0 = (1.0f); G_B71_1 = G_B69_0; goto IL_0630_1; } IL_061f_1: { Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_301 = V_35; NullCheck(L_301); int32_t L_302; L_302 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_301); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_303 = V_35; NullCheck(L_303); int32_t L_304; L_304 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_303); G_B71_0 = ((float)(((float)L_302)/((float)L_304))); G_B71_1 = G_B70_0; } IL_0630_1: { G_B71_1->___usedAspectRatio_5 = G_B71_0; goto IL_0643_1; } IL_0637_1: { // usedAspectRatio = 1.0f; (&V_28)->___usedAspectRatio_5 = (1.0f); } IL_0643_1: { // float rotation = element.rotation; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_305 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_306 = L_305.___element_0; NullCheck(L_306); float L_307 = L_306->___rotation_12; V_36 = L_307; // if (element.preserveAspectRatio) U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_308 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_309 = L_308.___element_0; NullCheck(L_309); bool L_310 = L_309->___preserveAspectRatio_11; if (!L_310) { goto IL_06d3_1; } } { // if (usedAspectRatio >= 1.0f) U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_311 = V_28; float L_312 = L_311.___usedAspectRatio_5; if ((!(((float)L_312) >= ((float)(1.0f))))) { goto IL_06a0_1; } } { // elemSizeXY = new Vector2(element.sizeXY.x / usedAspectRatio, element.sizeXY.y); U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_313 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_314 = L_313.___element_0; NullCheck(L_314); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_315 = (&L_314->___sizeXY_8); float L_316 = L_315->___x_0; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_317 = V_28; float L_318 = L_317.___usedAspectRatio_5; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_319 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_320 = L_319.___element_0; NullCheck(L_320); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_321 = (&L_320->___sizeXY_8); float L_322 = L_321->___y_1; Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_37), ((float)(L_316/L_318)), L_322, NULL); goto IL_06fc_1; } IL_06a0_1: { // elemSizeXY = new Vector2(element.sizeXY.x, element.sizeXY.y * usedAspectRatio); U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_323 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_324 = L_323.___element_0; NullCheck(L_324); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_325 = (&L_324->___sizeXY_8); float L_326 = L_325->___x_0; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_327 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_328 = L_327.___element_0; NullCheck(L_328); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_329 = (&L_328->___sizeXY_8); float L_330 = L_329->___y_1; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_331 = V_28; float L_332 = L_331.___usedAspectRatio_5; Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_37), L_326, ((float)il2cpp_codegen_multiply(L_330, L_332)), NULL); goto IL_06fc_1; } IL_06d3_1: { // elemSizeXY = new Vector2(element.sizeXY.x, element.sizeXY.y); U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_333 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_334 = L_333.___element_0; NullCheck(L_334); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_335 = (&L_334->___sizeXY_8); float L_336 = L_335->___x_0; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_337 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_338 = L_337.___element_0; NullCheck(L_338); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_339 = (&L_338->___sizeXY_8); float L_340 = L_339->___y_1; Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_37), L_336, L_340, NULL); } IL_06fc_1: { // float scaleSize = 0.1f; // Arbitrary value V_38 = (0.100000001f); // Vector2 size = new Vector2(elemSizeXY.x, elemSizeXY.y); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_341 = V_37; float L_342 = L_341.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_343 = V_37; float L_344 = L_343.___y_1; Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_39), L_342, L_344, NULL); // float combinedScale = scaleByDistance * scaleSize * element.uniformScale * comp.scale; float L_345 = V_16; float L_346 = V_38; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_347 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_348 = L_347.___element_0; NullCheck(L_348); float L_349 = L_348->___uniformScale_7; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_350 = V_6; NullCheck(L_350); float L_351 = L_350->___scale_16; (&V_28)->___combinedScale_4 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_345, L_346)), L_349)), L_351)); // size *= combinedScale; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_352 = V_39; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_353 = V_28; float L_354 = L_353.___combinedScale_4; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_355; L_355 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_352, L_354, NULL); V_39 = L_355; // curColor *= element.tint; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_356 = V_30; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_357 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_358 = L_357.___element_0; NullCheck(L_358); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_359 = L_358->___tint_13; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_360; L_360 = Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline(L_356, L_359, NULL); V_30 = L_360; // curColor *= currentIntensity; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_361 = V_30; float L_362 = V_34; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_363; L_363 = Color_op_Multiply_m379B20A820266ACF82A21425B9CAE8DCD773CFBB_inline(L_361, L_362, NULL); V_30 = L_363; // float angularOffset = SystemInfo.graphicsUVStartsAtTop ? element.angularOffset : -element.angularOffset; bool L_364; L_364 = SystemInfo_get_graphicsUVStartsAtTop_m152BEEFFF20719C9EAB612AD238114BD0B3BFE4B(NULL); if (L_364) { goto IL_077f_1; } } { U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_365 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_366 = L_365.___element_0; NullCheck(L_366); float L_367 = L_366->___angularOffset_3; G_B81_0 = ((-L_367)); goto IL_078b_1; } IL_077f_1: { U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_368 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_369 = L_368.___element_0; NullCheck(L_369); float L_370 = L_369->___angularOffset_3; G_B81_0 = L_370; } IL_078b_1: { V_40 = G_B81_0; // float globalCos0 = Mathf.Cos(-angularOffset * Mathf.Deg2Rad); float L_371 = V_40; float L_372; L_372 = cosf(((float)il2cpp_codegen_multiply(((-L_371)), (0.0174532924f)))); (&V_28)->___globalCos0_2 = L_372; // float globalSin0 = Mathf.Sin(-angularOffset * Mathf.Deg2Rad); float L_373 = V_40; float L_374; L_374 = sinf(((float)il2cpp_codegen_multiply(((-L_373)), (0.0174532924f)))); (&V_28)->___globalSin0_3 = L_374; // float position = 2.0f * element.position; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_375 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_376 = L_375.___element_0; NullCheck(L_376); float L_377 = L_376->___position_1; (&V_28)->___position_1 = ((float)il2cpp_codegen_multiply((2.0f), L_377)); // SRPLensFlareBlendMode blendMode = element.blendMode; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_378 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_379 = L_378.___element_0; NullCheck(L_379); int32_t L_380 = L_379->___blendMode_14; V_41 = L_380; // if (blendMode == SRPLensFlareBlendMode.Additive) int32_t L_381 = V_41; if (L_381) { goto IL_07e7_1; } } { // materialPass = 0; V_42 = 0; goto IL_0808_1; } IL_07e7_1: { // else if (blendMode == SRPLensFlareBlendMode.Screen) int32_t L_382 = V_41; if ((!(((uint32_t)L_382) == ((uint32_t)1)))) { goto IL_07f1_1; } } { // materialPass = 1; V_42 = 1; goto IL_0808_1; } IL_07f1_1: { // else if (blendMode == SRPLensFlareBlendMode.Premultiply) int32_t L_383 = V_41; if ((!(((uint32_t)L_383) == ((uint32_t)2)))) { goto IL_07fb_1; } } { // materialPass = 2; V_42 = 2; goto IL_0808_1; } IL_07fb_1: { // else if (blendMode == SRPLensFlareBlendMode.Lerp) int32_t L_384 = V_41; if ((!(((uint32_t)L_384) == ((uint32_t)3)))) { goto IL_0805_1; } } { // materialPass = 3; V_42 = 3; goto IL_0808_1; } IL_0805_1: { // materialPass = 0; V_42 = 0; } IL_0808_1: { // if (element.flareType == SRPLensFlareType.Image) U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_385 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_386 = L_385.___element_0; NullCheck(L_386); int32_t L_387 = L_386->___flareType_16; if (L_387) { goto IL_0830_1; } } { // cmd.DisableShaderKeyword("FLARE_CIRCLE"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_388 = ___11_cmd; NullCheck(L_388); CommandBuffer_DisableShaderKeyword_m2B66FB1F672F3EE51FEA8A2CBA24AA6B7E4454BD(L_388, _stringLiteralBB4733E9485630AD9DD26228E9B54A30537A03D8, NULL); // cmd.DisableShaderKeyword("FLARE_POLYGON"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_389 = ___11_cmd; NullCheck(L_389); CommandBuffer_DisableShaderKeyword_m2B66FB1F672F3EE51FEA8A2CBA24AA6B7E4454BD(L_389, _stringLiteralA0A0AC5C57BD0D966217425882EFFECF4ED59F39, NULL); goto IL_0880_1; } IL_0830_1: { // else if (element.flareType == SRPLensFlareType.Circle) U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_390 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_391 = L_390.___element_0; NullCheck(L_391); int32_t L_392 = L_391->___flareType_16; if ((!(((uint32_t)L_392) == ((uint32_t)1)))) { goto IL_0859_1; } } { // cmd.EnableShaderKeyword("FLARE_CIRCLE"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_393 = ___11_cmd; NullCheck(L_393); CommandBuffer_EnableShaderKeyword_m9DE5732149961F1EA14B295D9E72914E1CC7DA5A(L_393, _stringLiteralBB4733E9485630AD9DD26228E9B54A30537A03D8, NULL); // cmd.DisableShaderKeyword("FLARE_POLYGON"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_394 = ___11_cmd; NullCheck(L_394); CommandBuffer_DisableShaderKeyword_m2B66FB1F672F3EE51FEA8A2CBA24AA6B7E4454BD(L_394, _stringLiteralA0A0AC5C57BD0D966217425882EFFECF4ED59F39, NULL); goto IL_0880_1; } IL_0859_1: { // else if (element.flareType == SRPLensFlareType.Polygon) U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_395 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_396 = L_395.___element_0; NullCheck(L_396); int32_t L_397 = L_396->___flareType_16; if ((!(((uint32_t)L_397) == ((uint32_t)2)))) { goto IL_0880_1; } } { // cmd.DisableShaderKeyword("FLARE_CIRCLE"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_398 = ___11_cmd; NullCheck(L_398); CommandBuffer_DisableShaderKeyword_m2B66FB1F672F3EE51FEA8A2CBA24AA6B7E4454BD(L_398, _stringLiteralBB4733E9485630AD9DD26228E9B54A30537A03D8, NULL); // cmd.EnableShaderKeyword("FLARE_POLYGON"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_399 = ___11_cmd; NullCheck(L_399); CommandBuffer_EnableShaderKeyword_m9DE5732149961F1EA14B295D9E72914E1CC7DA5A(L_399, _stringLiteralA0A0AC5C57BD0D966217425882EFFECF4ED59F39, NULL); } IL_0880_1: { // if (element.flareType == SRPLensFlareType.Circle || // element.flareType == SRPLensFlareType.Polygon) U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_400 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_401 = L_400.___element_0; NullCheck(L_401); int32_t L_402 = L_401->___flareType_16; if ((((int32_t)L_402) == ((int32_t)1))) { goto IL_089e_1; } } { U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_403 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_404 = L_403.___element_0; NullCheck(L_404); int32_t L_405 = L_404->___flareType_16; if ((!(((uint32_t)L_405) == ((uint32_t)2)))) { goto IL_08c8_1; } } IL_089e_1: { // if (element.inverseSDF) U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_406 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_407 = L_406.___element_0; NullCheck(L_407); bool L_408 = L_407->___inverseSDF_37; if (!L_408) { goto IL_08ba_1; } } { // cmd.EnableShaderKeyword("FLARE_INVERSE_SDF"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_409 = ___11_cmd; NullCheck(L_409); CommandBuffer_EnableShaderKeyword_m9DE5732149961F1EA14B295D9E72914E1CC7DA5A(L_409, _stringLiteral4782391DCE600A9C2242D98FDEE5821F78F9DA04, NULL); goto IL_08d4_1; } IL_08ba_1: { // cmd.DisableShaderKeyword("FLARE_INVERSE_SDF"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_410 = ___11_cmd; NullCheck(L_410); CommandBuffer_DisableShaderKeyword_m2B66FB1F672F3EE51FEA8A2CBA24AA6B7E4454BD(L_410, _stringLiteral4782391DCE600A9C2242D98FDEE5821F78F9DA04, NULL); goto IL_08d4_1; } IL_08c8_1: { // cmd.DisableShaderKeyword("FLARE_INVERSE_SDF"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_411 = ___11_cmd; NullCheck(L_411); CommandBuffer_DisableShaderKeyword_m2B66FB1F672F3EE51FEA8A2CBA24AA6B7E4454BD(L_411, _stringLiteral4782391DCE600A9C2242D98FDEE5821F78F9DA04, NULL); } IL_08d4_1: { // if (element.lensFlareTexture != null) U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_412 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_413 = L_412.___element_0; NullCheck(L_413); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_414 = L_413->___lensFlareTexture_6; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_415; L_415 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_414, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_415) { goto IL_0902_1; } } { // cmd.SetGlobalTexture(_FlareTex, element.lensFlareTexture); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_416 = ___11_cmd; int32_t L_417 = ___16__FlareTex; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_418 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_419 = L_418.___element_0; NullCheck(L_419); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_420 = L_419->___lensFlareTexture_6; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_421; L_421 = RenderTargetIdentifier_op_Implicit_mBF13C6AE62DCEDDEFDC1C7305BE646FE99D2F24C(L_420, NULL); NullCheck(L_416); CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_416, L_417, L_421, NULL); } IL_0902_1: { // float usedGradientPosition = Mathf.Clamp01((1.0f - element.edgeOffset) - 1e-6f); U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_422 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_423 = L_422.___element_0; NullCheck(L_423); float L_424; L_424 = LensFlareDataElementSRP_get_edgeOffset_m75804ACFA229921032474232E75DCD6E9D04DBC2_inline(L_423, NULL); float L_425; L_425 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract((1.0f), L_424)), (9.99999997E-07f))), NULL); V_43 = L_425; // if (element.flareType == SRPLensFlareType.Polygon) U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_426 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_427 = L_426.___element_0; NullCheck(L_427); int32_t L_428 = L_427->___flareType_16; if ((!(((uint32_t)L_428) == ((uint32_t)2)))) { goto IL_0944_1; } } { // usedGradientPosition = Mathf.Pow(usedGradientPosition + 1.0f, 5); float L_429 = V_43; float L_430; L_430 = powf(((float)il2cpp_codegen_add(L_429, (1.0f))), (5.0f)); V_43 = L_430; } IL_0944_1: { // float usedSDFRoundness = element.sdfRoundness; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_431 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_432 = L_431.___element_0; NullCheck(L_432); float L_433; L_433 = LensFlareDataElementSRP_get_sdfRoundness_mADCDDD25BDE1929B411DE5244C7B1DCAB3503C6E_inline(L_432, NULL); V_44 = L_433; // cmd.SetGlobalVector(_FlareData3, new Vector4(comp.allowOffScreen ? 1.0f : -1.0f, usedGradientPosition, Mathf.Exp(Mathf.Lerp(0.0f, 4.0f, Mathf.Clamp01(1.0f - element.fallOff))), 1.0f / (float)element.sideCount)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_434 = ___11_cmd; int32_t L_435 = ___21__FlareData3; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_436 = V_6; NullCheck(L_436); bool L_437 = L_436->___allowOffScreen_17; G_B107_0 = L_435; G_B107_1 = L_434; if (L_437) { G_B108_0 = L_435; G_B108_1 = L_434; goto IL_0966_1; } } { G_B109_0 = (-1.0f); G_B109_1 = G_B107_0; G_B109_2 = G_B107_1; goto IL_096b_1; } IL_0966_1: { G_B109_0 = (1.0f); G_B109_1 = G_B108_0; G_B109_2 = G_B108_1; } IL_096b_1: { float L_438 = V_43; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_439 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_440 = L_439.___element_0; NullCheck(L_440); float L_441; L_441 = LensFlareDataElementSRP_get_fallOff_m15C09E622D6F8DC6CE7853C80A4B87E1B4541CAB_inline(L_440, NULL); float L_442; L_442 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(((float)il2cpp_codegen_subtract((1.0f), L_441)), NULL); float L_443; L_443 = Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline((0.0f), (4.0f), L_442, NULL); float L_444; L_444 = expf(L_443); U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_445 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_446 = L_445.___element_0; NullCheck(L_446); int32_t L_447; L_447 = LensFlareDataElementSRP_get_sideCount_m7A462121BBCDD3AAA321F9E20680E2B7065787B2_inline(L_446, NULL); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_448; memset((&L_448), 0, sizeof(L_448)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_448), G_B109_0, L_438, L_444, ((float)((1.0f)/((float)L_447))), /*hidden argument*/NULL); NullCheck(G_B109_2); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(G_B109_2, G_B109_1, L_448, NULL); // if (element.flareType == SRPLensFlareType.Polygon) U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_449 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_450 = L_449.___element_0; NullCheck(L_450); int32_t L_451 = L_450->___flareType_16; if ((!(((uint32_t)L_451) == ((uint32_t)2)))) { goto IL_0a25_1; } } { // float invSide = 1.0f / (float)element.sideCount; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_452 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_453 = L_452.___element_0; NullCheck(L_453); int32_t L_454; L_454 = LensFlareDataElementSRP_get_sideCount_m7A462121BBCDD3AAA321F9E20680E2B7065787B2_inline(L_453, NULL); V_45 = ((float)((1.0f)/((float)L_454))); // float rCos = Mathf.Cos(Mathf.PI * invSide); float L_455 = V_45; float L_456; L_456 = cosf(((float)il2cpp_codegen_multiply((3.14159274f), L_455))); // float roundValue = rCos * usedSDFRoundness; float L_457 = L_456; float L_458 = V_44; V_46 = ((float)il2cpp_codegen_multiply(L_457, L_458)); // float r = rCos - roundValue; float L_459 = V_46; V_47 = ((float)il2cpp_codegen_subtract(L_457, L_459)); // float an = 2.0f * Mathf.PI * invSide; float L_460 = V_45; V_48 = ((float)il2cpp_codegen_multiply((6.28318548f), L_460)); // float he = r * Mathf.Tan(0.5f * an); float L_461 = V_47; float L_462 = V_48; float L_463; L_463 = tanf(((float)il2cpp_codegen_multiply((0.5f), L_462))); V_49 = ((float)il2cpp_codegen_multiply(L_461, L_463)); // cmd.SetGlobalVector(_FlareData4, new Vector4(usedSDFRoundness, r, an, he)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_464 = ___11_cmd; int32_t L_465 = ___22__FlareData4; float L_466 = V_44; float L_467 = V_47; float L_468 = V_48; float L_469 = V_49; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_470; memset((&L_470), 0, sizeof(L_470)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_470), L_466, L_467, L_468, L_469, /*hidden argument*/NULL); NullCheck(L_464); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_464, L_465, L_470, NULL); goto IL_0a44_1; } IL_0a25_1: { // cmd.SetGlobalVector(_FlareData4, new Vector4(usedSDFRoundness, 0.0f, 0.0f, 0.0f)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_471 = ___11_cmd; int32_t L_472 = ___22__FlareData4; float L_473 = V_44; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_474; memset((&L_474), 0, sizeof(L_474)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_474), L_473, (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_471); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_471, L_472, L_474, NULL); } IL_0a44_1: { // if (!element.allowMultipleElement || element.count == 1) U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_475 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_476 = L_475.___element_0; NullCheck(L_476); bool L_477 = L_476->___allowMultipleElement_9; if (!L_477) { goto IL_0a64_1; } } { U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_478 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_479 = L_478.___element_0; NullCheck(L_479); int32_t L_480; L_480 = LensFlareDataElementSRP_get_count_mA7F9CBD150771F1D7B9CBF6896E8E5EF1AA72AA0_inline(L_479, NULL); if ((!(((uint32_t)L_480) == ((uint32_t)1)))) { goto IL_0b75_1; } } IL_0a64_1: { // Vector2 localSize = size; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_481 = V_39; V_50 = L_481; // Vector2 rayOff = GetLensFlareRayOffset(screenPos, position, globalCos0, globalSin0); U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_482 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_483 = L_482.___screenPos_0; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_484 = V_28; float L_485 = L_484.___position_1; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_486 = V_28; float L_487 = L_486.___globalCos0_2; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_488 = V_28; float L_489 = L_488.___globalSin0_3; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_490; L_490 = LensFlareCommonSRP_GetLensFlareRayOffset_m56B8894C489D65E95E6210FCB57C44C6F0772024(L_483, L_485, L_487, L_489, NULL); V_51 = L_490; // if (element.enableRadialDistortion) U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_491 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_492 = L_491.___element_0; NullCheck(L_492); bool L_493 = L_492->___enableRadialDistortion_29; if (!L_493) { goto IL_0ad7_1; } } { // Vector2 rayOff0 = GetLensFlareRayOffset(screenPos, 0.0f, globalCos0, globalSin0); U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_494 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_495 = L_494.___screenPos_0; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_496 = V_28; float L_497 = L_496.___globalCos0_2; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_498 = V_28; float L_499 = L_498.___globalSin0_3; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_500; L_500 = LensFlareCommonSRP_GetLensFlareRayOffset_m56B8894C489D65E95E6210FCB57C44C6F0772024(L_495, (0.0f), L_497, L_499, NULL); V_53 = L_500; // localSize = ComputeLocalSize(rayOff, rayOff0, localSize, element.distortionCurve); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_501 = V_51; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_502 = V_53; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_503 = V_50; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_504 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_505 = L_504.___element_0; NullCheck(L_505); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_506 = L_505->___distortionCurve_31; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_507; L_507 = LensFlareCommonSRP_U3CDoLensFlareDataDrivenCommonU3Eg__ComputeLocalSizeU7C32_0_mDC689C4B511BB080A0F1341848DFDEF636E62DF5(L_501, L_502, L_503, L_506, (&V_27), (&V_28), NULL); V_50 = L_507; } IL_0ad7_1: { // Vector4 flareData0 = GetFlareData0(screenPos, element.translationScale, rayOff, vScreenRatio, rotation, position, angularOffset, element.positionOffset, element.autoRotate); U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_508 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_509 = L_508.___screenPos_0; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_510 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_511 = L_510.___element_0; NullCheck(L_511); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_512 = L_511->___translationScale_4; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_513 = V_51; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_514 = V_0; float L_515 = V_36; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_516 = V_28; float L_517 = L_516.___position_1; float L_518 = V_40; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_519 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_520 = L_519.___element_0; NullCheck(L_520); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_521 = L_520->___positionOffset_2; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_522 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_523 = L_522.___element_0; NullCheck(L_523); bool L_524 = L_523->___autoRotate_15; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_525; L_525 = LensFlareCommonSRP_GetFlareData0_m42AF8B99C81BA1DE6D865A6CE27185FB681163F8(L_509, L_512, L_513, L_514, L_515, L_517, L_518, L_521, L_524, NULL); V_52 = L_525; // cmd.SetGlobalVector(_FlareData0, flareData0); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_526 = ___11_cmd; int32_t L_527 = ___18__FlareData0; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_528 = V_52; NullCheck(L_526); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_526, L_527, L_528, NULL); // cmd.SetGlobalVector(_FlareData2, new Vector4(screenPos.x, screenPos.y, localSize.x, localSize.y)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_529 = ___11_cmd; int32_t L_530 = ___20__FlareData2; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_531 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_532 = L_531.___screenPos_0; float L_533 = L_532.___x_0; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_534 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_535 = L_534.___screenPos_0; float L_536 = L_535.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_537 = V_50; float L_538 = L_537.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_539 = V_50; float L_540 = L_539.___y_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_541; memset((&L_541), 0, sizeof(L_541)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_541), L_533, L_536, L_538, L_540, /*hidden argument*/NULL); NullCheck(L_529); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_529, L_530, L_541, NULL); // cmd.SetGlobalVector(_FlareColorValue, curColor); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_542 = ___11_cmd; int32_t L_543 = ___17__FlareColorValue; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_544 = V_30; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_545; L_545 = Color_op_Implicit_m9B3228DAFA8DC57A75DE00CBBF13ED4F1E7B01FF_inline(L_544, NULL); NullCheck(L_542); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_542, L_543, L_545, NULL); // UnityEngine.Rendering.Blitter.DrawQuad(cmd, lensFlareShader, materialPass); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_546 = ___11_cmd; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_547 = ___0_lensFlareShader; int32_t L_548 = V_42; il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var); Blitter_DrawQuad_mD349AFC8DE5261BF33122101EA99DF238352B455(L_546, L_547, L_548, NULL); goto IL_122f_1; } IL_0b75_1: { // float dLength = 2.0f * element.lengthSpread / ((float)(element.count - 1)); U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_549 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_550 = L_549.___element_0; NullCheck(L_550); float L_551 = L_550->___lengthSpread_20; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_552 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_553 = L_552.___element_0; NullCheck(L_553); int32_t L_554; L_554 = LensFlareDataElementSRP_get_count_mA7F9CBD150771F1D7B9CBF6896E8E5EF1AA72AA0_inline(L_553, NULL); V_54 = ((float)(((float)il2cpp_codegen_multiply((2.0f), L_551))/((float)((int32_t)il2cpp_codegen_subtract(L_554, 1))))); // if (element.distribution == SRPLensFlareDistribution.Uniform) U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_555 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_556 = L_555.___element_0; NullCheck(L_556); int32_t L_557 = L_556->___distribution_19; if (L_557) { goto IL_0d4f_1; } } { // float uniformAngle = 0.0f; V_55 = (0.0f); // for (int elemIdx = 0; elemIdx < element.count; ++elemIdx) V_56 = 0; goto IL_0d37_1; } IL_0bb9_1: { // Vector2 localSize = size; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_558 = V_39; V_57 = L_558; // Vector2 rayOff = GetLensFlareRayOffset(screenPos, position, globalCos0, globalSin0); U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_559 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_560 = L_559.___screenPos_0; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_561 = V_28; float L_562 = L_561.___position_1; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_563 = V_28; float L_564 = L_563.___globalCos0_2; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_565 = V_28; float L_566 = L_565.___globalSin0_3; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_567; L_567 = LensFlareCommonSRP_GetLensFlareRayOffset_m56B8894C489D65E95E6210FCB57C44C6F0772024(L_560, L_562, L_564, L_566, NULL); V_58 = L_567; // if (element.enableRadialDistortion) U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_568 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_569 = L_568.___element_0; NullCheck(L_569); bool L_570 = L_569->___enableRadialDistortion_29; if (!L_570) { goto IL_0c2c_1; } } { // Vector2 rayOff0 = GetLensFlareRayOffset(screenPos, 0.0f, globalCos0, globalSin0); U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_571 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_572 = L_571.___screenPos_0; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_573 = V_28; float L_574 = L_573.___globalCos0_2; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_575 = V_28; float L_576 = L_575.___globalSin0_3; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_577; L_577 = LensFlareCommonSRP_GetLensFlareRayOffset_m56B8894C489D65E95E6210FCB57C44C6F0772024(L_572, (0.0f), L_574, L_576, NULL); V_62 = L_577; // localSize = ComputeLocalSize(rayOff, rayOff0, localSize, element.distortionCurve); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_578 = V_58; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_579 = V_62; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_580 = V_57; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_581 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_582 = L_581.___element_0; NullCheck(L_582); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_583 = L_582->___distortionCurve_31; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_584; L_584 = LensFlareCommonSRP_U3CDoLensFlareDataDrivenCommonU3Eg__ComputeLocalSizeU7C32_0_mDC689C4B511BB080A0F1341848DFDEF636E62DF5(L_578, L_579, L_580, L_583, (&V_27), (&V_28), NULL); V_57 = L_584; } IL_0c2c_1: { // float timeScale = element.count >= 2 ? ((float)elemIdx) / ((float)(element.count - 1)) : 0.5f; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_585 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_586 = L_585.___element_0; NullCheck(L_586); int32_t L_587; L_587 = LensFlareDataElementSRP_get_count_mA7F9CBD150771F1D7B9CBF6896E8E5EF1AA72AA0_inline(L_586, NULL); if ((((int32_t)L_587) >= ((int32_t)2))) { goto IL_0c42_1; } } { G_B124_0 = (0.5f); goto IL_0c55_1; } IL_0c42_1: { int32_t L_588 = V_56; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_589 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_590 = L_589.___element_0; NullCheck(L_590); int32_t L_591; L_591 = LensFlareDataElementSRP_get_count_mA7F9CBD150771F1D7B9CBF6896E8E5EF1AA72AA0_inline(L_590, NULL); G_B124_0 = ((float)(((float)L_588)/((float)((int32_t)il2cpp_codegen_subtract(L_591, 1))))); } IL_0c55_1: { V_59 = G_B124_0; // Color col = element.colorGradient.Evaluate(timeScale); U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_592 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_593 = L_592.___element_0; NullCheck(L_593); Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E* L_594 = L_593->___colorGradient_24; float L_595 = V_59; NullCheck(L_594); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_596; L_596 = Gradient_Evaluate_m332A32F48EA3F884CB55D74131DF8064F29F9C32(L_594, L_595, NULL); V_60 = L_596; // Vector4 flareData0 = GetFlareData0(screenPos, element.translationScale, rayOff, vScreenRatio, rotation + uniformAngle, position, angularOffset, element.positionOffset, element.autoRotate); U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_597 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_598 = L_597.___screenPos_0; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_599 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_600 = L_599.___element_0; NullCheck(L_600); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_601 = L_600->___translationScale_4; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_602 = V_58; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_603 = V_0; float L_604 = V_36; float L_605 = V_55; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_606 = V_28; float L_607 = L_606.___position_1; float L_608 = V_40; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_609 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_610 = L_609.___element_0; NullCheck(L_610); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_611 = L_610->___positionOffset_2; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_612 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_613 = L_612.___element_0; NullCheck(L_613); bool L_614 = L_613->___autoRotate_15; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_615; L_615 = LensFlareCommonSRP_GetFlareData0_m42AF8B99C81BA1DE6D865A6CE27185FB681163F8(L_598, L_601, L_602, L_603, ((float)il2cpp_codegen_add(L_604, L_605)), L_607, L_608, L_611, L_614, NULL); V_61 = L_615; // cmd.SetGlobalVector(_FlareData0, flareData0); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_616 = ___11_cmd; int32_t L_617 = ___18__FlareData0; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_618 = V_61; NullCheck(L_616); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_616, L_617, L_618, NULL); // cmd.SetGlobalVector(_FlareData2, new Vector4(screenPos.x, screenPos.y, localSize.x, localSize.y)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_619 = ___11_cmd; int32_t L_620 = ___20__FlareData2; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_621 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_622 = L_621.___screenPos_0; float L_623 = L_622.___x_0; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_624 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_625 = L_624.___screenPos_0; float L_626 = L_625.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_627 = V_57; float L_628 = L_627.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_629 = V_57; float L_630 = L_629.___y_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_631; memset((&L_631), 0, sizeof(L_631)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_631), L_623, L_626, L_628, L_630, /*hidden argument*/NULL); NullCheck(L_619); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_619, L_620, L_631, NULL); // cmd.SetGlobalVector(_FlareColorValue, curColor * col); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_632 = ___11_cmd; int32_t L_633 = ___17__FlareColorValue; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_634 = V_30; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_635 = V_60; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_636; L_636 = Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline(L_634, L_635, NULL); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_637; L_637 = Color_op_Implicit_m9B3228DAFA8DC57A75DE00CBBF13ED4F1E7B01FF_inline(L_636, NULL); NullCheck(L_632); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_632, L_633, L_637, NULL); // UnityEngine.Rendering.Blitter.DrawQuad(cmd, lensFlareShader, materialPass); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_638 = ___11_cmd; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_639 = ___0_lensFlareShader; int32_t L_640 = V_42; il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var); Blitter_DrawQuad_mD349AFC8DE5261BF33122101EA99DF238352B455(L_638, L_639, L_640, NULL); // position += dLength; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_641 = V_28; float L_642 = L_641.___position_1; float L_643 = V_54; (&V_28)->___position_1 = ((float)il2cpp_codegen_add(L_642, L_643)); // uniformAngle += element.uniformAngle; float L_644 = V_55; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_645 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_646 = L_645.___element_0; NullCheck(L_646); float L_647 = L_646->___uniformAngle_38; V_55 = ((float)il2cpp_codegen_add(L_644, L_647)); // for (int elemIdx = 0; elemIdx < element.count; ++elemIdx) int32_t L_648 = V_56; V_56 = ((int32_t)il2cpp_codegen_add(L_648, 1)); } IL_0d37_1: { // for (int elemIdx = 0; elemIdx < element.count; ++elemIdx) int32_t L_649 = V_56; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_650 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_651 = L_650.___element_0; NullCheck(L_651); int32_t L_652; L_652 = LensFlareDataElementSRP_get_count_mA7F9CBD150771F1D7B9CBF6896E8E5EF1AA72AA0_inline(L_651, NULL); if ((((int32_t)L_649) < ((int32_t)L_652))) { goto IL_0bb9_1; } } { goto IL_122f_1; } IL_0d4f_1: { // else if (element.distribution == SRPLensFlareDistribution.Random) U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_653 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_654 = L_653.___element_0; NullCheck(L_654); int32_t L_655 = L_654->___distribution_19; if ((!(((uint32_t)L_655) == ((uint32_t)2)))) { goto IL_0ff7_1; } } { // Random.State backupRandState = UnityEngine.Random.state; State_tA37EB68FE687D41D4B228462D4C7427FAC5BF9C1 L_656; L_656 = Random_get_state_m84FD78A44C27EA34F1CD9833545DAB9B541B98AA(NULL); V_63 = L_656; // Random.InitState(element.seed); U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_657 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_658 = L_657.___element_0; NullCheck(L_658); int32_t L_659 = L_658->___seed_23; Random_InitState_mE70961834F42FFEEB06CB9C68175354E0C255664(L_659, NULL); // Vector2 side = new Vector2(globalSin0, globalCos0); U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_660 = V_28; float L_661 = L_660.___globalSin0_3; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_662 = V_28; float L_663 = L_662.___globalCos0_2; Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_64), L_661, L_663, NULL); // side *= element.positionVariation.y; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_664 = V_64; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_665 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_666 = L_665.___element_0; NullCheck(L_666); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_667 = (&L_666->___positionVariation_26); float L_668 = L_667->___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_669; L_669 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_664, L_668, NULL); V_64 = L_669; // for (int elemIdx = 0; elemIdx < element.count; ++elemIdx) V_65 = 0; goto IL_0fd8_1; } IL_0db0_1: { // float localIntensity = RandomRange(-1.0f, 1.0f) * element.intensityVariation + 1.0f; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); float L_670; L_670 = LensFlareCommonSRP_U3CDoLensFlareDataDrivenCommonU3Eg__RandomRangeU7C32_1_m96F228F0B73BF73C28548A66BF55F9A9C6F66E9F((-1.0f), (1.0f), NULL); U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_671 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_672 = L_671.___element_0; NullCheck(L_672); float L_673; L_673 = LensFlareDataElementSRP_get_intensityVariation_m698B70DFBB0B3F60AD954A228368C4E1CC92C90A_inline(L_672, NULL); V_66 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_670, L_673)), (1.0f))); // Vector2 rayOff = GetLensFlareRayOffset(screenPos, position, globalCos0, globalSin0); U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_674 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_675 = L_674.___screenPos_0; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_676 = V_28; float L_677 = L_676.___position_1; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_678 = V_28; float L_679 = L_678.___globalCos0_2; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_680 = V_28; float L_681 = L_680.___globalSin0_3; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_682; L_682 = LensFlareCommonSRP_GetLensFlareRayOffset_m56B8894C489D65E95E6210FCB57C44C6F0772024(L_675, L_677, L_679, L_681, NULL); V_67 = L_682; // Vector2 localSize = size; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_683 = V_39; V_68 = L_683; // if (element.enableRadialDistortion) U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_684 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_685 = L_684.___element_0; NullCheck(L_685); bool L_686 = L_685->___enableRadialDistortion_29; if (!L_686) { goto IL_0e47_1; } } { // Vector2 rayOff0 = GetLensFlareRayOffset(screenPos, 0.0f, globalCos0, globalSin0); U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_687 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_688 = L_687.___screenPos_0; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_689 = V_28; float L_690 = L_689.___globalCos0_2; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_691 = V_28; float L_692 = L_691.___globalSin0_3; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_693; L_693 = LensFlareCommonSRP_GetLensFlareRayOffset_m56B8894C489D65E95E6210FCB57C44C6F0772024(L_688, (0.0f), L_690, L_692, NULL); V_72 = L_693; // localSize = ComputeLocalSize(rayOff, rayOff0, localSize, element.distortionCurve); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_694 = V_67; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_695 = V_72; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_696 = V_68; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_697 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_698 = L_697.___element_0; NullCheck(L_698); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_699 = L_698->___distortionCurve_31; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_700; L_700 = LensFlareCommonSRP_U3CDoLensFlareDataDrivenCommonU3Eg__ComputeLocalSizeU7C32_0_mDC689C4B511BB080A0F1341848DFDEF636E62DF5(L_694, L_695, L_696, L_699, (&V_27), (&V_28), NULL); V_68 = L_700; } IL_0e47_1: { // localSize += localSize * (element.scaleVariation * RandomRange(-1.0f, 1.0f)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_701 = V_68; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_702 = V_68; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_703 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_704 = L_703.___element_0; NullCheck(L_704); float L_705 = L_704->___scaleVariation_27; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); float L_706; L_706 = LensFlareCommonSRP_U3CDoLensFlareDataDrivenCommonU3Eg__RandomRangeU7C32_1_m96F228F0B73BF73C28548A66BF55F9A9C6F66E9F((-1.0f), (1.0f), NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_707; L_707 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_702, ((float)il2cpp_codegen_multiply(L_705, L_706)), NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_708; L_708 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_701, L_707, NULL); V_68 = L_708; // Color randCol = element.colorGradient.Evaluate(RandomRange(0.0f, 1.0f)); U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_709 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_710 = L_709.___element_0; NullCheck(L_710); Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E* L_711 = L_710->___colorGradient_24; float L_712; L_712 = LensFlareCommonSRP_U3CDoLensFlareDataDrivenCommonU3Eg__RandomRangeU7C32_1_m96F228F0B73BF73C28548A66BF55F9A9C6F66E9F((0.0f), (1.0f), NULL); NullCheck(L_711); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_713; L_713 = Gradient_Evaluate_m332A32F48EA3F884CB55D74131DF8064F29F9C32(L_711, L_712, NULL); V_69 = L_713; // Vector2 localPositionOffset = element.positionOffset + RandomRange(-1.0f, 1.0f) * side; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_714 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_715 = L_714.___element_0; NullCheck(L_715); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_716 = L_715->___positionOffset_2; float L_717; L_717 = LensFlareCommonSRP_U3CDoLensFlareDataDrivenCommonU3Eg__RandomRangeU7C32_1_m96F228F0B73BF73C28548A66BF55F9A9C6F66E9F((-1.0f), (1.0f), NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_718 = V_64; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_719; L_719 = Vector2_op_Multiply_mC53581E703768BA2512A7C65283657C331994353_inline(L_717, L_718, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_720; L_720 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_716, L_719, NULL); V_70 = L_720; // float localRotation = rotation + RandomRange(-Mathf.PI, Mathf.PI) * element.rotationVariation; float L_721 = V_36; float L_722; L_722 = LensFlareCommonSRP_U3CDoLensFlareDataDrivenCommonU3Eg__RandomRangeU7C32_1_m96F228F0B73BF73C28548A66BF55F9A9C6F66E9F((-3.14159274f), (3.14159274f), NULL); U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_723 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_724 = L_723.___element_0; NullCheck(L_724); float L_725 = L_724->___rotationVariation_28; V_71 = ((float)il2cpp_codegen_add(L_721, ((float)il2cpp_codegen_multiply(L_722, L_725)))); // if (localIntensity > 0.0f) float L_726 = V_66; if ((!(((float)L_726) > ((float)(0.0f))))) { goto IL_0f88_1; } } { // Vector4 flareData0 = GetFlareData0(screenPos, element.translationScale, rayOff, vScreenRatio, localRotation, position, angularOffset, localPositionOffset, element.autoRotate); U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_727 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_728 = L_727.___screenPos_0; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_729 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_730 = L_729.___element_0; NullCheck(L_730); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_731 = L_730->___translationScale_4; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_732 = V_67; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_733 = V_0; float L_734 = V_71; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_735 = V_28; float L_736 = L_735.___position_1; float L_737 = V_40; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_738 = V_70; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_739 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_740 = L_739.___element_0; NullCheck(L_740); bool L_741 = L_740->___autoRotate_15; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_742; L_742 = LensFlareCommonSRP_GetFlareData0_m42AF8B99C81BA1DE6D865A6CE27185FB681163F8(L_728, L_731, L_732, L_733, L_734, L_736, L_737, L_738, L_741, NULL); V_73 = L_742; // cmd.SetGlobalVector(_FlareData0, flareData0); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_743 = ___11_cmd; int32_t L_744 = ___18__FlareData0; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_745 = V_73; NullCheck(L_743); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_743, L_744, L_745, NULL); // cmd.SetGlobalVector(_FlareData2, new Vector4(screenPos.x, screenPos.y, localSize.x, localSize.y)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_746 = ___11_cmd; int32_t L_747 = ___20__FlareData2; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_748 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_749 = L_748.___screenPos_0; float L_750 = L_749.___x_0; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_751 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_752 = L_751.___screenPos_0; float L_753 = L_752.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_754 = V_68; float L_755 = L_754.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_756 = V_68; float L_757 = L_756.___y_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_758; memset((&L_758), 0, sizeof(L_758)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_758), L_750, L_753, L_755, L_757, /*hidden argument*/NULL); NullCheck(L_746); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_746, L_747, L_758, NULL); // cmd.SetGlobalVector(_FlareColorValue, curColor * randCol * localIntensity); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_759 = ___11_cmd; int32_t L_760 = ___17__FlareColorValue; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_761 = V_30; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_762 = V_69; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_763; L_763 = Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline(L_761, L_762, NULL); float L_764 = V_66; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_765; L_765 = Color_op_Multiply_m379B20A820266ACF82A21425B9CAE8DCD773CFBB_inline(L_763, L_764, NULL); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_766; L_766 = Color_op_Implicit_m9B3228DAFA8DC57A75DE00CBBF13ED4F1E7B01FF_inline(L_765, NULL); NullCheck(L_759); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_759, L_760, L_766, NULL); // UnityEngine.Rendering.Blitter.DrawQuad(cmd, lensFlareShader, materialPass); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_767 = ___11_cmd; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_768 = ___0_lensFlareShader; int32_t L_769 = V_42; il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var); Blitter_DrawQuad_mD349AFC8DE5261BF33122101EA99DF238352B455(L_767, L_768, L_769, NULL); } IL_0f88_1: { // position += dLength; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_770 = V_28; float L_771 = L_770.___position_1; float L_772 = V_54; (&V_28)->___position_1 = ((float)il2cpp_codegen_add(L_771, L_772)); // position += 0.5f * dLength * RandomRange(-1.0f, 1.0f) * element.positionVariation.x; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_773 = V_28; float L_774 = L_773.___position_1; float L_775 = V_54; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); float L_776; L_776 = LensFlareCommonSRP_U3CDoLensFlareDataDrivenCommonU3Eg__RandomRangeU7C32_1_m96F228F0B73BF73C28548A66BF55F9A9C6F66E9F((-1.0f), (1.0f), NULL); U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_777 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_778 = L_777.___element_0; NullCheck(L_778); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_779 = (&L_778->___positionVariation_26); float L_780 = L_779->___x_0; (&V_28)->___position_1 = ((float)il2cpp_codegen_add(L_774, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply((0.5f), L_775)), L_776)), L_780)))); // for (int elemIdx = 0; elemIdx < element.count; ++elemIdx) int32_t L_781 = V_65; V_65 = ((int32_t)il2cpp_codegen_add(L_781, 1)); } IL_0fd8_1: { // for (int elemIdx = 0; elemIdx < element.count; ++elemIdx) int32_t L_782 = V_65; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_783 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_784 = L_783.___element_0; NullCheck(L_784); int32_t L_785; L_785 = LensFlareDataElementSRP_get_count_mA7F9CBD150771F1D7B9CBF6896E8E5EF1AA72AA0_inline(L_784, NULL); if ((((int32_t)L_782) < ((int32_t)L_785))) { goto IL_0db0_1; } } { // Random.state = backupRandState; State_tA37EB68FE687D41D4B228462D4C7427FAC5BF9C1 L_786 = V_63; Random_set_state_m335B3E4E30A9A85E8794BC0A84013F1F365BA179(L_786, NULL); goto IL_122f_1; } IL_0ff7_1: { // else if (element.distribution == SRPLensFlareDistribution.Curve) U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_787 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_788 = L_787.___element_0; NullCheck(L_788); int32_t L_789 = L_788->___distribution_19; if ((!(((uint32_t)L_789) == ((uint32_t)1)))) { goto IL_122f_1; } } { // for (int elemIdx = 0; elemIdx < element.count; ++elemIdx) V_74 = 0; goto IL_121c_1; } IL_1011_1: { // float timeScale = element.count >= 2 ? ((float)elemIdx) / ((float)(element.count - 1)) : 0.5f; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_790 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_791 = L_790.___element_0; NullCheck(L_791); int32_t L_792; L_792 = LensFlareDataElementSRP_get_count_mA7F9CBD150771F1D7B9CBF6896E8E5EF1AA72AA0_inline(L_791, NULL); if ((((int32_t)L_792) >= ((int32_t)2))) { goto IL_1027_1; } } { G_B141_0 = (0.5f); goto IL_103a_1; } IL_1027_1: { int32_t L_793 = V_74; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_794 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_795 = L_794.___element_0; NullCheck(L_795); int32_t L_796; L_796 = LensFlareDataElementSRP_get_count_mA7F9CBD150771F1D7B9CBF6896E8E5EF1AA72AA0_inline(L_795, NULL); G_B141_0 = ((float)(((float)L_793)/((float)((int32_t)il2cpp_codegen_subtract(L_796, 1))))); } IL_103a_1: { V_75 = G_B141_0; // Color col = element.colorGradient.Evaluate(timeScale); U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_797 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_798 = L_797.___element_0; NullCheck(L_798); Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E* L_799 = L_798->___colorGradient_24; float L_800 = V_75; NullCheck(L_799); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_801; L_801 = Gradient_Evaluate_m332A32F48EA3F884CB55D74131DF8064F29F9C32(L_799, L_800, NULL); V_76 = L_801; // float positionSpacing = element.positionCurve.length > 0 ? element.positionCurve.Evaluate(timeScale) : 1.0f; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_802 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_803 = L_802.___element_0; NullCheck(L_803); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_804 = L_803->___positionCurve_21; NullCheck(L_804); int32_t L_805; L_805 = AnimationCurve_get_length_m259A67BB0870D3A153F6FEDBB06CB0D24089CD81(L_804, NULL); if ((((int32_t)L_805) > ((int32_t)0))) { goto IL_106c_1; } } { G_B144_0 = (1.0f); goto IL_107f_1; } IL_106c_1: { U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_806 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_807 = L_806.___element_0; NullCheck(L_807); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_808 = L_807->___positionCurve_21; float L_809 = V_75; NullCheck(L_808); float L_810; L_810 = AnimationCurve_Evaluate_m50B857043DE251A186032ADBCBB4CEF817F4EE3C(L_808, L_809, NULL); G_B144_0 = L_810; } IL_107f_1: { V_77 = G_B144_0; // float localPos = position + 2.0f * element.lengthSpread * positionSpacing; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_811 = V_28; float L_812 = L_811.___position_1; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_813 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_814 = L_813.___element_0; NullCheck(L_814); float L_815 = L_814->___lengthSpread_20; float L_816 = V_77; V_78 = ((float)il2cpp_codegen_add(L_812, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply((2.0f), L_815)), L_816)))); // Vector2 rayOff = GetLensFlareRayOffset(screenPos, localPos, globalCos0, globalSin0); U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_817 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_818 = L_817.___screenPos_0; float L_819 = V_78; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_820 = V_28; float L_821 = L_820.___globalCos0_2; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_822 = V_28; float L_823 = L_822.___globalSin0_3; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_824; L_824 = LensFlareCommonSRP_GetLensFlareRayOffset_m56B8894C489D65E95E6210FCB57C44C6F0772024(L_818, L_819, L_821, L_823, NULL); V_79 = L_824; // Vector2 localSize = size; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_825 = V_39; V_80 = L_825; // if (element.enableRadialDistortion) U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_826 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_827 = L_826.___element_0; NullCheck(L_827); bool L_828 = L_827->___enableRadialDistortion_29; if (!L_828) { goto IL_110e_1; } } { // Vector2 rayOff0 = GetLensFlareRayOffset(screenPos, 0.0f, globalCos0, globalSin0); U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_829 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_830 = L_829.___screenPos_0; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_831 = V_28; float L_832 = L_831.___globalCos0_2; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_833 = V_28; float L_834 = L_833.___globalSin0_3; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_835; L_835 = LensFlareCommonSRP_GetLensFlareRayOffset_m56B8894C489D65E95E6210FCB57C44C6F0772024(L_830, (0.0f), L_832, L_834, NULL); V_84 = L_835; // localSize = ComputeLocalSize(rayOff, rayOff0, localSize, element.distortionCurve); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_836 = V_79; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_837 = V_84; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_838 = V_80; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_839 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_840 = L_839.___element_0; NullCheck(L_840); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_841 = L_840->___distortionCurve_31; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_842; L_842 = LensFlareCommonSRP_U3CDoLensFlareDataDrivenCommonU3Eg__ComputeLocalSizeU7C32_0_mDC689C4B511BB080A0F1341848DFDEF636E62DF5(L_836, L_837, L_838, L_841, (&V_27), (&V_28), NULL); V_80 = L_842; } IL_110e_1: { // float sizeCurveValue = element.scaleCurve.length > 0 ? element.scaleCurve.Evaluate(timeScale) : 1.0f; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_843 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_844 = L_843.___element_0; NullCheck(L_844); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_845 = L_844->___scaleCurve_22; NullCheck(L_845); int32_t L_846; L_846 = AnimationCurve_get_length_m259A67BB0870D3A153F6FEDBB06CB0D24089CD81(L_845, NULL); if ((((int32_t)L_846) > ((int32_t)0))) { goto IL_1129_1; } } { G_B149_0 = (1.0f); goto IL_113c_1; } IL_1129_1: { U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_847 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_848 = L_847.___element_0; NullCheck(L_848); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_849 = L_848->___scaleCurve_22; float L_850 = V_75; NullCheck(L_849); float L_851; L_851 = AnimationCurve_Evaluate_m50B857043DE251A186032ADBCBB4CEF817F4EE3C(L_849, L_850, NULL); G_B149_0 = L_851; } IL_113c_1: { V_81 = G_B149_0; // localSize *= sizeCurveValue; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_852 = V_80; float L_853 = V_81; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_854; L_854 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_852, L_853, NULL); V_80 = L_854; // float angleFromCurve = element.uniformAngleCurve.Evaluate(timeScale) * (180.0f - (180.0f / (float)element.count)); U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_855 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_856 = L_855.___element_0; NullCheck(L_856); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_857 = L_856->___uniformAngleCurve_39; float L_858 = V_75; NullCheck(L_857); float L_859; L_859 = AnimationCurve_Evaluate_m50B857043DE251A186032ADBCBB4CEF817F4EE3C(L_857, L_858, NULL); U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_860 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_861 = L_860.___element_0; NullCheck(L_861); int32_t L_862; L_862 = LensFlareDataElementSRP_get_count_mA7F9CBD150771F1D7B9CBF6896E8E5EF1AA72AA0_inline(L_861, NULL); V_82 = ((float)il2cpp_codegen_multiply(L_859, ((float)il2cpp_codegen_subtract((180.0f), ((float)((180.0f)/((float)L_862))))))); // Vector4 flareData0 = GetFlareData0(screenPos, element.translationScale, rayOff, vScreenRatio, rotation + angleFromCurve, localPos, angularOffset, element.positionOffset, element.autoRotate); U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_863 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_864 = L_863.___screenPos_0; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_865 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_866 = L_865.___element_0; NullCheck(L_866); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_867 = L_866->___translationScale_4; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_868 = V_79; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_869 = V_0; float L_870 = V_36; float L_871 = V_82; float L_872 = V_78; float L_873 = V_40; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_874 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_875 = L_874.___element_0; NullCheck(L_875); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_876 = L_875->___positionOffset_2; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_877 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_878 = L_877.___element_0; NullCheck(L_878); bool L_879 = L_878->___autoRotate_15; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_880; L_880 = LensFlareCommonSRP_GetFlareData0_m42AF8B99C81BA1DE6D865A6CE27185FB681163F8(L_864, L_867, L_868, L_869, ((float)il2cpp_codegen_add(L_870, L_871)), L_872, L_873, L_876, L_879, NULL); V_83 = L_880; // cmd.SetGlobalVector(_FlareData0, flareData0); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_881 = ___11_cmd; int32_t L_882 = ___18__FlareData0; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_883 = V_83; NullCheck(L_881); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_881, L_882, L_883, NULL); // cmd.SetGlobalVector(_FlareData2, new Vector4(screenPos.x, screenPos.y, localSize.x, localSize.y)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_884 = ___11_cmd; int32_t L_885 = ___20__FlareData2; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_886 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_887 = L_886.___screenPos_0; float L_888 = L_887.___x_0; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7 L_889 = V_28; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_890 = L_889.___screenPos_0; float L_891 = L_890.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_892 = V_80; float L_893 = L_892.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_894 = V_80; float L_895 = L_894.___y_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_896; memset((&L_896), 0, sizeof(L_896)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_896), L_888, L_891, L_893, L_895, /*hidden argument*/NULL); NullCheck(L_884); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_884, L_885, L_896, NULL); // cmd.SetGlobalVector(_FlareColorValue, curColor * col); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_897 = ___11_cmd; int32_t L_898 = ___17__FlareColorValue; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_899 = V_30; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_900 = V_76; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_901; L_901 = Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline(L_899, L_900, NULL); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_902; L_902 = Color_op_Implicit_m9B3228DAFA8DC57A75DE00CBBF13ED4F1E7B01FF_inline(L_901, NULL); NullCheck(L_897); CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_897, L_898, L_902, NULL); // UnityEngine.Rendering.Blitter.DrawQuad(cmd, lensFlareShader, materialPass); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_903 = ___11_cmd; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_904 = ___0_lensFlareShader; int32_t L_905 = V_42; il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var); Blitter_DrawQuad_mD349AFC8DE5261BF33122101EA99DF238352B455(L_903, L_904, L_905, NULL); // for (int elemIdx = 0; elemIdx < element.count; ++elemIdx) int32_t L_906 = V_74; V_74 = ((int32_t)il2cpp_codegen_add(L_906, 1)); } IL_121c_1: { // for (int elemIdx = 0; elemIdx < element.count; ++elemIdx) int32_t L_907 = V_74; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5 L_908 = V_27; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_909 = L_908.___element_0; NullCheck(L_909); int32_t L_910; L_910 = LensFlareDataElementSRP_get_count_mA7F9CBD150771F1D7B9CBF6896E8E5EF1AA72AA0_inline(L_909, NULL); if ((((int32_t)L_907) < ((int32_t)L_910))) { goto IL_1011_1; } } IL_122f_1: { int32_t L_911 = V_26; V_26 = ((int32_t)il2cpp_codegen_add(L_911, 1)); } IL_1235_1: { // foreach (LensFlareDataElementSRP element in data.elements) int32_t L_912 = V_26; LensFlareDataElementSRPU5BU5D_t1D7EBF0AA1925339AAA0E04DCE9F1B78105B6D38* L_913 = V_25; NullCheck(L_913); if ((((int32_t)L_912) < ((int32_t)((int32_t)(((RuntimeArray*)L_913)->max_length))))) { goto IL_0446_1; } } IL_1240_1: { // foreach (LensFlareComponentSRP comp in lensFlares.GetData()) bool L_914; L_914 = Enumerator_MoveNext_m69F1268BC66F41D2FECB8F2BDF8CB31B65DCCBF4((&V_5), Enumerator_MoveNext_m69F1268BC66F41D2FECB8F2BDF8CB31B65DCCBF4_RuntimeMethod_var); if (L_914) { goto IL_008c_1; } } { goto IL_125c; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_125c: { // } return; } } // System.Void UnityEngine.Rendering.LensFlareCommonSRP::RemoveData(UnityEngine.Rendering.LensFlareComponentSRP) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareCommonSRP_RemoveData_mF536B8F2F609777F96539159F65750991FE6D8A0 (LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* __this, LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m14286E6FC0B776CB48D1294F04395B1E52A8AD18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mFE5BD77735C0E901C212898A4037DBFAE4667E03_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (m_Data.Contains(data)) il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); List_1_tC024320491AC06EBF0986C13544616E79D860B9A* L_0 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___m_Data_2; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_1 = ___0_data; NullCheck(L_0); bool L_2; L_2 = List_1_Contains_m14286E6FC0B776CB48D1294F04395B1E52A8AD18(L_0, L_1, List_1_Contains_m14286E6FC0B776CB48D1294F04395B1E52A8AD18_RuntimeMethod_var); if (!L_2) { goto IL_0019; } } { // m_Data.Remove(data); il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); List_1_tC024320491AC06EBF0986C13544616E79D860B9A* L_3 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___m_Data_2; LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* L_4 = ___0_data; NullCheck(L_3); bool L_5; L_5 = List_1_Remove_mFE5BD77735C0E901C212898A4037DBFAE4667E03(L_3, L_4, List_1_Remove_mFE5BD77735C0E901C212898A4037DBFAE4667E03_RuntimeMethod_var); } IL_0019: { // } return; } } // UnityEngine.Vector2 UnityEngine.Rendering.LensFlareCommonSRP::DoPaniniProjection(UnityEngine.Vector2,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 LensFlareCommonSRP_DoPaniniProjection_m62FCA9CBE2FEABE76529873CAF389D64C7678624 (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_screenPos, float ___1_actualWidth, float ___2_actualHeight, float ___3_fieldOfView, float ___4_paniniProjectionCropToFit, float ___5_paniniProjectionDistance, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_6; memset((&V_6), 0, sizeof(V_6)); { // Vector2 viewExtents = CalcViewExtents(actualWidth, actualHeight, fieldOfView); float L_0 = ___1_actualWidth; float L_1 = ___2_actualHeight; float L_2 = ___3_fieldOfView; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3; L_3 = LensFlareCommonSRP_CalcViewExtents_m85D0939B52325B2F86765B532C0031E96A156A87(L_0, L_1, L_2, NULL); V_0 = L_3; // Vector2 cropExtents = CalcCropExtents(actualWidth, actualHeight, fieldOfView, paniniProjectionDistance); float L_4 = ___1_actualWidth; float L_5 = ___2_actualHeight; float L_6 = ___3_fieldOfView; float L_7 = ___5_paniniProjectionDistance; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8; L_8 = LensFlareCommonSRP_CalcCropExtents_m7866761B32A7DBA2312CAA1D267A6ED49EC1D0AA(L_4, L_5, L_6, L_7, NULL); // float scaleX = cropExtents.x / viewExtents.x; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = L_8; float L_10 = L_9.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11 = V_0; float L_12 = L_11.___x_0; V_1 = ((float)(L_10/L_12)); // float scaleY = cropExtents.y / viewExtents.y; float L_13 = L_9.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14 = V_0; float L_15 = L_14.___y_1; V_2 = ((float)(L_13/L_15)); // float scaleF = Mathf.Min(scaleX, scaleY); float L_16 = V_1; float L_17 = V_2; float L_18; L_18 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline(L_16, L_17, NULL); V_3 = L_18; // float paniniD = paniniProjectionDistance; float L_19 = ___5_paniniProjectionDistance; V_4 = L_19; // float paniniS = Mathf.Lerp(1.0f, Mathf.Clamp01(scaleF), paniniProjectionCropToFit); float L_20 = V_3; float L_21; L_21 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_20, NULL); float L_22 = ___4_paniniProjectionCropToFit; float L_23; L_23 = Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline((1.0f), L_21, L_22, NULL); V_5 = L_23; // Vector2 pos = new Vector2(2.0f * screenPos.x - 1.0f, 2.0f * screenPos.y - 1.0f); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24 = ___0_screenPos; float L_25 = L_24.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26 = ___0_screenPos; float L_27 = L_26.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28; memset((&L_28), 0, sizeof(L_28)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_28), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply((2.0f), L_25)), (1.0f))), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply((2.0f), L_27)), (1.0f))), /*hidden argument*/NULL); // Vector2 projPos = Panini_Generic_Inv(pos * viewExtents, paniniD) / (viewExtents * paniniS); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_29 = V_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_30; L_30 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_28, L_29, NULL); float L_31 = V_4; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_32; L_32 = LensFlareCommonSRP_Panini_Generic_Inv_m73E0CB41D03DF025A2B39CA28A7042E581E65C2E(L_30, L_31, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_33 = V_0; float L_34 = V_5; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_35; L_35 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_33, L_34, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_36; L_36 = Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline(L_32, L_35, NULL); V_6 = L_36; // return new Vector2(0.5f * projPos.x + 0.5f, 0.5f * projPos.y + 0.5f); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_37 = V_6; float L_38 = L_37.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_39 = V_6; float L_40 = L_39.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41; memset((&L_41), 0, sizeof(L_41)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_41), ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply((0.5f), L_38)), (0.5f))), ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply((0.5f), L_40)), (0.5f))), /*hidden argument*/NULL); return L_41; } } // UnityEngine.Vector2 UnityEngine.Rendering.LensFlareCommonSRP::CalcViewExtents(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 LensFlareCommonSRP_CalcViewExtents_m85D0939B52325B2F86765B532C0031E96A156A87 (float ___0_actualWidth, float ___1_actualHeight, float ___2_fieldOfView, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; { // float fovY = fieldOfView * Mathf.Deg2Rad; float L_0 = ___2_fieldOfView; V_0 = ((float)il2cpp_codegen_multiply(L_0, (0.0174532924f))); // float aspect = actualWidth / actualHeight; float L_1 = ___0_actualWidth; float L_2 = ___1_actualHeight; // float viewExtY = Mathf.Tan(0.5f * fovY); float L_3 = V_0; float L_4; L_4 = tanf(((float)il2cpp_codegen_multiply((0.5f), L_3))); V_1 = L_4; // float viewExtX = aspect * viewExtY; float L_5 = V_1; // return new Vector2(viewExtX, viewExtY); float L_6 = V_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7; memset((&L_7), 0, sizeof(L_7)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_7), ((float)il2cpp_codegen_multiply(((float)(L_1/L_2)), L_5)), L_6, /*hidden argument*/NULL); return L_7; } } // UnityEngine.Vector2 UnityEngine.Rendering.LensFlareCommonSRP::CalcCropExtents(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 LensFlareCommonSRP_CalcCropExtents_m7866761B32A7DBA2312CAA1D267A6ED49EC1D0AA (float ___0_actualWidth, float ___1_actualHeight, float ___2_fieldOfView, float ___3_d, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1; memset((&V_1), 0, sizeof(V_1)); float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; { // float viewDist = 1.0f + d; float L_0 = ___3_d; V_0 = ((float)il2cpp_codegen_add((1.0f), L_0)); // Vector2 projPos = CalcViewExtents(actualWidth, actualHeight, fieldOfView); float L_1 = ___0_actualWidth; float L_2 = ___1_actualHeight; float L_3 = ___2_fieldOfView; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4; L_4 = LensFlareCommonSRP_CalcViewExtents_m85D0939B52325B2F86765B532C0031E96A156A87(L_1, L_2, L_3, NULL); V_1 = L_4; // float projHyp = Mathf.Sqrt(projPos.x * projPos.x + 1.0f); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = V_1; float L_6 = L_5.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_1; float L_8 = L_7.___x_0; float L_9; L_9 = sqrtf(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_6, L_8)), (1.0f)))); V_2 = L_9; // float cylDistMinusD = 1.0f / projHyp; float L_10 = V_2; V_3 = ((float)((1.0f)/L_10)); // float cylDist = cylDistMinusD + d; float L_11 = V_3; float L_12 = ___3_d; V_4 = ((float)il2cpp_codegen_add(L_11, L_12)); // Vector2 cylPos = projPos * cylDistMinusD; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13 = V_1; float L_14 = V_3; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15; L_15 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_13, L_14, NULL); // return cylPos * (viewDist / cylDist); float L_16 = V_0; float L_17 = V_4; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18; L_18 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_15, ((float)(L_16/L_17)), NULL); return L_18; } } // UnityEngine.Vector2 UnityEngine.Rendering.LensFlareCommonSRP::Panini_Generic_Inv(UnityEngine.Vector2,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 LensFlareCommonSRP_Panini_Generic_Inv_m73E0CB41D03DF025A2B39CA28A7042E581E65C2E (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_projPos, float ___1_d, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; { // float viewDist = 1.0f + d; float L_0 = ___1_d; V_0 = ((float)il2cpp_codegen_add((1.0f), L_0)); // float projHyp = Mathf.Sqrt(projPos.x * projPos.x + 1.0f); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ___0_projPos; float L_2 = L_1.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = ___0_projPos; float L_4 = L_3.___x_0; float L_5; L_5 = sqrtf(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_2, L_4)), (1.0f)))); V_1 = L_5; // float cylDistMinusD = 1.0f / projHyp; float L_6 = V_1; V_2 = ((float)((1.0f)/L_6)); // float cylDist = cylDistMinusD + d; float L_7 = V_2; float L_8 = ___1_d; V_3 = ((float)il2cpp_codegen_add(L_7, L_8)); // Vector2 cylPos = projPos * cylDistMinusD; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = ___0_projPos; float L_10 = V_2; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11; L_11 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_9, L_10, NULL); // return cylPos * (viewDist / cylDist); float L_12 = V_0; float L_13 = V_3; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14; L_14 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_11, ((float)(L_12/L_13)), NULL); return L_14; } } // System.Void UnityEngine.Rendering.LensFlareCommonSRP::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareCommonSRP__cctor_m2A0A34E15A146AF0AEAEE2162CFA7234F5BD5438 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC4338822F8DE46925074DA360B9A7B1549E16A32_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tC024320491AC06EBF0986C13544616E79D860B9A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static LensFlareCommonSRP m_Instance = null; ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___m_Instance_0 = (LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___m_Instance_0), (void*)(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135*)NULL); // private static readonly object m_Padlock = new object(); RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___m_Padlock_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___m_Padlock_1), (void*)L_0); // private static System.Collections.Generic.List m_Data = new System.Collections.Generic.List(); List_1_tC024320491AC06EBF0986C13544616E79D860B9A* L_1 = (List_1_tC024320491AC06EBF0986C13544616E79D860B9A*)il2cpp_codegen_object_new(List_1_tC024320491AC06EBF0986C13544616E79D860B9A_il2cpp_TypeInfo_var); NullCheck(L_1); List_1__ctor_mC4338822F8DE46925074DA360B9A7B1549E16A32(L_1, List_1__ctor_mC4338822F8DE46925074DA360B9A7B1549E16A32_RuntimeMethod_var); ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___m_Data_2 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___m_Data_2), (void*)L_1); // public static int maxLensFlareWithOcclusion = 128; ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___maxLensFlareWithOcclusion_3 = ((int32_t)128); // public static int maxLensFlareWithOcclusionTemporalSample = 8; ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___maxLensFlareWithOcclusionTemporalSample_4 = 8; // public static int mergeNeeded = 1; ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___mergeNeeded_5 = 1; // public static RTHandle occlusionRT = null; ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___occlusionRT_6 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___occlusionRT_6), (void*)(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL); // private static int frameIdx = 0; ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___frameIdx_7 = 0; return; } } // System.Single UnityEngine.Rendering.LensFlareCommonSRP::g__Fpo|23_0(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareCommonSRP_U3CShapeAttenuationAreaTubeLightU3Eg__FpoU7C23_0_m326364B1845166386AC41152ABABB4F919D3A378 (float ___0_d, float ___1_l, const RuntimeMethod* method) { { // return l / (d * (d * d + l * l)) + Mathf.Atan(l / d) / (d * d); float L_0 = ___1_l; float L_1 = ___0_d; float L_2 = ___0_d; float L_3 = ___0_d; float L_4 = ___1_l; float L_5 = ___1_l; float L_6 = ___1_l; float L_7 = ___0_d; float L_8; L_8 = atanf(((float)(L_6/L_7))); float L_9 = ___0_d; float L_10 = ___0_d; return ((float)il2cpp_codegen_add(((float)(L_0/((float)il2cpp_codegen_multiply(L_1, ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_2, L_3)), ((float)il2cpp_codegen_multiply(L_4, L_5)))))))), ((float)(L_8/((float)il2cpp_codegen_multiply(L_9, L_10)))))); } } // System.Single UnityEngine.Rendering.LensFlareCommonSRP::g__Fwt|23_1(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareCommonSRP_U3CShapeAttenuationAreaTubeLightU3Eg__FwtU7C23_1_m75D136EA3C11DCBCF9EAE572627F706BA1AB5A5D (float ___0_d, float ___1_l, const RuntimeMethod* method) { { // return l * l / (d * (d * d + l * l)); float L_0 = ___1_l; float L_1 = ___1_l; float L_2 = ___0_d; float L_3 = ___0_d; float L_4 = ___0_d; float L_5 = ___1_l; float L_6 = ___1_l; return ((float)(((float)il2cpp_codegen_multiply(L_0, L_1))/((float)il2cpp_codegen_multiply(L_2, ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_3, L_4)), ((float)il2cpp_codegen_multiply(L_5, L_6)))))))); } } // System.Single UnityEngine.Rendering.LensFlareCommonSRP::g__DiffLineIntegral|23_2(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareCommonSRP_U3CShapeAttenuationAreaTubeLightU3Eg__DiffLineIntegralU7C23_2_mDEF363554C815FD20D46D172DB3A98639A8C1832 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_p1, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_p2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2; memset((&V_2), 0, sizeof(V_2)); float V_3 = 0.0f; float V_4 = 0.0f; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_5; memset((&V_5), 0, sizeof(V_5)); float V_6 = 0.0f; { // Vector3 wt = (p2 - p1).normalized; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___1_p2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___0_p1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2; L_2 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_0, L_1, NULL); V_2 = L_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3; L_3 = Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline((&V_2), NULL); V_1 = L_3; // if (p1.z <= 0.0 && p2.z <= 0.0) Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_p1; float L_5 = L_4.___z_4; if ((!(((double)((double)L_5)) <= ((double)(0.0))))) { goto IL_003f; } } { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_p2; float L_7 = L_6.___z_4; if ((!(((double)((double)L_7)) <= ((double)(0.0))))) { goto IL_003f; } } { // diffIntegral = 0.0f; V_0 = (0.0f); goto IL_012f; } IL_003f: { // if (p1.z < 0.0) Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_p1; float L_9 = L_8.___z_4; if ((!(((double)((double)L_9)) < ((double)(0.0))))) { goto IL_0082; } } { // p1 = (p1 * p2.z - p2 * p1.z) / (+p2.z - p1.z); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___0_p1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11 = ___1_p2; float L_12 = L_11.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13; L_13 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_10, L_12, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14 = ___1_p2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15 = ___0_p1; float L_16 = L_15.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17; L_17 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_14, L_16, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_18; L_18 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_13, L_17, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19 = ___1_p2; float L_20 = L_19.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_21 = ___0_p1; float L_22 = L_21.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_23; L_23 = Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline(L_18, ((float)il2cpp_codegen_subtract(L_20, L_22)), NULL); ___0_p1 = L_23; } IL_0082: { // if (p2.z < 0.0) Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_24 = ___1_p2; float L_25 = L_24.___z_4; if ((!(((double)((double)L_25)) < ((double)(0.0))))) { goto IL_00cb; } } { // p2 = (-p1 * p2.z + p2 * p1.z) / (-p2.z + p1.z); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_26 = ___0_p1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_27; L_27 = Vector3_op_UnaryNegation_m5450829F333BD2A88AF9A592C4EE331661225915_inline(L_26, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_28 = ___1_p2; float L_29 = L_28.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_30; L_30 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_27, L_29, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_31 = ___1_p2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_32 = ___0_p1; float L_33 = L_32.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_34; L_34 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_31, L_33, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_35; L_35 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_30, L_34, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_36 = ___1_p2; float L_37 = L_36.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_38 = ___0_p1; float L_39 = L_38.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_40; L_40 = Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline(L_35, ((float)il2cpp_codegen_add(((-L_37)), L_39)), NULL); ___1_p2 = L_40; } IL_00cb: { // float l1 = Vector3.Dot(p1, wt); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_41 = ___0_p1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_42 = V_1; float L_43; L_43 = Vector3_Dot_mBB86BB940AA0A32FA7D3C02AC42E5BC7095A5D52_inline(L_41, L_42, NULL); V_3 = L_43; // float l2 = Vector3.Dot(p2, wt); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_44 = ___1_p2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_45 = V_1; float L_46; L_46 = Vector3_Dot_mBB86BB940AA0A32FA7D3C02AC42E5BC7095A5D52_inline(L_44, L_45, NULL); V_4 = L_46; // Vector3 po = p1 - l1 * wt; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_47 = ___0_p1; float L_48 = V_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_49 = V_1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_50; L_50 = Vector3_op_Multiply_m7F3B0FA9256CE368D7636558EFEFC4AB0E1A0F41_inline(L_48, L_49, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_51; L_51 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_47, L_50, NULL); V_5 = L_51; // float d = po.magnitude; float L_52; L_52 = Vector3_get_magnitude_mF0D6017E90B345F1F52D1CC564C640F1A847AF2D_inline((&V_5), NULL); V_6 = L_52; // float integral = (Fpo(d, l2) - Fpo(d, l1)) * po.z + (Fwt(d, l2) - Fwt(d, l1)) * wt.z; float L_53 = V_6; float L_54 = V_4; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); float L_55; L_55 = LensFlareCommonSRP_U3CShapeAttenuationAreaTubeLightU3Eg__FpoU7C23_0_m326364B1845166386AC41152ABABB4F919D3A378(L_53, L_54, NULL); float L_56 = V_6; float L_57 = V_3; float L_58; L_58 = LensFlareCommonSRP_U3CShapeAttenuationAreaTubeLightU3Eg__FpoU7C23_0_m326364B1845166386AC41152ABABB4F919D3A378(L_56, L_57, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_59 = V_5; float L_60 = L_59.___z_4; float L_61 = V_6; float L_62 = V_4; float L_63; L_63 = LensFlareCommonSRP_U3CShapeAttenuationAreaTubeLightU3Eg__FwtU7C23_1_m75D136EA3C11DCBCF9EAE572627F706BA1AB5A5D(L_61, L_62, NULL); float L_64 = V_6; float L_65 = V_3; float L_66; L_66 = LensFlareCommonSRP_U3CShapeAttenuationAreaTubeLightU3Eg__FwtU7C23_1_m75D136EA3C11DCBCF9EAE572627F706BA1AB5A5D(L_64, L_65, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_67 = V_1; float L_68 = L_67.___z_4; // diffIntegral = integral / Mathf.PI; V_0 = ((float)(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_55, L_58)), L_60)), ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_63, L_66)), L_68))))/(3.14159274f))); } IL_012f: { // return diffIntegral; float L_69 = V_0; return L_69; } } // UnityEngine.Vector2 UnityEngine.Rendering.LensFlareCommonSRP::g__ComputeLocalSize|32_0(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.AnimationCurve,UnityEngine.Rendering.LensFlareCommonSRP/<>c__DisplayClass32_0&,UnityEngine.Rendering.LensFlareCommonSRP/<>c__DisplayClass32_1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 LensFlareCommonSRP_U3CDoLensFlareDataDrivenCommonU3Eg__ComputeLocalSizeU7C32_0_mDC689C4B511BB080A0F1341848DFDEF636E62DF5 (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_rayOff, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_rayOff0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___2_curSize, AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___3_distortionCurve, U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5* ___4_p, U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7* ___5_p, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); float V_1 = 0.0f; float V_2 = 0.0f; { // Vector2 rayOffZ = GetLensFlareRayOffset(screenPos, position, globalCos0, globalSin0); U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7* L_0 = ___5_p; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = L_0->___screenPos_0; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7* L_2 = ___5_p; float L_3 = L_2->___position_1; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7* L_4 = ___5_p; float L_5 = L_4->___globalCos0_2; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7* L_6 = ___5_p; float L_7 = L_6->___globalSin0_3; il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8; L_8 = LensFlareCommonSRP_GetLensFlareRayOffset_m56B8894C489D65E95E6210FCB57C44C6F0772024(L_1, L_3, L_5, L_7, NULL); // if (!element.distortionRelativeToCenter) U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5* L_9 = ___4_p; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_10 = L_9->___element_0; NullCheck(L_10); bool L_11 = L_10->___distortionRelativeToCenter_32; if (L_11) { goto IL_0065; } } { // localRadPos = (rayOff - rayOff0) * 0.5f; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12 = ___0_rayOff; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13 = ___1_rayOff0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14; L_14 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_12, L_13, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15; L_15 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_14, (0.5f), NULL); V_0 = L_15; // localRadius = Mathf.Clamp01(Mathf.Max(Mathf.Abs(localRadPos.x), Mathf.Abs(localRadPos.y))); // l1 norm (instead of l2 norm) Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16 = V_0; float L_17 = L_16.___x_0; float L_18; L_18 = fabsf(L_17); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_19 = V_0; float L_20 = L_19.___y_1; float L_21; L_21 = fabsf(L_20); float L_22; L_22 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_18, L_21, NULL); float L_23; L_23 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_22, NULL); V_1 = L_23; goto IL_00be; } IL_0065: { // localRadPos = screenPos + (rayOff + new Vector2(element.positionOffset.x, -element.positionOffset.y)) * element.translationScale; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7* L_24 = ___5_p; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25 = L_24->___screenPos_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26 = ___0_rayOff; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5* L_27 = ___4_p; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_28 = L_27->___element_0; NullCheck(L_28); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_29 = (&L_28->___positionOffset_2); float L_30 = L_29->___x_0; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5* L_31 = ___4_p; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_32 = L_31->___element_0; NullCheck(L_32); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_33 = (&L_32->___positionOffset_2); float L_34 = L_33->___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_35; memset((&L_35), 0, sizeof(L_35)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_35), L_30, ((-L_34)), /*hidden argument*/NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_36; L_36 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_26, L_35, NULL); U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5* L_37 = ___4_p; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_38 = L_37->___element_0; NullCheck(L_38); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_39 = L_38->___translationScale_4; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_40; L_40 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_36, L_39, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41; L_41 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_25, L_40, NULL); V_0 = L_41; // localRadius = Mathf.Clamp01(localRadPos.magnitude); // l2 norm (instead of l1 norm) float L_42; L_42 = Vector2_get_magnitude_m5C59B4056420AEFDB291AD0914A3F675330A75CE_inline((&V_0), NULL); float L_43; L_43 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_42, NULL); V_1 = L_43; } IL_00be: { // float localLerpValue = Mathf.Clamp01(distortionCurve.Evaluate(localRadius)); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_44 = ___3_distortionCurve; float L_45 = V_1; NullCheck(L_44); float L_46; L_46 = AnimationCurve_Evaluate_m50B857043DE251A186032ADBCBB4CEF817F4EE3C(L_44, L_45, NULL); float L_47; L_47 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_46, NULL); V_2 = L_47; // return new Vector2(Mathf.Lerp(curSize.x, element.targetSizeDistortion.x * combinedScale / usedAspectRatio, localLerpValue), // Mathf.Lerp(curSize.y, element.targetSizeDistortion.y * combinedScale, localLerpValue)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_48 = ___2_curSize; float L_49 = L_48.___x_0; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5* L_50 = ___4_p; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_51 = L_50->___element_0; NullCheck(L_51); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_52 = (&L_51->___targetSizeDistortion_30); float L_53 = L_52->___x_0; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7* L_54 = ___5_p; float L_55 = L_54->___combinedScale_4; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7* L_56 = ___5_p; float L_57 = L_56->___usedAspectRatio_5; float L_58 = V_2; float L_59; L_59 = Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline(L_49, ((float)(((float)il2cpp_codegen_multiply(L_53, L_55))/L_57)), L_58, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_60 = ___2_curSize; float L_61 = L_60.___y_1; U3CU3Ec__DisplayClass32_0_t60CDF1E8A883C17A968440CF86F6165815DDFBD5* L_62 = ___4_p; LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* L_63 = L_62->___element_0; NullCheck(L_63); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_64 = (&L_63->___targetSizeDistortion_30); float L_65 = L_64->___y_1; U3CU3Ec__DisplayClass32_1_tEAD5B43C4FEB4D71D344AF4EE820176CC322EFD7* L_66 = ___5_p; float L_67 = L_66->___combinedScale_4; float L_68 = V_2; float L_69; L_69 = Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline(L_61, ((float)il2cpp_codegen_multiply(L_65, L_67)), L_68, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_70; memset((&L_70), 0, sizeof(L_70)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_70), L_59, L_69, /*hidden argument*/NULL); return L_70; } } // System.Single UnityEngine.Rendering.LensFlareCommonSRP::g__RandomRange|32_1(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareCommonSRP_U3CDoLensFlareDataDrivenCommonU3Eg__RandomRangeU7C32_1_m96F228F0B73BF73C28548A66BF55F9A9C6F66E9F (float ___0_min, float ___1_max, const RuntimeMethod* method) { { // return Random.Range(min, max); float L_0 = ___0_min; float L_1 = ___1_max; float L_2; L_2 = Random_Range_m5236C99A7D8AE6AC9190592DC66016652A2D2494(L_0, L_1, NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.Rendering.LensFlareDataSRP UnityEngine.Rendering.LensFlareComponentSRP::get_lensFlareData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* LensFlareComponentSRP_get_lensFlareData_mD15D77ED234DE0AD076724C2F1D1826EE6D3D84A (LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* __this, const RuntimeMethod* method) { { // return m_LensFlareData; LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* L_0 = __this->___m_LensFlareData_4; return L_0; } } // System.Void UnityEngine.Rendering.LensFlareComponentSRP::set_lensFlareData(UnityEngine.Rendering.LensFlareDataSRP) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareComponentSRP_set_lensFlareData_m2EA3F72CD785C3464763CC5C1214D104AA8C840E (LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* __this, LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* ___0_value, const RuntimeMethod* method) { { // m_LensFlareData = value; LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* L_0 = ___0_value; __this->___m_LensFlareData_4 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LensFlareData_4), (void*)L_0); // OnValidate(); LensFlareComponentSRP_OnValidate_mA7680090242F1F5D050BC08834871FB2A0E6D43E(__this, NULL); // } return; } } // System.Single UnityEngine.Rendering.LensFlareComponentSRP::celestialProjectedOcclusionRadius(UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareComponentSRP_celestialProjectedOcclusionRadius_m1EAD56AEC83ED782CE84396FF60912005858C29B (LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_mainCam, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { // float projectedRadius = (float)Math.Tan(sCelestialAngularRadius) * mainCam.farClipPlane; il2cpp_codegen_runtime_class_init_inline(LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC_il2cpp_TypeInfo_var); float L_0 = ((LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC_il2cpp_TypeInfo_var))->___sCelestialAngularRadius_18; il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); double L_1; L_1 = tan(((double)L_0)); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_2 = ___0_mainCam; NullCheck(L_2); float L_3; L_3 = Camera_get_farClipPlane_m1D7128B85B5DB866F75FBE8CEBA48335716B67BD(L_2, NULL); V_0 = ((float)il2cpp_codegen_multiply(((float)L_1), L_3)); // return occlusionRadius * projectedRadius; float L_4 = __this->___occlusionRadius_13; float L_5 = V_0; return ((float)il2cpp_codegen_multiply(L_4, L_5)); } } // System.Void UnityEngine.Rendering.LensFlareComponentSRP::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareComponentSRP_OnEnable_m8840399D23CFE3D4C2FE087BAE4A9E58C2375BE9 (LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (lensFlareData) LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* L_0; L_0 = LensFlareComponentSRP_get_lensFlareData_mD15D77ED234DE0AD076724C2F1D1826EE6D3D84A_inline(__this, 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; } } { // LensFlareCommonSRP.Instance.AddData(this); il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* L_2; L_2 = LensFlareCommonSRP_get_Instance_mF64DA65427B459BE5C9A648FAA697AE8B6DD479B(NULL); NullCheck(L_2); LensFlareCommonSRP_AddData_m1E33BD73205092DB2D140BAAC48383303BCBCA72(L_2, __this, NULL); return; } IL_0019: { // LensFlareCommonSRP.Instance.RemoveData(this); il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* L_3; L_3 = LensFlareCommonSRP_get_Instance_mF64DA65427B459BE5C9A648FAA697AE8B6DD479B(NULL); NullCheck(L_3); LensFlareCommonSRP_RemoveData_mF536B8F2F609777F96539159F65750991FE6D8A0(L_3, __this, NULL); // } return; } } // System.Void UnityEngine.Rendering.LensFlareComponentSRP::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareComponentSRP_OnDisable_m3421F76197A6F10ED85B61016C4D9B659AF5B27D (LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // LensFlareCommonSRP.Instance.RemoveData(this); il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* L_0; L_0 = LensFlareCommonSRP_get_Instance_mF64DA65427B459BE5C9A648FAA697AE8B6DD479B(NULL); NullCheck(L_0); LensFlareCommonSRP_RemoveData_mF536B8F2F609777F96539159F65750991FE6D8A0(L_0, __this, NULL); // } return; } } // System.Void UnityEngine.Rendering.LensFlareComponentSRP::OnValidate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareComponentSRP_OnValidate_mA7680090242F1F5D050BC08834871FB2A0E6D43E (LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (isActiveAndEnabled && lensFlareData != null) bool L_0; L_0 = Behaviour_get_isActiveAndEnabled_mEB4ECCE9761A7016BC619557CEFEA1A30D3BF28A(__this, NULL); if (!L_0) { goto IL_0022; } } { LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* L_1; L_1 = LensFlareComponentSRP_get_lensFlareData_mD15D77ED234DE0AD076724C2F1D1826EE6D3D84A_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_0022; } } { // LensFlareCommonSRP.Instance.AddData(this); il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* L_3; L_3 = LensFlareCommonSRP_get_Instance_mF64DA65427B459BE5C9A648FAA697AE8B6DD479B(NULL); NullCheck(L_3); LensFlareCommonSRP_AddData_m1E33BD73205092DB2D140BAAC48383303BCBCA72(L_3, __this, NULL); return; } IL_0022: { // LensFlareCommonSRP.Instance.RemoveData(this); il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* L_4; L_4 = LensFlareCommonSRP_get_Instance_mF64DA65427B459BE5C9A648FAA697AE8B6DD479B(NULL); NullCheck(L_4); LensFlareCommonSRP_RemoveData_mF536B8F2F609777F96539159F65750991FE6D8A0(L_4, __this, NULL); // } return; } } // System.Void UnityEngine.Rendering.LensFlareComponentSRP::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareComponentSRP__ctor_mAC637A807D761F7EA8739EE110836C95C8769C83 (LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public float intensity = 1.0f; __this->___intensity_5 = (1.0f); // public float maxAttenuationDistance = 100.0f; __this->___maxAttenuationDistance_6 = (100.0f); // public float maxAttenuationScale = 100.0f; __this->___maxAttenuationScale_7 = (100.0f); // public AnimationCurve distanceAttenuationCurve = new AnimationCurve(new Keyframe(0.0f, 1.0f), new Keyframe(1.0f, 0.0f)); KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_0 = (KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)SZArrayNew(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var, (uint32_t)2); KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_1 = L_0; Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_2; memset((&L_2), 0, sizeof(L_2)); Keyframe__ctor_mECF144086B28785BE911A22C06194A9E0FBF3C34((&L_2), (0.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_2); KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_3 = L_1; Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_4; memset((&L_4), 0, sizeof(L_4)); Keyframe__ctor_mECF144086B28785BE911A22C06194A9E0FBF3C34((&L_4), (1.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_3); (L_3)->SetAt(static_cast(1), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_4); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_5 = (AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354*)il2cpp_codegen_object_new(AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354_il2cpp_TypeInfo_var); NullCheck(L_5); AnimationCurve__ctor_mEABC98C03805713354D61E50D9340766BD5B717E(L_5, L_3, NULL); __this->___distanceAttenuationCurve_8 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___distanceAttenuationCurve_8), (void*)L_5); // public AnimationCurve scaleByDistanceCurve = new AnimationCurve(new Keyframe(0.0f, 1.0f), new Keyframe(1.0f, 0.0f)); KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_6 = (KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)SZArrayNew(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var, (uint32_t)2); KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_7 = L_6; Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_8; memset((&L_8), 0, sizeof(L_8)); Keyframe__ctor_mECF144086B28785BE911A22C06194A9E0FBF3C34((&L_8), (0.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_7); (L_7)->SetAt(static_cast(0), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_8); KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_9 = L_7; Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_10; memset((&L_10), 0, sizeof(L_10)); Keyframe__ctor_mECF144086B28785BE911A22C06194A9E0FBF3C34((&L_10), (1.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_9); (L_9)->SetAt(static_cast(1), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_10); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_11 = (AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354*)il2cpp_codegen_object_new(AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354_il2cpp_TypeInfo_var); NullCheck(L_11); AnimationCurve__ctor_mEABC98C03805713354D61E50D9340766BD5B717E(L_11, L_9, NULL); __this->___scaleByDistanceCurve_9 = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->___scaleByDistanceCurve_9), (void*)L_11); // public bool attenuationByLightShape = true; __this->___attenuationByLightShape_10 = (bool)1; // public AnimationCurve radialScreenAttenuationCurve = new AnimationCurve(new Keyframe(0.0f, 1.0f), new Keyframe(1.0f, 1.0f)); KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_12 = (KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)SZArrayNew(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var, (uint32_t)2); KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_13 = L_12; Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_14; memset((&L_14), 0, sizeof(L_14)); Keyframe__ctor_mECF144086B28785BE911A22C06194A9E0FBF3C34((&L_14), (0.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_13); (L_13)->SetAt(static_cast(0), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_14); KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_15 = L_13; Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_16; memset((&L_16), 0, sizeof(L_16)); Keyframe__ctor_mECF144086B28785BE911A22C06194A9E0FBF3C34((&L_16), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_15); (L_15)->SetAt(static_cast(1), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_16); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_17 = (AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354*)il2cpp_codegen_object_new(AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354_il2cpp_TypeInfo_var); NullCheck(L_17); AnimationCurve__ctor_mEABC98C03805713354D61E50D9340766BD5B717E(L_17, L_15, NULL); __this->___radialScreenAttenuationCurve_11 = L_17; Il2CppCodeGenWriteBarrier((void**)(&__this->___radialScreenAttenuationCurve_11), (void*)L_17); // public float occlusionRadius = 0.1f; __this->___occlusionRadius_13 = (0.100000001f); // public uint sampleCount = 32; __this->___sampleCount_14 = ((int32_t)32); // public float occlusionOffset = 0.05f; __this->___occlusionOffset_15 = (0.0500000007f); // public float scale = 1.0f; __this->___scale_16 = (1.0f); MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL); return; } } // System.Void UnityEngine.Rendering.LensFlareComponentSRP::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareComponentSRP__cctor_m72F59FA3007A36954340119010A97F52B6927C42 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static float sCelestialAngularRadius = 3.3f * Mathf.PI / 180.0f; ((LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC_il2cpp_TypeInfo_var))->___sCelestialAngularRadius_18 = (0.0575958677f); 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.Rendering.LensFlareDataElementSRP::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareDataElementSRP__ctor_mBAD9141DFEFB54D462184CC163B5EDE17D91E736 (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GradientAlphaKeyU5BU5D_tA5D7ED787780B5C01635C8C59B15B2BC01AEC50E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GradientColorKeyU5BU5D_tB8929E6EE130CA1F3C1664B300BE83A95A642C18_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public LensFlareDataElementSRP() Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // visible = true; __this->___visible_0 = (bool)1; // localIntensity = 1.0f; LensFlareDataElementSRP_set_localIntensity_mE3E298E1A798F39C5D79D37C6E012B63C10E5E71(__this, (1.0f), NULL); // position = 0.0f; __this->___position_1 = (0.0f); // positionOffset = new Vector2(0.0f, 0.0f); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0; memset((&L_0), 0, sizeof(L_0)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_0), (0.0f), (0.0f), /*hidden argument*/NULL); __this->___positionOffset_2 = L_0; // angularOffset = 0.0f; __this->___angularOffset_3 = (0.0f); // translationScale = new Vector2(1.0f, 1.0f); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1; memset((&L_1), 0, sizeof(L_1)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_1), (1.0f), (1.0f), /*hidden argument*/NULL); __this->___translationScale_4 = L_1; // lensFlareTexture = null; __this->___lensFlareTexture_6 = (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___lensFlareTexture_6), (void*)(Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL); // uniformScale = 1.0f; __this->___uniformScale_7 = (1.0f); // sizeXY = Vector2.one; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2; L_2 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL); __this->___sizeXY_8 = L_2; // allowMultipleElement = false; __this->___allowMultipleElement_9 = (bool)0; // count = 5; LensFlareDataElementSRP_set_count_mC7D8BD5067BD13DBC60233CD7F659F8531D42A0C(__this, 5, NULL); // rotation = 0.0f; __this->___rotation_12 = (0.0f); // tint = new Color(1.0f, 1.0f, 1.0f, 0.5f); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3; memset((&L_3), 0, sizeof(L_3)); Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_3), (1.0f), (1.0f), (1.0f), (0.5f), /*hidden argument*/NULL); __this->___tint_13 = L_3; // blendMode = SRPLensFlareBlendMode.Additive; __this->___blendMode_14 = 0; // autoRotate = false; __this->___autoRotate_15 = (bool)0; // isFoldOpened = true; __this->___isFoldOpened_18 = (bool)1; // flareType = SRPLensFlareType.Circle; __this->___flareType_16 = 1; // distribution = SRPLensFlareDistribution.Uniform; __this->___distribution_19 = 0; // lengthSpread = 1f; __this->___lengthSpread_20 = (1.0f); // colorGradient = new Gradient(); Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E* L_4 = (Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E*)il2cpp_codegen_object_new(Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E_il2cpp_TypeInfo_var); NullCheck(L_4); Gradient__ctor_m5EC470BB063D4831774C7CDA5D471EBEB5CE7B54(L_4, NULL); __this->___colorGradient_24 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___colorGradient_24), (void*)L_4); // colorGradient.SetKeys(new GradientColorKey[] { new GradientColorKey(Color.white, 0.0f), new GradientColorKey(Color.white, 1.0f) }, // new GradientAlphaKey[] { new GradientAlphaKey(1.0f, 0.0f), new GradientAlphaKey(1.0f, 1.0f) }); Gradient_tA7FEBE2FDB4929FFF6C997134841046F713DAC1E* L_5 = __this->___colorGradient_24; GradientColorKeyU5BU5D_tB8929E6EE130CA1F3C1664B300BE83A95A642C18* L_6 = (GradientColorKeyU5BU5D_tB8929E6EE130CA1F3C1664B300BE83A95A642C18*)(GradientColorKeyU5BU5D_tB8929E6EE130CA1F3C1664B300BE83A95A642C18*)SZArrayNew(GradientColorKeyU5BU5D_tB8929E6EE130CA1F3C1664B300BE83A95A642C18_il2cpp_TypeInfo_var, (uint32_t)2); GradientColorKeyU5BU5D_tB8929E6EE130CA1F3C1664B300BE83A95A642C18* L_7 = L_6; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8; L_8 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL); GradientColorKey_tBD03A613338639E3774A10265CC5F3619C13421A L_9; memset((&L_9), 0, sizeof(L_9)); GradientColorKey__ctor_mE26D7B8DA1283FDC3ADF628A3AC3E1B7246CD8A1((&L_9), L_8, (0.0f), /*hidden argument*/NULL); NullCheck(L_7); (L_7)->SetAt(static_cast(0), (GradientColorKey_tBD03A613338639E3774A10265CC5F3619C13421A)L_9); GradientColorKeyU5BU5D_tB8929E6EE130CA1F3C1664B300BE83A95A642C18* L_10 = L_7; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_11; L_11 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL); GradientColorKey_tBD03A613338639E3774A10265CC5F3619C13421A L_12; memset((&L_12), 0, sizeof(L_12)); GradientColorKey__ctor_mE26D7B8DA1283FDC3ADF628A3AC3E1B7246CD8A1((&L_12), L_11, (1.0f), /*hidden argument*/NULL); NullCheck(L_10); (L_10)->SetAt(static_cast(1), (GradientColorKey_tBD03A613338639E3774A10265CC5F3619C13421A)L_12); GradientAlphaKeyU5BU5D_tA5D7ED787780B5C01635C8C59B15B2BC01AEC50E* L_13 = (GradientAlphaKeyU5BU5D_tA5D7ED787780B5C01635C8C59B15B2BC01AEC50E*)(GradientAlphaKeyU5BU5D_tA5D7ED787780B5C01635C8C59B15B2BC01AEC50E*)SZArrayNew(GradientAlphaKeyU5BU5D_tA5D7ED787780B5C01635C8C59B15B2BC01AEC50E_il2cpp_TypeInfo_var, (uint32_t)2); GradientAlphaKeyU5BU5D_tA5D7ED787780B5C01635C8C59B15B2BC01AEC50E* L_14 = L_13; GradientAlphaKey_tF469955E4BBAF1044320D956CD8D990F1A26EAA0 L_15; memset((&L_15), 0, sizeof(L_15)); GradientAlphaKey__ctor_m62D622565E6C8BF94E6E90A4CA6C866A5BC3B41B((&L_15), (1.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_14); (L_14)->SetAt(static_cast(0), (GradientAlphaKey_tF469955E4BBAF1044320D956CD8D990F1A26EAA0)L_15); GradientAlphaKeyU5BU5D_tA5D7ED787780B5C01635C8C59B15B2BC01AEC50E* L_16 = L_14; GradientAlphaKey_tF469955E4BBAF1044320D956CD8D990F1A26EAA0 L_17; memset((&L_17), 0, sizeof(L_17)); GradientAlphaKey__ctor_m62D622565E6C8BF94E6E90A4CA6C866A5BC3B41B((&L_17), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_16); (L_16)->SetAt(static_cast(1), (GradientAlphaKey_tF469955E4BBAF1044320D956CD8D990F1A26EAA0)L_17); NullCheck(L_5); Gradient_SetKeys_mE03CE269C19C4F08F1ED57F7151082304DDBB5D8(L_5, L_10, L_16, NULL); // positionCurve = new AnimationCurve(new Keyframe(0.0f, 0.0f, 1.0f, 1.0f), new Keyframe(1.0f, 1.0f, 1.0f, -1.0f)); KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_18 = (KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)SZArrayNew(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var, (uint32_t)2); KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_19 = L_18; Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_20; memset((&L_20), 0, sizeof(L_20)); Keyframe__ctor_m0E7D85642F12A3DAFA1768351CC7670648C41AB2((&L_20), (0.0f), (0.0f), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_19); (L_19)->SetAt(static_cast(0), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_20); KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_21 = L_19; Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_22; memset((&L_22), 0, sizeof(L_22)); Keyframe__ctor_m0E7D85642F12A3DAFA1768351CC7670648C41AB2((&L_22), (1.0f), (1.0f), (1.0f), (-1.0f), /*hidden argument*/NULL); NullCheck(L_21); (L_21)->SetAt(static_cast(1), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_22); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_23 = (AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354*)il2cpp_codegen_object_new(AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354_il2cpp_TypeInfo_var); NullCheck(L_23); AnimationCurve__ctor_mEABC98C03805713354D61E50D9340766BD5B717E(L_23, L_21, NULL); __this->___positionCurve_21 = L_23; Il2CppCodeGenWriteBarrier((void**)(&__this->___positionCurve_21), (void*)L_23); // scaleCurve = new AnimationCurve(new Keyframe(0.0f, 1.0f), new Keyframe(1.0f, 1.0f)); KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_24 = (KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)SZArrayNew(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var, (uint32_t)2); KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_25 = L_24; Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_26; memset((&L_26), 0, sizeof(L_26)); Keyframe__ctor_mECF144086B28785BE911A22C06194A9E0FBF3C34((&L_26), (0.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_25); (L_25)->SetAt(static_cast(0), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_26); KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_27 = L_25; Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_28; memset((&L_28), 0, sizeof(L_28)); Keyframe__ctor_mECF144086B28785BE911A22C06194A9E0FBF3C34((&L_28), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_27); (L_27)->SetAt(static_cast(1), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_28); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_29 = (AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354*)il2cpp_codegen_object_new(AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354_il2cpp_TypeInfo_var); NullCheck(L_29); AnimationCurve__ctor_mEABC98C03805713354D61E50D9340766BD5B717E(L_29, L_27, NULL); __this->___scaleCurve_22 = L_29; Il2CppCodeGenWriteBarrier((void**)(&__this->___scaleCurve_22), (void*)L_29); // uniformAngleCurve = new AnimationCurve(new Keyframe(0.0f, 0.0f), new Keyframe(1.0f, 0.0f)); KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_30 = (KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)SZArrayNew(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var, (uint32_t)2); KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_31 = L_30; Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_32; memset((&L_32), 0, sizeof(L_32)); Keyframe__ctor_mECF144086B28785BE911A22C06194A9E0FBF3C34((&L_32), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_31); (L_31)->SetAt(static_cast(0), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_32); KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_33 = L_31; Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_34; memset((&L_34), 0, sizeof(L_34)); Keyframe__ctor_mECF144086B28785BE911A22C06194A9E0FBF3C34((&L_34), (1.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_33); (L_33)->SetAt(static_cast(1), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_34); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_35 = (AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354*)il2cpp_codegen_object_new(AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354_il2cpp_TypeInfo_var); NullCheck(L_35); AnimationCurve__ctor_mEABC98C03805713354D61E50D9340766BD5B717E(L_35, L_33, NULL); __this->___uniformAngleCurve_39 = L_35; Il2CppCodeGenWriteBarrier((void**)(&__this->___uniformAngleCurve_39), (void*)L_35); // seed = 0; __this->___seed_23 = 0; // intensityVariation = 0.75f; LensFlareDataElementSRP_set_intensityVariation_m4D80F38F0B0B5C65B21253D20FA6EACD9FC7D1B2(__this, (0.75f), NULL); // positionVariation = new Vector2(1.0f, 0.0f); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_36; memset((&L_36), 0, sizeof(L_36)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_36), (1.0f), (0.0f), /*hidden argument*/NULL); __this->___positionVariation_26 = L_36; // scaleVariation = 1.0f; __this->___scaleVariation_27 = (1.0f); // rotationVariation = 180.0f; __this->___rotationVariation_28 = (180.0f); // enableRadialDistortion = false; __this->___enableRadialDistortion_29 = (bool)0; // targetSizeDistortion = Vector2.one; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_37; L_37 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL); __this->___targetSizeDistortion_30 = L_37; // distortionCurve = new AnimationCurve(new Keyframe(0.0f, 0.0f, 1.0f, 1.0f), new Keyframe(1.0f, 1.0f, 1.0f, -1.0f)); KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_38 = (KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)SZArrayNew(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var, (uint32_t)2); KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_39 = L_38; Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_40; memset((&L_40), 0, sizeof(L_40)); Keyframe__ctor_m0E7D85642F12A3DAFA1768351CC7670648C41AB2((&L_40), (0.0f), (0.0f), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_39); (L_39)->SetAt(static_cast(0), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_40); KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_41 = L_39; Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_42; memset((&L_42), 0, sizeof(L_42)); Keyframe__ctor_m0E7D85642F12A3DAFA1768351CC7670648C41AB2((&L_42), (1.0f), (1.0f), (1.0f), (-1.0f), /*hidden argument*/NULL); NullCheck(L_41); (L_41)->SetAt(static_cast(1), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_42); AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* L_43 = (AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354*)il2cpp_codegen_object_new(AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354_il2cpp_TypeInfo_var); NullCheck(L_43); AnimationCurve__ctor_mEABC98C03805713354D61E50D9340766BD5B717E(L_43, L_41, NULL); __this->___distortionCurve_31 = L_43; Il2CppCodeGenWriteBarrier((void**)(&__this->___distortionCurve_31), (void*)L_43); // distortionRelativeToCenter = false; __this->___distortionRelativeToCenter_32 = (bool)0; // fallOff = 1.0f; LensFlareDataElementSRP_set_fallOff_m7BB44EB218C09DAB803C404AB5138304F95BB474(__this, (1.0f), NULL); // edgeOffset = 0.1f; LensFlareDataElementSRP_set_edgeOffset_mCC9746DA5549D79D48019976CE66DFCB3DC4D987(__this, (0.100000001f), NULL); // sdfRoundness = 0.0f; LensFlareDataElementSRP_set_sdfRoundness_mACF3E40FBABFB46CFA587360F0D3961FBB794CDF(__this, (0.0f), NULL); // sideCount = 6; LensFlareDataElementSRP_set_sideCount_m8B3FFCDDBE8EA14DA4887438D141A5F79361739B(__this, 6, NULL); // inverseSDF = false; __this->___inverseSDF_37 = (bool)0; // } return; } } // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::get_localIntensity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareDataElementSRP_get_localIntensity_mA75A27674D36D591A42CACEC76E206D41DFD9925 (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) { { // get => m_LocalIntensity; float L_0 = __this->___m_LocalIntensity_5; return L_0; } } // System.Void UnityEngine.Rendering.LensFlareDataElementSRP::set_localIntensity(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareDataElementSRP_set_localIntensity_mE3E298E1A798F39C5D79D37C6E012B63C10E5E71 (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, float ___0_value, const RuntimeMethod* method) { { // set => m_LocalIntensity = Mathf.Max(0, value); float L_0 = ___0_value; float L_1; L_1 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline((0.0f), L_0, NULL); __this->___m_LocalIntensity_5 = L_1; return; } } // System.Int32 UnityEngine.Rendering.LensFlareDataElementSRP::get_count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LensFlareDataElementSRP_get_count_mA7F9CBD150771F1D7B9CBF6896E8E5EF1AA72AA0 (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) { { // get => m_Count; int32_t L_0 = __this->___m_Count_10; return L_0; } } // System.Void UnityEngine.Rendering.LensFlareDataElementSRP::set_count(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareDataElementSRP_set_count_mC7D8BD5067BD13DBC60233CD7F659F8531D42A0C (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, int32_t ___0_value, const RuntimeMethod* method) { { // set => m_Count = Mathf.Max(1, value); int32_t L_0 = ___0_value; int32_t L_1; L_1 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(1, L_0, NULL); __this->___m_Count_10 = L_1; return; } } // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::get_intensityVariation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareDataElementSRP_get_intensityVariation_m698B70DFBB0B3F60AD954A228368C4E1CC92C90A (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) { { // get => m_IntensityVariation; float L_0 = __this->___m_IntensityVariation_25; return L_0; } } // System.Void UnityEngine.Rendering.LensFlareDataElementSRP::set_intensityVariation(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareDataElementSRP_set_intensityVariation_m4D80F38F0B0B5C65B21253D20FA6EACD9FC7D1B2 (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, float ___0_value, const RuntimeMethod* method) { { // set => m_IntensityVariation = Mathf.Max(0, value); float L_0 = ___0_value; float L_1; L_1 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline((0.0f), L_0, NULL); __this->___m_IntensityVariation_25 = L_1; return; } } // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::get_fallOff() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareDataElementSRP_get_fallOff_m15C09E622D6F8DC6CE7853C80A4B87E1B4541CAB (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) { { // get => m_FallOff; float L_0 = __this->___m_FallOff_33; return L_0; } } // System.Void UnityEngine.Rendering.LensFlareDataElementSRP::set_fallOff(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareDataElementSRP_set_fallOff_m7BB44EB218C09DAB803C404AB5138304F95BB474 (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, float ___0_value, const RuntimeMethod* method) { { // set => m_FallOff = Mathf.Clamp01(value); float L_0 = ___0_value; float L_1; L_1 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_0, NULL); __this->___m_FallOff_33 = L_1; return; } } // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::get_edgeOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareDataElementSRP_get_edgeOffset_m75804ACFA229921032474232E75DCD6E9D04DBC2 (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) { { // get => m_EdgeOffset; float L_0 = __this->___m_EdgeOffset_34; return L_0; } } // System.Void UnityEngine.Rendering.LensFlareDataElementSRP::set_edgeOffset(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareDataElementSRP_set_edgeOffset_mCC9746DA5549D79D48019976CE66DFCB3DC4D987 (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, float ___0_value, const RuntimeMethod* method) { { // set => m_EdgeOffset = Mathf.Clamp01(value); float L_0 = ___0_value; float L_1; L_1 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_0, NULL); __this->___m_EdgeOffset_34 = L_1; return; } } // System.Int32 UnityEngine.Rendering.LensFlareDataElementSRP::get_sideCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LensFlareDataElementSRP_get_sideCount_m7A462121BBCDD3AAA321F9E20680E2B7065787B2 (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) { { // get => m_SideCount; int32_t L_0 = __this->___m_SideCount_35; return L_0; } } // System.Void UnityEngine.Rendering.LensFlareDataElementSRP::set_sideCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareDataElementSRP_set_sideCount_m8B3FFCDDBE8EA14DA4887438D141A5F79361739B (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, int32_t ___0_value, const RuntimeMethod* method) { { // set => m_SideCount = Mathf.Max(3, value); int32_t L_0 = ___0_value; int32_t L_1; L_1 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(3, L_0, NULL); __this->___m_SideCount_35 = L_1; return; } } // System.Single UnityEngine.Rendering.LensFlareDataElementSRP::get_sdfRoundness() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareDataElementSRP_get_sdfRoundness_mADCDDD25BDE1929B411DE5244C7B1DCAB3503C6E (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) { { // get => m_SdfRoundness; float L_0 = __this->___m_SdfRoundness_36; return L_0; } } // System.Void UnityEngine.Rendering.LensFlareDataElementSRP::set_sdfRoundness(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareDataElementSRP_set_sdfRoundness_mACF3E40FBABFB46CFA587360F0D3961FBB794CDF (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, float ___0_value, const RuntimeMethod* method) { { // set => m_SdfRoundness = Mathf.Clamp01(value); float L_0 = ___0_value; float L_1; L_1 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_0, NULL); __this->___m_SdfRoundness_36 = L_1; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.LensFlareDataSRP::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareDataSRP__ctor_mD056E210281E4D1D2FCE4C9D6434983F5F9BFC4C (LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* __this, const RuntimeMethod* method) { { // public LensFlareDataSRP() ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF(__this, NULL); // elements = null; __this->___elements_4 = (LensFlareDataElementSRPU5BU5D_t1D7EBF0AA1925339AAA0E04DCE9F1B78105B6D38*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___elements_4), (void*)(LensFlareDataElementSRPU5BU5D_t1D7EBF0AA1925339AAA0E04DCE9F1B78105B6D38*)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.Rendering.RenderPipelineResources::get_packagePath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RenderPipelineResources_get_packagePath_m5A693106B4748B9E81C3D5C97434A02214DB0C85 (RenderPipelineResources_tAA6BDE0F0074318A421B1D71C06F4ABC4C5C175A* __this, const RuntimeMethod* method) { { // protected virtual string packagePath => null; return (String_t*)NULL; } } // System.String UnityEngine.Rendering.RenderPipelineResources::get_packagePath_Internal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RenderPipelineResources_get_packagePath_Internal_m95E3708613D98333C168871F7C0FAD9446E66353 (RenderPipelineResources_tAA6BDE0F0074318A421B1D71C06F4ABC4C5C175A* __this, const RuntimeMethod* method) { { // internal string packagePath_Internal => packagePath; String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(4 /* System.String UnityEngine.Rendering.RenderPipelineResources::get_packagePath() */, __this); return L_0; } } // System.Void UnityEngine.Rendering.RenderPipelineResources::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderPipelineResources__ctor_mC03CFC933E25CDB1425A92A3C1C7770E02AD7040 (RenderPipelineResources_tAA6BDE0F0074318A421B1D71C06F4ABC4C5C175A* __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.Rendering.GenerateHLSL::.ctor(UnityEngine.Rendering.PackingRules,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenerateHLSL__ctor_m2A39DDA94C13C40EF4CDD7C921E543F629C03F9C (GenerateHLSL_t9A4EE8598B7A111302A1B62A085EAE51672CC41C* __this, int32_t ___0_rules, bool ___1_needAccessors, bool ___2_needSetters, bool ___3_needParamDebug, int32_t ___4_paramDefinesStart, bool ___5_omitStructDeclaration, bool ___6_containsPackedFields, bool ___7_generateCBuffer, int32_t ___8_constantRegister, String_t* ___9_sourcePath, const RuntimeMethod* method) { { // public GenerateHLSL(PackingRules rules = PackingRules.Exact, bool needAccessors = true, bool needSetters = false, bool needParamDebug = false, int paramDefinesStart = 1, // bool omitStructDeclaration = false, bool containsPackedFields = false, bool generateCBuffer = false, int constantRegister = -1, // [CallerFilePath] string sourcePath = null) Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); // this.sourcePath = sourcePath; String_t* L_0 = ___9_sourcePath; __this->___sourcePath_9 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___sourcePath_9), (void*)L_0); // packingRules = rules; int32_t L_1 = ___0_rules; __this->___packingRules_0 = L_1; // this.needAccessors = needAccessors; bool L_2 = ___1_needAccessors; __this->___needAccessors_2 = L_2; // this.needSetters = needSetters; bool L_3 = ___2_needSetters; __this->___needSetters_3 = L_3; // this.needParamDebug = needParamDebug; bool L_4 = ___3_needParamDebug; __this->___needParamDebug_4 = L_4; // this.paramDefinesStart = paramDefinesStart; int32_t L_5 = ___4_paramDefinesStart; __this->___paramDefinesStart_5 = L_5; // this.omitStructDeclaration = omitStructDeclaration; bool L_6 = ___5_omitStructDeclaration; __this->___omitStructDeclaration_6 = L_6; // this.containsPackedFields = containsPackedFields; bool L_7 = ___6_containsPackedFields; __this->___containsPackedFields_1 = L_7; // this.generateCBuffer = generateCBuffer; bool L_8 = ___7_generateCBuffer; __this->___generateCBuffer_7 = L_8; // this.constantRegister = constantRegister; int32_t L_9 = ___8_constantRegister; __this->___constantRegister_8 = L_9; // } 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.Rendering.SurfaceDataAttributes::.ctor(System.String,System.Boolean,System.Boolean,UnityEngine.Rendering.FieldPrecision,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SurfaceDataAttributes__ctor_m81636716B07F8C34BCAD27685E93082567BD8783 (SurfaceDataAttributes_t955595DD5404BF72FCA2458E5EAF1D2D9DFAFC5C* __this, String_t* ___0_displayName, bool ___1_isDirection, bool ___2_sRGBDisplay, int32_t ___3_precision, bool ___4_checkIsNormalized, String_t* ___5_preprocessor, 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; } { // public SurfaceDataAttributes(string displayName = "", bool isDirection = false, bool sRGBDisplay = false, FieldPrecision precision = FieldPrecision.Default, bool checkIsNormalized = false, string preprocessor = "") Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); // displayNames = new string[1]; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1); __this->___displayNames_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___displayNames_0), (void*)L_0); // displayNames[0] = displayName; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = __this->___displayNames_0; String_t* L_2 = ___0_displayName; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (String_t*)L_2); // this.isDirection = isDirection; bool L_3 = ___1_isDirection; __this->___isDirection_1 = L_3; // this.sRGBDisplay = sRGBDisplay; bool L_4 = ___2_sRGBDisplay; __this->___sRGBDisplay_2 = L_4; // this.precision = precision; int32_t L_5 = ___3_precision; __this->___precision_3 = L_5; // this.checkIsNormalized = checkIsNormalized; bool L_6 = ___4_checkIsNormalized; __this->___checkIsNormalized_4 = L_6; // this.preprocessor = preprocessor; String_t* L_7 = ___5_preprocessor; __this->___preprocessor_5 = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___preprocessor_5), (void*)L_7); // } return; } } // System.Void UnityEngine.Rendering.SurfaceDataAttributes::.ctor(System.String[],System.Boolean,System.Boolean,UnityEngine.Rendering.FieldPrecision,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SurfaceDataAttributes__ctor_mE30568FE5BDB8713FDA54DE93AA8A044BE06705A (SurfaceDataAttributes_t955595DD5404BF72FCA2458E5EAF1D2D9DFAFC5C* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_displayNames, bool ___1_isDirection, bool ___2_sRGBDisplay, int32_t ___3_precision, bool ___4_checkIsNormalized, String_t* ___5_preprocessor, const RuntimeMethod* method) { { // public SurfaceDataAttributes(string[] displayNames, bool isDirection = false, bool sRGBDisplay = false, FieldPrecision precision = FieldPrecision.Default, bool checkIsNormalized = false, string preprocessor = "") Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); // this.displayNames = displayNames; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___0_displayNames; __this->___displayNames_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___displayNames_0), (void*)L_0); // this.isDirection = isDirection; bool L_1 = ___1_isDirection; __this->___isDirection_1 = L_1; // this.sRGBDisplay = sRGBDisplay; bool L_2 = ___2_sRGBDisplay; __this->___sRGBDisplay_2 = L_2; // this.precision = precision; int32_t L_3 = ___3_precision; __this->___precision_3 = L_3; // this.checkIsNormalized = checkIsNormalized; bool L_4 = ___4_checkIsNormalized; __this->___checkIsNormalized_4 = L_4; // this.preprocessor = preprocessor; String_t* L_5 = ___5_preprocessor; __this->___preprocessor_5 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___preprocessor_5), (void*)L_5); // } 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.Rendering.HLSLArray::.ctor(System.Int32,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HLSLArray__ctor_m331EBC11A2168F124C98463BF17B936B53BDE55F (HLSLArray_t649CAF5E2F6CA542E751E3AE7476428A874BF5D6* __this, int32_t ___0_arraySize, Type_t* ___1_elementType, const RuntimeMethod* method) { { // public HLSLArray(int arraySize, Type elementType) Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); // this.arraySize = arraySize; int32_t L_0 = ___0_arraySize; __this->___arraySize_0 = L_0; // this.elementType = elementType; Type_t* L_1 = ___1_elementType; __this->___elementType_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___elementType_1), (void*)L_1); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PackingAttribute::.ctor(System.String[],UnityEngine.Rendering.FieldPacking,System.Int32,System.Int32,System.Single,System.Single,System.Boolean,System.Boolean,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PackingAttribute__ctor_mA147203C5536B59467723309207F1410900BE107 (PackingAttribute_tC224FC73087308F1ACD0F784C4FDC22C41D314E4* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_displayNames, int32_t ___1_packingScheme, int32_t ___2_bitSize, int32_t ___3_offsetInSource, float ___4_minValue, float ___5_maxValue, bool ___6_isDirection, bool ___7_sRGBDisplay, bool ___8_checkIsNormalized, String_t* ___9_preprocessor, 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; } { // public PackingAttribute(string[] displayNames, FieldPacking packingScheme = FieldPacking.NoPacking, int bitSize = 32, int offsetInSource = 0, float minValue = 0.0f, float maxValue = 1.0f, bool isDirection = false, bool sRGBDisplay = false, bool checkIsNormalized = false, string preprocessor = "") Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); // this.displayNames = displayNames; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___0_displayNames; __this->___displayNames_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___displayNames_0), (void*)L_0); // this.packingScheme = packingScheme; int32_t L_1 = ___1_packingScheme; __this->___packingScheme_2 = L_1; // this.offsetInSource = offsetInSource; int32_t L_2 = ___3_offsetInSource; __this->___offsetInSource_3 = L_2; // this.isDirection = isDirection; bool L_3 = ___6_isDirection; __this->___isDirection_5 = L_3; // this.sRGBDisplay = sRGBDisplay; bool L_4 = ___7_sRGBDisplay; __this->___sRGBDisplay_6 = L_4; // this.checkIsNormalized = checkIsNormalized; bool L_5 = ___8_checkIsNormalized; __this->___checkIsNormalized_7 = L_5; // this.sizeInBits = bitSize; int32_t L_6 = ___2_bitSize; __this->___sizeInBits_4 = L_6; // this.range = new float[] { minValue, maxValue }; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_7 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)2); SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_8 = L_7; float L_9 = ___4_minValue; NullCheck(L_8); (L_8)->SetAt(static_cast(0), (float)L_9); SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_10 = L_8; float L_11 = ___5_maxValue; NullCheck(L_10); (L_10)->SetAt(static_cast(1), (float)L_11); __this->___range_1 = L_10; Il2CppCodeGenWriteBarrier((void**)(&__this->___range_1), (void*)L_10); // this.preprocessor = preprocessor; String_t* L_12 = ___9_preprocessor; __this->___preprocessor_8 = L_12; Il2CppCodeGenWriteBarrier((void**)(&__this->___preprocessor_8), (void*)L_12); // } return; } } // System.Void UnityEngine.Rendering.PackingAttribute::.ctor(System.String,UnityEngine.Rendering.FieldPacking,System.Int32,System.Int32,System.Single,System.Single,System.Boolean,System.Boolean,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PackingAttribute__ctor_mA2F647F8B256EE9087B498C9BFA015CDB023FA2A (PackingAttribute_tC224FC73087308F1ACD0F784C4FDC22C41D314E4* __this, String_t* ___0_displayName, int32_t ___1_packingScheme, int32_t ___2_bitSize, int32_t ___3_offsetInSource, float ___4_minValue, float ___5_maxValue, bool ___6_isDirection, bool ___7_sRGBDisplay, bool ___8_checkIsNormalized, String_t* ___9_preprocessor, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public PackingAttribute(string displayName = "", FieldPacking packingScheme = FieldPacking.NoPacking, int bitSize = 0, int offsetInSource = 0, float minValue = 0.0f, float maxValue = 1.0f, bool isDirection = false, bool sRGBDisplay = false, bool checkIsNormalized = false, string preprocessor = "") Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); // displayNames = new string[1]; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1); __this->___displayNames_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___displayNames_0), (void*)L_0); // displayNames[0] = displayName; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = __this->___displayNames_0; String_t* L_2 = ___0_displayName; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (String_t*)L_2); // this.packingScheme = packingScheme; int32_t L_3 = ___1_packingScheme; __this->___packingScheme_2 = L_3; // this.offsetInSource = offsetInSource; int32_t L_4 = ___3_offsetInSource; __this->___offsetInSource_3 = L_4; // this.isDirection = isDirection; bool L_5 = ___6_isDirection; __this->___isDirection_5 = L_5; // this.sRGBDisplay = sRGBDisplay; bool L_6 = ___7_sRGBDisplay; __this->___sRGBDisplay_6 = L_6; // this.checkIsNormalized = checkIsNormalized; bool L_7 = ___8_checkIsNormalized; __this->___checkIsNormalized_7 = L_7; // this.sizeInBits = bitSize; int32_t L_8 = ___2_bitSize; __this->___sizeInBits_4 = L_8; // this.range = new float[] { minValue, maxValue }; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_9 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)2); SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_10 = L_9; float L_11 = ___4_minValue; NullCheck(L_10); (L_10)->SetAt(static_cast(0), (float)L_11); SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_12 = L_10; float L_13 = ___5_maxValue; NullCheck(L_12); (L_12)->SetAt(static_cast(1), (float)L_13); __this->___range_1 = L_12; Il2CppCodeGenWriteBarrier((void**)(&__this->___range_1), (void*)L_12); // this.preprocessor = preprocessor; String_t* L_14 = ___9_preprocessor; __this->___preprocessor_8 = L_14; Il2CppCodeGenWriteBarrier((void**)(&__this->___preprocessor_8), (void*)L_14); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.Hammersley::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hammersley_Initialize_m4212BCED20B82548368A80517BA858D22B610715 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstantBuffer_UpdateData_TisHammersley2dSeq16_t397C360C61F6E7F51A0A76E3D2C33D9E3E7DA9C0_mB3A2E2AAE88CA063A5A7DE977C951662FF16E3BD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstantBuffer_UpdateData_TisHammersley2dSeq256_tC5B5FB2A55263672FAF8EDF3CC19470F51E623C3_m9E0271126365E1D92B0DF00F352BF2FABCF4D0F2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstantBuffer_UpdateData_TisHammersley2dSeq32_t5222FE247619F99BDD08C37FE5B0D94747718042_mD968B5F922F3C5DB2D824F1F062B24F8270906F1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstantBuffer_UpdateData_TisHammersley2dSeq64_tAF73FAB2FE740998DFFF551198D6C651F0A058E7_m1EBA0AEFF9402C3905FDC1857997F2A021BB648E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstantBuffer_tB166ADD4FDA2C484CB3C1407D8129F97DF1BCC26_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Hammersley2dSeq16_t397C360C61F6E7F51A0A76E3D2C33D9E3E7DA9C0 V_0; memset((&V_0), 0, sizeof(V_0)); Hammersley2dSeq32_t5222FE247619F99BDD08C37FE5B0D94747718042 V_1; memset((&V_1), 0, sizeof(V_1)); Hammersley2dSeq64_tAF73FAB2FE740998DFFF551198D6C651F0A058E7 V_2; memset((&V_2), 0, sizeof(V_2)); Hammersley2dSeq256_tC5B5FB2A55263672FAF8EDF3CC19470F51E623C3 V_3; memset((&V_3), 0, sizeof(V_3)); int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; { // Hammersley2dSeq16 hammersley2DSeq16 = new Hammersley2dSeq16(); il2cpp_codegen_initobj((&V_0), sizeof(Hammersley2dSeq16_t397C360C61F6E7F51A0A76E3D2C33D9E3E7DA9C0)); // Hammersley2dSeq32 hammersley2DSeq32 = new Hammersley2dSeq32(); il2cpp_codegen_initobj((&V_1), sizeof(Hammersley2dSeq32_t5222FE247619F99BDD08C37FE5B0D94747718042)); // Hammersley2dSeq64 hammersley2DSeq64 = new Hammersley2dSeq64(); il2cpp_codegen_initobj((&V_2), sizeof(Hammersley2dSeq64_tAF73FAB2FE740998DFFF551198D6C651F0A058E7)); // Hammersley2dSeq256 hammersley2DSeq256 = new Hammersley2dSeq256(); il2cpp_codegen_initobj((&V_3), sizeof(Hammersley2dSeq256_tC5B5FB2A55263672FAF8EDF3CC19470F51E623C3)); // for (int i = 0; i < k_Hammersley2dSeq16.Length; ++i) V_4 = 0; goto IL_0046; } IL_0025: { // hammersley2DSeq16.hammersley2dSeq16[i] = k_Hammersley2dSeq16[i]; U3Chammersley2dSeq16U3Ee__FixedBuffer_t6F140D0C91E62112E1635AF868D461A48FB26EC9* L_0 = (&(&V_0)->___hammersley2dSeq16_0); float* L_1 = (&L_0->___FixedElementField_0); int32_t L_2 = V_4; il2cpp_codegen_runtime_class_init_inline(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var); SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_3 = ((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___k_Hammersley2dSeq16_0; int32_t L_4 = V_4; NullCheck(L_3); int32_t L_5 = L_4; float L_6 = (L_3)->GetAt(static_cast(L_5)); *((float*)((float*)il2cpp_codegen_add((intptr_t)L_1, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), 4))))) = (float)L_6; // for (int i = 0; i < k_Hammersley2dSeq16.Length; ++i) int32_t L_7 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_7, 1)); } IL_0046: { // for (int i = 0; i < k_Hammersley2dSeq16.Length; ++i) int32_t L_8 = V_4; il2cpp_codegen_runtime_class_init_inline(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var); SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_9 = ((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___k_Hammersley2dSeq16_0; NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))))) { goto IL_0025; } } { // for (int i = 0; i < k_Hammersley2dSeq32.Length; ++i) V_5 = 0; goto IL_0077; } IL_0056: { // hammersley2DSeq32.hammersley2dSeq32[i] = k_Hammersley2dSeq32[i]; U3Chammersley2dSeq32U3Ee__FixedBuffer_t4D989F40E722CE7266EEF1B3C59EA668353D4156* L_10 = (&(&V_1)->___hammersley2dSeq32_0); float* L_11 = (&L_10->___FixedElementField_0); int32_t L_12 = V_5; il2cpp_codegen_runtime_class_init_inline(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var); SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_13 = ((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___k_Hammersley2dSeq32_1; int32_t L_14 = V_5; NullCheck(L_13); int32_t L_15 = L_14; float L_16 = (L_13)->GetAt(static_cast(L_15)); *((float*)((float*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), 4))))) = (float)L_16; // for (int i = 0; i < k_Hammersley2dSeq32.Length; ++i) int32_t L_17 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_17, 1)); } IL_0077: { // for (int i = 0; i < k_Hammersley2dSeq32.Length; ++i) int32_t L_18 = V_5; il2cpp_codegen_runtime_class_init_inline(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var); SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_19 = ((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___k_Hammersley2dSeq32_1; NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))))) { goto IL_0056; } } { // for (int i = 0; i < k_Hammersley2dSeq64.Length; ++i) V_6 = 0; goto IL_00a8; } IL_0087: { // hammersley2DSeq64.hammersley2dSeq64[i] = k_Hammersley2dSeq64[i]; U3Chammersley2dSeq64U3Ee__FixedBuffer_t8AC325DA590C70B67FFC758DC78935109659D47E* L_20 = (&(&V_2)->___hammersley2dSeq64_0); float* L_21 = (&L_20->___FixedElementField_0); int32_t L_22 = V_6; il2cpp_codegen_runtime_class_init_inline(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var); SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_23 = ((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___k_Hammersley2dSeq64_2; int32_t L_24 = V_6; NullCheck(L_23); int32_t L_25 = L_24; float L_26 = (L_23)->GetAt(static_cast(L_25)); *((float*)((float*)il2cpp_codegen_add((intptr_t)L_21, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_22), 4))))) = (float)L_26; // for (int i = 0; i < k_Hammersley2dSeq64.Length; ++i) int32_t L_27 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_27, 1)); } IL_00a8: { // for (int i = 0; i < k_Hammersley2dSeq64.Length; ++i) int32_t L_28 = V_6; il2cpp_codegen_runtime_class_init_inline(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var); SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_29 = ((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___k_Hammersley2dSeq64_2; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length))))) { goto IL_0087; } } { // for (int i = 0; i < k_Hammersley2dSeq256.Length; ++i) V_7 = 0; goto IL_00d9; } IL_00b8: { // hammersley2DSeq256.hammersley2dSeq256[i] = k_Hammersley2dSeq256[i]; U3Chammersley2dSeq256U3Ee__FixedBuffer_t10E5086FADEE57D861BB75F2AB059694CD6862C8* L_30 = (&(&V_3)->___hammersley2dSeq256_0); float* L_31 = (&L_30->___FixedElementField_0); int32_t L_32 = V_7; il2cpp_codegen_runtime_class_init_inline(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var); SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_33 = ((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___k_Hammersley2dSeq256_3; int32_t L_34 = V_7; NullCheck(L_33); int32_t L_35 = L_34; float L_36 = (L_33)->GetAt(static_cast(L_35)); *((float*)((float*)il2cpp_codegen_add((intptr_t)L_31, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_32), 4))))) = (float)L_36; // for (int i = 0; i < k_Hammersley2dSeq256.Length; ++i) int32_t L_37 = V_7; V_7 = ((int32_t)il2cpp_codegen_add(L_37, 1)); } IL_00d9: { // for (int i = 0; i < k_Hammersley2dSeq256.Length; ++i) int32_t L_38 = V_7; il2cpp_codegen_runtime_class_init_inline(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var); SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_39 = ((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___k_Hammersley2dSeq256_3; NullCheck(L_39); if ((((int32_t)L_38) < ((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length))))) { goto IL_00b8; } } { // ConstantBuffer.UpdateData(hammersley2DSeq16); il2cpp_codegen_runtime_class_init_inline(ConstantBuffer_tB166ADD4FDA2C484CB3C1407D8129F97DF1BCC26_il2cpp_TypeInfo_var); ConstantBuffer_UpdateData_TisHammersley2dSeq16_t397C360C61F6E7F51A0A76E3D2C33D9E3E7DA9C0_mB3A2E2AAE88CA063A5A7DE977C951662FF16E3BD((&V_0), ConstantBuffer_UpdateData_TisHammersley2dSeq16_t397C360C61F6E7F51A0A76E3D2C33D9E3E7DA9C0_mB3A2E2AAE88CA063A5A7DE977C951662FF16E3BD_RuntimeMethod_var); // ConstantBuffer.UpdateData(hammersley2DSeq32); ConstantBuffer_UpdateData_TisHammersley2dSeq32_t5222FE247619F99BDD08C37FE5B0D94747718042_mD968B5F922F3C5DB2D824F1F062B24F8270906F1((&V_1), ConstantBuffer_UpdateData_TisHammersley2dSeq32_t5222FE247619F99BDD08C37FE5B0D94747718042_mD968B5F922F3C5DB2D824F1F062B24F8270906F1_RuntimeMethod_var); // ConstantBuffer.UpdateData(hammersley2DSeq64); ConstantBuffer_UpdateData_TisHammersley2dSeq64_tAF73FAB2FE740998DFFF551198D6C651F0A058E7_m1EBA0AEFF9402C3905FDC1857997F2A021BB648E((&V_2), ConstantBuffer_UpdateData_TisHammersley2dSeq64_tAF73FAB2FE740998DFFF551198D6C651F0A058E7_m1EBA0AEFF9402C3905FDC1857997F2A021BB648E_RuntimeMethod_var); // ConstantBuffer.UpdateData(hammersley2DSeq256); ConstantBuffer_UpdateData_TisHammersley2dSeq256_tC5B5FB2A55263672FAF8EDF3CC19470F51E623C3_m9E0271126365E1D92B0DF00F352BF2FABCF4D0F2((&V_3), ConstantBuffer_UpdateData_TisHammersley2dSeq256_tC5B5FB2A55263672FAF8EDF3CC19470F51E623C3_m9E0271126365E1D92B0DF00F352BF2FABCF4D0F2_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.Rendering.Hammersley::BindConstants(UnityEngine.Rendering.CommandBuffer,UnityEngine.ComputeShader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hammersley_BindConstants_m1C35ABF292F7C2058833596A169B2E6566F04304 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___1_cs, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstantBuffer_Set_TisHammersley2dSeq16_t397C360C61F6E7F51A0A76E3D2C33D9E3E7DA9C0_m7A60CB4ED0F47AD24A2D0C00166C949E0E760775_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstantBuffer_Set_TisHammersley2dSeq256_tC5B5FB2A55263672FAF8EDF3CC19470F51E623C3_m54DDD973DD3750D15DD38AB427ABA487C7B759FB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstantBuffer_Set_TisHammersley2dSeq32_t5222FE247619F99BDD08C37FE5B0D94747718042_m358194093E9CFB69CD0BCDE3090F461113AC6540_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstantBuffer_Set_TisHammersley2dSeq64_tAF73FAB2FE740998DFFF551198D6C651F0A058E7_mCE30D4E1551A423A6AC0D1B7044274A18E9E889C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstantBuffer_tB166ADD4FDA2C484CB3C1407D8129F97DF1BCC26_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ConstantBuffer.Set(cmd, cs, s_hammersley2DSeq16Id); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___0_cmd; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_1 = ___1_cs; il2cpp_codegen_runtime_class_init_inline(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var); int32_t L_2 = ((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___s_hammersley2DSeq16Id_4; il2cpp_codegen_runtime_class_init_inline(ConstantBuffer_tB166ADD4FDA2C484CB3C1407D8129F97DF1BCC26_il2cpp_TypeInfo_var); ConstantBuffer_Set_TisHammersley2dSeq16_t397C360C61F6E7F51A0A76E3D2C33D9E3E7DA9C0_m7A60CB4ED0F47AD24A2D0C00166C949E0E760775(L_0, L_1, L_2, ConstantBuffer_Set_TisHammersley2dSeq16_t397C360C61F6E7F51A0A76E3D2C33D9E3E7DA9C0_m7A60CB4ED0F47AD24A2D0C00166C949E0E760775_RuntimeMethod_var); // ConstantBuffer.Set(cmd, cs, s_hammersley2DSeq32Id); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_3 = ___0_cmd; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_4 = ___1_cs; int32_t L_5 = ((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___s_hammersley2DSeq32Id_5; ConstantBuffer_Set_TisHammersley2dSeq32_t5222FE247619F99BDD08C37FE5B0D94747718042_m358194093E9CFB69CD0BCDE3090F461113AC6540(L_3, L_4, L_5, ConstantBuffer_Set_TisHammersley2dSeq32_t5222FE247619F99BDD08C37FE5B0D94747718042_m358194093E9CFB69CD0BCDE3090F461113AC6540_RuntimeMethod_var); // ConstantBuffer.Set(cmd, cs, s_hammersley2DSeq64Id); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_6 = ___0_cmd; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_7 = ___1_cs; int32_t L_8 = ((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___s_hammersley2DSeq64Id_6; ConstantBuffer_Set_TisHammersley2dSeq64_tAF73FAB2FE740998DFFF551198D6C651F0A058E7_mCE30D4E1551A423A6AC0D1B7044274A18E9E889C(L_6, L_7, L_8, ConstantBuffer_Set_TisHammersley2dSeq64_tAF73FAB2FE740998DFFF551198D6C651F0A058E7_mCE30D4E1551A423A6AC0D1B7044274A18E9E889C_RuntimeMethod_var); // ConstantBuffer.Set(cmd, cs, s_hammersley2DSeq256Id); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_9 = ___0_cmd; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_10 = ___1_cs; int32_t L_11 = ((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___s_hammersley2DSeq256Id_7; ConstantBuffer_Set_TisHammersley2dSeq256_tC5B5FB2A55263672FAF8EDF3CC19470F51E623C3_m54DDD973DD3750D15DD38AB427ABA487C7B759FB(L_9, L_10, L_11, ConstantBuffer_Set_TisHammersley2dSeq256_tC5B5FB2A55263672FAF8EDF3CC19470F51E623C3_m54DDD973DD3750D15DD38AB427ABA487C7B759FB_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.Rendering.Hammersley::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hammersley__cctor_mDE3986F3E45BFE9F193D628339B8F23EFD4D67CB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tC0CFE0E72EA6AEB9FDCA54EF2234CE64CE60C772____45AC882BD91FEBD5A58E67471A0EF32BFC485447A8A18D61DBA335FDA5A2C097_0_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tC0CFE0E72EA6AEB9FDCA54EF2234CE64CE60C772____4A1D5C231BB4DDB64A57CFF5FC45592F845DB22D8DE0DCCA7BB59D822908C39A_1_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tC0CFE0E72EA6AEB9FDCA54EF2234CE64CE60C772____90C2D148CDB931199C77ADD692B92324CDFC328EDD1D0AB7FA24830C177A4FF4_2_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tC0CFE0E72EA6AEB9FDCA54EF2234CE64CE60C772____C606E03B5FE8EAD2ECA6BCB45AE684039D928B4EE7C4A03C63D0DF9F94F81DAF_4_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3AA1CD583B4CC85F8628B89E49B5045185072903); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D9F44341B879212893F0EF39D5B3E64CBFBD984); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4B92DD600912F3CFA06F654D296A6240FE52B54); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF46FCD5F7A370D365842ED8D066EE1D849DEE7C6); s_Il2CppMethodInitialized = true; } { // static float[] k_Hammersley2dSeq16 = { // 0.00000000f, 0.00000000f, 0.0f, 0.0f, // 0.06250000f, 0.50000000f, 0.0f, 0.0f, // 0.12500000f, 0.25000000f, 0.0f, 0.0f, // 0.18750000f, 0.75000000f, 0.0f, 0.0f, // 0.25000000f, 0.12500000f, 0.0f, 0.0f, // 0.31250000f, 0.62500000f, 0.0f, 0.0f, // 0.37500000f, 0.37500000f, 0.0f, 0.0f, // 0.43750000f, 0.87500000f, 0.0f, 0.0f, // 0.50000000f, 0.06250000f, 0.0f, 0.0f, // 0.56250000f, 0.56250000f, 0.0f, 0.0f, // 0.62500000f, 0.31250000f, 0.0f, 0.0f, // 0.68750000f, 0.81250000f, 0.0f, 0.0f, // 0.75000000f, 0.18750000f, 0.0f, 0.0f, // 0.81250000f, 0.68750000f, 0.0f, 0.0f, // 0.87500000f, 0.43750000f, 0.0f, 0.0f, // 0.93750000f, 0.93750000f, 0.0f, 0.0f, // }; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_0 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_1 = L_0; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tC0CFE0E72EA6AEB9FDCA54EF2234CE64CE60C772____45AC882BD91FEBD5A58E67471A0EF32BFC485447A8A18D61DBA335FDA5A2C097_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_1, L_2, NULL); ((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___k_Hammersley2dSeq16_0 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___k_Hammersley2dSeq16_0), (void*)L_1); // static float[] k_Hammersley2dSeq32 = { // 0.00000000f, 0.00000000f, 0.0f, 0.0f, // 0.03125000f, 0.50000000f, 0.0f, 0.0f, // 0.06250000f, 0.25000000f, 0.0f, 0.0f, // 0.09375000f, 0.75000000f, 0.0f, 0.0f, // 0.12500000f, 0.12500000f, 0.0f, 0.0f, // 0.15625000f, 0.62500000f, 0.0f, 0.0f, // 0.18750000f, 0.37500000f, 0.0f, 0.0f, // 0.21875000f, 0.87500000f, 0.0f, 0.0f, // 0.25000000f, 0.06250000f, 0.0f, 0.0f, // 0.28125000f, 0.56250000f, 0.0f, 0.0f, // 0.31250000f, 0.31250000f, 0.0f, 0.0f, // 0.34375000f, 0.81250000f, 0.0f, 0.0f, // 0.37500000f, 0.18750000f, 0.0f, 0.0f, // 0.40625000f, 0.68750000f, 0.0f, 0.0f, // 0.43750000f, 0.43750000f, 0.0f, 0.0f, // 0.46875000f, 0.93750000f, 0.0f, 0.0f, // 0.50000000f, 0.03125000f, 0.0f, 0.0f, // 0.53125000f, 0.53125000f, 0.0f, 0.0f, // 0.56250000f, 0.28125000f, 0.0f, 0.0f, // 0.59375000f, 0.78125000f, 0.0f, 0.0f, // 0.62500000f, 0.15625000f, 0.0f, 0.0f, // 0.65625000f, 0.65625000f, 0.0f, 0.0f, // 0.68750000f, 0.40625000f, 0.0f, 0.0f, // 0.71875000f, 0.90625000f, 0.0f, 0.0f, // 0.75000000f, 0.09375000f, 0.0f, 0.0f, // 0.78125000f, 0.59375000f, 0.0f, 0.0f, // 0.81250000f, 0.34375000f, 0.0f, 0.0f, // 0.84375000f, 0.84375000f, 0.0f, 0.0f, // 0.87500000f, 0.21875000f, 0.0f, 0.0f, // 0.90625000f, 0.71875000f, 0.0f, 0.0f, // 0.93750000f, 0.46875000f, 0.0f, 0.0f, // 0.96875000f, 0.96875000f, 0.0f, 0.0f, // }; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_3 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)); SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_4 = L_3; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tC0CFE0E72EA6AEB9FDCA54EF2234CE64CE60C772____4A1D5C231BB4DDB64A57CFF5FC45592F845DB22D8DE0DCCA7BB59D822908C39A_1_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_4, L_5, NULL); ((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___k_Hammersley2dSeq32_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___k_Hammersley2dSeq32_1), (void*)L_4); // static float[] k_Hammersley2dSeq64 = { // 0.00000000f, 0.00000000f, 0.0f, 0.0f, // 0.01562500f, 0.50000000f, 0.0f, 0.0f, // 0.03125000f, 0.25000000f, 0.0f, 0.0f, // 0.04687500f, 0.75000000f, 0.0f, 0.0f, // 0.06250000f, 0.12500000f, 0.0f, 0.0f, // 0.07812500f, 0.62500000f, 0.0f, 0.0f, // 0.09375000f, 0.37500000f, 0.0f, 0.0f, // 0.10937500f, 0.87500000f, 0.0f, 0.0f, // 0.12500000f, 0.06250000f, 0.0f, 0.0f, // 0.14062500f, 0.56250000f, 0.0f, 0.0f, // 0.15625000f, 0.31250000f, 0.0f, 0.0f, // 0.17187500f, 0.81250000f, 0.0f, 0.0f, // 0.18750000f, 0.18750000f, 0.0f, 0.0f, // 0.20312500f, 0.68750000f, 0.0f, 0.0f, // 0.21875000f, 0.43750000f, 0.0f, 0.0f, // 0.23437500f, 0.93750000f, 0.0f, 0.0f, // 0.25000000f, 0.03125000f, 0.0f, 0.0f, // 0.26562500f, 0.53125000f, 0.0f, 0.0f, // 0.28125000f, 0.28125000f, 0.0f, 0.0f, // 0.29687500f, 0.78125000f, 0.0f, 0.0f, // 0.31250000f, 0.15625000f, 0.0f, 0.0f, // 0.32812500f, 0.65625000f, 0.0f, 0.0f, // 0.34375000f, 0.40625000f, 0.0f, 0.0f, // 0.35937500f, 0.90625000f, 0.0f, 0.0f, // 0.37500000f, 0.09375000f, 0.0f, 0.0f, // 0.39062500f, 0.59375000f, 0.0f, 0.0f, // 0.40625000f, 0.34375000f, 0.0f, 0.0f, // 0.42187500f, 0.84375000f, 0.0f, 0.0f, // 0.43750000f, 0.21875000f, 0.0f, 0.0f, // 0.45312500f, 0.71875000f, 0.0f, 0.0f, // 0.46875000f, 0.46875000f, 0.0f, 0.0f, // 0.48437500f, 0.96875000f, 0.0f, 0.0f, // 0.50000000f, 0.01562500f, 0.0f, 0.0f, // 0.51562500f, 0.51562500f, 0.0f, 0.0f, // 0.53125000f, 0.26562500f, 0.0f, 0.0f, // 0.54687500f, 0.76562500f, 0.0f, 0.0f, // 0.56250000f, 0.14062500f, 0.0f, 0.0f, // 0.57812500f, 0.64062500f, 0.0f, 0.0f, // 0.59375000f, 0.39062500f, 0.0f, 0.0f, // 0.60937500f, 0.89062500f, 0.0f, 0.0f, // 0.62500000f, 0.07812500f, 0.0f, 0.0f, // 0.64062500f, 0.57812500f, 0.0f, 0.0f, // 0.65625000f, 0.32812500f, 0.0f, 0.0f, // 0.67187500f, 0.82812500f, 0.0f, 0.0f, // 0.68750000f, 0.20312500f, 0.0f, 0.0f, // 0.70312500f, 0.70312500f, 0.0f, 0.0f, // 0.71875000f, 0.45312500f, 0.0f, 0.0f, // 0.73437500f, 0.95312500f, 0.0f, 0.0f, // 0.75000000f, 0.04687500f, 0.0f, 0.0f, // 0.76562500f, 0.54687500f, 0.0f, 0.0f, // 0.78125000f, 0.29687500f, 0.0f, 0.0f, // 0.79687500f, 0.79687500f, 0.0f, 0.0f, // 0.81250000f, 0.17187500f, 0.0f, 0.0f, // 0.82812500f, 0.67187500f, 0.0f, 0.0f, // 0.84375000f, 0.42187500f, 0.0f, 0.0f, // 0.85937500f, 0.92187500f, 0.0f, 0.0f, // 0.87500000f, 0.10937500f, 0.0f, 0.0f, // 0.89062500f, 0.60937500f, 0.0f, 0.0f, // 0.90625000f, 0.35937500f, 0.0f, 0.0f, // 0.92187500f, 0.85937500f, 0.0f, 0.0f, // 0.93750000f, 0.23437500f, 0.0f, 0.0f, // 0.95312500f, 0.73437500f, 0.0f, 0.0f, // 0.96875000f, 0.48437500f, 0.0f, 0.0f, // 0.98437500f, 0.98437500f, 0.0f, 0.0f, // }; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_6 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_7 = L_6; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tC0CFE0E72EA6AEB9FDCA54EF2234CE64CE60C772____90C2D148CDB931199C77ADD692B92324CDFC328EDD1D0AB7FA24830C177A4FF4_2_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_7, L_8, NULL); ((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___k_Hammersley2dSeq64_2 = L_7; Il2CppCodeGenWriteBarrier((void**)(&((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___k_Hammersley2dSeq64_2), (void*)L_7); // static float[] k_Hammersley2dSeq256 = { // 0.00000000f, 0.00000000f, 0.0f, 0.0f, // 0.00390625f, 0.50000000f, 0.0f, 0.0f, // 0.00781250f, 0.25000000f, 0.0f, 0.0f, // 0.01171875f, 0.75000000f, 0.0f, 0.0f, // 0.01562500f, 0.12500000f, 0.0f, 0.0f, // 0.01953125f, 0.62500000f, 0.0f, 0.0f, // 0.02343750f, 0.37500000f, 0.0f, 0.0f, // 0.02734375f, 0.87500000f, 0.0f, 0.0f, // 0.03125000f, 0.06250000f, 0.0f, 0.0f, // 0.03515625f, 0.56250000f, 0.0f, 0.0f, // 0.03906250f, 0.31250000f, 0.0f, 0.0f, // 0.04296875f, 0.81250000f, 0.0f, 0.0f, // 0.04687500f, 0.18750000f, 0.0f, 0.0f, // 0.05078125f, 0.68750000f, 0.0f, 0.0f, // 0.05468750f, 0.43750000f, 0.0f, 0.0f, // 0.05859375f, 0.93750000f, 0.0f, 0.0f, // 0.06250000f, 0.03125000f, 0.0f, 0.0f, // 0.06640625f, 0.53125000f, 0.0f, 0.0f, // 0.07031250f, 0.28125000f, 0.0f, 0.0f, // 0.07421875f, 0.78125000f, 0.0f, 0.0f, // 0.07812500f, 0.15625000f, 0.0f, 0.0f, // 0.08203125f, 0.65625000f, 0.0f, 0.0f, // 0.08593750f, 0.40625000f, 0.0f, 0.0f, // 0.08984375f, 0.90625000f, 0.0f, 0.0f, // 0.09375000f, 0.09375000f, 0.0f, 0.0f, // 0.09765625f, 0.59375000f, 0.0f, 0.0f, // 0.10156250f, 0.34375000f, 0.0f, 0.0f, // 0.10546875f, 0.84375000f, 0.0f, 0.0f, // 0.10937500f, 0.21875000f, 0.0f, 0.0f, // 0.11328125f, 0.71875000f, 0.0f, 0.0f, // 0.11718750f, 0.46875000f, 0.0f, 0.0f, // 0.12109375f, 0.96875000f, 0.0f, 0.0f, // 0.12500000f, 0.01562500f, 0.0f, 0.0f, // 0.12890625f, 0.51562500f, 0.0f, 0.0f, // 0.13281250f, 0.26562500f, 0.0f, 0.0f, // 0.13671875f, 0.76562500f, 0.0f, 0.0f, // 0.14062500f, 0.14062500f, 0.0f, 0.0f, // 0.14453125f, 0.64062500f, 0.0f, 0.0f, // 0.14843750f, 0.39062500f, 0.0f, 0.0f, // 0.15234375f, 0.89062500f, 0.0f, 0.0f, // 0.15625000f, 0.07812500f, 0.0f, 0.0f, // 0.16015625f, 0.57812500f, 0.0f, 0.0f, // 0.16406250f, 0.32812500f, 0.0f, 0.0f, // 0.16796875f, 0.82812500f, 0.0f, 0.0f, // 0.17187500f, 0.20312500f, 0.0f, 0.0f, // 0.17578125f, 0.70312500f, 0.0f, 0.0f, // 0.17968750f, 0.45312500f, 0.0f, 0.0f, // 0.18359375f, 0.95312500f, 0.0f, 0.0f, // 0.18750000f, 0.04687500f, 0.0f, 0.0f, // 0.19140625f, 0.54687500f, 0.0f, 0.0f, // 0.19531250f, 0.29687500f, 0.0f, 0.0f, // 0.19921875f, 0.79687500f, 0.0f, 0.0f, // 0.20312500f, 0.17187500f, 0.0f, 0.0f, // 0.20703125f, 0.67187500f, 0.0f, 0.0f, // 0.21093750f, 0.42187500f, 0.0f, 0.0f, // 0.21484375f, 0.92187500f, 0.0f, 0.0f, // 0.21875000f, 0.10937500f, 0.0f, 0.0f, // 0.22265625f, 0.60937500f, 0.0f, 0.0f, // 0.22656250f, 0.35937500f, 0.0f, 0.0f, // 0.23046875f, 0.85937500f, 0.0f, 0.0f, // 0.23437500f, 0.23437500f, 0.0f, 0.0f, // 0.23828125f, 0.73437500f, 0.0f, 0.0f, // 0.24218750f, 0.48437500f, 0.0f, 0.0f, // 0.24609375f, 0.98437500f, 0.0f, 0.0f, // 0.25000000f, 0.00781250f, 0.0f, 0.0f, // 0.25390625f, 0.50781250f, 0.0f, 0.0f, // 0.25781250f, 0.25781250f, 0.0f, 0.0f, // 0.26171875f, 0.75781250f, 0.0f, 0.0f, // 0.26562500f, 0.13281250f, 0.0f, 0.0f, // 0.26953125f, 0.63281250f, 0.0f, 0.0f, // 0.27343750f, 0.38281250f, 0.0f, 0.0f, // 0.27734375f, 0.88281250f, 0.0f, 0.0f, // 0.28125000f, 0.07031250f, 0.0f, 0.0f, // 0.28515625f, 0.57031250f, 0.0f, 0.0f, // 0.28906250f, 0.32031250f, 0.0f, 0.0f, // 0.29296875f, 0.82031250f, 0.0f, 0.0f, // 0.29687500f, 0.19531250f, 0.0f, 0.0f, // 0.30078125f, 0.69531250f, 0.0f, 0.0f, // 0.30468750f, 0.44531250f, 0.0f, 0.0f, // 0.30859375f, 0.94531250f, 0.0f, 0.0f, // 0.31250000f, 0.03906250f, 0.0f, 0.0f, // 0.31640625f, 0.53906250f, 0.0f, 0.0f, // 0.32031250f, 0.28906250f, 0.0f, 0.0f, // 0.32421875f, 0.78906250f, 0.0f, 0.0f, // 0.32812500f, 0.16406250f, 0.0f, 0.0f, // 0.33203125f, 0.66406250f, 0.0f, 0.0f, // 0.33593750f, 0.41406250f, 0.0f, 0.0f, // 0.33984375f, 0.91406250f, 0.0f, 0.0f, // 0.34375000f, 0.10156250f, 0.0f, 0.0f, // 0.34765625f, 0.60156250f, 0.0f, 0.0f, // 0.35156250f, 0.35156250f, 0.0f, 0.0f, // 0.35546875f, 0.85156250f, 0.0f, 0.0f, // 0.35937500f, 0.22656250f, 0.0f, 0.0f, // 0.36328125f, 0.72656250f, 0.0f, 0.0f, // 0.36718750f, 0.47656250f, 0.0f, 0.0f, // 0.37109375f, 0.97656250f, 0.0f, 0.0f, // 0.37500000f, 0.02343750f, 0.0f, 0.0f, // 0.37890625f, 0.52343750f, 0.0f, 0.0f, // 0.38281250f, 0.27343750f, 0.0f, 0.0f, // 0.38671875f, 0.77343750f, 0.0f, 0.0f, // 0.39062500f, 0.14843750f, 0.0f, 0.0f, // 0.39453125f, 0.64843750f, 0.0f, 0.0f, // 0.39843750f, 0.39843750f, 0.0f, 0.0f, // 0.40234375f, 0.89843750f, 0.0f, 0.0f, // 0.40625000f, 0.08593750f, 0.0f, 0.0f, // 0.41015625f, 0.58593750f, 0.0f, 0.0f, // 0.41406250f, 0.33593750f, 0.0f, 0.0f, // 0.41796875f, 0.83593750f, 0.0f, 0.0f, // 0.42187500f, 0.21093750f, 0.0f, 0.0f, // 0.42578125f, 0.71093750f, 0.0f, 0.0f, // 0.42968750f, 0.46093750f, 0.0f, 0.0f, // 0.43359375f, 0.96093750f, 0.0f, 0.0f, // 0.43750000f, 0.05468750f, 0.0f, 0.0f, // 0.44140625f, 0.55468750f, 0.0f, 0.0f, // 0.44531250f, 0.30468750f, 0.0f, 0.0f, // 0.44921875f, 0.80468750f, 0.0f, 0.0f, // 0.45312500f, 0.17968750f, 0.0f, 0.0f, // 0.45703125f, 0.67968750f, 0.0f, 0.0f, // 0.46093750f, 0.42968750f, 0.0f, 0.0f, // 0.46484375f, 0.92968750f, 0.0f, 0.0f, // 0.46875000f, 0.11718750f, 0.0f, 0.0f, // 0.47265625f, 0.61718750f, 0.0f, 0.0f, // 0.47656250f, 0.36718750f, 0.0f, 0.0f, // 0.48046875f, 0.86718750f, 0.0f, 0.0f, // 0.48437500f, 0.24218750f, 0.0f, 0.0f, // 0.48828125f, 0.74218750f, 0.0f, 0.0f, // 0.49218750f, 0.49218750f, 0.0f, 0.0f, // 0.49609375f, 0.99218750f, 0.0f, 0.0f, // 0.50000000f, 0.00390625f, 0.0f, 0.0f, // 0.50390625f, 0.50390625f, 0.0f, 0.0f, // 0.50781250f, 0.25390625f, 0.0f, 0.0f, // 0.51171875f, 0.75390625f, 0.0f, 0.0f, // 0.51562500f, 0.12890625f, 0.0f, 0.0f, // 0.51953125f, 0.62890625f, 0.0f, 0.0f, // 0.52343750f, 0.37890625f, 0.0f, 0.0f, // 0.52734375f, 0.87890625f, 0.0f, 0.0f, // 0.53125000f, 0.06640625f, 0.0f, 0.0f, // 0.53515625f, 0.56640625f, 0.0f, 0.0f, // 0.53906250f, 0.31640625f, 0.0f, 0.0f, // 0.54296875f, 0.81640625f, 0.0f, 0.0f, // 0.54687500f, 0.19140625f, 0.0f, 0.0f, // 0.55078125f, 0.69140625f, 0.0f, 0.0f, // 0.55468750f, 0.44140625f, 0.0f, 0.0f, // 0.55859375f, 0.94140625f, 0.0f, 0.0f, // 0.56250000f, 0.03515625f, 0.0f, 0.0f, // 0.56640625f, 0.53515625f, 0.0f, 0.0f, // 0.57031250f, 0.28515625f, 0.0f, 0.0f, // 0.57421875f, 0.78515625f, 0.0f, 0.0f, // 0.57812500f, 0.16015625f, 0.0f, 0.0f, // 0.58203125f, 0.66015625f, 0.0f, 0.0f, // 0.58593750f, 0.41015625f, 0.0f, 0.0f, // 0.58984375f, 0.91015625f, 0.0f, 0.0f, // 0.59375000f, 0.09765625f, 0.0f, 0.0f, // 0.59765625f, 0.59765625f, 0.0f, 0.0f, // 0.60156250f, 0.34765625f, 0.0f, 0.0f, // 0.60546875f, 0.84765625f, 0.0f, 0.0f, // 0.60937500f, 0.22265625f, 0.0f, 0.0f, // 0.61328125f, 0.72265625f, 0.0f, 0.0f, // 0.61718750f, 0.47265625f, 0.0f, 0.0f, // 0.62109375f, 0.97265625f, 0.0f, 0.0f, // 0.62500000f, 0.01953125f, 0.0f, 0.0f, // 0.62890625f, 0.51953125f, 0.0f, 0.0f, // 0.63281250f, 0.26953125f, 0.0f, 0.0f, // 0.63671875f, 0.76953125f, 0.0f, 0.0f, // 0.64062500f, 0.14453125f, 0.0f, 0.0f, // 0.64453125f, 0.64453125f, 0.0f, 0.0f, // 0.64843750f, 0.39453125f, 0.0f, 0.0f, // 0.65234375f, 0.89453125f, 0.0f, 0.0f, // 0.65625000f, 0.08203125f, 0.0f, 0.0f, // 0.66015625f, 0.58203125f, 0.0f, 0.0f, // 0.66406250f, 0.33203125f, 0.0f, 0.0f, // 0.66796875f, 0.83203125f, 0.0f, 0.0f, // 0.67187500f, 0.20703125f, 0.0f, 0.0f, // 0.67578125f, 0.70703125f, 0.0f, 0.0f, // 0.67968750f, 0.45703125f, 0.0f, 0.0f, // 0.68359375f, 0.95703125f, 0.0f, 0.0f, // 0.68750000f, 0.05078125f, 0.0f, 0.0f, // 0.69140625f, 0.55078125f, 0.0f, 0.0f, // 0.69531250f, 0.30078125f, 0.0f, 0.0f, // 0.69921875f, 0.80078125f, 0.0f, 0.0f, // 0.70312500f, 0.17578125f, 0.0f, 0.0f, // 0.70703125f, 0.67578125f, 0.0f, 0.0f, // 0.71093750f, 0.42578125f, 0.0f, 0.0f, // 0.71484375f, 0.92578125f, 0.0f, 0.0f, // 0.71875000f, 0.11328125f, 0.0f, 0.0f, // 0.72265625f, 0.61328125f, 0.0f, 0.0f, // 0.72656250f, 0.36328125f, 0.0f, 0.0f, // 0.73046875f, 0.86328125f, 0.0f, 0.0f, // 0.73437500f, 0.23828125f, 0.0f, 0.0f, // 0.73828125f, 0.73828125f, 0.0f, 0.0f, // 0.74218750f, 0.48828125f, 0.0f, 0.0f, // 0.74609375f, 0.98828125f, 0.0f, 0.0f, // 0.75000000f, 0.01171875f, 0.0f, 0.0f, // 0.75390625f, 0.51171875f, 0.0f, 0.0f, // 0.75781250f, 0.26171875f, 0.0f, 0.0f, // 0.76171875f, 0.76171875f, 0.0f, 0.0f, // 0.76562500f, 0.13671875f, 0.0f, 0.0f, // 0.76953125f, 0.63671875f, 0.0f, 0.0f, // 0.77343750f, 0.38671875f, 0.0f, 0.0f, // 0.77734375f, 0.88671875f, 0.0f, 0.0f, // 0.78125000f, 0.07421875f, 0.0f, 0.0f, // 0.78515625f, 0.57421875f, 0.0f, 0.0f, // 0.78906250f, 0.32421875f, 0.0f, 0.0f, // 0.79296875f, 0.82421875f, 0.0f, 0.0f, // 0.79687500f, 0.19921875f, 0.0f, 0.0f, // 0.80078125f, 0.69921875f, 0.0f, 0.0f, // 0.80468750f, 0.44921875f, 0.0f, 0.0f, // 0.80859375f, 0.94921875f, 0.0f, 0.0f, // 0.81250000f, 0.04296875f, 0.0f, 0.0f, // 0.81640625f, 0.54296875f, 0.0f, 0.0f, // 0.82031250f, 0.29296875f, 0.0f, 0.0f, // 0.82421875f, 0.79296875f, 0.0f, 0.0f, // 0.82812500f, 0.16796875f, 0.0f, 0.0f, // 0.83203125f, 0.66796875f, 0.0f, 0.0f, // 0.83593750f, 0.41796875f, 0.0f, 0.0f, // 0.83984375f, 0.91796875f, 0.0f, 0.0f, // 0.84375000f, 0.10546875f, 0.0f, 0.0f, // 0.84765625f, 0.60546875f, 0.0f, 0.0f, // 0.85156250f, 0.35546875f, 0.0f, 0.0f, // 0.85546875f, 0.85546875f, 0.0f, 0.0f, // 0.85937500f, 0.23046875f, 0.0f, 0.0f, // 0.86328125f, 0.73046875f, 0.0f, 0.0f, // 0.86718750f, 0.48046875f, 0.0f, 0.0f, // 0.87109375f, 0.98046875f, 0.0f, 0.0f, // 0.87500000f, 0.02734375f, 0.0f, 0.0f, // 0.87890625f, 0.52734375f, 0.0f, 0.0f, // 0.88281250f, 0.27734375f, 0.0f, 0.0f, // 0.88671875f, 0.77734375f, 0.0f, 0.0f, // 0.89062500f, 0.15234375f, 0.0f, 0.0f, // 0.89453125f, 0.65234375f, 0.0f, 0.0f, // 0.89843750f, 0.40234375f, 0.0f, 0.0f, // 0.90234375f, 0.90234375f, 0.0f, 0.0f, // 0.90625000f, 0.08984375f, 0.0f, 0.0f, // 0.91015625f, 0.58984375f, 0.0f, 0.0f, // 0.91406250f, 0.33984375f, 0.0f, 0.0f, // 0.91796875f, 0.83984375f, 0.0f, 0.0f, // 0.92187500f, 0.21484375f, 0.0f, 0.0f, // 0.92578125f, 0.71484375f, 0.0f, 0.0f, // 0.92968750f, 0.46484375f, 0.0f, 0.0f, // 0.93359375f, 0.96484375f, 0.0f, 0.0f, // 0.93750000f, 0.05859375f, 0.0f, 0.0f, // 0.94140625f, 0.55859375f, 0.0f, 0.0f, // 0.94531250f, 0.30859375f, 0.0f, 0.0f, // 0.94921875f, 0.80859375f, 0.0f, 0.0f, // 0.95312500f, 0.18359375f, 0.0f, 0.0f, // 0.95703125f, 0.68359375f, 0.0f, 0.0f, // 0.96093750f, 0.43359375f, 0.0f, 0.0f, // 0.96484375f, 0.93359375f, 0.0f, 0.0f, // 0.96875000f, 0.12109375f, 0.0f, 0.0f, // 0.97265625f, 0.62109375f, 0.0f, 0.0f, // 0.97656250f, 0.37109375f, 0.0f, 0.0f, // 0.98046875f, 0.87109375f, 0.0f, 0.0f, // 0.98437500f, 0.24609375f, 0.0f, 0.0f, // 0.98828125f, 0.74609375f, 0.0f, 0.0f, // 0.99218750f, 0.49609375f, 0.0f, 0.0f, // 0.99609375f, 0.99609375f, 0.0f, 0.0f, // }; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_9 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1024)); SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_10 = L_9; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_11 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tC0CFE0E72EA6AEB9FDCA54EF2234CE64CE60C772____C606E03B5FE8EAD2ECA6BCB45AE684039D928B4EE7C4A03C63D0DF9F94F81DAF_4_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_10, L_11, NULL); ((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___k_Hammersley2dSeq256_3 = L_10; Il2CppCodeGenWriteBarrier((void**)(&((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___k_Hammersley2dSeq256_3), (void*)L_10); // static readonly int s_hammersley2DSeq16Id = Shader.PropertyToID("Hammersley2dSeq16"); int32_t L_12; L_12 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralC4B92DD600912F3CFA06F654D296A6240FE52B54, NULL); ((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___s_hammersley2DSeq16Id_4 = L_12; // static readonly int s_hammersley2DSeq32Id = Shader.PropertyToID("Hammersley2dSeq32"); int32_t L_13; L_13 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralF46FCD5F7A370D365842ED8D066EE1D849DEE7C6, NULL); ((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___s_hammersley2DSeq32Id_5 = L_13; // static readonly int s_hammersley2DSeq64Id = Shader.PropertyToID("Hammersley2dSeq64"); int32_t L_14; L_14 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral3AA1CD583B4CC85F8628B89E49B5045185072903, NULL); ((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___s_hammersley2DSeq64Id_6 = L_14; // static readonly int s_hammersley2DSeq256Id = Shader.PropertyToID("Hammersley2dSeq256"); int32_t L_15; L_15 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral3D9F44341B879212893F0EF39D5B3E64CBFBD984, NULL); ((Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_StaticFields*)il2cpp_codegen_static_fields_for(Hammersley_tB31CFFD97C1BC22E82019C3D307A8CDBBD0D105B_il2cpp_TypeInfo_var))->___s_hammersley2DSeq256Id_7 = L_15; 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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 UnityEngine.Rendering.BufferedRTHandleSystem::get_maxWidth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferedRTHandleSystem_get_maxWidth_mFE6683CEA6FBCFE1C7A2C75F5C697500CDF2F491 (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, const RuntimeMethod* method) { { // public int maxWidth { get { return m_RTHandleSystem.GetMaxWidth(); } } RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = __this->___m_RTHandleSystem_1; NullCheck(L_0); int32_t L_1; L_1 = RTHandleSystem_GetMaxWidth_m0AE3E07285C0CAA906B0EBF879FDB5A916E43C43_inline(L_0, NULL); return L_1; } } // System.Int32 UnityEngine.Rendering.BufferedRTHandleSystem::get_maxHeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferedRTHandleSystem_get_maxHeight_m4D7141C2C2DDD8C719D9675AABAC387FC1267CED (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, const RuntimeMethod* method) { { // public int maxHeight { get { return m_RTHandleSystem.GetMaxHeight(); } } RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = __this->___m_RTHandleSystem_1; NullCheck(L_0); int32_t L_1; L_1 = RTHandleSystem_GetMaxHeight_mF753F115CBC21DF020B828C67164F203FB92AAE1_inline(L_0, NULL); return L_1; } } // UnityEngine.Rendering.RTHandleProperties UnityEngine.Rendering.BufferedRTHandleSystem::get_rtHandleProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 BufferedRTHandleSystem_get_rtHandleProperties_m25518D71F21AFDD266F9B72C4CC4FD372C31B503 (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, const RuntimeMethod* method) { { // public RTHandleProperties rtHandleProperties { get { return m_RTHandleSystem.rtHandleProperties; } } RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = __this->___m_RTHandleSystem_1; NullCheck(L_0); RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_1; L_1 = RTHandleSystem_get_rtHandleProperties_mDDD04BAD83D0BCF0047AD77D88E37C55E64DEF58_inline(L_0, NULL); return L_1; } } // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.BufferedRTHandleSystem::GetFrameRT(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* BufferedRTHandleSystem_GetFrameRT_mEBD3C29BC51816416974BA1B541C668937F26BF6 (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, int32_t ___0_bufferId, int32_t ___1_frameIndex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m9762CCDA671A13DC5553F58255E4CDD55E357A68_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m630EA0B8C047CEEDE3F94D4007E90FED7A6668ED_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (!m_RTHandles.ContainsKey(bufferId)) Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* L_0 = __this->___m_RTHandles_0; int32_t L_1 = ___0_bufferId; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_ContainsKey_m9762CCDA671A13DC5553F58255E4CDD55E357A68(L_0, L_1, Dictionary_2_ContainsKey_m9762CCDA671A13DC5553F58255E4CDD55E357A68_RuntimeMethod_var); if (L_2) { goto IL_0010; } } { // return null; return (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL; } IL_0010: { // return m_RTHandles[bufferId][frameIndex]; Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* L_3 = __this->___m_RTHandles_0; int32_t L_4 = ___0_bufferId; NullCheck(L_3); RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_5; L_5 = Dictionary_2_get_Item_m630EA0B8C047CEEDE3F94D4007E90FED7A6668ED(L_3, L_4, Dictionary_2_get_Item_m630EA0B8C047CEEDE3F94D4007E90FED7A6668ED_RuntimeMethod_var); int32_t L_6 = ___1_frameIndex; NullCheck(L_5); int32_t L_7 = L_6; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_8 = (L_5)->GetAt(static_cast(L_7)); return L_8; } } // System.Void UnityEngine.Rendering.BufferedRTHandleSystem::AllocBuffer(System.Int32,System.Func`3,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedRTHandleSystem_AllocBuffer_m8A3358B612C23D990A6EF1E7F2CCC10341EFF325 (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, int32_t ___0_bufferId, Func_3_t2743F47DE21BDABF2148E0857F1621EC6B2DCF42* ___1_allocator, int32_t ___2_bufferCount, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m55750A17444D5AEC437A5E23F03284F27AA9454F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { // var buffer = new RTHandle[bufferCount]; int32_t L_0 = ___2_bufferCount; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_1 = (RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF*)(RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF*)SZArrayNew(RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; // m_RTHandles.Add(bufferId, buffer); Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* L_2 = __this->___m_RTHandles_0; int32_t L_3 = ___0_bufferId; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_4 = V_0; NullCheck(L_2); Dictionary_2_Add_m55750A17444D5AEC437A5E23F03284F27AA9454F(L_2, L_3, L_4, Dictionary_2_Add_m55750A17444D5AEC437A5E23F03284F27AA9454F_RuntimeMethod_var); // buffer[0] = allocator(m_RTHandleSystem, 0); RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_5 = V_0; Func_3_t2743F47DE21BDABF2148E0857F1621EC6B2DCF42* L_6 = ___1_allocator; RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_7 = __this->___m_RTHandleSystem_1; NullCheck(L_6); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_8; L_8 = Func_3_Invoke_mAB93D3FFB2AB00B9460BD659E58129F535D64391_inline(L_6, L_7, 0, NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(0), (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)L_8); // for (int i = 1, c = buffer.Length; i < c; ++i) V_1 = 1; // for (int i = 1, c = buffer.Length; i < c; ++i) RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_9 = V_0; NullCheck(L_9); V_2 = ((int32_t)(((RuntimeArray*)L_9)->max_length)); goto IL_004f; } IL_002c: { // buffer[i] = allocator(m_RTHandleSystem, i); RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_10 = V_0; int32_t L_11 = V_1; Func_3_t2743F47DE21BDABF2148E0857F1621EC6B2DCF42* L_12 = ___1_allocator; RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_13 = __this->___m_RTHandleSystem_1; int32_t L_14 = V_1; NullCheck(L_12); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_15; L_15 = Func_3_Invoke_mAB93D3FFB2AB00B9460BD659E58129F535D64391_inline(L_12, L_13, L_14, NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_15); (L_10)->SetAt(static_cast(L_11), (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)L_15); // m_RTHandleSystem.SwitchResizeMode(buffer[i], RTHandleSystem.ResizeMode.OnDemand); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_16 = __this->___m_RTHandleSystem_1; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_17 = V_0; int32_t L_18 = V_1; NullCheck(L_17); int32_t L_19 = L_18; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_20 = (L_17)->GetAt(static_cast(L_19)); NullCheck(L_16); RTHandleSystem_SwitchResizeMode_mAF90A695546828FB285F35879E93C902702BB814(L_16, L_20, 1, NULL); // for (int i = 1, c = buffer.Length; i < c; ++i) int32_t L_21 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_21, 1)); } IL_004f: { // for (int i = 1, c = buffer.Length; i < c; ++i) int32_t L_22 = V_1; int32_t L_23 = V_2; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_002c; } } { // } return; } } // System.Void UnityEngine.Rendering.BufferedRTHandleSystem::ReleaseBuffer(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedRTHandleSystem_ReleaseBuffer_m34658D840B28AAB95C2E6A2DABFE4B0FA24BB39C (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, int32_t ___0_bufferId, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m67472ABD44765AB911EA934ECE324883342EF840_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m975CD2EF8CB330A0C83671BE356BA649653F84AB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* V_0 = NULL; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* V_1 = NULL; int32_t V_2 = 0; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_3 = NULL; { // if (m_RTHandles.TryGetValue(bufferId, out var buffers)) Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* L_0 = __this->___m_RTHandles_0; int32_t L_1 = ___0_bufferId; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_TryGetValue_m975CD2EF8CB330A0C83671BE356BA649653F84AB(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_m975CD2EF8CB330A0C83671BE356BA649653F84AB_RuntimeMethod_var); if (!L_2) { goto IL_0030; } } { // foreach (var rt in buffers) RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_3 = V_0; V_1 = L_3; V_2 = 0; goto IL_002a; } IL_0016: { // foreach (var rt in buffers) RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_4 = V_1; int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = L_5; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7 = (L_4)->GetAt(static_cast(L_6)); V_3 = L_7; // m_RTHandleSystem.Release(rt); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_8 = __this->___m_RTHandleSystem_1; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_9 = V_3; NullCheck(L_8); RTHandleSystem_Release_mBBF7B7611774D06D330FD609BBAAB3CF50B320EC(L_8, L_9, NULL); int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_10, 1)); } IL_002a: { // foreach (var rt in buffers) int32_t L_11 = V_2; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_12 = V_1; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))) { goto IL_0016; } } IL_0030: { // m_RTHandles.Remove(bufferId); Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* L_13 = __this->___m_RTHandles_0; int32_t L_14 = ___0_bufferId; NullCheck(L_13); bool L_15; L_15 = Dictionary_2_Remove_m67472ABD44765AB911EA934ECE324883342EF840(L_13, L_14, Dictionary_2_Remove_m67472ABD44765AB911EA934ECE324883342EF840_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.Rendering.BufferedRTHandleSystem::SwapAndSetReferenceSize(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedRTHandleSystem_SwapAndSetReferenceSize_m4305B697B3B3F39A12A784ED9413E29E53512727 (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, int32_t ___0_width, int32_t ___1_height, const RuntimeMethod* method) { { // Swap(); BufferedRTHandleSystem_Swap_mFE273AD95CFEAA6D51A4B0BAE50C0E1FFFA05C0A(__this, NULL); // m_RTHandleSystem.SetReferenceSize(width, height); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = __this->___m_RTHandleSystem_1; int32_t L_1 = ___0_width; int32_t L_2 = ___1_height; NullCheck(L_0); RTHandleSystem_SetReferenceSize_m98A5DC18BAD37DA203641820D499F7B580DEA34C(L_0, L_1, L_2, NULL); // } return; } } // System.Void UnityEngine.Rendering.BufferedRTHandleSystem::ResetReferenceSize(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedRTHandleSystem_ResetReferenceSize_mBAFD03AE10BFFD8DC36AD6F58F05A18EA6C6FCC2 (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, int32_t ___0_width, int32_t ___1_height, const RuntimeMethod* method) { { // m_RTHandleSystem.ResetReferenceSize(width, height); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = __this->___m_RTHandleSystem_1; int32_t L_1 = ___0_width; int32_t L_2 = ___1_height; NullCheck(L_0); RTHandleSystem_ResetReferenceSize_m3D2804C653042B20B7D36E4D71BDCEABBAC25E51(L_0, L_1, L_2, NULL); // } return; } } // System.Int32 UnityEngine.Rendering.BufferedRTHandleSystem::GetNumFramesAllocated(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferedRTHandleSystem_GetNumFramesAllocated_m95809130420FD80593A4F447BE45D03911BCDDD2 (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, int32_t ___0_bufferId, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m9762CCDA671A13DC5553F58255E4CDD55E357A68_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m630EA0B8C047CEEDE3F94D4007E90FED7A6668ED_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (!m_RTHandles.ContainsKey(bufferId)) Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* L_0 = __this->___m_RTHandles_0; int32_t L_1 = ___0_bufferId; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_ContainsKey_m9762CCDA671A13DC5553F58255E4CDD55E357A68(L_0, L_1, Dictionary_2_ContainsKey_m9762CCDA671A13DC5553F58255E4CDD55E357A68_RuntimeMethod_var); if (L_2) { goto IL_0010; } } { // return 0; return 0; } IL_0010: { // return m_RTHandles[bufferId].Length; Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* L_3 = __this->___m_RTHandles_0; int32_t L_4 = ___0_bufferId; NullCheck(L_3); RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_5; L_5 = Dictionary_2_get_Item_m630EA0B8C047CEEDE3F94D4007E90FED7A6668ED(L_3, L_4, Dictionary_2_get_Item_m630EA0B8C047CEEDE3F94D4007E90FED7A6668ED_RuntimeMethod_var); NullCheck(L_5); return ((int32_t)(((RuntimeArray*)L_5)->max_length)); } } // UnityEngine.Vector2 UnityEngine.Rendering.BufferedRTHandleSystem::CalculateRatioAgainstMaxSize(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 BufferedRTHandleSystem_CalculateRatioAgainstMaxSize_m8769859F9AF74D5A880A3F487B1A3CC5B773F159 (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, int32_t ___0_width, int32_t ___1_height, const RuntimeMethod* method) { Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_0; memset((&V_0), 0, sizeof(V_0)); { // return m_RTHandleSystem.CalculateRatioAgainstMaxSize(new Vector2Int(width, height)); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = __this->___m_RTHandleSystem_1; int32_t L_1 = ___0_width; int32_t L_2 = ___1_height; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_3; memset((&L_3), 0, sizeof(L_3)); Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_3), L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; NullCheck(L_0); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4; L_4 = RTHandleSystem_CalculateRatioAgainstMaxSize_mB33735DE03F6CBCD0F3A95D966B9D41854591A31(L_0, (&V_0), NULL); return L_4; } } // System.Void UnityEngine.Rendering.BufferedRTHandleSystem::Swap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedRTHandleSystem_Swap_mFE273AD95CFEAA6D51A4B0BAE50C0E1FFFA05C0A (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m49AFDC1960078203BAC27400D83CB3CB2ADBE964_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC0F791D54EF93821764D16947924122691D7B92B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mE6D63BB8F8E8D286C5DD1256F187F85C12C62225_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m892A10C27981E67FE043BFB45B8617910CFE1ED8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_tC78EB35E6D736FE73BD28CB5BA7D41D6C901AEE5 V_0; memset((&V_0), 0, sizeof(V_0)); KeyValuePair_2_t8A432A21E5BF947BAA0D5792482601280C733867 V_1; memset((&V_1), 0, sizeof(V_1)); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { // foreach (var item in m_RTHandles) Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* L_0 = __this->___m_RTHandles_0; NullCheck(L_0); Enumerator_tC78EB35E6D736FE73BD28CB5BA7D41D6C901AEE5 L_1; L_1 = Dictionary_2_GetEnumerator_m49AFDC1960078203BAC27400D83CB3CB2ADBE964(L_0, Dictionary_2_GetEnumerator_m49AFDC1960078203BAC27400D83CB3CB2ADBE964_RuntimeMethod_var); V_0 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00c0: {// begin finally (depth: 1) Enumerator_Dispose_mC0F791D54EF93821764D16947924122691D7B92B((&V_0), Enumerator_Dispose_mC0F791D54EF93821764D16947924122691D7B92B_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_00b2_1; } IL_0011_1: { // foreach (var item in m_RTHandles) KeyValuePair_2_t8A432A21E5BF947BAA0D5792482601280C733867 L_2; L_2 = Enumerator_get_Current_m892A10C27981E67FE043BFB45B8617910CFE1ED8_inline((&V_0), Enumerator_get_Current_m892A10C27981E67FE043BFB45B8617910CFE1ED8_RuntimeMethod_var); V_1 = L_2; // if (item.Value.Length > 1) RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_3; L_3 = KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_inline((&V_1), KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_RuntimeMethod_var); NullCheck(L_3); if ((((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))) <= ((int32_t)1))) { goto IL_009d_1; } } { // var nextFirst = item.Value[item.Value.Length - 1]; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_4; L_4 = KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_inline((&V_1), KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_RuntimeMethod_var); RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_5; L_5 = KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_inline((&V_1), KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_RuntimeMethod_var); NullCheck(L_5); NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_5)->max_length)), 1)); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7 = (L_4)->GetAt(static_cast(L_6)); V_2 = L_7; // for (int i = 0, c = item.Value.Length - 1; i < c; ++i) V_3 = 0; // for (int i = 0, c = item.Value.Length - 1; i < c; ++i) RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_8; L_8 = KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_inline((&V_1), KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_RuntimeMethod_var); NullCheck(L_8); V_4 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_8)->max_length)), 1)); goto IL_0062_1; } IL_004a_1: { // item.Value[i + 1] = item.Value[i]; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_9; L_9 = KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_inline((&V_1), KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_RuntimeMethod_var); int32_t L_10 = V_3; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_11; L_11 = KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_inline((&V_1), KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_RuntimeMethod_var); int32_t L_12 = V_3; NullCheck(L_11); int32_t L_13 = L_12; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_14 = (L_11)->GetAt(static_cast(L_13)); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_14); (L_9)->SetAt(static_cast(((int32_t)il2cpp_codegen_add(L_10, 1))), (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)L_14); // for (int i = 0, c = item.Value.Length - 1; i < c; ++i) int32_t L_15 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_15, 1)); } IL_0062_1: { // for (int i = 0, c = item.Value.Length - 1; i < c; ++i) int32_t L_16 = V_3; int32_t L_17 = V_4; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_004a_1; } } { // item.Value[0] = nextFirst; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_18; L_18 = KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_inline((&V_1), KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_RuntimeMethod_var); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_19 = V_2; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(0), (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)L_19); // m_RTHandleSystem.SwitchResizeMode(item.Value[0], RTHandleSystem.ResizeMode.Auto); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_20 = __this->___m_RTHandleSystem_1; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_21; L_21 = KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_inline((&V_1), KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_RuntimeMethod_var); NullCheck(L_21); int32_t L_22 = 0; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_23 = (L_21)->GetAt(static_cast(L_22)); NullCheck(L_20); RTHandleSystem_SwitchResizeMode_mAF90A695546828FB285F35879E93C902702BB814(L_20, L_23, 0, NULL); // m_RTHandleSystem.SwitchResizeMode(item.Value[1], RTHandleSystem.ResizeMode.OnDemand); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_24 = __this->___m_RTHandleSystem_1; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_25; L_25 = KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_inline((&V_1), KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_RuntimeMethod_var); NullCheck(L_25); int32_t L_26 = 1; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_27 = (L_25)->GetAt(static_cast(L_26)); NullCheck(L_24); RTHandleSystem_SwitchResizeMode_mAF90A695546828FB285F35879E93C902702BB814(L_24, L_27, 1, NULL); goto IL_00b2_1; } IL_009d_1: { // m_RTHandleSystem.SwitchResizeMode(item.Value[0], RTHandleSystem.ResizeMode.Auto); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_28 = __this->___m_RTHandleSystem_1; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_29; L_29 = KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_inline((&V_1), KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_RuntimeMethod_var); NullCheck(L_29); int32_t L_30 = 0; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_31 = (L_29)->GetAt(static_cast(L_30)); NullCheck(L_28); RTHandleSystem_SwitchResizeMode_mAF90A695546828FB285F35879E93C902702BB814(L_28, L_31, 0, NULL); } IL_00b2_1: { // foreach (var item in m_RTHandles) bool L_32; L_32 = Enumerator_MoveNext_mE6D63BB8F8E8D286C5DD1256F187F85C12C62225((&V_0), Enumerator_MoveNext_mE6D63BB8F8E8D286C5DD1256F187F85C12C62225_RuntimeMethod_var); if (L_32) { goto IL_0011_1; } } { goto IL_00ce; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00ce: { // } return; } } // System.Void UnityEngine.Rendering.BufferedRTHandleSystem::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedRTHandleSystem_Dispose_m6DFE7909B7A0C05BE90AF19310E7805B1AAC1759 (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, bool ___0_disposing, const RuntimeMethod* method) { { // if (!m_DisposedValue) bool L_0 = __this->___m_DisposedValue_2; if (L_0) { goto IL_002a; } } { // if (disposing) bool L_1 = ___0_disposing; if (!L_1) { goto IL_0023; } } { // ReleaseAll(); BufferedRTHandleSystem_ReleaseAll_m46A33E64928C17336C64D97305A2306BA9B8EFBC(__this, NULL); // m_RTHandleSystem.Dispose(); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_2 = __this->___m_RTHandleSystem_1; NullCheck(L_2); RTHandleSystem_Dispose_mB2E8DC8BB5B7BEAD2EF14CAAE4DB4F39ED27D6DC(L_2, NULL); // m_RTHandleSystem = null; __this->___m_RTHandleSystem_1 = (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RTHandleSystem_1), (void*)(RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F*)NULL); } IL_0023: { // m_DisposedValue = true; __this->___m_DisposedValue_2 = (bool)1; } IL_002a: { // } return; } } // System.Void UnityEngine.Rendering.BufferedRTHandleSystem::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedRTHandleSystem_Dispose_m70E0C163A96627D5DB2AC28338B0FAF30E8EB877 (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, const RuntimeMethod* method) { { // Dispose(true); BufferedRTHandleSystem_Dispose_m6DFE7909B7A0C05BE90AF19310E7805B1AAC1759(__this, (bool)1, NULL); // } return; } } // System.Void UnityEngine.Rendering.BufferedRTHandleSystem::ReleaseAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedRTHandleSystem_ReleaseAll_m46A33E64928C17336C64D97305A2306BA9B8EFBC (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_mD8339012B47360F8E05DDC59E31DA45929EA7D4C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m49AFDC1960078203BAC27400D83CB3CB2ADBE964_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC0F791D54EF93821764D16947924122691D7B92B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mE6D63BB8F8E8D286C5DD1256F187F85C12C62225_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m892A10C27981E67FE043BFB45B8617910CFE1ED8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_tC78EB35E6D736FE73BD28CB5BA7D41D6C901AEE5 V_0; memset((&V_0), 0, sizeof(V_0)); KeyValuePair_2_t8A432A21E5BF947BAA0D5792482601280C733867 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; { // foreach (var item in m_RTHandles) Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* L_0 = __this->___m_RTHandles_0; NullCheck(L_0); Enumerator_tC78EB35E6D736FE73BD28CB5BA7D41D6C901AEE5 L_1; L_1 = Dictionary_2_GetEnumerator_m49AFDC1960078203BAC27400D83CB3CB2ADBE964(L_0, Dictionary_2_GetEnumerator_m49AFDC1960078203BAC27400D83CB3CB2ADBE964_RuntimeMethod_var); V_0 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_004b: {// begin finally (depth: 1) Enumerator_Dispose_mC0F791D54EF93821764D16947924122691D7B92B((&V_0), Enumerator_Dispose_mC0F791D54EF93821764D16947924122691D7B92B_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0040_1; } IL_000e_1: { // foreach (var item in m_RTHandles) KeyValuePair_2_t8A432A21E5BF947BAA0D5792482601280C733867 L_2; L_2 = Enumerator_get_Current_m892A10C27981E67FE043BFB45B8617910CFE1ED8_inline((&V_0), Enumerator_get_Current_m892A10C27981E67FE043BFB45B8617910CFE1ED8_RuntimeMethod_var); V_1 = L_2; // for (int i = 0, c = item.Value.Length; i < c; ++i) V_2 = 0; // for (int i = 0, c = item.Value.Length; i < c; ++i) RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_3; L_3 = KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_inline((&V_1), KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_RuntimeMethod_var); NullCheck(L_3); V_3 = ((int32_t)(((RuntimeArray*)L_3)->max_length)); goto IL_003c_1; } IL_0024_1: { // m_RTHandleSystem.Release(item.Value[i]); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_4 = __this->___m_RTHandleSystem_1; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_5; L_5 = KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_inline((&V_1), KeyValuePair_2_get_Value_m1C9F3360552410DE5D60ADF45C96C3AB7E7CF7D1_RuntimeMethod_var); int32_t L_6 = V_2; NullCheck(L_5); int32_t L_7 = L_6; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_4); RTHandleSystem_Release_mBBF7B7611774D06D330FD609BBAAB3CF50B320EC(L_4, L_8, NULL); // for (int i = 0, c = item.Value.Length; i < c; ++i) int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_9, 1)); } IL_003c_1: { // for (int i = 0, c = item.Value.Length; i < c; ++i) int32_t L_10 = V_2; int32_t L_11 = V_3; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0024_1; } } IL_0040_1: { // foreach (var item in m_RTHandles) bool L_12; L_12 = Enumerator_MoveNext_mE6D63BB8F8E8D286C5DD1256F187F85C12C62225((&V_0), Enumerator_MoveNext_mE6D63BB8F8E8D286C5DD1256F187F85C12C62225_RuntimeMethod_var); if (L_12) { goto IL_000e_1; } } { goto IL_0059; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0059: { // m_RTHandles.Clear(); Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* L_13 = __this->___m_RTHandles_0; NullCheck(L_13); Dictionary_2_Clear_mD8339012B47360F8E05DDC59E31DA45929EA7D4C(L_13, Dictionary_2_Clear_mD8339012B47360F8E05DDC59E31DA45929EA7D4C_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.Rendering.BufferedRTHandleSystem::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedRTHandleSystem__ctor_m68CD894EC8EC25ED3B8556A48CE799C0802914DA (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mF668EFEA16284902F4269DECDB1A9BA0FE5E6DC1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Dictionary m_RTHandles = new Dictionary(); Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* L_0 = (Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E*)il2cpp_codegen_object_new(Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E_il2cpp_TypeInfo_var); NullCheck(L_0); Dictionary_2__ctor_mF668EFEA16284902F4269DECDB1A9BA0FE5E6DC1(L_0, Dictionary_2__ctor_mF668EFEA16284902F4269DECDB1A9BA0FE5E6DC1_RuntimeMethod_var); __this->___m_RTHandles_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RTHandles_0), (void*)L_0); // RTHandleSystem m_RTHandleSystem = new RTHandleSystem(); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_1 = (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F*)il2cpp_codegen_object_new(RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F_il2cpp_TypeInfo_var); NullCheck(L_1); RTHandleSystem__ctor_m22DE6145F3938E359C1FF6A5834BC7B7F93F5022(L_1, NULL); __this->___m_RTHandleSystem_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RTHandleSystem_1), (void*)L_1); 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.Rendering.PowerOfTwoTextureAtlas::.ctor(System.Int32,System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.FilterMode,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PowerOfTwoTextureAtlas__ctor_mA0B1F657FD0560F53AF17A6F29D6BBE9C8C1A5BB (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, int32_t ___0_size, int32_t ___1_mipPadding, int32_t ___2_format, int32_t ___3_filterMode, String_t* ___4_name, bool ___5_useMipMap, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m6F08421248A34497AABE64516BB661B9719E2227_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private Dictionary m_RequestedTextures = new Dictionary(); Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0* L_0 = (Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0*)il2cpp_codegen_object_new(Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0_il2cpp_TypeInfo_var); NullCheck(L_0); Dictionary_2__ctor_m6F08421248A34497AABE64516BB661B9719E2227(L_0, Dictionary_2__ctor_m6F08421248A34497AABE64516BB661B9719E2227_RuntimeMethod_var); __this->___m_RequestedTextures_17 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RequestedTextures_17), (void*)L_0); // : base(size, size, format, filterMode, true, name, useMipMap) int32_t L_1 = ___0_size; int32_t L_2 = ___0_size; int32_t L_3 = ___2_format; int32_t L_4 = ___3_filterMode; String_t* L_5 = ___4_name; bool L_6 = ___5_useMipMap; il2cpp_codegen_runtime_class_init_inline(Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var); Texture2DAtlas__ctor_mB0FB5774A1037C4F0AE42B5255C966B64688B54A(__this, L_1, L_2, L_3, L_4, (bool)1, L_5, L_6, NULL); // this.m_MipPadding = mipPadding; int32_t L_7 = ___1_mipPadding; __this->___m_MipPadding_15 = L_7; // if ((size & (size - 1)) != 0) int32_t L_8 = ___0_size; int32_t L_9 = ___0_size; // } return; } } // System.Int32 UnityEngine.Rendering.PowerOfTwoTextureAtlas::get_mipPadding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PowerOfTwoTextureAtlas_get_mipPadding_m5B9D6FB4248DD41F9AA9E5469C1A6CC12524496D (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, const RuntimeMethod* method) { { // public int mipPadding => m_MipPadding; int32_t L_0 = __this->___m_MipPadding_15; return L_0; } } // System.Int32 UnityEngine.Rendering.PowerOfTwoTextureAtlas::GetTexturePadding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PowerOfTwoTextureAtlas_GetTexturePadding_m85D96D2F38E1B383B35E6161A577AB6B99C67166 (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, const RuntimeMethod* method) { { // int GetTexturePadding() => (int)Mathf.Pow(2, m_MipPadding) * 2; int32_t L_0 = __this->___m_MipPadding_15; float L_1; L_1 = powf((2.0f), ((float)L_0)); return ((int32_t)il2cpp_codegen_multiply(il2cpp_codegen_cast_double_to_int(L_1), 2)); } } // UnityEngine.Vector4 UnityEngine.Rendering.PowerOfTwoTextureAtlas::GetPayloadScaleOffset(UnityEngine.Texture,UnityEngine.Vector4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 PowerOfTwoTextureAtlas_GetPayloadScaleOffset_m8B1202020D137DA5FF0966E5CA18D2C6B13338BA (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_texture, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___1_scaleOffset, const RuntimeMethod* method) { int32_t V_0 = 0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1; memset((&V_1), 0, sizeof(V_1)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2; memset((&V_2), 0, sizeof(V_2)); { // int pixelPadding = GetTexturePadding(); int32_t L_0; L_0 = PowerOfTwoTextureAtlas_GetTexturePadding_m85D96D2F38E1B383B35E6161A577AB6B99C67166(__this, NULL); V_0 = L_0; // Vector2 paddingSize = Vector2.one * pixelPadding; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1; L_1 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL); int32_t L_2 = V_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3; L_3 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_1, ((float)L_2), NULL); V_1 = L_3; // Vector2 textureSize = GetPowerOfTwoTextureSize(texture); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_4 = ___0_texture; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5; L_5 = PowerOfTwoTextureAtlas_GetPowerOfTwoTextureSize_m2569249A9DA0FD0259C3228186A909760F26DA6E(__this, L_4, NULL); V_2 = L_5; // return GetPayloadScaleOffset(textureSize, paddingSize, scaleOffset); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_6 = ___1_scaleOffset; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_7; L_7 = PowerOfTwoTextureAtlas_GetPayloadScaleOffset_m136F1BEC61A24D9BE10E9C83A77051C422222917((&V_2), (&V_1), L_6, NULL); return L_7; } } // UnityEngine.Vector4 UnityEngine.Rendering.PowerOfTwoTextureAtlas::GetPayloadScaleOffset(UnityEngine.Vector2&,UnityEngine.Vector2&,UnityEngine.Vector4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 PowerOfTwoTextureAtlas_GetPayloadScaleOffset_m136F1BEC61A24D9BE10E9C83A77051C422222917 (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___0_textureSize, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___1_paddingSize, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___2_scaleOffset, const RuntimeMethod* method) { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1; memset((&V_1), 0, sizeof(V_1)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2; memset((&V_2), 0, sizeof(V_2)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_3; memset((&V_3), 0, sizeof(V_3)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_4; memset((&V_4), 0, sizeof(V_4)); { // Vector2 subTexScale = new Vector2(scaleOffset.x, scaleOffset.y); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_0 = ___2_scaleOffset; float L_1 = L_0->___x_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_2 = ___2_scaleOffset; float L_3 = L_2->___y_2; Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_0), L_1, L_3, NULL); // Vector2 subTexOffset = new Vector2(scaleOffset.z, scaleOffset.w); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_4 = ___2_scaleOffset; float L_5 = L_4->___z_3; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_6 = ___2_scaleOffset; float L_7 = L_6->___w_4; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8; memset((&L_8), 0, sizeof(L_8)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), L_5, L_7, /*hidden argument*/NULL); // Vector2 scalePadding = ((textureSize + paddingSize) / textureSize); // Size of padding (sampling) rectangle relative to the payload texture. Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_9 = ___0_textureSize; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10 = (*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_9); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_11 = ___1_paddingSize; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12 = (*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_11); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13; L_13 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_10, L_12, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_14 = ___0_textureSize; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15 = (*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_14); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16; L_16 = Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline(L_13, L_15, NULL); V_1 = L_16; // Vector2 offsetPadding = (paddingSize / 2.0f) / (textureSize + paddingSize); // Padding offset in the padding rectangle Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_17 = ___1_paddingSize; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18 = (*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_17); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_19; L_19 = Vector2_op_Division_m57A2DCD71E0CE7420851D705D1951F9238902AAB_inline(L_18, (2.0f), NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_20 = ___0_textureSize; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21 = (*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_20); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_22 = ___1_paddingSize; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23 = (*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_22); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24; L_24 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_21, L_23, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25; L_25 = Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline(L_19, L_24, NULL); V_2 = L_25; // Vector2 insetScale = subTexScale / scalePadding; // Size of payload rectangle in sub-tex Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26 = V_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_27 = V_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28; L_28 = Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline(L_26, L_27, NULL); V_3 = L_28; // Vector2 insetOffset = subTexOffset + subTexScale * offsetPadding; // Offset of payload rectangle in sub-tex Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_29 = V_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_30 = V_2; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_31; L_31 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_29, L_30, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_32; L_32 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_8, L_31, NULL); V_4 = L_32; // return new Vector4(insetScale.x, insetScale.y, insetOffset.x, insetOffset.y); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_33 = V_3; float L_34 = L_33.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_35 = V_3; float L_36 = L_35.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_37 = V_4; float L_38 = L_37.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_39 = V_4; float L_40 = L_39.___y_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_41; memset((&L_41), 0, sizeof(L_41)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_41), L_34, L_36, L_38, L_40, /*hidden argument*/NULL); return L_41; } } // System.Void UnityEngine.Rendering.PowerOfTwoTextureAtlas::Blit2DTexture(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4,UnityEngine.Texture,UnityEngine.Vector4,System.Boolean,UnityEngine.Rendering.PowerOfTwoTextureAtlas/BlitType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PowerOfTwoTextureAtlas_Blit2DTexture_m318B160A16693053884CEBD03FE20510B285B86B (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_scaleOffset, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___3_sourceScaleOffset, bool ___4_blitMips, int32_t ___5_blitType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisCoreProfileId_t66459E976D5987566CDB33711B12441EE66A16CA_mA80A89059AFD99B01D38B415ABA8F49B070E19D7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; { // int mipCount = GetTextureMipmapCount(texture.width, texture.height); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___2_texture; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_0); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_2 = ___2_texture; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_2); int32_t L_4; L_4 = Texture2DAtlas_GetTextureMipmapCount_mD097894ECA68A2E85D291B9CF7A156FEA9C5B7BF(__this, L_1, L_3, NULL); V_0 = L_4; // int pixelPadding = GetTexturePadding(); int32_t L_5; L_5 = PowerOfTwoTextureAtlas_GetTexturePadding_m85D96D2F38E1B383B35E6161A577AB6B99C67166(__this, NULL); V_1 = L_5; // Vector2 textureSize = GetPowerOfTwoTextureSize(texture); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_6 = ___2_texture; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7; L_7 = PowerOfTwoTextureAtlas_GetPowerOfTwoTextureSize_m2569249A9DA0FD0259C3228186A909760F26DA6E(__this, L_6, NULL); V_2 = L_7; // bool bilinear = texture.filterMode != FilterMode.Point; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_8 = ___2_texture; NullCheck(L_8); int32_t L_9; L_9 = Texture_get_filterMode_mFEF0AEA29E8468450EF85533965DCEBE66D02A45(L_8, NULL); V_3 = (bool)((!(((uint32_t)L_9) <= ((uint32_t)0)))? 1 : 0); // if (!blitMips) bool L_10 = ___4_blitMips; if (L_10) { goto IL_0032; } } { // mipCount = 1; V_0 = 1; } IL_0032: { // using (new ProfilingScope(cmd, ProfilingSampler.Get(CoreProfileId.BlitTextureInPotAtlas))) CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_11 = ___0_cmd; ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_12; L_12 = ProfilingSampler_Get_TisCoreProfileId_t66459E976D5987566CDB33711B12441EE66A16CA_mA80A89059AFD99B01D38B415ABA8F49B070E19D7(0, ProfilingSampler_Get_TisCoreProfileId_t66459E976D5987566CDB33711B12441EE66A16CA_mA80A89059AFD99B01D38B415ABA8F49B070E19D7_RuntimeMethod_var); ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_4), L_11, L_12, NULL); } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00c0: {// begin finally (depth: 1) ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_4), NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { // for (int mipLevel = 0; mipLevel < mipCount; mipLevel++) V_5 = 0; goto IL_00b9_1; } IL_0045_1: { // cmd.SetRenderTarget(m_AtlasTexture, mipLevel); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_13 = ___0_cmd; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_14 = ((Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F*)__this)->___m_AtlasTexture_3; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_15; L_15 = RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54(L_14, NULL); int32_t L_16 = V_5; NullCheck(L_13); CommandBuffer_SetRenderTarget_m9E602C758517FB0B4E5B858DC043D24B4FA91EBB(L_13, L_15, L_16, NULL); int32_t L_17 = ___5_blitType; switch (L_17) { case 0: { goto IL_0071_1; } case 1: { goto IL_0082_1; } case 2: { goto IL_0093_1; } case 3: { goto IL_00a4_1; } } } { goto IL_00b3_1; } IL_0071_1: { // case BlitType.Padding: Blitter.BlitQuadWithPadding(cmd, texture, textureSize, sourceScaleOffset, scaleOffset, mipLevel, bilinear, pixelPadding); break; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_18 = ___0_cmd; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_19 = ___2_texture; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20 = V_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_21 = ___3_sourceScaleOffset; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_22 = ___1_scaleOffset; int32_t L_23 = V_5; bool L_24 = V_3; int32_t L_25 = V_1; il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var); Blitter_BlitQuadWithPadding_m3017D8F9DC8E4F8846C3F3D17B4AC053050823CF(L_18, L_19, L_20, L_21, L_22, L_23, L_24, L_25, NULL); // case BlitType.Padding: Blitter.BlitQuadWithPadding(cmd, texture, textureSize, sourceScaleOffset, scaleOffset, mipLevel, bilinear, pixelPadding); break; goto IL_00b3_1; } IL_0082_1: { // case BlitType.PaddingMultiply: Blitter.BlitQuadWithPaddingMultiply(cmd, texture, textureSize, sourceScaleOffset, scaleOffset, mipLevel, bilinear, pixelPadding); break; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_26 = ___0_cmd; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_27 = ___2_texture; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28 = V_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_29 = ___3_sourceScaleOffset; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_30 = ___1_scaleOffset; int32_t L_31 = V_5; bool L_32 = V_3; int32_t L_33 = V_1; il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var); Blitter_BlitQuadWithPaddingMultiply_m8AADBB919FA42F386FB6BEF4471B1020DBB761D4(L_26, L_27, L_28, L_29, L_30, L_31, L_32, L_33, NULL); // case BlitType.PaddingMultiply: Blitter.BlitQuadWithPaddingMultiply(cmd, texture, textureSize, sourceScaleOffset, scaleOffset, mipLevel, bilinear, pixelPadding); break; goto IL_00b3_1; } IL_0093_1: { // case BlitType.OctahedralPadding: Blitter.BlitOctahedralWithPadding(cmd, texture, textureSize, sourceScaleOffset, scaleOffset, mipLevel, bilinear, pixelPadding); break; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_34 = ___0_cmd; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_35 = ___2_texture; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_36 = V_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_37 = ___3_sourceScaleOffset; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_38 = ___1_scaleOffset; int32_t L_39 = V_5; bool L_40 = V_3; int32_t L_41 = V_1; il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var); Blitter_BlitOctahedralWithPadding_m2DF8E4180BB4E2233B806C76E9547F95B86F2F3F(L_34, L_35, L_36, L_37, L_38, L_39, L_40, L_41, NULL); // case BlitType.OctahedralPadding: Blitter.BlitOctahedralWithPadding(cmd, texture, textureSize, sourceScaleOffset, scaleOffset, mipLevel, bilinear, pixelPadding); break; goto IL_00b3_1; } IL_00a4_1: { // case BlitType.OctahedralPaddingMultiply: Blitter.BlitOctahedralWithPaddingMultiply(cmd, texture, textureSize, sourceScaleOffset, scaleOffset, mipLevel, bilinear, pixelPadding); break; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_42 = ___0_cmd; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_43 = ___2_texture; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_44 = V_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_45 = ___3_sourceScaleOffset; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_46 = ___1_scaleOffset; int32_t L_47 = V_5; bool L_48 = V_3; int32_t L_49 = V_1; il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var); Blitter_BlitOctahedralWithPaddingMultiply_m232A3948EB3C6989057EBB37322C546F7B6BD7AE(L_42, L_43, L_44, L_45, L_46, L_47, L_48, L_49, NULL); } IL_00b3_1: { // for (int mipLevel = 0; mipLevel < mipCount; mipLevel++) int32_t L_50 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_50, 1)); } IL_00b9_1: { // for (int mipLevel = 0; mipLevel < mipCount; mipLevel++) int32_t L_51 = V_5; int32_t L_52 = V_0; if ((((int32_t)L_51) < ((int32_t)L_52))) { goto IL_0045_1; } } { // } goto IL_00ce; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00ce: { // } return; } } // System.Void UnityEngine.Rendering.PowerOfTwoTextureAtlas::BlitTexture(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4,UnityEngine.Texture,UnityEngine.Vector4,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PowerOfTwoTextureAtlas_BlitTexture_m5D070F026EBC4EFEB0F7D432498746EA01A5BBF1 (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_scaleOffset, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___3_sourceScaleOffset, bool ___4_blitMips, int32_t ___5_overrideInstanceID, const RuntimeMethod* method) { PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* G_B3_0 = NULL; PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* G_B2_0 = NULL; int32_t G_B4_0 = 0; PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* G_B4_1 = NULL; { // if (Is2D(texture)) Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___2_texture; bool L_1; L_1 = Texture2DAtlas_Is2D_m0F89CF0AD3A0ED6A12C5036A922F97DBAF66B14F(__this, L_0, NULL); if (!L_1) { goto IL_002e; } } { // Blit2DTexture(cmd, scaleOffset, texture, sourceScaleOffset, blitMips, BlitType.Padding); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_2 = ___0_cmd; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3 = ___1_scaleOffset; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_4 = ___2_texture; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_5 = ___3_sourceScaleOffset; bool L_6 = ___4_blitMips; PowerOfTwoTextureAtlas_Blit2DTexture_m318B160A16693053884CEBD03FE20510B285B86B(__this, L_2, L_3, L_4, L_5, L_6, 0, NULL); // MarkGPUTextureValid(overrideInstanceID != -1 ? overrideInstanceID : texture.GetInstanceID(), blitMips); int32_t L_7 = ___5_overrideInstanceID; G_B2_0 = __this; if ((!(((uint32_t)L_7) == ((uint32_t)(-1))))) { G_B3_0 = __this; goto IL_0025; } } { Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_8 = ___2_texture; NullCheck(L_8); int32_t L_9; L_9 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_8, NULL); G_B4_0 = L_9; G_B4_1 = G_B2_0; goto IL_0027; } IL_0025: { int32_t L_10 = ___5_overrideInstanceID; G_B4_0 = L_10; G_B4_1 = G_B3_0; } IL_0027: { bool L_11 = ___4_blitMips; NullCheck(G_B4_1); Texture2DAtlas_MarkGPUTextureValid_mF402EAFB808A49DCAB232E44B400DA131481344A(G_B4_1, G_B4_0, L_11, NULL); } IL_002e: { // } return; } } // System.Void UnityEngine.Rendering.PowerOfTwoTextureAtlas::BlitTextureMultiply(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4,UnityEngine.Texture,UnityEngine.Vector4,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PowerOfTwoTextureAtlas_BlitTextureMultiply_mE63DAA75351A7587B55F23FE473A33255C6D1119 (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_scaleOffset, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___3_sourceScaleOffset, bool ___4_blitMips, int32_t ___5_overrideInstanceID, const RuntimeMethod* method) { PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* G_B3_0 = NULL; PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* G_B2_0 = NULL; int32_t G_B4_0 = 0; PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* G_B4_1 = NULL; { // if (Is2D(texture)) Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___2_texture; bool L_1; L_1 = Texture2DAtlas_Is2D_m0F89CF0AD3A0ED6A12C5036A922F97DBAF66B14F(__this, L_0, NULL); if (!L_1) { goto IL_002e; } } { // Blit2DTexture(cmd, scaleOffset, texture, sourceScaleOffset, blitMips, BlitType.PaddingMultiply); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_2 = ___0_cmd; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3 = ___1_scaleOffset; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_4 = ___2_texture; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_5 = ___3_sourceScaleOffset; bool L_6 = ___4_blitMips; PowerOfTwoTextureAtlas_Blit2DTexture_m318B160A16693053884CEBD03FE20510B285B86B(__this, L_2, L_3, L_4, L_5, L_6, 1, NULL); // MarkGPUTextureValid(overrideInstanceID != -1 ? overrideInstanceID : texture.GetInstanceID(), blitMips); int32_t L_7 = ___5_overrideInstanceID; G_B2_0 = __this; if ((!(((uint32_t)L_7) == ((uint32_t)(-1))))) { G_B3_0 = __this; goto IL_0025; } } { Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_8 = ___2_texture; NullCheck(L_8); int32_t L_9; L_9 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_8, NULL); G_B4_0 = L_9; G_B4_1 = G_B2_0; goto IL_0027; } IL_0025: { int32_t L_10 = ___5_overrideInstanceID; G_B4_0 = L_10; G_B4_1 = G_B3_0; } IL_0027: { bool L_11 = ___4_blitMips; NullCheck(G_B4_1); Texture2DAtlas_MarkGPUTextureValid_mF402EAFB808A49DCAB232E44B400DA131481344A(G_B4_1, G_B4_0, L_11, NULL); } IL_002e: { // } return; } } // System.Void UnityEngine.Rendering.PowerOfTwoTextureAtlas::BlitOctahedralTexture(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4,UnityEngine.Texture,UnityEngine.Vector4,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PowerOfTwoTextureAtlas_BlitOctahedralTexture_m1A14B3C794CAB04AD3DB165F8746B69B36073265 (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_scaleOffset, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___3_sourceScaleOffset, bool ___4_blitMips, int32_t ___5_overrideInstanceID, const RuntimeMethod* method) { PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* G_B3_0 = NULL; PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* G_B2_0 = NULL; int32_t G_B4_0 = 0; PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* G_B4_1 = NULL; { // if (Is2D(texture)) Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___2_texture; bool L_1; L_1 = Texture2DAtlas_Is2D_m0F89CF0AD3A0ED6A12C5036A922F97DBAF66B14F(__this, L_0, NULL); if (!L_1) { goto IL_002e; } } { // Blit2DTexture(cmd, scaleOffset, texture, sourceScaleOffset, blitMips, BlitType.OctahedralPadding); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_2 = ___0_cmd; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3 = ___1_scaleOffset; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_4 = ___2_texture; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_5 = ___3_sourceScaleOffset; bool L_6 = ___4_blitMips; PowerOfTwoTextureAtlas_Blit2DTexture_m318B160A16693053884CEBD03FE20510B285B86B(__this, L_2, L_3, L_4, L_5, L_6, 2, NULL); // MarkGPUTextureValid(overrideInstanceID != -1 ? overrideInstanceID : texture.GetInstanceID(), blitMips); int32_t L_7 = ___5_overrideInstanceID; G_B2_0 = __this; if ((!(((uint32_t)L_7) == ((uint32_t)(-1))))) { G_B3_0 = __this; goto IL_0025; } } { Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_8 = ___2_texture; NullCheck(L_8); int32_t L_9; L_9 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_8, NULL); G_B4_0 = L_9; G_B4_1 = G_B2_0; goto IL_0027; } IL_0025: { int32_t L_10 = ___5_overrideInstanceID; G_B4_0 = L_10; G_B4_1 = G_B3_0; } IL_0027: { bool L_11 = ___4_blitMips; NullCheck(G_B4_1); Texture2DAtlas_MarkGPUTextureValid_mF402EAFB808A49DCAB232E44B400DA131481344A(G_B4_1, G_B4_0, L_11, NULL); } IL_002e: { // } return; } } // System.Void UnityEngine.Rendering.PowerOfTwoTextureAtlas::BlitOctahedralTextureMultiply(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4,UnityEngine.Texture,UnityEngine.Vector4,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PowerOfTwoTextureAtlas_BlitOctahedralTextureMultiply_m762414D0EC91F1779C3130DE072359A02CD867CB (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_scaleOffset, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___3_sourceScaleOffset, bool ___4_blitMips, int32_t ___5_overrideInstanceID, const RuntimeMethod* method) { PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* G_B3_0 = NULL; PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* G_B2_0 = NULL; int32_t G_B4_0 = 0; PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* G_B4_1 = NULL; { // if (Is2D(texture)) Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___2_texture; bool L_1; L_1 = Texture2DAtlas_Is2D_m0F89CF0AD3A0ED6A12C5036A922F97DBAF66B14F(__this, L_0, NULL); if (!L_1) { goto IL_002e; } } { // Blit2DTexture(cmd, scaleOffset, texture, sourceScaleOffset, blitMips, BlitType.OctahedralPaddingMultiply); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_2 = ___0_cmd; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3 = ___1_scaleOffset; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_4 = ___2_texture; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_5 = ___3_sourceScaleOffset; bool L_6 = ___4_blitMips; PowerOfTwoTextureAtlas_Blit2DTexture_m318B160A16693053884CEBD03FE20510B285B86B(__this, L_2, L_3, L_4, L_5, L_6, 3, NULL); // MarkGPUTextureValid(overrideInstanceID != -1 ? overrideInstanceID : texture.GetInstanceID(), blitMips); int32_t L_7 = ___5_overrideInstanceID; G_B2_0 = __this; if ((!(((uint32_t)L_7) == ((uint32_t)(-1))))) { G_B3_0 = __this; goto IL_0025; } } { Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_8 = ___2_texture; NullCheck(L_8); int32_t L_9; L_9 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_8, NULL); G_B4_0 = L_9; G_B4_1 = G_B2_0; goto IL_0027; } IL_0025: { int32_t L_10 = ___5_overrideInstanceID; G_B4_0 = L_10; G_B4_1 = G_B3_0; } IL_0027: { bool L_11 = ___4_blitMips; NullCheck(G_B4_1); Texture2DAtlas_MarkGPUTextureValid_mF402EAFB808A49DCAB232E44B400DA131481344A(G_B4_1, G_B4_0, L_11, NULL); } IL_002e: { // } return; } } // System.Void UnityEngine.Rendering.PowerOfTwoTextureAtlas::TextureSizeToPowerOfTwo(UnityEngine.Texture,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PowerOfTwoTextureAtlas_TextureSizeToPowerOfTwo_m227399E874EE9189B6767F2BA8DC5B61DC6237B9 (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_texture, int32_t* ___1_width, int32_t* ___2_height, const RuntimeMethod* method) { { // width = Mathf.NextPowerOfTwo(width); int32_t* L_0 = ___1_width; int32_t* L_1 = ___1_width; int32_t L_2 = *((int32_t*)L_1); int32_t L_3; L_3 = Mathf_NextPowerOfTwo_mA1CE7F3EEF9B0B07AB2D586C030ED236D578F485(L_2, NULL); *((int32_t*)L_0) = (int32_t)L_3; // height = Mathf.NextPowerOfTwo(height); int32_t* L_4 = ___2_height; int32_t* L_5 = ___2_height; int32_t L_6 = *((int32_t*)L_5); int32_t L_7; L_7 = Mathf_NextPowerOfTwo_mA1CE7F3EEF9B0B07AB2D586C030ED236D578F485(L_6, NULL); *((int32_t*)L_4) = (int32_t)L_7; // } return; } } // UnityEngine.Vector2 UnityEngine.Rendering.PowerOfTwoTextureAtlas::GetPowerOfTwoTextureSize(UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 PowerOfTwoTextureAtlas_GetPowerOfTwoTextureSize_m2569249A9DA0FD0259C3228186A909760F26DA6E (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_texture, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // int width = texture.width, height = texture.height; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___0_texture; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_0); V_0 = L_1; // int width = texture.width, height = texture.height; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_2 = ___0_texture; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_2); V_1 = L_3; // TextureSizeToPowerOfTwo(texture, ref width, ref height); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_4 = ___0_texture; PowerOfTwoTextureAtlas_TextureSizeToPowerOfTwo_m227399E874EE9189B6767F2BA8DC5B61DC6237B9(__this, L_4, (&V_0), (&V_1), NULL); // return new Vector2(width, height); int32_t L_5 = V_0; int32_t L_6 = V_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7; memset((&L_7), 0, sizeof(L_7)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_7), ((float)L_5), ((float)L_6), /*hidden argument*/NULL); return L_7; } } // System.Boolean UnityEngine.Rendering.PowerOfTwoTextureAtlas::AllocateTexture(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4&,UnityEngine.Texture,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PowerOfTwoTextureAtlas_AllocateTexture_m897D249DB1758DE2AF48415C7E5BA0686091A8FA (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___1_scaleOffset, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, int32_t ___3_width, int32_t ___4_height, int32_t ___5_overrideInstanceID, 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*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20BEC2E13BE9D02507342BC12106C92CE971A11B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA673D4DF18CB718A155159C51DB8F10662EEBF65); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE26D12BC172451A2AF6AD9956F4063480E11C45); s_Il2CppMethodInitialized = true; } Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* G_B3_0 = NULL; int32_t G_B3_1 = 0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B3_2 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B3_3 = NULL; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* G_B2_0 = NULL; int32_t G_B2_1 = 0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B2_2 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B2_3 = NULL; String_t* G_B4_0 = NULL; int32_t G_B4_1 = 0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B4_2 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B4_3 = NULL; { // if (height != width) int32_t L_0 = ___4_height; int32_t L_1 = ___3_width; if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_004e; } } { // Debug.LogError("Can't place " + texture + " in the atlas " + m_AtlasTexture.name + ": Only squared texture are allowed in this atlas."); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteralBE26D12BC172451A2AF6AD9956F4063480E11C45); (L_3)->SetAt(static_cast(0), (String_t*)_stringLiteralBE26D12BC172451A2AF6AD9956F4063480E11C45); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_3; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_5 = ___2_texture; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_6 = L_5; G_B2_0 = L_6; G_B2_1 = 1; G_B2_2 = L_4; G_B2_3 = L_4; if (L_6) { G_B3_0 = L_6; G_B3_1 = 1; G_B3_2 = L_4; G_B3_3 = L_4; goto IL_001e; } } { G_B4_0 = ((String_t*)(NULL)); G_B4_1 = G_B2_1; G_B4_2 = G_B2_2; G_B4_3 = G_B2_3; goto IL_0023; } IL_001e: { NullCheck(G_B3_0); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B3_0); G_B4_0 = L_7; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; G_B4_3 = G_B3_3; } IL_0023: { NullCheck(G_B4_2); ArrayElementTypeCheck (G_B4_2, G_B4_0); (G_B4_2)->SetAt(static_cast(G_B4_1), (String_t*)G_B4_0); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = G_B4_3; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteralA673D4DF18CB718A155159C51DB8F10662EEBF65); (L_8)->SetAt(static_cast(2), (String_t*)_stringLiteralA673D4DF18CB718A155159C51DB8F10662EEBF65); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = L_8; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_10 = ((Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F*)__this)->___m_AtlasTexture_3; NullCheck(L_10); String_t* L_11; L_11 = RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline(L_10, NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAt(static_cast(3), (String_t*)L_11); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_9; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral20BEC2E13BE9D02507342BC12106C92CE971A11B); (L_12)->SetAt(static_cast(4), (String_t*)_stringLiteral20BEC2E13BE9D02507342BC12106C92CE971A11B); String_t* L_13; L_13 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_12, NULL); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_13, NULL); // return false; return (bool)0; } IL_004e: { // TextureSizeToPowerOfTwo(texture, ref height, ref width); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_14 = ___2_texture; PowerOfTwoTextureAtlas_TextureSizeToPowerOfTwo_m227399E874EE9189B6767F2BA8DC5B61DC6237B9(__this, L_14, (&___4_height), (&___3_width), NULL); // return base.AllocateTexture(cmd, ref scaleOffset, texture, width, height); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_15 = ___0_cmd; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_16 = ___1_scaleOffset; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_17 = ___2_texture; int32_t L_18 = ___3_width; int32_t L_19 = ___4_height; bool L_20; L_20 = Texture2DAtlas_AllocateTexture_mF1FDB3F2BE25762FC61DEF882514E85D239649CA(__this, L_15, L_16, L_17, L_18, L_19, (-1), NULL); return L_20; } } // System.Void UnityEngine.Rendering.PowerOfTwoTextureAtlas::ResetRequestedTexture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PowerOfTwoTextureAtlas_ResetRequestedTexture_mE1FE41E4A7EEFD4C850F748A9333433DD5F26C33 (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m7297B23EB42752916EFA7473360207BAF3B74CB2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public void ResetRequestedTexture() => m_RequestedTextures.Clear(); Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0* L_0 = __this->___m_RequestedTextures_17; NullCheck(L_0); Dictionary_2_Clear_m7297B23EB42752916EFA7473360207BAF3B74CB2(L_0, Dictionary_2_Clear_m7297B23EB42752916EFA7473360207BAF3B74CB2_RuntimeMethod_var); return; } } // System.Boolean UnityEngine.Rendering.PowerOfTwoTextureAtlas::ReserveSpace(UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PowerOfTwoTextureAtlas_ReserveSpace_m11DE443FB8C4046ACC8455546F8D17AAA4A3FFF8 (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_texture, const RuntimeMethod* method) { { // public bool ReserveSpace(Texture texture) => ReserveSpace(texture, texture.width, texture.height); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___0_texture; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_1 = ___0_texture; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_1); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_3 = ___0_texture; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_3); bool L_5; L_5 = PowerOfTwoTextureAtlas_ReserveSpace_mF15C7D3DEA2B006D85379957930154BF99B04CB1(__this, L_0, L_2, L_4, NULL); return L_5; } } // System.Boolean UnityEngine.Rendering.PowerOfTwoTextureAtlas::ReserveSpace(UnityEngine.Texture,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PowerOfTwoTextureAtlas_ReserveSpace_mF15C7D3DEA2B006D85379957930154BF99B04CB1 (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_texture, int32_t ___1_width, int32_t ___2_height, const RuntimeMethod* method) { { // => ReserveSpace(GetTextureID(texture), width, height); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___0_texture; int32_t L_1; L_1 = Texture2DAtlas_GetTextureID_mE87B21A6574D318E9E4C240DD80BBFBFB1E7963B(__this, L_0, NULL); int32_t L_2 = ___1_width; int32_t L_3 = ___2_height; bool L_4; L_4 = PowerOfTwoTextureAtlas_ReserveSpace_m4D01D2D4735A62E00AADD01588B9415A51AF81F9(__this, L_1, L_2, L_3, NULL); return L_4; } } // System.Boolean UnityEngine.Rendering.PowerOfTwoTextureAtlas::ReserveSpace(UnityEngine.Texture,UnityEngine.Texture,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PowerOfTwoTextureAtlas_ReserveSpace_m5E24787C21582ED6A351622BBD4AE127DF4F7D4A (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_textureA, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_textureB, int32_t ___2_width, int32_t ___3_height, const RuntimeMethod* method) { { // => ReserveSpace(GetTextureID(textureA, textureB), width, height); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___0_textureA; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_1 = ___1_textureB; int32_t L_2; L_2 = Texture2DAtlas_GetTextureID_mC3B186580F3138AC25F5FDA6016FF4435023CC29(__this, L_0, L_1, NULL); int32_t L_3 = ___2_width; int32_t L_4 = ___3_height; bool L_5; L_5 = PowerOfTwoTextureAtlas_ReserveSpace_m4D01D2D4735A62E00AADD01588B9415A51AF81F9(__this, L_2, L_3, L_4, NULL); return L_5; } } // System.Boolean UnityEngine.Rendering.PowerOfTwoTextureAtlas::ReserveSpace(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PowerOfTwoTextureAtlas_ReserveSpace_m4D01D2D4735A62E00AADD01588B9415A51AF81F9 (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, int32_t ___0_id, int32_t ___1_width, int32_t ___2_height, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m824C62AE381465271FBCE77563C6E43679F47152_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_0; memset((&V_0), 0, sizeof(V_0)); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_1; memset((&V_1), 0, sizeof(V_1)); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_2; memset((&V_2), 0, sizeof(V_2)); { // m_RequestedTextures[id] = new Vector2Int(width, height); Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0* L_0 = __this->___m_RequestedTextures_17; int32_t L_1 = ___0_id; int32_t L_2 = ___1_width; int32_t L_3 = ___2_height; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_4; memset((&L_4), 0, sizeof(L_4)); Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_4), L_2, L_3, /*hidden argument*/NULL); NullCheck(L_0); Dictionary_2_set_Item_m824C62AE381465271FBCE77563C6E43679F47152(L_0, L_1, L_4, Dictionary_2_set_Item_m824C62AE381465271FBCE77563C6E43679F47152_RuntimeMethod_var); // var cachedSize = GetCachedTextureSize(id); int32_t L_5 = ___0_id; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_6; L_6 = Texture2DAtlas_GetCachedTextureSize_m4C26C916F8599CD4FAEB2481EDEFC59709F5F8BD(__this, L_5, NULL); V_0 = L_6; // if (!IsCached(out _, id) || cachedSize.x != width || cachedSize.y != height) int32_t L_7 = ___0_id; bool L_8; L_8 = Texture2DAtlas_IsCached_m4B4781C1DA4FF2E1F7E49F7358BF6EFEF629A57A(__this, (&V_1), L_7, NULL); if (!L_8) { goto IL_003a; } } { int32_t L_9; L_9 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL); int32_t L_10 = ___1_width; if ((!(((uint32_t)L_9) == ((uint32_t)L_10)))) { goto IL_003a; } } { int32_t L_11; L_11 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL); int32_t L_12 = ___2_height; if ((((int32_t)L_11) == ((int32_t)L_12))) { goto IL_004f; } } IL_003a: { // Vector4 scaleBias = Vector4.zero; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_13; L_13 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL); V_2 = L_13; // if (!AllocateTextureWithoutBlit(id, width, height, ref scaleBias)) int32_t L_14 = ___0_id; int32_t L_15 = ___1_width; int32_t L_16 = ___2_height; bool L_17; L_17 = VirtualFuncInvoker4< bool, int32_t, int32_t, int32_t, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* >::Invoke(8 /* System.Boolean UnityEngine.Rendering.Texture2DAtlas::AllocateTextureWithoutBlit(System.Int32,System.Int32,System.Int32,UnityEngine.Vector4&) */, __this, L_14, L_15, L_16, (&V_2)); if (L_17) { goto IL_004f; } } { // return false; return (bool)0; } IL_004f: { // return true; return (bool)1; } } // System.Boolean UnityEngine.Rendering.PowerOfTwoTextureAtlas::RelayoutEntries() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PowerOfTwoTextureAtlas_RelayoutEntries_m18B76F49CB89789511930E82E1F1666E9CCFCD63 (PowerOfTwoTextureAtlas_t61993AC8A0A6F9EECDE7654B38A56D9CE9F068AE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Comparison_1_tAAA49090DDD60EBD79DCCB4F483266C134E1EF98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_mB5EB823E831FAB1EEB71EC4AB5BCC8EAE34949E5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m33547778A54D8060AE8386E0E1A8BE002F87A964_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mAB65E5E8BB682D69B1462A3A17BB4AE1C0BF3CC6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m290DE9C01AB3B05828D641642BE844768D63D3B2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mC583DB50AF12A05CF3BB25D0A7B7211E782D5BB8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m7E42D1BC893E7831E1994B2F7C8B69053148B70E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mFFE84D5C057AEF74C28E9E63834D72E01CE5237E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m46AAAAE3FB1DEF3F9B68CAE9BD0BC8DF3219FA77_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m22C0F0F1E095CECC221A48F072C7542A95014140_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m0D7B1846260D6953F51DEFB78CFE8F41D69BC7F7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mC66B7183F91C8F684DFDB72FC63E47326143E2A0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Sort_mA1ADAF22BEC8A84B242C65D98710F2E696C077B2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m112B395BFFC3E2B1762F09109D173342A2F0EC10_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRelayoutEntriesU3Eb__23_0_mBF9D0BC493979E1C4D66D031B8E12629A6AA208B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_m962EA662F3474234F5EAD48C6B015CB033607C5A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76* V_0 = NULL; bool V_1 = false; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_2; memset((&V_2), 0, sizeof(V_2)); Enumerator_t24DED0061495979D025145F5EE685308256D604D V_3; memset((&V_3), 0, sizeof(V_3)); KeyValuePair_2_tE2ABFF555671907C54C1F6ACA927B7D1D1249AFE V_4; memset((&V_4), 0, sizeof(V_4)); Enumerator_tAAEB05445143765107243B72B5CC36DB230A291A V_5; memset((&V_5), 0, sizeof(V_5)); ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C V_6; memset((&V_6), 0, sizeof(V_6)); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_7; memset((&V_7), 0, sizeof(V_7)); Comparison_1_tAAA49090DDD60EBD79DCCB4F483266C134E1EF98* G_B8_0 = NULL; List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76* G_B8_1 = NULL; Comparison_1_tAAA49090DDD60EBD79DCCB4F483266C134E1EF98* G_B7_0 = NULL; List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76* G_B7_1 = NULL; { // var entries = new List<(int instanceId, Vector2Int size)>(); List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76* L_0 = (List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76*)il2cpp_codegen_object_new(List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76_il2cpp_TypeInfo_var); NullCheck(L_0); List_1__ctor_m112B395BFFC3E2B1762F09109D173342A2F0EC10(L_0, List_1__ctor_m112B395BFFC3E2B1762F09109D173342A2F0EC10_RuntimeMethod_var); V_0 = L_0; // foreach (var entry in m_RequestedTextures) Dictionary_2_t33145CB3CB36DD50D39C1BC1C5E82CEC9F0987F0* L_1 = __this->___m_RequestedTextures_17; NullCheck(L_1); Enumerator_t24DED0061495979D025145F5EE685308256D604D L_2; L_2 = Dictionary_2_GetEnumerator_mB5EB823E831FAB1EEB71EC4AB5BCC8EAE34949E5(L_1, Dictionary_2_GetEnumerator_mB5EB823E831FAB1EEB71EC4AB5BCC8EAE34949E5_RuntimeMethod_var); V_3 = L_2; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0041: {// begin finally (depth: 1) Enumerator_Dispose_mAB65E5E8BB682D69B1462A3A17BB4AE1C0BF3CC6((&V_3), Enumerator_Dispose_mAB65E5E8BB682D69B1462A3A17BB4AE1C0BF3CC6_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0036_1; } IL_0014_1: { // foreach (var entry in m_RequestedTextures) KeyValuePair_2_tE2ABFF555671907C54C1F6ACA927B7D1D1249AFE L_3; L_3 = Enumerator_get_Current_m7E42D1BC893E7831E1994B2F7C8B69053148B70E_inline((&V_3), Enumerator_get_Current_m7E42D1BC893E7831E1994B2F7C8B69053148B70E_RuntimeMethod_var); V_4 = L_3; // entries.Add((entry.Key, entry.Value)); List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76* L_4 = V_0; int32_t L_5; L_5 = KeyValuePair_2_get_Key_m46AAAAE3FB1DEF3F9B68CAE9BD0BC8DF3219FA77_inline((&V_4), KeyValuePair_2_get_Key_m46AAAAE3FB1DEF3F9B68CAE9BD0BC8DF3219FA77_RuntimeMethod_var); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_6; L_6 = KeyValuePair_2_get_Value_m22C0F0F1E095CECC221A48F072C7542A95014140_inline((&V_4), KeyValuePair_2_get_Value_m22C0F0F1E095CECC221A48F072C7542A95014140_RuntimeMethod_var); ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C L_7; memset((&L_7), 0, sizeof(L_7)); ValueTuple_2__ctor_m962EA662F3474234F5EAD48C6B015CB033607C5A((&L_7), L_5, L_6, /*hidden argument*/ValueTuple_2__ctor_m962EA662F3474234F5EAD48C6B015CB033607C5A_RuntimeMethod_var); NullCheck(L_4); List_1_Add_m0D7B1846260D6953F51DEFB78CFE8F41D69BC7F7_inline(L_4, L_7, List_1_Add_m0D7B1846260D6953F51DEFB78CFE8F41D69BC7F7_RuntimeMethod_var); } IL_0036_1: { // foreach (var entry in m_RequestedTextures) bool L_8; L_8 = Enumerator_MoveNext_m290DE9C01AB3B05828D641642BE844768D63D3B2((&V_3), Enumerator_MoveNext_m290DE9C01AB3B05828D641642BE844768D63D3B2_RuntimeMethod_var); if (L_8) { goto IL_0014_1; } } { goto IL_004f; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_004f: { // ResetAllocator(); Texture2DAtlas_ResetAllocator_m5930577CC814DC28121C8678204D3566783FCDE7(__this, NULL); // entries.Sort((c1, c2) => // { // return c2.size.magnitude.CompareTo(c1.size.magnitude); // }); List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76* L_9 = V_0; il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76_il2cpp_TypeInfo_var); Comparison_1_tAAA49090DDD60EBD79DCCB4F483266C134E1EF98* L_10 = ((U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76_il2cpp_TypeInfo_var))->___U3CU3E9__23_0_1; Comparison_1_tAAA49090DDD60EBD79DCCB4F483266C134E1EF98* L_11 = L_10; G_B7_0 = L_11; G_B7_1 = L_9; if (L_11) { G_B8_0 = L_11; G_B8_1 = L_9; goto IL_0075; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76_il2cpp_TypeInfo_var); U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76* L_12 = ((U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76_il2cpp_TypeInfo_var))->___U3CU3E9_0; Comparison_1_tAAA49090DDD60EBD79DCCB4F483266C134E1EF98* L_13 = (Comparison_1_tAAA49090DDD60EBD79DCCB4F483266C134E1EF98*)il2cpp_codegen_object_new(Comparison_1_tAAA49090DDD60EBD79DCCB4F483266C134E1EF98_il2cpp_TypeInfo_var); NullCheck(L_13); Comparison_1__ctor_mA7C9B61B40897DD5825FC924B42FC2CF8A3A882B(L_13, L_12, (intptr_t)((void*)U3CU3Ec_U3CRelayoutEntriesU3Eb__23_0_mBF9D0BC493979E1C4D66D031B8E12629A6AA208B_RuntimeMethod_var), NULL); Comparison_1_tAAA49090DDD60EBD79DCCB4F483266C134E1EF98* L_14 = L_13; ((U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76_il2cpp_TypeInfo_var))->___U3CU3E9__23_0_1 = L_14; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76_il2cpp_TypeInfo_var))->___U3CU3E9__23_0_1), (void*)L_14); G_B8_0 = L_14; G_B8_1 = G_B7_1; } IL_0075: { NullCheck(G_B8_1); List_1_Sort_mA1ADAF22BEC8A84B242C65D98710F2E696C077B2(G_B8_1, G_B8_0, List_1_Sort_mA1ADAF22BEC8A84B242C65D98710F2E696C077B2_RuntimeMethod_var); // bool success = true; V_1 = (bool)1; // Vector4 newScaleOffset = Vector4.zero; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_15; L_15 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL); V_2 = L_15; // foreach (var e in entries) List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76* L_16 = V_0; NullCheck(L_16); Enumerator_tAAEB05445143765107243B72B5CC36DB230A291A L_17; L_17 = List_1_GetEnumerator_mC66B7183F91C8F684DFDB72FC63E47326143E2A0(L_16, List_1_GetEnumerator_mC66B7183F91C8F684DFDB72FC63E47326143E2A0_RuntimeMethod_var); V_5 = L_17; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d2: {// begin finally (depth: 1) Enumerator_Dispose_m33547778A54D8060AE8386E0E1A8BE002F87A964((&V_5), Enumerator_Dispose_m33547778A54D8060AE8386E0E1A8BE002F87A964_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_00c7_1; } IL_008c_1: { // foreach (var e in entries) ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C L_18; L_18 = Enumerator_get_Current_mFFE84D5C057AEF74C28E9E63834D72E01CE5237E_inline((&V_5), Enumerator_get_Current_mFFE84D5C057AEF74C28E9E63834D72E01CE5237E_RuntimeMethod_var); V_6 = L_18; // success &= AllocateTextureWithoutBlit(e.instanceId, e.size.x, e.size.y, ref newScaleOffset); bool L_19 = V_1; ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C L_20 = V_6; int32_t L_21 = L_20.___Item1_0; ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C L_22 = V_6; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_23 = L_22.___Item2_1; V_7 = L_23; int32_t L_24; L_24 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_7), NULL); ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C L_25 = V_6; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_26 = L_25.___Item2_1; V_7 = L_26; int32_t L_27; L_27 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_7), NULL); bool L_28; L_28 = VirtualFuncInvoker4< bool, int32_t, int32_t, int32_t, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* >::Invoke(8 /* System.Boolean UnityEngine.Rendering.Texture2DAtlas::AllocateTextureWithoutBlit(System.Int32,System.Int32,System.Int32,UnityEngine.Vector4&) */, __this, L_21, L_24, L_27, (&V_2)); V_1 = (bool)((int32_t)((int32_t)L_19&(int32_t)L_28)); } IL_00c7_1: { // foreach (var e in entries) bool L_29; L_29 = Enumerator_MoveNext_mC583DB50AF12A05CF3BB25D0A7B7211E782D5BB8((&V_5), Enumerator_MoveNext_mC583DB50AF12A05CF3BB25D0A7B7211E782D5BB8_RuntimeMethod_var); if (L_29) { goto IL_008c_1; } } { goto IL_00e0; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e0: { // return success; bool L_30 = V_1; return L_30; } } // System.Int64 UnityEngine.Rendering.PowerOfTwoTextureAtlas::GetApproxCacheSizeInByte(System.Int32,System.Int32,System.Boolean,UnityEngine.Experimental.Rendering.GraphicsFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t PowerOfTwoTextureAtlas_GetApproxCacheSizeInByte_mFF3347DAE1680E726CD8D9B8FD7F29E2052B560F (int32_t ___0_nbElement, int32_t ___1_resolution, bool ___2_hasMipmap, int32_t ___3_format, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double G_B2_0 = 0.0; double G_B1_0 = 0.0; float G_B3_0 = 0.0f; double G_B3_1 = 0.0; { // => (long)(nbElement * resolution * resolution * (double)((hasMipmap ? k_MipmapFactorApprox : 1.0f) * GraphicsFormatUtility.GetBlockSize(format))); int32_t L_0 = ___0_nbElement; int32_t L_1 = ___1_resolution; int32_t L_2 = ___1_resolution; bool L_3 = ___2_hasMipmap; G_B1_0 = ((double)((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_multiply(L_0, L_1)), L_2))); if (L_3) { G_B2_0 = ((double)((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_multiply(L_0, L_1)), L_2))); goto IL_0010; } } { G_B3_0 = (1.0f); G_B3_1 = G_B1_0; goto IL_0015; } IL_0010: { G_B3_0 = (1.33000004f); G_B3_1 = G_B2_0; } IL_0015: { int32_t L_4 = ___3_format; il2cpp_codegen_runtime_class_init_inline(GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var); uint32_t L_5; L_5 = GraphicsFormatUtility_GetBlockSize_mB8CEC0E04DAC5AE52858E5740A9C6FC791BA6B0A(L_4, NULL); return il2cpp_codegen_cast_double_to_int(((double)il2cpp_codegen_multiply(G_B3_1, ((double)((float)il2cpp_codegen_multiply(G_B3_0, ((float)((double)(uint32_t)L_5)))))))); } } // System.Int32 UnityEngine.Rendering.PowerOfTwoTextureAtlas::GetMaxCacheSizeForWeightInByte(System.Int32,System.Boolean,UnityEngine.Experimental.Rendering.GraphicsFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PowerOfTwoTextureAtlas_GetMaxCacheSizeForWeightInByte_m22962395B25DC033F5602B8131B393B8FB30D0BA (int32_t ___0_weight, bool ___1_hasMipmap, int32_t ___2_format, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 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 bytePerPixel = (float)GraphicsFormatUtility.GetBlockSize(format) * (hasMipmap ? k_MipmapFactorApprox : 1.0f); int32_t L_0 = ___2_format; il2cpp_codegen_runtime_class_init_inline(GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = GraphicsFormatUtility_GetBlockSize_mB8CEC0E04DAC5AE52858E5740A9C6FC791BA6B0A(L_0, NULL); bool L_2 = ___1_hasMipmap; G_B1_0 = ((float)((double)(uint32_t)L_1)); if (L_2) { G_B2_0 = ((float)((double)(uint32_t)L_1)); goto IL_0012; } } { G_B3_0 = (1.0f); G_B3_1 = G_B1_0; goto IL_0017; } IL_0012: { G_B3_0 = (1.33000004f); G_B3_1 = G_B2_0; } IL_0017: { V_0 = ((float)il2cpp_codegen_multiply(G_B3_1, G_B3_0)); // var maxAtlasSquareSize = Mathf.Sqrt((float)weight / bytePerPixel); int32_t L_3 = ___0_weight; float L_4 = V_0; float L_5; L_5 = sqrtf(((float)(((float)L_3)/L_4))); // return CoreUtils.PreviousPowerOfTwo((int)maxAtlasSquareSize); il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); int32_t L_6; L_6 = CoreUtils_PreviousPowerOfTwo_m49BF3693C56782E67C7E2805960B339052E999C1(il2cpp_codegen_cast_double_to_int(L_5), NULL); return L_6; } } #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.Rendering.PowerOfTwoTextureAtlas/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mD9D9FCABF65FB68CF1C8C2ED196E69ADF51DA470 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76* L_0 = (U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76*)il2cpp_codegen_object_new(U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__ctor_m746D67A5F0BE4CBD77C47FAD733248ADA0C26151(L_0, NULL); ((U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0); return; } } // System.Void UnityEngine.Rendering.PowerOfTwoTextureAtlas/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m746D67A5F0BE4CBD77C47FAD733248ADA0C26151 (U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Int32 UnityEngine.Rendering.PowerOfTwoTextureAtlas/<>c::b__23_0(System.ValueTuple`2,System.ValueTuple`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3CRelayoutEntriesU3Eb__23_0_mBF9D0BC493979E1C4D66D031B8E12629A6AA208B (U3CU3Ec_tBA5B5EEBE346D570937DDCD508A11ABBE47F8A76* __this, ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C ___0_c1, ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C ___1_c2, const RuntimeMethod* method) { float V_0 = 0.0f; { // return c2.size.magnitude.CompareTo(c1.size.magnitude); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_0 = (&(&___1_c2)->___Item2_1); float L_1; L_1 = Vector2Int_get_magnitude_m9368194292061E306176F135F5E5B63D730911BB_inline(L_0, NULL); V_0 = L_1; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_2 = (&(&___0_c1)->___Item2_1); float L_3; L_3 = Vector2Int_get_magnitude_m9368194292061E306176F135F5E5B63D730911BB_inline(L_2, NULL); int32_t L_4; L_4 = Single_CompareTo_m06F7868162EB392D3E99103D1A0BD27463C9E66F((&V_0), L_3, NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.RTHandle::SetCustomHandleProperties(UnityEngine.Rendering.RTHandleProperties&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle_SetCustomHandleProperties_m7C67C8BCEC388761EDA27F86053551E909633F60 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6* ___0_properties, const RuntimeMethod* method) { { // m_UseCustomHandleScales = true; __this->___m_UseCustomHandleScales_8 = (bool)1; // m_CustomHandleProperties = properties; RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6* L_0 = ___0_properties; RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_1 = (*(RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6*)L_0); __this->___m_CustomHandleProperties_9 = L_1; // } return; } } // System.Void UnityEngine.Rendering.RTHandle::ClearCustomHandleProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle_ClearCustomHandleProperties_m460228F7AA2778FBF2AB97234AEF056F74B7F8C6 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) { { // m_UseCustomHandleScales = false; __this->___m_UseCustomHandleScales_8 = (bool)0; // } return; } } // UnityEngine.Vector2 UnityEngine.Rendering.RTHandle::get_scaleFactor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 RTHandle_get_scaleFactor_mD00E924FBC4B2DC2C9E26D7B24444BDAA6DC5C65 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) { { // public Vector2 scaleFactor { get; internal set; } Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___U3CscaleFactorU3Ek__BackingField_10; return L_0; } } // System.Void UnityEngine.Rendering.RTHandle::set_scaleFactor(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle_set_scaleFactor_m1F6FFA3366846EFFB9F4EAC79F2FF4E00BE75C15 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method) { { // public Vector2 scaleFactor { get; internal set; } Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_value; __this->___U3CscaleFactorU3Ek__BackingField_10 = L_0; return; } } // System.Boolean UnityEngine.Rendering.RTHandle::get_useScaling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) { { // public bool useScaling { get; internal set; } bool L_0 = __this->___U3CuseScalingU3Ek__BackingField_12; return L_0; } } // System.Void UnityEngine.Rendering.RTHandle::set_useScaling(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle_set_useScaling_m273446564E3B4FB3919F7C5FC01570029CF6A93A (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool useScaling { get; internal set; } bool L_0 = ___0_value; __this->___U3CuseScalingU3Ek__BackingField_12 = L_0; return; } } // UnityEngine.Vector2Int UnityEngine.Rendering.RTHandle::get_referenceSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A RTHandle_get_referenceSize_mC92CF605112BBE2C0733AB1E4A9C42B760DCB34B (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) { { // public Vector2Int referenceSize { get; internal set; } Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_0 = __this->___U3CreferenceSizeU3Ek__BackingField_13; return L_0; } } // System.Void UnityEngine.Rendering.RTHandle::set_referenceSize(UnityEngine.Vector2Int) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle_set_referenceSize_mE98B5ED69CDC2C37769532B55D8ED2BA84C84466 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_value, const RuntimeMethod* method) { { // public Vector2Int referenceSize { get; internal set; } Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_0 = ___0_value; __this->___U3CreferenceSizeU3Ek__BackingField_13 = L_0; return; } } // UnityEngine.Rendering.RTHandleProperties UnityEngine.Rendering.RTHandle::get_rtHandleProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) { { // public RTHandleProperties rtHandleProperties { get { return m_UseCustomHandleScales ? m_CustomHandleProperties : m_Owner.rtHandleProperties; } } bool L_0 = __this->___m_UseCustomHandleScales_8; if (L_0) { goto IL_0014; } } { RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_1 = __this->___m_Owner_0; NullCheck(L_1); RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_2; L_2 = RTHandleSystem_get_rtHandleProperties_mDDD04BAD83D0BCF0047AD77D88E37C55E64DEF58_inline(L_1, NULL); return L_2; } IL_0014: { RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_3 = __this->___m_CustomHandleProperties_9; return L_3; } } // UnityEngine.RenderTexture UnityEngine.Rendering.RTHandle::get_rt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) { { // public RenderTexture rt { get { return m_RT; } } RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = __this->___m_RT_1; return L_0; } } // UnityEngine.Rendering.RenderTargetIdentifier UnityEngine.Rendering.RTHandle::get_nameID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) { { // public RenderTargetIdentifier nameID { get { return m_NameID; } } RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_0 = __this->___m_NameID_3; return L_0; } } // System.String UnityEngine.Rendering.RTHandle::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) { { // public string name { get { return m_Name; } } String_t* L_0 = __this->___m_Name_7; return L_0; } } // System.Boolean UnityEngine.Rendering.RTHandle::get_isMSAAEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RTHandle_get_isMSAAEnabled_mB56F4775BF4FC50DFBAC344DB1DA4C4B91197A9D (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) { { // public bool isMSAAEnabled { get { return m_EnableMSAA; } } bool L_0 = __this->___m_EnableMSAA_4; return L_0; } } // System.Void UnityEngine.Rendering.RTHandle::.ctor(UnityEngine.Rendering.RTHandleSystem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle__ctor_m4B1E60CEC17FB96DC08DE007B11042985DB8E33E (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* ___0_owner, const RuntimeMethod* method) { { // internal RTHandle(RTHandleSystem owner) Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // m_Owner = owner; RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = ___0_owner; __this->___m_Owner_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Owner_0), (void*)L_0); // } return; } } // UnityEngine.Rendering.RenderTargetIdentifier UnityEngine.Rendering.RTHandle::op_Implicit(UnityEngine.Rendering.RTHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_handle, const RuntimeMethod* method) { RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B V_0; memset((&V_0), 0, sizeof(V_0)); { // return handle != null ? handle.nameID : default(RenderTargetIdentifier); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = ___0_handle; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_0), sizeof(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B)); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_1 = V_0; return L_1; } IL_000d: { RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_2 = ___0_handle; NullCheck(L_2); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_3; L_3 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_2, NULL); return L_3; } } // UnityEngine.Texture UnityEngine.Rendering.RTHandle::op_Implicit(UnityEngine.Rendering.RTHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* RTHandle_op_Implicit_mEF75557100B4F5D5BD918A60C85060711687CD43 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_handle, 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 (handle == null) RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = ___0_handle; if (L_0) { goto IL_0005; } } { // return null; return (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL; } IL_0005: { // return (handle.rt != null) ? handle.rt : handle.m_ExternalTexture; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = ___0_handle; NullCheck(L_1); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_2; L_2 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (L_3) { goto IL_001a; } } { RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4 = ___0_handle; NullCheck(L_4); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_5 = L_4->___m_ExternalTexture_2; return L_5; } IL_001a: { RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6 = ___0_handle; NullCheck(L_6); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_7; L_7 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(L_6, NULL); return L_7; } } // UnityEngine.RenderTexture UnityEngine.Rendering.RTHandle::op_Implicit(UnityEngine.Rendering.RTHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* RTHandle_op_Implicit_mB90C404C3D37DF7F2AFDEC28A29526EF784C62FB (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_handle, const RuntimeMethod* method) { { // if (handle == null) RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = ___0_handle; if (L_0) { goto IL_0005; } } { // return null; return (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL; } IL_0005: { // return handle.rt; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = ___0_handle; NullCheck(L_1); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_2; L_2 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(L_1, NULL); return L_2; } } // System.Void UnityEngine.Rendering.RTHandle::SetRenderTexture(UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle_SetRenderTexture_m8325131A37B623C614BE55AF2DE2A29856881F01 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___0_rt, const RuntimeMethod* method) { { // m_RT = rt; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = ___0_rt; __this->___m_RT_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RT_1), (void*)L_0); // m_ExternalTexture = null; __this->___m_ExternalTexture_2 = (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ExternalTexture_2), (void*)(Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL); // m_NameID = new RenderTargetIdentifier(rt); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_1 = ___0_rt; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_2; memset((&L_2), 0, sizeof(L_2)); RenderTargetIdentifier__ctor_mD6E20FA134EEBCE40A8B5E64C505DE8A0DC96BDF((&L_2), L_1, /*hidden argument*/NULL); __this->___m_NameID_3 = L_2; // } return; } } // System.Void UnityEngine.Rendering.RTHandle::SetTexture(UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle_SetTexture_m6F70C921091D39C7377853D6F5045720A6CE49DF (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_tex, const RuntimeMethod* method) { { // m_RT = null; __this->___m_RT_1 = (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RT_1), (void*)(RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL); // m_ExternalTexture = tex; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___0_tex; __this->___m_ExternalTexture_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ExternalTexture_2), (void*)L_0); // m_NameID = new RenderTargetIdentifier(tex); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_1 = ___0_tex; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_2; memset((&L_2), 0, sizeof(L_2)); RenderTargetIdentifier__ctor_mD6E20FA134EEBCE40A8B5E64C505DE8A0DC96BDF((&L_2), L_1, /*hidden argument*/NULL); __this->___m_NameID_3 = L_2; // } return; } } // System.Void UnityEngine.Rendering.RTHandle::SetTexture(UnityEngine.Rendering.RenderTargetIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle_SetTexture_m3C2728178516E7C86C52BF75EC7303CFDE68CDC6 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_tex, const RuntimeMethod* method) { { // m_RT = null; __this->___m_RT_1 = (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RT_1), (void*)(RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL); // m_ExternalTexture = null; __this->___m_ExternalTexture_2 = (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ExternalTexture_2), (void*)(Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL); // m_NameID = tex; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_0 = ___0_tex; __this->___m_NameID_3 = L_0; // } return; } } // System.Int32 UnityEngine.Rendering.RTHandle::GetInstanceID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RTHandle_GetInstanceID_m03B8397D7EADA4B68CDA99A76334A359D238F33F (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __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_RT != null) RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = __this->___m_RT_1; 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_001a; } } { // return m_RT.GetInstanceID(); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_2 = __this->___m_RT_1; NullCheck(L_2); int32_t L_3; L_3 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_2, NULL); return L_3; } IL_001a: { // else if (m_ExternalTexture != null) Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_4 = __this->___m_ExternalTexture_2; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_5; L_5 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_5) { goto IL_0034; } } { // return m_ExternalTexture.GetInstanceID(); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_6 = __this->___m_ExternalTexture_2; NullCheck(L_6); int32_t L_7; L_7 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_6, NULL); return L_7; } IL_0034: { // return m_NameID.GetHashCode(); // No instance ID so we return the hash code. RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B* L_8 = (&__this->___m_NameID_3); int32_t L_9; L_9 = RenderTargetIdentifier_GetHashCode_m255E1EFD7BFC22B1B4464F9EF3346386DA328B86(L_8, NULL); return L_9; } } // System.Void UnityEngine.Rendering.RTHandle::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // m_Owner.Remove(this); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = __this->___m_Owner_0; NullCheck(L_0); RTHandleSystem_Remove_m7172E9124FEFA41845AD5000EF50E2AD5F02F9AE(L_0, __this, NULL); // CoreUtils.Destroy(m_RT); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_1 = __this->___m_RT_1; il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_1, NULL); // m_NameID = BuiltinRenderTextureType.None; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_2; L_2 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(0, NULL); __this->___m_NameID_3 = L_2; // m_RT = null; __this->___m_RT_1 = (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RT_1), (void*)(RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL); // m_ExternalTexture = null; __this->___m_ExternalTexture_2 = (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ExternalTexture_2), (void*)(Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL); // } return; } } // UnityEngine.Vector2Int UnityEngine.Rendering.RTHandle::GetScaledSize(UnityEngine.Vector2Int) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A RTHandle_GetScaledSize_m58D71FF94244F1EE9BCB5690381DB37C79D3E239 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_refSize, const RuntimeMethod* method) { { // if (!useScaling) bool L_0; L_0 = RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline(__this, NULL); if (L_0) { goto IL_000a; } } { // return refSize; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_1 = ___0_refSize; return L_1; } IL_000a: { // if (scaleFunc != null) ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* L_2 = __this->___scaleFunc_11; if (!L_2) { goto IL_001f; } } { // return scaleFunc(refSize); ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* L_3 = __this->___scaleFunc_11; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_4 = ___0_refSize; NullCheck(L_3); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_5; L_5 = ScaleFunc_Invoke_mA7E3B86BA222C817FBBA757306E2FACB14F35987_inline(L_3, L_4, NULL); return L_5; } IL_001f: { // return new Vector2Int( // x: Mathf.RoundToInt(scaleFactor.x * refSize.x), // y: Mathf.RoundToInt(scaleFactor.y * refSize.y) // ); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6; L_6 = RTHandle_get_scaleFactor_mD00E924FBC4B2DC2C9E26D7B24444BDAA6DC5C65_inline(__this, NULL); float L_7 = L_6.___x_0; int32_t L_8; L_8 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&___0_refSize), NULL); int32_t L_9; L_9 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(((float)il2cpp_codegen_multiply(L_7, ((float)L_8))), NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10; L_10 = RTHandle_get_scaleFactor_mD00E924FBC4B2DC2C9E26D7B24444BDAA6DC5C65_inline(__this, NULL); float L_11 = L_10.___y_1; int32_t L_12; L_12 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&___0_refSize), NULL); int32_t L_13; L_13 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(((float)il2cpp_codegen_multiply(L_11, ((float)L_12))), NULL); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_14; memset((&L_14), 0, sizeof(L_14)); Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_14), L_9, L_13, /*hidden argument*/NULL); return L_14; } } // UnityEngine.Vector2Int UnityEngine.Rendering.RTHandle::GetScaledSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A RTHandle_GetScaledSize_m35984A8A409FE26648E1B7011E9ADEEA9FEC739A (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) { Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_0; memset((&V_0), 0, sizeof(V_0)); { // if (scaleFunc != null) ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* L_0 = __this->___scaleFunc_11; if (!L_0) { goto IL_001a; } } { // return scaleFunc(referenceSize); ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* L_1 = __this->___scaleFunc_11; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_2; L_2 = RTHandle_get_referenceSize_mC92CF605112BBE2C0733AB1E4A9C42B760DCB34B_inline(__this, NULL); NullCheck(L_1); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_3; L_3 = ScaleFunc_Invoke_mA7E3B86BA222C817FBBA757306E2FACB14F35987_inline(L_1, L_2, NULL); return L_3; } IL_001a: { // return new Vector2Int( // x: Mathf.RoundToInt(scaleFactor.x * referenceSize.x), // y: Mathf.RoundToInt(scaleFactor.y * referenceSize.y) // ); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4; L_4 = RTHandle_get_scaleFactor_mD00E924FBC4B2DC2C9E26D7B24444BDAA6DC5C65_inline(__this, NULL); float L_5 = L_4.___x_0; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_6; L_6 = RTHandle_get_referenceSize_mC92CF605112BBE2C0733AB1E4A9C42B760DCB34B_inline(__this, NULL); V_0 = L_6; int32_t L_7; L_7 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL); int32_t L_8; L_8 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(((float)il2cpp_codegen_multiply(L_5, ((float)L_7))), NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9; L_9 = RTHandle_get_scaleFactor_mD00E924FBC4B2DC2C9E26D7B24444BDAA6DC5C65_inline(__this, NULL); float L_10 = L_9.___y_1; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_11; L_11 = RTHandle_get_referenceSize_mC92CF605112BBE2C0733AB1E4A9C42B760DCB34B_inline(__this, NULL); V_0 = L_11; int32_t L_12; L_12 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL); int32_t L_13; L_13 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(((float)il2cpp_codegen_multiply(L_10, ((float)L_12))), NULL); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_14; memset((&L_14), 0, sizeof(L_14)); Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_14), L_8, L_13, /*hidden argument*/NULL); return L_14; } } // System.Void UnityEngine.Rendering.RTHandle::SwitchToFastMemory(UnityEngine.Rendering.CommandBuffer,System.Single,UnityEngine.Rendering.FastMemoryFlags,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle_SwitchToFastMemory_m88468F9FF42F96F5192DFE57669B36724AD9C22D (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, float ___1_residencyFraction, int32_t ___2_flags, bool ___3_copyContents, const RuntimeMethod* method) { { // residencyFraction = Mathf.Clamp01(residencyFraction); float L_0 = ___1_residencyFraction; float L_1; L_1 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_0, NULL); ___1_residencyFraction = L_1; // cmd.SwitchIntoFastMemory(m_RT, flags, residencyFraction, copyContents); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_2 = ___0_cmd; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_3 = __this->___m_RT_1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_4; L_4 = RenderTargetIdentifier_op_Implicit_mBF13C6AE62DCEDDEFDC1C7305BE646FE99D2F24C(L_3, NULL); int32_t L_5 = ___2_flags; float L_6 = ___1_residencyFraction; bool L_7 = ___3_copyContents; CommandBufferExtensions_SwitchIntoFastMemory_m7193CB1B314DDD08786ED501359112A1E48EA835(L_2, L_4, L_5, L_6, L_7, NULL); // } return; } } // System.Void UnityEngine.Rendering.RTHandle::CopyToFastMemory(UnityEngine.Rendering.CommandBuffer,System.Single,UnityEngine.Rendering.FastMemoryFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle_CopyToFastMemory_mAA75EED26C2206B2D8AAF7AED837FD85801A494F (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, float ___1_residencyFraction, int32_t ___2_flags, const RuntimeMethod* method) { { // SwitchToFastMemory(cmd, residencyFraction, flags, copyContents: true); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___0_cmd; float L_1 = ___1_residencyFraction; int32_t L_2 = ___2_flags; RTHandle_SwitchToFastMemory_m88468F9FF42F96F5192DFE57669B36724AD9C22D(__this, L_0, L_1, L_2, (bool)1, NULL); // } return; } } // System.Void UnityEngine.Rendering.RTHandle::SwitchOutFastMemory(UnityEngine.Rendering.CommandBuffer,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle_SwitchOutFastMemory_mA8413E99B8826F54BFD97AAAE2BAC75E2D69AFF9 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, bool ___1_copyContents, const RuntimeMethod* method) { { // cmd.SwitchOutOfFastMemory(m_RT, copyContents); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___0_cmd; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_1 = __this->___m_RT_1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_2; L_2 = RenderTargetIdentifier_op_Implicit_mBF13C6AE62DCEDDEFDC1C7305BE646FE99D2F24C(L_1, NULL); bool L_3 = ___1_copyContents; CommandBufferExtensions_SwitchOutOfFastMemory_mE101D9338E74216A912C73147021B5C69269E9B9(L_0, L_2, L_3, 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.Int32 UnityEngine.Rendering.RTHandles::get_maxWidth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RTHandles_get_maxWidth_mC888DFD7DE33CB21CB24933A222845983D2AF381 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static int maxWidth { get { return s_DefaultInstance.GetMaxWidth(); } } il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = ((RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_StaticFields*)il2cpp_codegen_static_fields_for(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var))->___s_DefaultInstance_0; NullCheck(L_0); int32_t L_1; L_1 = RTHandleSystem_GetMaxWidth_m0AE3E07285C0CAA906B0EBF879FDB5A916E43C43_inline(L_0, NULL); return L_1; } } // System.Int32 UnityEngine.Rendering.RTHandles::get_maxHeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RTHandles_get_maxHeight_m6376EC6C6B6EF8966F25A1D83429A7CAD1307FD0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static int maxHeight { get { return s_DefaultInstance.GetMaxHeight(); } } il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = ((RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_StaticFields*)il2cpp_codegen_static_fields_for(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var))->___s_DefaultInstance_0; NullCheck(L_0); int32_t L_1; L_1 = RTHandleSystem_GetMaxHeight_mF753F115CBC21DF020B828C67164F203FB92AAE1_inline(L_0, NULL); return L_1; } } // UnityEngine.Rendering.RTHandleProperties UnityEngine.Rendering.RTHandles::get_rtHandleProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 RTHandles_get_rtHandleProperties_mE9C88F6CB33ADBB4E90F39BA940AF17F66468468 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static RTHandleProperties rtHandleProperties { get { return s_DefaultInstance.rtHandleProperties; } } il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = ((RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_StaticFields*)il2cpp_codegen_static_fields_for(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var))->___s_DefaultInstance_0; NullCheck(L_0); RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_1; L_1 = RTHandleSystem_get_rtHandleProperties_mDDD04BAD83D0BCF0047AD77D88E37C55E64DEF58_inline(L_0, NULL); return L_1; } } // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandles::Alloc(System.Int32,System.Int32,System.Int32,UnityEngine.Rendering.DepthBits,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.FilterMode,UnityEngine.TextureWrapMode,UnityEngine.Rendering.TextureDimension,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Single,UnityEngine.Rendering.MSAASamples,System.Boolean,System.Boolean,UnityEngine.RenderTextureMemoryless,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandles_Alloc_mBE00CEEDE8CC5D0BBF6BCB2CBE63A10C4BBE311D (int32_t ___0_width, int32_t ___1_height, int32_t ___2_slices, int32_t ___3_depthBufferBits, int32_t ___4_colorFormat, int32_t ___5_filterMode, int32_t ___6_wrapMode, int32_t ___7_dimension, bool ___8_enableRandomWrite, bool ___9_useMipMap, bool ___10_autoGenerateMips, bool ___11_isShadowMap, int32_t ___12_anisoLevel, float ___13_mipMapBias, int32_t ___14_msaaSamples, bool ___15_bindTextureMS, bool ___16_useDynamicScale, int32_t ___17_memoryless, String_t* ___18_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return s_DefaultInstance.Alloc( // width, // height, // slices, // depthBufferBits, // colorFormat, // filterMode, // wrapMode, // dimension, // enableRandomWrite, // useMipMap, // autoGenerateMips, // isShadowMap, // anisoLevel, // mipMapBias, // msaaSamples, // bindTextureMS, // useDynamicScale, // memoryless, // name // ); il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = ((RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_StaticFields*)il2cpp_codegen_static_fields_for(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var))->___s_DefaultInstance_0; int32_t L_1 = ___0_width; int32_t L_2 = ___1_height; int32_t L_3 = ___2_slices; int32_t L_4 = ___3_depthBufferBits; int32_t L_5 = ___4_colorFormat; int32_t L_6 = ___5_filterMode; int32_t L_7 = ___6_wrapMode; int32_t L_8 = ___7_dimension; bool L_9 = ___8_enableRandomWrite; bool L_10 = ___9_useMipMap; bool L_11 = ___10_autoGenerateMips; bool L_12 = ___11_isShadowMap; int32_t L_13 = ___12_anisoLevel; float L_14 = ___13_mipMapBias; int32_t L_15 = ___14_msaaSamples; bool L_16 = ___15_bindTextureMS; bool L_17 = ___16_useDynamicScale; int32_t L_18 = ___17_memoryless; String_t* L_19 = ___18_name; NullCheck(L_0); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_20; L_20 = RTHandleSystem_Alloc_mC3E802DD2ADECF640BBBAF1511279735F34CAD28(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9, L_10, L_11, L_12, L_13, L_14, L_15, L_16, L_17, L_18, L_19, NULL); return L_20; } } // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandles::Alloc(System.Int32,System.Int32,UnityEngine.TextureWrapMode,UnityEngine.TextureWrapMode,UnityEngine.TextureWrapMode,System.Int32,UnityEngine.Rendering.DepthBits,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.FilterMode,UnityEngine.Rendering.TextureDimension,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Single,UnityEngine.Rendering.MSAASamples,System.Boolean,System.Boolean,UnityEngine.RenderTextureMemoryless,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandles_Alloc_m39E4FED44611CF17B83EC4E18F18C8F5740E631F (int32_t ___0_width, int32_t ___1_height, int32_t ___2_wrapModeU, int32_t ___3_wrapModeV, int32_t ___4_wrapModeW, int32_t ___5_slices, int32_t ___6_depthBufferBits, int32_t ___7_colorFormat, int32_t ___8_filterMode, int32_t ___9_dimension, bool ___10_enableRandomWrite, bool ___11_useMipMap, bool ___12_autoGenerateMips, bool ___13_isShadowMap, int32_t ___14_anisoLevel, float ___15_mipMapBias, int32_t ___16_msaaSamples, bool ___17_bindTextureMS, bool ___18_useDynamicScale, int32_t ___19_memoryless, String_t* ___20_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return s_DefaultInstance.Alloc( // width, // height, // wrapModeU, // wrapModeV, // wrapModeW, // slices, // depthBufferBits, // colorFormat, // filterMode, // dimension, // enableRandomWrite, // useMipMap, // autoGenerateMips, // isShadowMap, // anisoLevel, // mipMapBias, // msaaSamples, // bindTextureMS, // useDynamicScale, // memoryless, // name // ); il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = ((RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_StaticFields*)il2cpp_codegen_static_fields_for(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var))->___s_DefaultInstance_0; int32_t L_1 = ___0_width; int32_t L_2 = ___1_height; int32_t L_3 = ___2_wrapModeU; int32_t L_4 = ___3_wrapModeV; int32_t L_5 = ___4_wrapModeW; int32_t L_6 = ___5_slices; int32_t L_7 = ___6_depthBufferBits; int32_t L_8 = ___7_colorFormat; int32_t L_9 = ___8_filterMode; int32_t L_10 = ___9_dimension; bool L_11 = ___10_enableRandomWrite; bool L_12 = ___11_useMipMap; bool L_13 = ___12_autoGenerateMips; bool L_14 = ___13_isShadowMap; int32_t L_15 = ___14_anisoLevel; float L_16 = ___15_mipMapBias; int32_t L_17 = ___16_msaaSamples; bool L_18 = ___17_bindTextureMS; bool L_19 = ___18_useDynamicScale; int32_t L_20 = ___19_memoryless; String_t* L_21 = ___20_name; NullCheck(L_0); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_22; L_22 = RTHandleSystem_Alloc_m39D900D043F2BDCC1A723E758A09801D665281DB(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9, L_10, L_11, L_12, L_13, L_14, L_15, L_16, L_17, L_18, L_19, L_20, L_21, NULL); return L_22; } } // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandles::Alloc(UnityEngine.Vector2,System.Int32,UnityEngine.Rendering.DepthBits,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.FilterMode,UnityEngine.TextureWrapMode,UnityEngine.Rendering.TextureDimension,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Single,UnityEngine.Rendering.MSAASamples,System.Boolean,System.Boolean,UnityEngine.RenderTextureMemoryless,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandles_Alloc_mF6D1EFD8D1C1D6A2D7AFDF134476829064BB245D (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_scaleFactor, int32_t ___1_slices, int32_t ___2_depthBufferBits, int32_t ___3_colorFormat, int32_t ___4_filterMode, int32_t ___5_wrapMode, int32_t ___6_dimension, bool ___7_enableRandomWrite, bool ___8_useMipMap, bool ___9_autoGenerateMips, bool ___10_isShadowMap, int32_t ___11_anisoLevel, float ___12_mipMapBias, int32_t ___13_msaaSamples, bool ___14_bindTextureMS, bool ___15_useDynamicScale, int32_t ___16_memoryless, String_t* ___17_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return s_DefaultInstance.Alloc( // scaleFactor, // slices, // depthBufferBits, // colorFormat, // filterMode, // wrapMode, // dimension, // enableRandomWrite, // useMipMap, // autoGenerateMips, // isShadowMap, // anisoLevel, // mipMapBias, // msaaSamples, // bindTextureMS, // useDynamicScale, // memoryless, // name // ); il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = ((RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_StaticFields*)il2cpp_codegen_static_fields_for(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var))->___s_DefaultInstance_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ___0_scaleFactor; int32_t L_2 = ___1_slices; int32_t L_3 = ___2_depthBufferBits; int32_t L_4 = ___3_colorFormat; int32_t L_5 = ___4_filterMode; int32_t L_6 = ___5_wrapMode; int32_t L_7 = ___6_dimension; bool L_8 = ___7_enableRandomWrite; bool L_9 = ___8_useMipMap; bool L_10 = ___9_autoGenerateMips; bool L_11 = ___10_isShadowMap; int32_t L_12 = ___11_anisoLevel; float L_13 = ___12_mipMapBias; int32_t L_14 = ___13_msaaSamples; bool L_15 = ___14_bindTextureMS; bool L_16 = ___15_useDynamicScale; int32_t L_17 = ___16_memoryless; String_t* L_18 = ___17_name; NullCheck(L_0); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_19; L_19 = RTHandleSystem_Alloc_m930D047EFBB716887CAA28AB1CD8A427CF92E7C7(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9, L_10, L_11, L_12, L_13, L_14, L_15, L_16, L_17, L_18, NULL); return L_19; } } // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandles::Alloc(UnityEngine.Rendering.ScaleFunc,System.Int32,UnityEngine.Rendering.DepthBits,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.FilterMode,UnityEngine.TextureWrapMode,UnityEngine.Rendering.TextureDimension,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Single,UnityEngine.Rendering.MSAASamples,System.Boolean,System.Boolean,UnityEngine.RenderTextureMemoryless,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandles_Alloc_m7C54C425CB229BA88CCD575329EA889BA2E11ADD (ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* ___0_scaleFunc, int32_t ___1_slices, int32_t ___2_depthBufferBits, int32_t ___3_colorFormat, int32_t ___4_filterMode, int32_t ___5_wrapMode, int32_t ___6_dimension, bool ___7_enableRandomWrite, bool ___8_useMipMap, bool ___9_autoGenerateMips, bool ___10_isShadowMap, int32_t ___11_anisoLevel, float ___12_mipMapBias, int32_t ___13_msaaSamples, bool ___14_bindTextureMS, bool ___15_useDynamicScale, int32_t ___16_memoryless, String_t* ___17_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return s_DefaultInstance.Alloc( // scaleFunc, // slices, // depthBufferBits, // colorFormat, // filterMode, // wrapMode, // dimension, // enableRandomWrite, // useMipMap, // autoGenerateMips, // isShadowMap, // anisoLevel, // mipMapBias, // msaaSamples, // bindTextureMS, // useDynamicScale, // memoryless, // name // ); il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = ((RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_StaticFields*)il2cpp_codegen_static_fields_for(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var))->___s_DefaultInstance_0; ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* L_1 = ___0_scaleFunc; int32_t L_2 = ___1_slices; int32_t L_3 = ___2_depthBufferBits; int32_t L_4 = ___3_colorFormat; int32_t L_5 = ___4_filterMode; int32_t L_6 = ___5_wrapMode; int32_t L_7 = ___6_dimension; bool L_8 = ___7_enableRandomWrite; bool L_9 = ___8_useMipMap; bool L_10 = ___9_autoGenerateMips; bool L_11 = ___10_isShadowMap; int32_t L_12 = ___11_anisoLevel; float L_13 = ___12_mipMapBias; int32_t L_14 = ___13_msaaSamples; bool L_15 = ___14_bindTextureMS; bool L_16 = ___15_useDynamicScale; int32_t L_17 = ___16_memoryless; String_t* L_18 = ___17_name; NullCheck(L_0); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_19; L_19 = RTHandleSystem_Alloc_m979E71B4FB5665A89BBF4E6316AF24311838944F(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9, L_10, L_11, L_12, L_13, L_14, L_15, L_16, L_17, L_18, NULL); return L_19; } } // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandles::Alloc(UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandles_Alloc_m5FB7BA0DA42EED1A471BC719DEE9F8390319276A (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_tex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return s_DefaultInstance.Alloc(tex); il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = ((RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_StaticFields*)il2cpp_codegen_static_fields_for(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var))->___s_DefaultInstance_0; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_1 = ___0_tex; NullCheck(L_0); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_2; L_2 = RTHandleSystem_Alloc_m8813228D1C9D34992E020DDD8956CDF9AF2A3665(L_0, L_1, NULL); return L_2; } } // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandles::Alloc(UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandles_Alloc_mF72E9CC463DD77BA747470EC706F040F6FD1F15B (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___0_tex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return s_DefaultInstance.Alloc(tex); il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = ((RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_StaticFields*)il2cpp_codegen_static_fields_for(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var))->___s_DefaultInstance_0; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_1 = ___0_tex; NullCheck(L_0); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_2; L_2 = RTHandleSystem_Alloc_m6220A7F43011B0D3277FFBED674A310002DAB3EC(L_0, L_1, NULL); return L_2; } } // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandles::Alloc(UnityEngine.Rendering.RenderTargetIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandles_Alloc_m7EC88962CADCEAB38EAE8D792039466E20874304 (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_tex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return s_DefaultInstance.Alloc(tex); il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = ((RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_StaticFields*)il2cpp_codegen_static_fields_for(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var))->___s_DefaultInstance_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_1 = ___0_tex; NullCheck(L_0); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_2; L_2 = RTHandleSystem_Alloc_m86DF1C13114BD43774CC6108930D2BC1FABAD5BF(L_0, L_1, NULL); return L_2; } } // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandles::Alloc(UnityEngine.Rendering.RenderTargetIdentifier,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandles_Alloc_mBC3081E1BB6BBE2F7722B13009D5D30DAD5DD67A (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_tex, String_t* ___1_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return s_DefaultInstance.Alloc(tex, name); il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = ((RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_StaticFields*)il2cpp_codegen_static_fields_for(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var))->___s_DefaultInstance_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_1 = ___0_tex; String_t* L_2 = ___1_name; NullCheck(L_0); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_3; L_3 = RTHandleSystem_Alloc_m9325CFF23333D599F8BD6BA274CB435CFC8A5D58(L_0, L_1, L_2, NULL); return L_3; } } // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandles::Alloc(UnityEngine.Rendering.RTHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandles_Alloc_mA9E713333CC7B806D3B72975BBBBA6B1928D008C (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_tex, 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*)&_stringLiteral96E86D994C542E8C3CFF4703CB8A80754EECBAE6); s_Il2CppMethodInitialized = true; } { // Debug.LogError("Allocation a RTHandle from another one is forbidden."); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral96E86D994C542E8C3CFF4703CB8A80754EECBAE6, NULL); // return null; return (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL; } } // System.Void UnityEngine.Rendering.RTHandles::Initialize(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandles_Initialize_mE71BD324055DFD03EA5C48BD35420ACA7E7FE2CE (int32_t ___0_width, int32_t ___1_height, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // s_DefaultInstance.Initialize(width, height); il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = ((RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_StaticFields*)il2cpp_codegen_static_fields_for(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var))->___s_DefaultInstance_0; int32_t L_1 = ___0_width; int32_t L_2 = ___1_height; NullCheck(L_0); RTHandleSystem_Initialize_mA4B41213ACE5EABD7C8397780BFDCEA8847BE466(L_0, L_1, L_2, NULL); // } return; } } // System.Void UnityEngine.Rendering.RTHandles::Release(UnityEngine.Rendering.RTHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandles_Release_m21765673C17AE3696BEC5FC15732F97F44039283 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_rth, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // s_DefaultInstance.Release(rth); il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = ((RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_StaticFields*)il2cpp_codegen_static_fields_for(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var))->___s_DefaultInstance_0; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = ___0_rth; NullCheck(L_0); RTHandleSystem_Release_mBBF7B7611774D06D330FD609BBAAB3CF50B320EC(L_0, L_1, NULL); // } return; } } // System.Void UnityEngine.Rendering.RTHandles::SetHardwareDynamicResolutionState(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandles_SetHardwareDynamicResolutionState_mDA582246850356FBEF6D97B30B664286EC5AA0D1 (bool ___0_hwDynamicResRequested, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // s_DefaultInstance.SetHardwareDynamicResolutionState(hwDynamicResRequested); il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = ((RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_StaticFields*)il2cpp_codegen_static_fields_for(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var))->___s_DefaultInstance_0; bool L_1 = ___0_hwDynamicResRequested; NullCheck(L_0); RTHandleSystem_SetHardwareDynamicResolutionState_mC81924D30922025B3BBCF3EA0B30FC860CAAE803(L_0, L_1, NULL); // } return; } } // System.Void UnityEngine.Rendering.RTHandles::SetReferenceSize(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandles_SetReferenceSize_m769E28B776A583275624F95901313037305DC5A3 (int32_t ___0_width, int32_t ___1_height, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // s_DefaultInstance.SetReferenceSize(width, height); il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = ((RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_StaticFields*)il2cpp_codegen_static_fields_for(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var))->___s_DefaultInstance_0; int32_t L_1 = ___0_width; int32_t L_2 = ___1_height; NullCheck(L_0); RTHandleSystem_SetReferenceSize_m98A5DC18BAD37DA203641820D499F7B580DEA34C(L_0, L_1, L_2, NULL); // } return; } } // System.Void UnityEngine.Rendering.RTHandles::ResetReferenceSize(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandles_ResetReferenceSize_mDC3AD24232ABBC72A6501A97864421F566307D5D (int32_t ___0_width, int32_t ___1_height, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // s_DefaultInstance.ResetReferenceSize(width, height); il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = ((RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_StaticFields*)il2cpp_codegen_static_fields_for(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var))->___s_DefaultInstance_0; int32_t L_1 = ___0_width; int32_t L_2 = ___1_height; NullCheck(L_0); RTHandleSystem_ResetReferenceSize_m3D2804C653042B20B7D36E4D71BDCEABBAC25E51(L_0, L_1, L_2, NULL); // } return; } } // UnityEngine.Vector2 UnityEngine.Rendering.RTHandles::CalculateRatioAgainstMaxSize(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 RTHandles_CalculateRatioAgainstMaxSize_m8B6D637BC75B546F605EEF5F49C7E00B378F4FC3 (int32_t ___0_width, int32_t ___1_height, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_0; memset((&V_0), 0, sizeof(V_0)); { // return s_DefaultInstance.CalculateRatioAgainstMaxSize(new Vector2Int(width, height)); il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = ((RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_StaticFields*)il2cpp_codegen_static_fields_for(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var))->___s_DefaultInstance_0; int32_t L_1 = ___0_width; int32_t L_2 = ___1_height; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_3; memset((&L_3), 0, sizeof(L_3)); Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_3), L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; NullCheck(L_0); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4; L_4 = RTHandleSystem_CalculateRatioAgainstMaxSize_mB33735DE03F6CBCD0F3A95D966B9D41854591A31(L_0, (&V_0), NULL); return L_4; } } // System.Void UnityEngine.Rendering.RTHandles::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandles__cctor_m9C04C8D20A2CF9D67AC553DB77143EE8683D8968 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // static RTHandleSystem s_DefaultInstance = new RTHandleSystem(); RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* L_0 = (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F*)il2cpp_codegen_object_new(RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F_il2cpp_TypeInfo_var); NullCheck(L_0); RTHandleSystem__ctor_m22DE6145F3938E359C1FF6A5834BC7B7F93F5022(L_0, NULL); ((RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_StaticFields*)il2cpp_codegen_static_fields_for(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var))->___s_DefaultInstance_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_StaticFields*)il2cpp_codegen_static_fields_for(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var))->___s_DefaultInstance_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 Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ScaleFunc_Invoke_mA7E3B86BA222C817FBBA757306E2FACB14F35987_Multicast(ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_size, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A retVal; memset((&retVal), 0, sizeof(retVal)); for (il2cpp_array_size_t i = 0; i < length; i++) { ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A (*FunctionPointerType) (RuntimeObject*, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A, const RuntimeMethod*); retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_size, reinterpret_cast(currentDelegate->___method_3)); } return retVal; } Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ScaleFunc_Invoke_mA7E3B86BA222C817FBBA757306E2FACB14F35987_OpenInst(ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_size, const RuntimeMethod* method) { typedef Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A (*FunctionPointerType) (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(___0_size, method); } Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ScaleFunc_Invoke_mA7E3B86BA222C817FBBA757306E2FACB14F35987_OpenStatic(ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_size, const RuntimeMethod* method) { typedef Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A (*FunctionPointerType) (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(___0_size, method); } Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ScaleFunc_Invoke_mA7E3B86BA222C817FBBA757306E2FACB14F35987_OpenStaticInvoker(ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_size, const RuntimeMethod* method) { return InvokerFuncInvoker1< Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A >::Invoke(__this->___method_ptr_0, method, NULL, ___0_size); } Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ScaleFunc_Invoke_mA7E3B86BA222C817FBBA757306E2FACB14F35987_ClosedStaticInvoker(ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_size, const RuntimeMethod* method) { return InvokerFuncInvoker2< Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A, RuntimeObject*, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_size); } IL2CPP_EXTERN_C Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A DelegatePInvokeWrapper_ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791 (ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_size, const RuntimeMethod* method) { typedef Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A (DEFAULT_CALL *PInvokeFunc)(Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A returnValue = il2cppPInvokeFunc(___0_size); return returnValue; } // System.Void UnityEngine.Rendering.ScaleFunc::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScaleFunc__ctor_m7A304854DDD63F0FF414903BC5B30E201F8DA274 (ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* __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)&ScaleFunc_Invoke_mA7E3B86BA222C817FBBA757306E2FACB14F35987_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&ScaleFunc_Invoke_mA7E3B86BA222C817FBBA757306E2FACB14F35987_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&ScaleFunc_Invoke_mA7E3B86BA222C817FBBA757306E2FACB14F35987_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)&ScaleFunc_Invoke_mA7E3B86BA222C817FBBA757306E2FACB14F35987_Multicast; } // UnityEngine.Vector2Int UnityEngine.Rendering.ScaleFunc::Invoke(UnityEngine.Vector2Int) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ScaleFunc_Invoke_mA7E3B86BA222C817FBBA757306E2FACB14F35987 (ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_size, const RuntimeMethod* method) { typedef Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A (*FunctionPointerType) (RuntimeObject*, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_size, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult UnityEngine.Rendering.ScaleFunc::BeginInvoke(UnityEngine.Vector2Int,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ScaleFunc_BeginInvoke_mD82C5E2D4D54D3B9227F56CF6D5BA5D9CC2D1C77 (ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_size, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_il2cpp_TypeInfo_var, &___0_size); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } // UnityEngine.Vector2Int UnityEngine.Rendering.ScaleFunc::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ScaleFunc_EndInvoke_m9E82174B1877772B74231E226E707ACB37476409 (ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0); return *(Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A*)UnBox ((RuntimeObject*)__result); } #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.Rendering.RTHandleProperties UnityEngine.Rendering.RTHandleSystem::get_rtHandleProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 RTHandleSystem_get_rtHandleProperties_mDDD04BAD83D0BCF0047AD77D88E37C55E64DEF58 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, const RuntimeMethod* method) { { // public RTHandleProperties rtHandleProperties { get { return m_RTHandleProperties; } } RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_0 = __this->___m_RTHandleProperties_4; return L_0; } } // System.Void UnityEngine.Rendering.RTHandleSystem::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem__ctor_m22DE6145F3938E359C1FF6A5834BC7B7F93F5022 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m0B0E0C9E75C10B8B5CB36E2D38848B90D8962950_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public RTHandleSystem() Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // m_AutoSizedRTs = new HashSet(); HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_0 = (HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3*)il2cpp_codegen_object_new(HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3_il2cpp_TypeInfo_var); NullCheck(L_0); HashSet_1__ctor_m0B0E0C9E75C10B8B5CB36E2D38848B90D8962950(L_0, HashSet_1__ctor_m0B0E0C9E75C10B8B5CB36E2D38848B90D8962950_RuntimeMethod_var); __this->___m_AutoSizedRTs_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AutoSizedRTs_1), (void*)L_0); // m_ResizeOnDemandRTs = new HashSet(); HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_1 = (HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3*)il2cpp_codegen_object_new(HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3_il2cpp_TypeInfo_var); NullCheck(L_1); HashSet_1__ctor_m0B0E0C9E75C10B8B5CB36E2D38848B90D8962950(L_1, HashSet_1__ctor_m0B0E0C9E75C10B8B5CB36E2D38848B90D8962950_RuntimeMethod_var); __this->___m_ResizeOnDemandRTs_3 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ResizeOnDemandRTs_3), (void*)L_1); // m_MaxWidths = 1; __this->___m_MaxWidths_5 = 1; // m_MaxHeights = 1; __this->___m_MaxHeights_6 = 1; // } return; } } // System.Void UnityEngine.Rendering.RTHandleSystem::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_Dispose_mB2E8DC8BB5B7BEAD2EF14CAAE4DB4F39ED27D6DC (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, const RuntimeMethod* method) { { // Dispose(true); RTHandleSystem_Dispose_m6B61D081716B87F79D110A62C3E57696179F3A31(__this, (bool)1, NULL); // } return; } } // System.Void UnityEngine.Rendering.RTHandleSystem::Initialize(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_Initialize_mA4B41213ACE5EABD7C8397780BFDCEA8847BE466 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, int32_t ___0_width, int32_t ___1_height, 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*)&DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mDADA15623227D9D309A643BA97C474F54A6CB443_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m2B7D9D0947E45850874A0C4B606557EFC0DC7F5C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mAA63087F0640DBC5903F745B47257347032BFA83_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_mEEEAA372D2C702523454C24CD797AA43A6BDF255_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_get_Count_mF23F1DAFA0ABA9DEAB0A3E7232D2D60F7BB5CDE2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral454287F0FE7F8F8046916CB8E1FBE5DA62A4BECA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C70CC16B043B8400B1F1781947F0BBEE50CD6D3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral713B3466EEC66D50D7657D458CCDCAE7F45A2292); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Enumerator_t6C23FE5442A4D59C39D3A11804A6509E582C9B42 V_1; memset((&V_1), 0, sizeof(V_1)); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_2 = NULL; { // if (m_AutoSizedRTs.Count != 0) HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_0 = __this->___m_AutoSizedRTs_1; NullCheck(L_0); int32_t L_1; L_1 = HashSet_1_get_Count_mF23F1DAFA0ABA9DEAB0A3E7232D2D60F7BB5CDE2_inline(L_0, HashSet_1_get_Count_mF23F1DAFA0ABA9DEAB0A3E7232D2D60F7BB5CDE2_RuntimeMethod_var); if (!L_1) { goto IL_0064; } } { // string leakingResources = "Unreleased RTHandles:"; V_0 = _stringLiteral454287F0FE7F8F8046916CB8E1FBE5DA62A4BECA; // foreach (var rt in m_AutoSizedRTs) HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_2 = __this->___m_AutoSizedRTs_1; NullCheck(L_2); Enumerator_t6C23FE5442A4D59C39D3A11804A6509E582C9B42 L_3; L_3 = HashSet_1_GetEnumerator_mEEEAA372D2C702523454C24CD797AA43A6BDF255(L_2, HashSet_1_GetEnumerator_mEEEAA372D2C702523454C24CD797AA43A6BDF255_RuntimeMethod_var); V_1 = L_3; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0046: {// begin finally (depth: 1) Enumerator_Dispose_mDADA15623227D9D309A643BA97C474F54A6CB443((&V_1), Enumerator_Dispose_mDADA15623227D9D309A643BA97C474F54A6CB443_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_003b_1; } IL_0021_1: { // foreach (var rt in m_AutoSizedRTs) RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4; L_4 = Enumerator_get_Current_mAA63087F0640DBC5903F745B47257347032BFA83_inline((&V_1), Enumerator_get_Current_mAA63087F0640DBC5903F745B47257347032BFA83_RuntimeMethod_var); V_2 = L_4; // leakingResources = string.Format("{0}\n {1}", leakingResources, rt.name); String_t* L_5 = V_0; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6 = V_2; NullCheck(L_6); String_t* L_7; L_7 = RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline(L_6, NULL); String_t* L_8; L_8 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral713B3466EEC66D50D7657D458CCDCAE7F45A2292, L_5, L_7, NULL); V_0 = L_8; } IL_003b_1: { // foreach (var rt in m_AutoSizedRTs) bool L_9; L_9 = Enumerator_MoveNext_m2B7D9D0947E45850874A0C4B606557EFC0DC7F5C((&V_1), Enumerator_MoveNext_m2B7D9D0947E45850874A0C4B606557EFC0DC7F5C_RuntimeMethod_var); if (L_9) { goto IL_0021_1; } } { goto IL_0054; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0054: { // Debug.LogError(string.Format("RTHandle.Initialize should only be called once before allocating any Render Texture. This may be caused by an unreleased RTHandle resource.\n{0}\n", leakingResources)); String_t* L_10 = V_0; String_t* L_11; L_11 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral6C70CC16B043B8400B1F1781947F0BBEE50CD6D3, L_10, NULL); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_11, NULL); } IL_0064: { // m_MaxWidths = width; int32_t L_12 = ___0_width; __this->___m_MaxWidths_5 = L_12; // m_MaxHeights = height; int32_t L_13 = ___1_height; __this->___m_MaxHeights_6 = L_13; // m_HardwareDynamicResRequested = DynamicResolutionHandler.instance.RequestsHardwareDynamicResolution(); il2cpp_codegen_runtime_class_init_inline(DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE_il2cpp_TypeInfo_var); DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE* L_14; L_14 = DynamicResolutionHandler_get_instance_m8342EE11F735097586D623F150DB8379C50B388D_inline(NULL); NullCheck(L_14); bool L_15; L_15 = DynamicResolutionHandler_RequestsHardwareDynamicResolution_mE007D198D273487DD581E1D3C675218D9EC082CC(L_14, NULL); __this->___m_HardwareDynamicResRequested_0 = L_15; // } return; } } // System.Void UnityEngine.Rendering.RTHandleSystem::Release(UnityEngine.Rendering.RTHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_Release_mBBF7B7611774D06D330FD609BBAAB3CF50B320EC (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_rth, const RuntimeMethod* method) { { // if (rth != null) RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = ___0_rth; if (!L_0) { goto IL_0009; } } { // rth.Release(); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = ___0_rth; NullCheck(L_1); RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(L_1, NULL); } IL_0009: { // } return; } } // System.Void UnityEngine.Rendering.RTHandleSystem::Remove(UnityEngine.Rendering.RTHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_Remove_m7172E9124FEFA41845AD5000EF50E2AD5F02F9AE (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_rth, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_m1631FD8258270F69D88FD69948375CE0B8D048C4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_AutoSizedRTs.Remove(rth); HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_0 = __this->___m_AutoSizedRTs_1; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = ___0_rth; NullCheck(L_0); bool L_2; L_2 = HashSet_1_Remove_m1631FD8258270F69D88FD69948375CE0B8D048C4(L_0, L_1, HashSet_1_Remove_m1631FD8258270F69D88FD69948375CE0B8D048C4_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.Rendering.RTHandleSystem::ResetReferenceSize(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_ResetReferenceSize_m3D2804C653042B20B7D36E4D71BDCEABBAC25E51 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, int32_t ___0_width, int32_t ___1_height, const RuntimeMethod* method) { { // m_MaxWidths = width; int32_t L_0 = ___0_width; __this->___m_MaxWidths_5 = L_0; // m_MaxHeights = height; int32_t L_1 = ___1_height; __this->___m_MaxHeights_6 = L_1; // SetReferenceSize(width, height, reset: true); int32_t L_2 = ___0_width; int32_t L_3 = ___1_height; RTHandleSystem_SetReferenceSize_m6C8D719235F158FC6AAF642165F8CE6DE1A727C4(__this, L_2, L_3, (bool)1, NULL); // } return; } } // System.Void UnityEngine.Rendering.RTHandleSystem::SetReferenceSize(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_SetReferenceSize_m98A5DC18BAD37DA203641820D499F7B580DEA34C (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, int32_t ___0_width, int32_t ___1_height, const RuntimeMethod* method) { { // SetReferenceSize(width, height, false); int32_t L_0 = ___0_width; int32_t L_1 = ___1_height; RTHandleSystem_SetReferenceSize_m6C8D719235F158FC6AAF642165F8CE6DE1A727C4(__this, L_0, L_1, (bool)0, NULL); // } return; } } // System.Void UnityEngine.Rendering.RTHandleSystem::SetReferenceSize(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_SetReferenceSize_m6C8D719235F158FC6AAF642165F8CE6DE1A727C4 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, int32_t ___0_width, int32_t ___1_height, bool ___2_reset, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2; memset((&V_2), 0, sizeof(V_2)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_3; memset((&V_3), 0, sizeof(V_3)); int32_t G_B3_0 = 0; { // m_RTHandleProperties.previousViewportSize = m_RTHandleProperties.currentViewportSize; RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6* L_0 = (&__this->___m_RTHandleProperties_4); RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6* L_1 = (&__this->___m_RTHandleProperties_4); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_2 = L_1->___currentViewportSize_2; L_0->___previousViewportSize_0 = L_2; // m_RTHandleProperties.previousRenderTargetSize = m_RTHandleProperties.currentRenderTargetSize; RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6* L_3 = (&__this->___m_RTHandleProperties_4); RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6* L_4 = (&__this->___m_RTHandleProperties_4); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_5 = L_4->___currentRenderTargetSize_3; L_3->___previousRenderTargetSize_1 = L_5; // Vector2 lastFrameMaxSize = new Vector2(GetMaxWidth(), GetMaxHeight()); int32_t L_6; L_6 = RTHandleSystem_GetMaxWidth_m0AE3E07285C0CAA906B0EBF879FDB5A916E43C43_inline(__this, NULL); int32_t L_7; L_7 = RTHandleSystem_GetMaxHeight_mF753F115CBC21DF020B828C67164F203FB92AAE1_inline(__this, NULL); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_0), ((float)L_6), ((float)L_7), NULL); // width = Mathf.Max(width, 1); int32_t L_8 = ___0_width; int32_t L_9; L_9 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(L_8, 1, NULL); ___0_width = L_9; // height = Mathf.Max(height, 1); int32_t L_10 = ___1_height; int32_t L_11; L_11 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(L_10, 1, NULL); ___1_height = L_11; // bool sizeChanged = width > GetMaxWidth() || height > GetMaxHeight() || reset; int32_t L_12 = ___0_width; int32_t L_13; L_13 = RTHandleSystem_GetMaxWidth_m0AE3E07285C0CAA906B0EBF879FDB5A916E43C43_inline(__this, NULL); if ((((int32_t)L_12) > ((int32_t)L_13))) { goto IL_0067; } } { int32_t L_14 = ___1_height; int32_t L_15; L_15 = RTHandleSystem_GetMaxHeight_mF753F115CBC21DF020B828C67164F203FB92AAE1_inline(__this, NULL); G_B3_0 = ((((int32_t)L_14) > ((int32_t)L_15))? 1 : 0); goto IL_0068; } IL_0067: { G_B3_0 = 1; } IL_0068: { bool L_16 = ___2_reset; V_1 = (bool)((int32_t)(G_B3_0|(int32_t)L_16)); // if (sizeChanged) bool L_17 = V_1; if (!L_17) { goto IL_0077; } } { // Resize(width, height, sizeChanged); int32_t L_18 = ___0_width; int32_t L_19 = ___1_height; bool L_20 = V_1; RTHandleSystem_Resize_mDBCE61412B84ECAFC4FD2B29C8AE012D427DA968(__this, L_18, L_19, L_20, NULL); } IL_0077: { // m_RTHandleProperties.currentViewportSize = new Vector2Int(width, height); RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6* L_21 = (&__this->___m_RTHandleProperties_4); int32_t L_22 = ___0_width; int32_t L_23 = ___1_height; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_24; memset((&L_24), 0, sizeof(L_24)); Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_24), L_22, L_23, /*hidden argument*/NULL); L_21->___currentViewportSize_2 = L_24; // m_RTHandleProperties.currentRenderTargetSize = new Vector2Int(GetMaxWidth(), GetMaxHeight()); RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6* L_25 = (&__this->___m_RTHandleProperties_4); int32_t L_26; L_26 = RTHandleSystem_GetMaxWidth_m0AE3E07285C0CAA906B0EBF879FDB5A916E43C43_inline(__this, NULL); int32_t L_27; L_27 = RTHandleSystem_GetMaxHeight_mF753F115CBC21DF020B828C67164F203FB92AAE1_inline(__this, NULL); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_28; memset((&L_28), 0, sizeof(L_28)); Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_28), L_26, L_27, /*hidden argument*/NULL); L_25->___currentRenderTargetSize_3 = L_28; // if (m_RTHandleProperties.previousViewportSize.x == 0) RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6* L_29 = (&__this->___m_RTHandleProperties_4); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_30 = (&L_29->___previousViewportSize_0); int32_t L_31; L_31 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline(L_30, NULL); if (L_31) { goto IL_00f8; } } { // m_RTHandleProperties.previousViewportSize = m_RTHandleProperties.currentViewportSize; RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6* L_32 = (&__this->___m_RTHandleProperties_4); RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6* L_33 = (&__this->___m_RTHandleProperties_4); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_34 = L_33->___currentViewportSize_2; L_32->___previousViewportSize_0 = L_34; // m_RTHandleProperties.previousRenderTargetSize = m_RTHandleProperties.currentRenderTargetSize; RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6* L_35 = (&__this->___m_RTHandleProperties_4); RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6* L_36 = (&__this->___m_RTHandleProperties_4); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_37 = L_36->___currentRenderTargetSize_3; L_35->___previousRenderTargetSize_1 = L_37; // lastFrameMaxSize = new Vector2(GetMaxWidth(), GetMaxHeight()); int32_t L_38; L_38 = RTHandleSystem_GetMaxWidth_m0AE3E07285C0CAA906B0EBF879FDB5A916E43C43_inline(__this, NULL); int32_t L_39; L_39 = RTHandleSystem_GetMaxHeight_mF753F115CBC21DF020B828C67164F203FB92AAE1_inline(__this, NULL); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_0), ((float)L_38), ((float)L_39), NULL); } IL_00f8: { // var scales = CalculateRatioAgainstMaxSize(m_RTHandleProperties.currentViewportSize); RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6* L_40 = (&__this->___m_RTHandleProperties_4); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_41 = (&L_40->___currentViewportSize_2); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_42; L_42 = RTHandleSystem_CalculateRatioAgainstMaxSize_mB33735DE03F6CBCD0F3A95D966B9D41854591A31(__this, L_41, NULL); V_2 = L_42; // if (DynamicResolutionHandler.instance.HardwareDynamicResIsEnabled() && m_HardwareDynamicResRequested) il2cpp_codegen_runtime_class_init_inline(DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE_il2cpp_TypeInfo_var); DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE* L_43; L_43 = DynamicResolutionHandler_get_instance_m8342EE11F735097586D623F150DB8379C50B388D_inline(NULL); NullCheck(L_43); bool L_44; L_44 = DynamicResolutionHandler_HardwareDynamicResIsEnabled_mDD7A039094F7770063A58FB71942B9204E3353CA(L_43, NULL); if (!L_44) { goto IL_015b; } } { bool L_45 = __this->___m_HardwareDynamicResRequested_0; if (!L_45) { goto IL_015b; } } { // m_RTHandleProperties.rtHandleScale = new Vector4(scales.x, scales.y, m_RTHandleProperties.rtHandleScale.x, m_RTHandleProperties.rtHandleScale.y); RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6* L_46 = (&__this->___m_RTHandleProperties_4); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_47 = V_2; float L_48 = L_47.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_49 = V_2; float L_50 = L_49.___y_1; RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6* L_51 = (&__this->___m_RTHandleProperties_4); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_52 = (&L_51->___rtHandleScale_4); float L_53 = L_52->___x_1; RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6* L_54 = (&__this->___m_RTHandleProperties_4); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_55 = (&L_54->___rtHandleScale_4); float L_56 = L_55->___y_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_57; memset((&L_57), 0, sizeof(L_57)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_57), L_48, L_50, L_53, L_56, /*hidden argument*/NULL); L_46->___rtHandleScale_4 = L_57; return; } IL_015b: { // Vector2 scalePrevious = m_RTHandleProperties.previousViewportSize / lastFrameMaxSize; RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6* L_58 = (&__this->___m_RTHandleProperties_4); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_59 = L_58->___previousViewportSize_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_60; L_60 = Vector2Int_op_Implicit_m5B9FB268943E6CAB6E40E13D30BA49A9AC7D2059_inline(L_59, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_61 = V_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_62; L_62 = Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline(L_60, L_61, NULL); V_3 = L_62; // m_RTHandleProperties.rtHandleScale = new Vector4(scales.x, scales.y, scalePrevious.x, scalePrevious.y); RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6* L_63 = (&__this->___m_RTHandleProperties_4); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_64 = V_2; float L_65 = L_64.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_66 = V_2; float L_67 = L_66.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_68 = V_3; float L_69 = L_68.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_70 = V_3; float L_71 = L_70.___y_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_72; memset((&L_72), 0, sizeof(L_72)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_72), L_65, L_67, L_69, L_71, /*hidden argument*/NULL); L_63->___rtHandleScale_4 = L_72; // } return; } } // UnityEngine.Vector2 UnityEngine.Rendering.RTHandleSystem::CalculateRatioAgainstMaxSize(UnityEngine.Vector2Int&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 RTHandleSystem_CalculateRatioAgainstMaxSize_mB33735DE03F6CBCD0F3A95D966B9D41854591A31 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* ___0_viewportSize, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1; memset((&V_1), 0, sizeof(V_1)); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_2; memset((&V_2), 0, sizeof(V_2)); { // Vector2 maxSize = new Vector2(GetMaxWidth(), GetMaxHeight()); int32_t L_0; L_0 = RTHandleSystem_GetMaxWidth_m0AE3E07285C0CAA906B0EBF879FDB5A916E43C43_inline(__this, NULL); int32_t L_1; L_1 = RTHandleSystem_GetMaxHeight_mF753F115CBC21DF020B828C67164F203FB92AAE1_inline(__this, NULL); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_0), ((float)L_0), ((float)L_1), NULL); // if (DynamicResolutionHandler.instance.HardwareDynamicResIsEnabled() && m_HardwareDynamicResRequested && viewportSize != DynamicResolutionHandler.instance.finalViewport) il2cpp_codegen_runtime_class_init_inline(DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE_il2cpp_TypeInfo_var); DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE* L_2; L_2 = DynamicResolutionHandler_get_instance_m8342EE11F735097586D623F150DB8379C50B388D_inline(NULL); NullCheck(L_2); bool L_3; L_3 = DynamicResolutionHandler_HardwareDynamicResIsEnabled_mDD7A039094F7770063A58FB71942B9204E3353CA(L_2, NULL); if (!L_3) { goto IL_0082; } } { bool L_4 = __this->___m_HardwareDynamicResRequested_0; if (!L_4) { goto IL_0082; } } { Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_5 = ___0_viewportSize; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_6 = (*(Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A*)L_5); il2cpp_codegen_runtime_class_init_inline(DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE_il2cpp_TypeInfo_var); DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE* L_7; L_7 = DynamicResolutionHandler_get_instance_m8342EE11F735097586D623F150DB8379C50B388D_inline(NULL); NullCheck(L_7); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_8; L_8 = DynamicResolutionHandler_get_finalViewport_m00EBCB5489C6369B1CB3FDFDC304E2BD1271776A_inline(L_7, NULL); bool L_9; L_9 = Vector2Int_op_Inequality_m6E8FEFBBDB0583853DEF06871C804F7A683682CD_inline(L_6, L_8, NULL); if (!L_9) { goto IL_0082; } } { // Vector2 currentScale = (Vector2)viewportSize / (Vector2)DynamicResolutionHandler.instance.finalViewport; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_10 = ___0_viewportSize; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_11 = (*(Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A*)L_10); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12; L_12 = Vector2Int_op_Implicit_m5B9FB268943E6CAB6E40E13D30BA49A9AC7D2059_inline(L_11, NULL); il2cpp_codegen_runtime_class_init_inline(DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE_il2cpp_TypeInfo_var); DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE* L_13; L_13 = DynamicResolutionHandler_get_instance_m8342EE11F735097586D623F150DB8379C50B388D_inline(NULL); NullCheck(L_13); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_14; L_14 = DynamicResolutionHandler_get_finalViewport_m00EBCB5489C6369B1CB3FDFDC304E2BD1271776A_inline(L_13, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15; L_15 = Vector2Int_op_Implicit_m5B9FB268943E6CAB6E40E13D30BA49A9AC7D2059_inline(L_14, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16; L_16 = Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline(L_12, L_15, NULL); V_1 = L_16; // maxSize = DynamicResolutionHandler.instance.ApplyScalesOnSize(new Vector2Int(GetMaxWidth(), GetMaxHeight()), currentScale); DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE* L_17; L_17 = DynamicResolutionHandler_get_instance_m8342EE11F735097586D623F150DB8379C50B388D_inline(NULL); int32_t L_18; L_18 = RTHandleSystem_GetMaxWidth_m0AE3E07285C0CAA906B0EBF879FDB5A916E43C43_inline(__this, NULL); int32_t L_19; L_19 = RTHandleSystem_GetMaxHeight_mF753F115CBC21DF020B828C67164F203FB92AAE1_inline(__this, NULL); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_20; memset((&L_20), 0, sizeof(L_20)); Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_20), L_18, L_19, /*hidden argument*/NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21 = V_1; NullCheck(L_17); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_22; L_22 = DynamicResolutionHandler_ApplyScalesOnSize_mD8A58BA1454CF83D34BF0DFCBC4A0B0251C5B240(L_17, L_20, L_21, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23; L_23 = Vector2Int_op_Implicit_m5B9FB268943E6CAB6E40E13D30BA49A9AC7D2059_inline(L_22, NULL); V_0 = L_23; } IL_0082: { // return new Vector2((float)viewportSize.x / maxSize.x, (float)viewportSize.y / maxSize.y); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_24 = ___0_viewportSize; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_25 = (*(Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A*)L_24); V_2 = L_25; int32_t L_26; L_26 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_2), NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_27 = V_0; float L_28 = L_27.___x_0; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_29 = ___0_viewportSize; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_30 = (*(Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A*)L_29); V_2 = L_30; int32_t L_31; L_31 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_2), NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_32 = V_0; float L_33 = L_32.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_34; memset((&L_34), 0, sizeof(L_34)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_34), ((float)(((float)L_26)/L_28)), ((float)(((float)L_31)/L_33)), /*hidden argument*/NULL); return L_34; } } // System.Void UnityEngine.Rendering.RTHandleSystem::SetHardwareDynamicResolutionState(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_SetHardwareDynamicResolutionState_mC81924D30922025B3BBCF3EA0B30FC860CAAE803 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, bool ___0_enableHWDynamicRes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Resize_TisRTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_m84128550E844B679D453EB2801533537ECFD1313_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_CopyTo_mF478E725DF865AC9B336FC98E7DA27DA0B665A0C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_get_Count_mF23F1DAFA0ABA9DEAB0A3E7232D2D60F7BB5CDE2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_2 = NULL; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_3 = NULL; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* G_B5_0 = NULL; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* G_B4_0 = NULL; int32_t G_B6_0 = 0; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* G_B6_1 = NULL; { // if (enableHWDynamicRes != m_HardwareDynamicResRequested) bool L_0 = ___0_enableHWDynamicRes; bool L_1 = __this->___m_HardwareDynamicResRequested_0; if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0088; } } { // m_HardwareDynamicResRequested = enableHWDynamicRes; bool L_2 = ___0_enableHWDynamicRes; __this->___m_HardwareDynamicResRequested_0 = L_2; // Array.Resize(ref m_AutoSizedRTsArray, m_AutoSizedRTs.Count); RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF** L_3 = (&__this->___m_AutoSizedRTsArray_2); HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_4 = __this->___m_AutoSizedRTs_1; NullCheck(L_4); int32_t L_5; L_5 = HashSet_1_get_Count_mF23F1DAFA0ABA9DEAB0A3E7232D2D60F7BB5CDE2_inline(L_4, HashSet_1_get_Count_mF23F1DAFA0ABA9DEAB0A3E7232D2D60F7BB5CDE2_RuntimeMethod_var); Array_Resize_TisRTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_m84128550E844B679D453EB2801533537ECFD1313(L_3, L_5, Array_Resize_TisRTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_m84128550E844B679D453EB2801533537ECFD1313_RuntimeMethod_var); // m_AutoSizedRTs.CopyTo(m_AutoSizedRTsArray); HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_6 = __this->___m_AutoSizedRTs_1; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_7 = __this->___m_AutoSizedRTsArray_2; NullCheck(L_6); HashSet_1_CopyTo_mF478E725DF865AC9B336FC98E7DA27DA0B665A0C(L_6, L_7, HashSet_1_CopyTo_mF478E725DF865AC9B336FC98E7DA27DA0B665A0C_RuntimeMethod_var); // for (int i = 0, c = m_AutoSizedRTsArray.Length; i < c; ++i) V_0 = 0; // for (int i = 0, c = m_AutoSizedRTsArray.Length; i < c; ++i) RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_8 = __this->___m_AutoSizedRTsArray_2; NullCheck(L_8); V_1 = ((int32_t)(((RuntimeArray*)L_8)->max_length)); goto IL_0084; } IL_0044: { // var rth = m_AutoSizedRTsArray[i]; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_9 = __this->___m_AutoSizedRTsArray_2; int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = L_10; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_12 = (L_9)->GetAt(static_cast(L_11)); V_2 = L_12; // var renderTexture = rth.m_RT; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_13 = V_2; NullCheck(L_13); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_14 = L_13->___m_RT_1; V_3 = L_14; // if (renderTexture) RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_15 = V_3; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_16; L_16 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_15, NULL); if (!L_16) { goto IL_0080; } } { // renderTexture.Release(); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_17 = V_3; NullCheck(L_17); RenderTexture_Release_mE7399D6187A0E38945D2913D0FFB41247143AB1E(L_17, NULL); // renderTexture.useDynamicScale = m_HardwareDynamicResRequested && rth.m_EnableHWDynamicScale; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_18 = V_3; bool L_19 = __this->___m_HardwareDynamicResRequested_0; G_B4_0 = L_18; if (!L_19) { G_B5_0 = L_18; goto IL_0073; } } { RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_20 = V_2; NullCheck(L_20); bool L_21 = L_20->___m_EnableHWDynamicScale_6; G_B6_0 = ((int32_t)(L_21)); G_B6_1 = G_B4_0; goto IL_0074; } IL_0073: { G_B6_0 = 0; G_B6_1 = G_B5_0; } IL_0074: { NullCheck(G_B6_1); RenderTexture_set_useDynamicScale_m0B6F123BB7FF0BA01515163A0EFA9B1D4375B883(G_B6_1, (bool)G_B6_0, NULL); // renderTexture.Create(); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_22 = V_3; NullCheck(L_22); bool L_23; L_23 = RenderTexture_Create_mA6E4D3CCC84AC3F68E85AA0D6609E1692C672AD2(L_22, NULL); } IL_0080: { // for (int i = 0, c = m_AutoSizedRTsArray.Length; i < c; ++i) int32_t L_24 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_24, 1)); } IL_0084: { // for (int i = 0, c = m_AutoSizedRTsArray.Length; i < c; ++i) int32_t L_25 = V_0; int32_t L_26 = V_1; if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_0044; } } IL_0088: { // } return; } } // System.Void UnityEngine.Rendering.RTHandleSystem::SwitchResizeMode(UnityEngine.Rendering.RTHandle,UnityEngine.Rendering.RTHandleSystem/ResizeMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_SwitchResizeMode_mAF90A695546828FB285F35879E93C902702BB814 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_rth, int32_t ___1_mode, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m840035C205248E5C4DB0B3FB17ABDA3C5660F1CB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_mC52985FCD7DC1A44B052F0F30C62208F1021D7D9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_m1631FD8258270F69D88FD69948375CE0B8D048C4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (!rth.useScaling) RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = ___0_rth; NullCheck(L_0); bool L_1; L_1 = RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline(L_0, NULL); if (L_1) { goto IL_0009; } } { // return; return; } IL_0009: { int32_t L_2 = ___1_mode; if (!L_2) { goto IL_002b; } } { int32_t L_3 = ___1_mode; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_005a; } } { // m_AutoSizedRTs.Remove(rth); HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_4 = __this->___m_AutoSizedRTs_1; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_5 = ___0_rth; NullCheck(L_4); bool L_6; L_6 = HashSet_1_Remove_m1631FD8258270F69D88FD69948375CE0B8D048C4(L_4, L_5, HashSet_1_Remove_m1631FD8258270F69D88FD69948375CE0B8D048C4_RuntimeMethod_var); // m_ResizeOnDemandRTs.Add(rth); HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_7 = __this->___m_ResizeOnDemandRTs_3; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_8 = ___0_rth; NullCheck(L_7); bool L_9; L_9 = HashSet_1_Add_m840035C205248E5C4DB0B3FB17ABDA3C5660F1CB(L_7, L_8, HashSet_1_Add_m840035C205248E5C4DB0B3FB17ABDA3C5660F1CB_RuntimeMethod_var); // break; return; } IL_002b: { // if (m_ResizeOnDemandRTs.Contains(rth)) HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_10 = __this->___m_ResizeOnDemandRTs_3; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_11 = ___0_rth; NullCheck(L_10); bool L_12; L_12 = HashSet_1_Contains_mC52985FCD7DC1A44B052F0F30C62208F1021D7D9(L_10, L_11, HashSet_1_Contains_mC52985FCD7DC1A44B052F0F30C62208F1021D7D9_RuntimeMethod_var); if (!L_12) { goto IL_0040; } } { // DemandResize(rth); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_13 = ___0_rth; RTHandleSystem_DemandResize_m8928BEA538900C426875E38F2D616BC06D62CCAD(__this, L_13, NULL); } IL_0040: { // m_ResizeOnDemandRTs.Remove(rth); HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_14 = __this->___m_ResizeOnDemandRTs_3; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_15 = ___0_rth; NullCheck(L_14); bool L_16; L_16 = HashSet_1_Remove_m1631FD8258270F69D88FD69948375CE0B8D048C4(L_14, L_15, HashSet_1_Remove_m1631FD8258270F69D88FD69948375CE0B8D048C4_RuntimeMethod_var); // m_AutoSizedRTs.Add(rth); HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_17 = __this->___m_AutoSizedRTs_1; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_18 = ___0_rth; NullCheck(L_17); bool L_19; L_19 = HashSet_1_Add_m840035C205248E5C4DB0B3FB17ABDA3C5660F1CB(L_17, L_18, HashSet_1_Add_m840035C205248E5C4DB0B3FB17ABDA3C5660F1CB_RuntimeMethod_var); } IL_005a: { // } return; } } // System.Void UnityEngine.Rendering.RTHandleSystem::DemandResize(UnityEngine.Rendering.RTHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_DemandResize_m8928BEA538900C426875E38F2D616BC06D62CCAD (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_rth, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_0 = NULL; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_1; memset((&V_1), 0, sizeof(V_1)); int32_t G_B3_0 = 0; { // var rt = rth.m_RT; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = ___0_rth; NullCheck(L_0); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_1 = L_0->___m_RT_1; V_0 = L_1; // rth.referenceSize = new Vector2Int(m_MaxWidths, m_MaxHeights); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_2 = ___0_rth; int32_t L_3 = __this->___m_MaxWidths_5; int32_t L_4 = __this->___m_MaxHeights_6; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_5; memset((&L_5), 0, sizeof(L_5)); Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_5), L_3, L_4, /*hidden argument*/NULL); NullCheck(L_2); RTHandle_set_referenceSize_mE98B5ED69CDC2C37769532B55D8ED2BA84C84466_inline(L_2, L_5, NULL); // var scaledSize = rth.GetScaledSize(rth.referenceSize); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6 = ___0_rth; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7 = ___0_rth; NullCheck(L_7); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_8; L_8 = RTHandle_get_referenceSize_mC92CF605112BBE2C0733AB1E4A9C42B760DCB34B_inline(L_7, NULL); NullCheck(L_6); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_9; L_9 = RTHandle_GetScaledSize_m58D71FF94244F1EE9BCB5690381DB37C79D3E239(L_6, L_8, NULL); V_1 = L_9; // scaledSize = Vector2Int.Max(Vector2Int.one, scaledSize); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_10; L_10 = Vector2Int_get_one_mEAB3BBC4DBFA66FAF9E77AB6A609CCC46B11F24F_inline(NULL); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_11 = V_1; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_12; L_12 = Vector2Int_Max_mAED079BC2467FAD49F6215A5367AEE3D7BB2D36E_inline(L_10, L_11, NULL); V_1 = L_12; // var sizeChanged = rt.width != scaledSize.x || rt.height != scaledSize.y; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_13 = V_0; NullCheck(L_13); int32_t L_14; L_14 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_13); int32_t L_15; L_15 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL); if ((!(((uint32_t)L_14) == ((uint32_t)L_15)))) { goto IL_005a; } } { RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_16 = V_0; NullCheck(L_16); int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_16); int32_t L_18; L_18 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL); G_B3_0 = ((((int32_t)((((int32_t)L_17) == ((int32_t)L_18))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_005b; } IL_005a: { G_B3_0 = 1; } IL_005b: { // if (sizeChanged) if (!G_B3_0) { goto IL_00cb; } } { // rt.Release(); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_19 = V_0; NullCheck(L_19); RenderTexture_Release_mE7399D6187A0E38945D2913D0FFB41247143AB1E(L_19, NULL); // rt.width = scaledSize.x; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_20 = V_0; int32_t L_21; L_21 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL); NullCheck(L_20); VirtualActionInvoker1< int32_t >::Invoke(6 /* System.Void UnityEngine.Texture::set_width(System.Int32) */, L_20, L_21); // rt.height = scaledSize.y; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_22 = V_0; int32_t L_23; L_23 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL); NullCheck(L_22); VirtualActionInvoker1< int32_t >::Invoke(8 /* System.Void UnityEngine.Texture::set_height(System.Int32) */, L_22, L_23); // rt.name = CoreUtils.GetRenderTargetAutoName( // rt.width, // rt.height, // rt.volumeDepth, // rt.graphicsFormat, // rt.dimension, // rth.m_Name, // mips: rt.useMipMap, // enableMSAA: rth.m_EnableMSAA, // msaaSamples: (MSAASamples)rt.antiAliasing, // dynamicRes: rt.useDynamicScale // ); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_24 = V_0; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_25 = V_0; NullCheck(L_25); int32_t L_26; L_26 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_25); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_27 = V_0; NullCheck(L_27); int32_t L_28; L_28 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_27); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_29 = V_0; NullCheck(L_29); int32_t L_30; L_30 = RenderTexture_get_volumeDepth_m049340EE670E9632FC824B640A5570B5D3FCFEBF(L_29, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_31 = V_0; NullCheck(L_31); int32_t L_32; L_32 = RenderTexture_get_graphicsFormat_m615EA91709BD404765C0C85425CE5F3575F90302(L_31, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_33 = V_0; NullCheck(L_33); int32_t L_34; L_34 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* UnityEngine.Rendering.TextureDimension UnityEngine.Texture::get_dimension() */, L_33); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_35 = ___0_rth; NullCheck(L_35); String_t* L_36 = L_35->___m_Name_7; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_37 = V_0; NullCheck(L_37); bool L_38; L_38 = RenderTexture_get_useMipMap_m76150AD5CF0192BC8DAC05522302D9C13ECD07D7(L_37, NULL); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_39 = ___0_rth; NullCheck(L_39); bool L_40 = L_39->___m_EnableMSAA_4; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_41 = V_0; NullCheck(L_41); int32_t L_42; L_42 = RenderTexture_get_antiAliasing_m68907FB6C38F817A3B7A9F3C17360BF751BB2658(L_41, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_43 = V_0; NullCheck(L_43); bool L_44; L_44 = RenderTexture_get_useDynamicScale_mF997E27A3460FE45806D2CFE48858379B30AF6B2(L_43, NULL); il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); String_t* L_45; L_45 = CoreUtils_GetRenderTargetAutoName_m22A7580FCAA6088BCDF1FB87A5283469FFA86A11(L_26, L_28, L_30, L_32, L_34, L_36, L_38, L_40, L_42, L_44, NULL); NullCheck(L_24); Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_24, L_45, NULL); // rt.Create(); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_46 = V_0; NullCheck(L_46); bool L_47; L_47 = RenderTexture_Create_mA6E4D3CCC84AC3F68E85AA0D6609E1692C672AD2(L_46, NULL); } IL_00cb: { // } return; } } // System.Int32 UnityEngine.Rendering.RTHandleSystem::GetMaxWidth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RTHandleSystem_GetMaxWidth_m0AE3E07285C0CAA906B0EBF879FDB5A916E43C43 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, const RuntimeMethod* method) { { // public int GetMaxWidth() { return m_MaxWidths; } int32_t L_0 = __this->___m_MaxWidths_5; return L_0; } } // System.Int32 UnityEngine.Rendering.RTHandleSystem::GetMaxHeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RTHandleSystem_GetMaxHeight_mF753F115CBC21DF020B828C67164F203FB92AAE1 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, const RuntimeMethod* method) { { // public int GetMaxHeight() { return m_MaxHeights; } int32_t L_0 = __this->___m_MaxHeights_6; return L_0; } } // System.Void UnityEngine.Rendering.RTHandleSystem::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_Dispose_m6B61D081716B87F79D110A62C3E57696179F3A31 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Resize_TisRTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_m84128550E844B679D453EB2801533537ECFD1313_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Clear_m7F4E9A8CFE06328CD0E3494DB9966B2112EBC112_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_CopyTo_mF478E725DF865AC9B336FC98E7DA27DA0B665A0C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_get_Count_mF23F1DAFA0ABA9DEAB0A3E7232D2D60F7BB5CDE2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_5 = NULL; { // if (disposing) bool L_0 = ___0_disposing; if (!L_0) { goto IL_00bf; } } { // Array.Resize(ref m_AutoSizedRTsArray, m_AutoSizedRTs.Count); RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF** L_1 = (&__this->___m_AutoSizedRTsArray_2); HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_2 = __this->___m_AutoSizedRTs_1; NullCheck(L_2); int32_t L_3; L_3 = HashSet_1_get_Count_mF23F1DAFA0ABA9DEAB0A3E7232D2D60F7BB5CDE2_inline(L_2, HashSet_1_get_Count_mF23F1DAFA0ABA9DEAB0A3E7232D2D60F7BB5CDE2_RuntimeMethod_var); Array_Resize_TisRTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_m84128550E844B679D453EB2801533537ECFD1313(L_1, L_3, Array_Resize_TisRTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_m84128550E844B679D453EB2801533537ECFD1313_RuntimeMethod_var); // m_AutoSizedRTs.CopyTo(m_AutoSizedRTsArray); HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_4 = __this->___m_AutoSizedRTs_1; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_5 = __this->___m_AutoSizedRTsArray_2; NullCheck(L_4); HashSet_1_CopyTo_mF478E725DF865AC9B336FC98E7DA27DA0B665A0C(L_4, L_5, HashSet_1_CopyTo_mF478E725DF865AC9B336FC98E7DA27DA0B665A0C_RuntimeMethod_var); // for (int i = 0, c = m_AutoSizedRTsArray.Length; i < c; ++i) V_0 = 0; // for (int i = 0, c = m_AutoSizedRTsArray.Length; i < c; ++i) RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_6 = __this->___m_AutoSizedRTsArray_2; NullCheck(L_6); V_1 = ((int32_t)(((RuntimeArray*)L_6)->max_length)); goto IL_004e; } IL_003a: { // var rt = m_AutoSizedRTsArray[i]; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_7 = __this->___m_AutoSizedRTsArray_2; int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_10 = (L_7)->GetAt(static_cast(L_9)); V_2 = L_10; // Release(rt); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_11 = V_2; RTHandleSystem_Release_mBBF7B7611774D06D330FD609BBAAB3CF50B320EC(__this, L_11, NULL); // for (int i = 0, c = m_AutoSizedRTsArray.Length; i < c; ++i) int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_12, 1)); } IL_004e: { // for (int i = 0, c = m_AutoSizedRTsArray.Length; i < c; ++i) int32_t L_13 = V_0; int32_t L_14 = V_1; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_003a; } } { // m_AutoSizedRTs.Clear(); HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_15 = __this->___m_AutoSizedRTs_1; NullCheck(L_15); HashSet_1_Clear_m7F4E9A8CFE06328CD0E3494DB9966B2112EBC112(L_15, HashSet_1_Clear_m7F4E9A8CFE06328CD0E3494DB9966B2112EBC112_RuntimeMethod_var); // Array.Resize(ref m_AutoSizedRTsArray, m_ResizeOnDemandRTs.Count); RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF** L_16 = (&__this->___m_AutoSizedRTsArray_2); HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_17 = __this->___m_ResizeOnDemandRTs_3; NullCheck(L_17); int32_t L_18; L_18 = HashSet_1_get_Count_mF23F1DAFA0ABA9DEAB0A3E7232D2D60F7BB5CDE2_inline(L_17, HashSet_1_get_Count_mF23F1DAFA0ABA9DEAB0A3E7232D2D60F7BB5CDE2_RuntimeMethod_var); Array_Resize_TisRTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_m84128550E844B679D453EB2801533537ECFD1313(L_16, L_18, Array_Resize_TisRTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_m84128550E844B679D453EB2801533537ECFD1313_RuntimeMethod_var); // m_ResizeOnDemandRTs.CopyTo(m_AutoSizedRTsArray); HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_19 = __this->___m_ResizeOnDemandRTs_3; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_20 = __this->___m_AutoSizedRTsArray_2; NullCheck(L_19); HashSet_1_CopyTo_mF478E725DF865AC9B336FC98E7DA27DA0B665A0C(L_19, L_20, HashSet_1_CopyTo_mF478E725DF865AC9B336FC98E7DA27DA0B665A0C_RuntimeMethod_var); // for (int i = 0, c = m_AutoSizedRTsArray.Length; i < c; ++i) V_3 = 0; // for (int i = 0, c = m_AutoSizedRTsArray.Length; i < c; ++i) RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_21 = __this->___m_AutoSizedRTsArray_2; NullCheck(L_21); V_4 = ((int32_t)(((RuntimeArray*)L_21)->max_length)); goto IL_00a8; } IL_0092: { // var rt = m_AutoSizedRTsArray[i]; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_22 = __this->___m_AutoSizedRTsArray_2; int32_t L_23 = V_3; NullCheck(L_22); int32_t L_24 = L_23; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_25 = (L_22)->GetAt(static_cast(L_24)); V_5 = L_25; // Release(rt); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_26 = V_5; RTHandleSystem_Release_mBBF7B7611774D06D330FD609BBAAB3CF50B320EC(__this, L_26, NULL); // for (int i = 0, c = m_AutoSizedRTsArray.Length; i < c; ++i) int32_t L_27 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_27, 1)); } IL_00a8: { // for (int i = 0, c = m_AutoSizedRTsArray.Length; i < c; ++i) int32_t L_28 = V_3; int32_t L_29 = V_4; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0092; } } { // m_ResizeOnDemandRTs.Clear(); HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_30 = __this->___m_ResizeOnDemandRTs_3; NullCheck(L_30); HashSet_1_Clear_m7F4E9A8CFE06328CD0E3494DB9966B2112EBC112(L_30, HashSet_1_Clear_m7F4E9A8CFE06328CD0E3494DB9966B2112EBC112_RuntimeMethod_var); // m_AutoSizedRTsArray = null; __this->___m_AutoSizedRTsArray_2 = (RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AutoSizedRTsArray_2), (void*)(RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF*)NULL); } IL_00bf: { // } return; } } // System.Void UnityEngine.Rendering.RTHandleSystem::Resize(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleSystem_Resize_mDBCE61412B84ECAFC4FD2B29C8AE012D427DA968 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, int32_t ___0_width, int32_t ___1_height, bool ___2_sizeChanged, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Resize_TisRTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_m84128550E844B679D453EB2801533537ECFD1313_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_CopyTo_mF478E725DF865AC9B336FC98E7DA27DA0B665A0C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_get_Count_mF23F1DAFA0ABA9DEAB0A3E7232D2D60F7BB5CDE2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_3 = NULL; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_4 = NULL; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_5; memset((&V_5), 0, sizeof(V_5)); { // m_MaxWidths = Math.Max(width, m_MaxWidths); int32_t L_0 = ___0_width; int32_t L_1 = __this->___m_MaxWidths_5; il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_0, L_1, NULL); __this->___m_MaxWidths_5 = L_2; // m_MaxHeights = Math.Max(height, m_MaxHeights); int32_t L_3 = ___1_height; int32_t L_4 = __this->___m_MaxHeights_6; int32_t L_5; L_5 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_3, L_4, NULL); __this->___m_MaxHeights_6 = L_5; // var maxSize = new Vector2Int(m_MaxWidths, m_MaxHeights); int32_t L_6 = __this->___m_MaxWidths_5; int32_t L_7 = __this->___m_MaxHeights_6; Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&V_0), L_6, L_7, NULL); // Array.Resize(ref m_AutoSizedRTsArray, m_AutoSizedRTs.Count); RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF** L_8 = (&__this->___m_AutoSizedRTsArray_2); HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_9 = __this->___m_AutoSizedRTs_1; NullCheck(L_9); int32_t L_10; L_10 = HashSet_1_get_Count_mF23F1DAFA0ABA9DEAB0A3E7232D2D60F7BB5CDE2_inline(L_9, HashSet_1_get_Count_mF23F1DAFA0ABA9DEAB0A3E7232D2D60F7BB5CDE2_RuntimeMethod_var); Array_Resize_TisRTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_m84128550E844B679D453EB2801533537ECFD1313(L_8, L_10, Array_Resize_TisRTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_m84128550E844B679D453EB2801533537ECFD1313_RuntimeMethod_var); // m_AutoSizedRTs.CopyTo(m_AutoSizedRTsArray); HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_11 = __this->___m_AutoSizedRTs_1; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_12 = __this->___m_AutoSizedRTsArray_2; NullCheck(L_11); HashSet_1_CopyTo_mF478E725DF865AC9B336FC98E7DA27DA0B665A0C(L_11, L_12, HashSet_1_CopyTo_mF478E725DF865AC9B336FC98E7DA27DA0B665A0C_RuntimeMethod_var); // for (int i = 0, c = m_AutoSizedRTsArray.Length; i < c; ++i) V_1 = 0; // for (int i = 0, c = m_AutoSizedRTsArray.Length; i < c; ++i) RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_13 = __this->___m_AutoSizedRTsArray_2; NullCheck(L_13); V_2 = ((int32_t)(((RuntimeArray*)L_13)->max_length)); goto IL_011a; } IL_006e: { // var rth = m_AutoSizedRTsArray[i]; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_14 = __this->___m_AutoSizedRTsArray_2; int32_t L_15 = V_1; NullCheck(L_14); int32_t L_16 = L_15; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_17 = (L_14)->GetAt(static_cast(L_16)); V_3 = L_17; // rth.referenceSize = maxSize; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_18 = V_3; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_19 = V_0; NullCheck(L_18); RTHandle_set_referenceSize_mE98B5ED69CDC2C37769532B55D8ED2BA84C84466_inline(L_18, L_19, NULL); // var renderTexture = rth.m_RT; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_20 = V_3; NullCheck(L_20); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_21 = L_20->___m_RT_1; V_4 = L_21; // renderTexture.Release(); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_22 = V_4; NullCheck(L_22); RenderTexture_Release_mE7399D6187A0E38945D2913D0FFB41247143AB1E(L_22, NULL); // var scaledSize = rth.GetScaledSize(maxSize); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_23 = V_3; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_24 = V_0; NullCheck(L_23); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_25; L_25 = RTHandle_GetScaledSize_m58D71FF94244F1EE9BCB5690381DB37C79D3E239(L_23, L_24, NULL); V_5 = L_25; // renderTexture.width = Mathf.Max(scaledSize.x, 1); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_26 = V_4; int32_t L_27; L_27 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_5), NULL); int32_t L_28; L_28 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(L_27, 1, NULL); NullCheck(L_26); VirtualActionInvoker1< int32_t >::Invoke(6 /* System.Void UnityEngine.Texture::set_width(System.Int32) */, L_26, L_28); // renderTexture.height = Mathf.Max(scaledSize.y, 1); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_29 = V_4; int32_t L_30; L_30 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_5), NULL); int32_t L_31; L_31 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(L_30, 1, NULL); NullCheck(L_29); VirtualActionInvoker1< int32_t >::Invoke(8 /* System.Void UnityEngine.Texture::set_height(System.Int32) */, L_29, L_31); // renderTexture.name = CoreUtils.GetRenderTargetAutoName(renderTexture.width, renderTexture.height, renderTexture.volumeDepth, renderTexture.graphicsFormat, renderTexture.dimension, rth.m_Name, mips: renderTexture.useMipMap, enableMSAA: rth.m_EnableMSAA, msaaSamples: (MSAASamples)renderTexture.antiAliasing, dynamicRes: renderTexture.useDynamicScale); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_32 = V_4; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_33 = V_4; NullCheck(L_33); int32_t L_34; L_34 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_33); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_35 = V_4; NullCheck(L_35); int32_t L_36; L_36 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_35); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_37 = V_4; NullCheck(L_37); int32_t L_38; L_38 = RenderTexture_get_volumeDepth_m049340EE670E9632FC824B640A5570B5D3FCFEBF(L_37, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_39 = V_4; NullCheck(L_39); int32_t L_40; L_40 = RenderTexture_get_graphicsFormat_m615EA91709BD404765C0C85425CE5F3575F90302(L_39, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_41 = V_4; NullCheck(L_41); int32_t L_42; L_42 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* UnityEngine.Rendering.TextureDimension UnityEngine.Texture::get_dimension() */, L_41); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_43 = V_3; NullCheck(L_43); String_t* L_44 = L_43->___m_Name_7; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_45 = V_4; NullCheck(L_45); bool L_46; L_46 = RenderTexture_get_useMipMap_m76150AD5CF0192BC8DAC05522302D9C13ECD07D7(L_45, NULL); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_47 = V_3; NullCheck(L_47); bool L_48 = L_47->___m_EnableMSAA_4; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_49 = V_4; NullCheck(L_49); int32_t L_50; L_50 = RenderTexture_get_antiAliasing_m68907FB6C38F817A3B7A9F3C17360BF751BB2658(L_49, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_51 = V_4; NullCheck(L_51); bool L_52; L_52 = RenderTexture_get_useDynamicScale_mF997E27A3460FE45806D2CFE48858379B30AF6B2(L_51, NULL); il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); String_t* L_53; L_53 = CoreUtils_GetRenderTargetAutoName_m22A7580FCAA6088BCDF1FB87A5283469FFA86A11(L_34, L_36, L_38, L_40, L_42, L_44, L_46, L_48, L_50, L_52, NULL); NullCheck(L_32); Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_32, L_53, NULL); // renderTexture.Create(); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_54 = V_4; NullCheck(L_54); bool L_55; L_55 = RenderTexture_Create_mA6E4D3CCC84AC3F68E85AA0D6609E1692C672AD2(L_54, NULL); // for (int i = 0, c = m_AutoSizedRTsArray.Length; i < c; ++i) int32_t L_56 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_56, 1)); } IL_011a: { // for (int i = 0, c = m_AutoSizedRTsArray.Length; i < c; ++i) int32_t L_57 = V_1; int32_t L_58 = V_2; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_006e; } } { // } return; } } // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandleSystem::Alloc(System.Int32,System.Int32,System.Int32,UnityEngine.Rendering.DepthBits,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.FilterMode,UnityEngine.TextureWrapMode,UnityEngine.Rendering.TextureDimension,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Single,UnityEngine.Rendering.MSAASamples,System.Boolean,System.Boolean,UnityEngine.RenderTextureMemoryless,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandleSystem_Alloc_mC3E802DD2ADECF640BBBAF1511279735F34CAD28 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, int32_t ___0_width, int32_t ___1_height, int32_t ___2_slices, int32_t ___3_depthBufferBits, int32_t ___4_colorFormat, int32_t ___5_filterMode, int32_t ___6_wrapMode, int32_t ___7_dimension, bool ___8_enableRandomWrite, bool ___9_useMipMap, bool ___10_autoGenerateMips, bool ___11_isShadowMap, int32_t ___12_anisoLevel, float ___13_mipMapBias, int32_t ___14_msaaSamples, bool ___15_bindTextureMS, bool ___16_useDynamicScale, int32_t ___17_memoryless, String_t* ___18_name, const RuntimeMethod* method) { { // return Alloc(width, height, wrapMode, wrapMode, wrapMode, slices, depthBufferBits, colorFormat, filterMode, dimension, enableRandomWrite, useMipMap, // autoGenerateMips, isShadowMap, anisoLevel, mipMapBias, msaaSamples, bindTextureMS, useDynamicScale, memoryless, name); int32_t L_0 = ___0_width; int32_t L_1 = ___1_height; int32_t L_2 = ___6_wrapMode; int32_t L_3 = ___6_wrapMode; int32_t L_4 = ___6_wrapMode; int32_t L_5 = ___2_slices; int32_t L_6 = ___3_depthBufferBits; int32_t L_7 = ___4_colorFormat; int32_t L_8 = ___5_filterMode; int32_t L_9 = ___7_dimension; bool L_10 = ___8_enableRandomWrite; bool L_11 = ___9_useMipMap; bool L_12 = ___10_autoGenerateMips; bool L_13 = ___11_isShadowMap; int32_t L_14 = ___12_anisoLevel; float L_15 = ___13_mipMapBias; int32_t L_16 = ___14_msaaSamples; bool L_17 = ___15_bindTextureMS; bool L_18 = ___16_useDynamicScale; int32_t L_19 = ___17_memoryless; String_t* L_20 = ___18_name; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_21; L_21 = RTHandleSystem_Alloc_m39D900D043F2BDCC1A723E758A09801D665281DB(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9, L_10, L_11, L_12, L_13, L_14, L_15, L_16, L_17, L_18, L_19, L_20, NULL); return L_21; } } // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandleSystem::Alloc(System.Int32,System.Int32,UnityEngine.TextureWrapMode,UnityEngine.TextureWrapMode,UnityEngine.TextureWrapMode,System.Int32,UnityEngine.Rendering.DepthBits,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.FilterMode,UnityEngine.Rendering.TextureDimension,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Single,UnityEngine.Rendering.MSAASamples,System.Boolean,System.Boolean,UnityEngine.RenderTextureMemoryless,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandleSystem_Alloc_m39D900D043F2BDCC1A723E758A09801D665281DB (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, int32_t ___0_width, int32_t ___1_height, int32_t ___2_wrapModeU, int32_t ___3_wrapModeV, int32_t ___4_wrapModeW, int32_t ___5_slices, int32_t ___6_depthBufferBits, int32_t ___7_colorFormat, int32_t ___8_filterMode, int32_t ___9_dimension, bool ___10_enableRandomWrite, bool ___11_useMipMap, bool ___12_autoGenerateMips, bool ___13_isShadowMap, int32_t ___14_anisoLevel, float ___15_mipMapBias, int32_t ___16_msaaSamples, bool ___17_bindTextureMS, bool ___18_useDynamicScale, int32_t ___19_memoryless, String_t* ___20_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral61FF9A6F253DD43F0AD8B49CD386A2D714864ADF); s_Il2CppMethodInitialized = true; } bool V_0 = false; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_1 = NULL; int32_t V_2 = 0; int32_t G_B8_0 = 0; { // bool enableMSAA = msaaSamples != MSAASamples.None; int32_t L_0 = ___16_msaaSamples; V_0 = (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0); // if (!enableMSAA && bindTextureMS == true) bool L_1 = V_0; if (L_1) { goto IL_001d; } } { bool L_2 = ___17_bindTextureMS; if (!L_2) { goto IL_001d; } } { // Debug.LogWarning("RTHandle allocated without MSAA but with bindMS set to true, forcing bindMS to false."); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteral61FF9A6F253DD43F0AD8B49CD386A2D714864ADF, NULL); // bindTextureMS = false; ___17_bindTextureMS = (bool)0; } IL_001d: { // if (isShadowMap || depthBufferBits != DepthBits.None) bool L_3 = ___13_isShadowMap; if (L_3) { goto IL_0028; } } { int32_t L_4 = ___6_depthBufferBits; if (!L_4) { goto IL_00df; } } IL_0028: { // RenderTextureFormat format = isShadowMap ? RenderTextureFormat.Shadowmap : RenderTextureFormat.Depth; bool L_5 = ___13_isShadowMap; if (L_5) { goto IL_002f; } } { G_B8_0 = 1; goto IL_0030; } IL_002f: { G_B8_0 = 3; } IL_0030: { V_2 = G_B8_0; // rt = new RenderTexture(width, height, (int)depthBufferBits, format, RenderTextureReadWrite.Linear) // { // hideFlags = HideFlags.HideAndDontSave, // volumeDepth = slices, // filterMode = filterMode, // wrapModeU = wrapModeU, // wrapModeV = wrapModeV, // wrapModeW = wrapModeW, // dimension = dimension, // enableRandomWrite = enableRandomWrite, // useMipMap = useMipMap, // autoGenerateMips = autoGenerateMips, // anisoLevel = anisoLevel, // mipMapBias = mipMapBias, // antiAliasing = (int)msaaSamples, // bindTextureMS = bindTextureMS, // useDynamicScale = m_HardwareDynamicResRequested && useDynamicScale, // memorylessMode = memoryless, // name = CoreUtils.GetRenderTargetAutoName(width, height, slices, format, name, mips: useMipMap, enableMSAA: enableMSAA, msaaSamples: msaaSamples) // }; int32_t L_6 = ___0_width; int32_t L_7 = ___1_height; int32_t L_8 = ___6_depthBufferBits; int32_t L_9 = V_2; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_10 = (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)il2cpp_codegen_object_new(RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var); NullCheck(L_10); RenderTexture__ctor_m68A1B9CAA1BE0B597C5F4895C296E21502D0C962(L_10, L_6, L_7, L_8, L_9, 1, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_11 = L_10; NullCheck(L_11); Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_11, ((int32_t)61), NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_12 = L_11; int32_t L_13 = ___5_slices; NullCheck(L_12); RenderTexture_set_volumeDepth_mD9B1E6BA4BE6B1741427B34A23B9D48BA9493633(L_12, L_13, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_14 = L_12; int32_t L_15 = ___8_filterMode; NullCheck(L_14); Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_14, L_15, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_16 = L_14; int32_t L_17 = ___2_wrapModeU; NullCheck(L_16); Texture_set_wrapModeU_m2002CCB73143182032BD5ED6C80AB9A0ED2A0981(L_16, L_17, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_18 = L_16; int32_t L_19 = ___3_wrapModeV; NullCheck(L_18); Texture_set_wrapModeV_m3C79177BAE70103DDBF871896AF464513A0F919D(L_18, L_19, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_20 = L_18; int32_t L_21 = ___4_wrapModeW; NullCheck(L_20); Texture_set_wrapModeW_mCE8F0DA65C902D6D1A95823892D48E10A6949863(L_20, L_21, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_22 = L_20; int32_t L_23 = ___9_dimension; NullCheck(L_22); VirtualActionInvoker1< int32_t >::Invoke(10 /* System.Void UnityEngine.Texture::set_dimension(UnityEngine.Rendering.TextureDimension) */, L_22, L_23); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_24 = L_22; bool L_25 = ___10_enableRandomWrite; NullCheck(L_24); RenderTexture_set_enableRandomWrite_m1F1B5E033802C193449803411560DB4D5D4AEEAB(L_24, L_25, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_26 = L_24; bool L_27 = ___11_useMipMap; NullCheck(L_26); RenderTexture_set_useMipMap_mB280A39DAB18372D3A0050FF20F730E5B0B44C32(L_26, L_27, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_28 = L_26; bool L_29 = ___12_autoGenerateMips; NullCheck(L_28); RenderTexture_set_autoGenerateMips_mDEFAC13954D315DE52B35B34577218D3AD4897A9(L_28, L_29, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_30 = L_28; int32_t L_31 = ___14_anisoLevel; NullCheck(L_30); Texture_set_anisoLevel_m768759DE9D6BE15FCE995F5FC468980B904B9D1F(L_30, L_31, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_32 = L_30; float L_33 = ___15_mipMapBias; NullCheck(L_32); Texture_set_mipMapBias_m945790033BD16B51B4EDD12E177207EBF5887286(L_32, L_33, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_34 = L_32; int32_t L_35 = ___16_msaaSamples; NullCheck(L_34); RenderTexture_set_antiAliasing_mA578276F4827A5CD4007DFE00117250A9336BC7A(L_34, L_35, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_36 = L_34; bool L_37 = ___17_bindTextureMS; NullCheck(L_36); RenderTexture_set_bindTextureMS_m06A8FE127AEE42767530955453DBB9C55320208E(L_36, L_37, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_38 = L_36; bool L_39 = __this->___m_HardwareDynamicResRequested_0; bool L_40 = ___18_useDynamicScale; NullCheck(L_38); RenderTexture_set_useDynamicScale_m0B6F123BB7FF0BA01515163A0EFA9B1D4375B883(L_38, (bool)((int32_t)((int32_t)L_39&(int32_t)L_40)), NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_41 = L_38; int32_t L_42 = ___19_memoryless; NullCheck(L_41); RenderTexture_set_memorylessMode_m4F368B9C911EB033DFD44BDB2EF67CD451D74CED(L_41, L_42, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_43 = L_41; int32_t L_44 = ___0_width; int32_t L_45 = ___1_height; int32_t L_46 = ___5_slices; int32_t L_47 = V_2; String_t* L_48 = ___20_name; bool L_49 = ___11_useMipMap; bool L_50 = V_0; int32_t L_51 = ___16_msaaSamples; il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); String_t* L_52; L_52 = CoreUtils_GetRenderTargetAutoName_mC8FA5BF12E7583A0E054B1D381373687817C3665(L_44, L_45, L_46, L_47, L_48, L_49, L_50, L_51, NULL); NullCheck(L_43); Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_43, L_52, NULL); V_1 = L_43; goto IL_018d; } IL_00df: { // rt = new RenderTexture(width, height, (int)depthBufferBits, colorFormat) // { // hideFlags = HideFlags.HideAndDontSave, // volumeDepth = slices, // filterMode = filterMode, // wrapModeU = wrapModeU, // wrapModeV = wrapModeV, // wrapModeW = wrapModeW, // dimension = dimension, // enableRandomWrite = enableRandomWrite, // useMipMap = useMipMap, // autoGenerateMips = autoGenerateMips, // anisoLevel = anisoLevel, // mipMapBias = mipMapBias, // antiAliasing = (int)msaaSamples, // bindTextureMS = bindTextureMS, // useDynamicScale = m_HardwareDynamicResRequested && useDynamicScale, // memorylessMode = memoryless, // name = CoreUtils.GetRenderTargetAutoName(width, height, slices, colorFormat, dimension, name, mips: useMipMap, enableMSAA: enableMSAA, msaaSamples: msaaSamples, dynamicRes: useDynamicScale) // }; int32_t L_53 = ___0_width; int32_t L_54 = ___1_height; int32_t L_55 = ___6_depthBufferBits; int32_t L_56 = ___7_colorFormat; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_57 = (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)il2cpp_codegen_object_new(RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var); NullCheck(L_57); RenderTexture__ctor_m0C81127DE754F64FDD3E80E94BE11054B2791F98(L_57, L_53, L_54, L_55, L_56, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_58 = L_57; NullCheck(L_58); Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_58, ((int32_t)61), NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_59 = L_58; int32_t L_60 = ___5_slices; NullCheck(L_59); RenderTexture_set_volumeDepth_mD9B1E6BA4BE6B1741427B34A23B9D48BA9493633(L_59, L_60, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_61 = L_59; int32_t L_62 = ___8_filterMode; NullCheck(L_61); Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_61, L_62, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_63 = L_61; int32_t L_64 = ___2_wrapModeU; NullCheck(L_63); Texture_set_wrapModeU_m2002CCB73143182032BD5ED6C80AB9A0ED2A0981(L_63, L_64, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_65 = L_63; int32_t L_66 = ___3_wrapModeV; NullCheck(L_65); Texture_set_wrapModeV_m3C79177BAE70103DDBF871896AF464513A0F919D(L_65, L_66, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_67 = L_65; int32_t L_68 = ___4_wrapModeW; NullCheck(L_67); Texture_set_wrapModeW_mCE8F0DA65C902D6D1A95823892D48E10A6949863(L_67, L_68, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_69 = L_67; int32_t L_70 = ___9_dimension; NullCheck(L_69); VirtualActionInvoker1< int32_t >::Invoke(10 /* System.Void UnityEngine.Texture::set_dimension(UnityEngine.Rendering.TextureDimension) */, L_69, L_70); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_71 = L_69; bool L_72 = ___10_enableRandomWrite; NullCheck(L_71); RenderTexture_set_enableRandomWrite_m1F1B5E033802C193449803411560DB4D5D4AEEAB(L_71, L_72, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_73 = L_71; bool L_74 = ___11_useMipMap; NullCheck(L_73); RenderTexture_set_useMipMap_mB280A39DAB18372D3A0050FF20F730E5B0B44C32(L_73, L_74, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_75 = L_73; bool L_76 = ___12_autoGenerateMips; NullCheck(L_75); RenderTexture_set_autoGenerateMips_mDEFAC13954D315DE52B35B34577218D3AD4897A9(L_75, L_76, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_77 = L_75; int32_t L_78 = ___14_anisoLevel; NullCheck(L_77); Texture_set_anisoLevel_m768759DE9D6BE15FCE995F5FC468980B904B9D1F(L_77, L_78, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_79 = L_77; float L_80 = ___15_mipMapBias; NullCheck(L_79); Texture_set_mipMapBias_m945790033BD16B51B4EDD12E177207EBF5887286(L_79, L_80, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_81 = L_79; int32_t L_82 = ___16_msaaSamples; NullCheck(L_81); RenderTexture_set_antiAliasing_mA578276F4827A5CD4007DFE00117250A9336BC7A(L_81, L_82, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_83 = L_81; bool L_84 = ___17_bindTextureMS; NullCheck(L_83); RenderTexture_set_bindTextureMS_m06A8FE127AEE42767530955453DBB9C55320208E(L_83, L_84, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_85 = L_83; bool L_86 = __this->___m_HardwareDynamicResRequested_0; bool L_87 = ___18_useDynamicScale; NullCheck(L_85); RenderTexture_set_useDynamicScale_m0B6F123BB7FF0BA01515163A0EFA9B1D4375B883(L_85, (bool)((int32_t)((int32_t)L_86&(int32_t)L_87)), NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_88 = L_85; int32_t L_89 = ___19_memoryless; NullCheck(L_88); RenderTexture_set_memorylessMode_m4F368B9C911EB033DFD44BDB2EF67CD451D74CED(L_88, L_89, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_90 = L_88; int32_t L_91 = ___0_width; int32_t L_92 = ___1_height; int32_t L_93 = ___5_slices; int32_t L_94 = ___7_colorFormat; int32_t L_95 = ___9_dimension; String_t* L_96 = ___20_name; bool L_97 = ___11_useMipMap; bool L_98 = V_0; int32_t L_99 = ___16_msaaSamples; bool L_100 = ___18_useDynamicScale; il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); String_t* L_101; L_101 = CoreUtils_GetRenderTargetAutoName_m22A7580FCAA6088BCDF1FB87A5283469FFA86A11(L_91, L_92, L_93, L_94, L_95, L_96, L_97, L_98, L_99, L_100, NULL); NullCheck(L_90); Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_90, L_101, NULL); V_1 = L_90; } IL_018d: { // rt.Create(); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_102 = V_1; NullCheck(L_102); bool L_103; L_103 = RenderTexture_Create_mA6E4D3CCC84AC3F68E85AA0D6609E1692C672AD2(L_102, NULL); // var newRT = new RTHandle(this); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_104 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)il2cpp_codegen_object_new(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_il2cpp_TypeInfo_var); NullCheck(L_104); RTHandle__ctor_m4B1E60CEC17FB96DC08DE007B11042985DB8E33E(L_104, __this, NULL); // newRT.SetRenderTexture(rt); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_105 = L_104; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_106 = V_1; NullCheck(L_105); RTHandle_SetRenderTexture_m8325131A37B623C614BE55AF2DE2A29856881F01(L_105, L_106, NULL); // newRT.useScaling = false; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_107 = L_105; NullCheck(L_107); RTHandle_set_useScaling_m273446564E3B4FB3919F7C5FC01570029CF6A93A_inline(L_107, (bool)0, NULL); // newRT.m_EnableRandomWrite = enableRandomWrite; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_108 = L_107; bool L_109 = ___10_enableRandomWrite; NullCheck(L_108); L_108->___m_EnableRandomWrite_5 = L_109; // newRT.m_EnableMSAA = enableMSAA; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_110 = L_108; bool L_111 = V_0; NullCheck(L_110); L_110->___m_EnableMSAA_4 = L_111; // newRT.m_EnableHWDynamicScale = useDynamicScale; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_112 = L_110; bool L_113 = ___18_useDynamicScale; NullCheck(L_112); L_112->___m_EnableHWDynamicScale_6 = L_113; // newRT.m_Name = name; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_114 = L_112; String_t* L_115 = ___20_name; NullCheck(L_114); L_114->___m_Name_7 = L_115; Il2CppCodeGenWriteBarrier((void**)(&L_114->___m_Name_7), (void*)L_115); // newRT.referenceSize = new Vector2Int(width, height); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_116 = L_114; int32_t L_117 = ___0_width; int32_t L_118 = ___1_height; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_119; memset((&L_119), 0, sizeof(L_119)); Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_119), L_117, L_118, /*hidden argument*/NULL); NullCheck(L_116); RTHandle_set_referenceSize_mE98B5ED69CDC2C37769532B55D8ED2BA84C84466_inline(L_116, L_119, NULL); // return newRT; return L_116; } } // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandleSystem::Alloc(UnityEngine.Vector2,System.Int32,UnityEngine.Rendering.DepthBits,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.FilterMode,UnityEngine.TextureWrapMode,UnityEngine.Rendering.TextureDimension,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Single,UnityEngine.Rendering.MSAASamples,System.Boolean,System.Boolean,UnityEngine.RenderTextureMemoryless,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandleSystem_Alloc_m930D047EFBB716887CAA28AB1CD8A427CF92E7C7 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_scaleFactor, int32_t ___1_slices, int32_t ___2_depthBufferBits, int32_t ___3_colorFormat, int32_t ___4_filterMode, int32_t ___5_wrapMode, int32_t ___6_dimension, bool ___7_enableRandomWrite, bool ___8_useMipMap, bool ___9_autoGenerateMips, bool ___10_isShadowMap, int32_t ___11_anisoLevel, float ___12_mipMapBias, int32_t ___13_msaaSamples, bool ___14_bindTextureMS, bool ___15_useDynamicScale, int32_t ___16_memoryless, String_t* ___17_name, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // int width = Mathf.Max(Mathf.RoundToInt(scaleFactor.x * GetMaxWidth()), 1); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_scaleFactor; float L_1 = L_0.___x_0; int32_t L_2; L_2 = RTHandleSystem_GetMaxWidth_m0AE3E07285C0CAA906B0EBF879FDB5A916E43C43_inline(__this, NULL); int32_t L_3; L_3 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(((float)il2cpp_codegen_multiply(L_1, ((float)L_2))), NULL); int32_t L_4; L_4 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(L_3, 1, NULL); V_0 = L_4; // int height = Mathf.Max(Mathf.RoundToInt(scaleFactor.y * GetMaxHeight()), 1); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = ___0_scaleFactor; float L_6 = L_5.___y_1; int32_t L_7; L_7 = RTHandleSystem_GetMaxHeight_mF753F115CBC21DF020B828C67164F203FB92AAE1_inline(__this, NULL); int32_t L_8; L_8 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(((float)il2cpp_codegen_multiply(L_6, ((float)L_7))), NULL); int32_t L_9; L_9 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(L_8, 1, NULL); V_1 = L_9; // var rth = AllocAutoSizedRenderTexture(width, // height, // slices, // depthBufferBits, // colorFormat, // filterMode, // wrapMode, // dimension, // enableRandomWrite, // useMipMap, // autoGenerateMips, // isShadowMap, // anisoLevel, // mipMapBias, // msaaSamples, // bindTextureMS, // useDynamicScale, // memoryless, // name // ); int32_t L_10 = V_0; int32_t L_11 = V_1; int32_t L_12 = ___1_slices; int32_t L_13 = ___2_depthBufferBits; int32_t L_14 = ___3_colorFormat; int32_t L_15 = ___4_filterMode; int32_t L_16 = ___5_wrapMode; int32_t L_17 = ___6_dimension; bool L_18 = ___7_enableRandomWrite; bool L_19 = ___8_useMipMap; bool L_20 = ___9_autoGenerateMips; bool L_21 = ___10_isShadowMap; int32_t L_22 = ___11_anisoLevel; float L_23 = ___12_mipMapBias; int32_t L_24 = ___13_msaaSamples; bool L_25 = ___14_bindTextureMS; bool L_26 = ___15_useDynamicScale; int32_t L_27 = ___16_memoryless; String_t* L_28 = ___17_name; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_29; L_29 = RTHandleSystem_AllocAutoSizedRenderTexture_m1A1A2B79B291035C0403BB3B8D8E68B151C40C6B(__this, L_10, L_11, L_12, L_13, L_14, L_15, L_16, L_17, L_18, L_19, L_20, L_21, L_22, L_23, L_24, L_25, L_26, L_27, L_28, NULL); // rth.referenceSize = new Vector2Int(width, height); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_30 = L_29; int32_t L_31 = V_0; int32_t L_32 = V_1; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_33; memset((&L_33), 0, sizeof(L_33)); Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_33), L_31, L_32, /*hidden argument*/NULL); NullCheck(L_30); RTHandle_set_referenceSize_mE98B5ED69CDC2C37769532B55D8ED2BA84C84466_inline(L_30, L_33, NULL); // rth.scaleFactor = scaleFactor; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_34 = L_30; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_35 = ___0_scaleFactor; NullCheck(L_34); RTHandle_set_scaleFactor_m1F6FFA3366846EFFB9F4EAC79F2FF4E00BE75C15_inline(L_34, L_35, NULL); // return rth; return L_34; } } // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandleSystem::Alloc(UnityEngine.Rendering.ScaleFunc,System.Int32,UnityEngine.Rendering.DepthBits,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.FilterMode,UnityEngine.TextureWrapMode,UnityEngine.Rendering.TextureDimension,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Single,UnityEngine.Rendering.MSAASamples,System.Boolean,System.Boolean,UnityEngine.RenderTextureMemoryless,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandleSystem_Alloc_m979E71B4FB5665A89BBF4E6316AF24311838944F (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* ___0_scaleFunc, int32_t ___1_slices, int32_t ___2_depthBufferBits, int32_t ___3_colorFormat, int32_t ___4_filterMode, int32_t ___5_wrapMode, int32_t ___6_dimension, bool ___7_enableRandomWrite, bool ___8_useMipMap, bool ___9_autoGenerateMips, bool ___10_isShadowMap, int32_t ___11_anisoLevel, float ___12_mipMapBias, int32_t ___13_msaaSamples, bool ___14_bindTextureMS, bool ___15_useDynamicScale, int32_t ___16_memoryless, String_t* ___17_name, const RuntimeMethod* method) { Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; { // var scaleFactor = scaleFunc(new Vector2Int(GetMaxWidth(), GetMaxHeight())); ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* L_0 = ___0_scaleFunc; int32_t L_1; L_1 = RTHandleSystem_GetMaxWidth_m0AE3E07285C0CAA906B0EBF879FDB5A916E43C43_inline(__this, NULL); int32_t L_2; L_2 = RTHandleSystem_GetMaxHeight_mF753F115CBC21DF020B828C67164F203FB92AAE1_inline(__this, NULL); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_3; memset((&L_3), 0, sizeof(L_3)); Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_3), L_1, L_2, /*hidden argument*/NULL); NullCheck(L_0); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_4; L_4 = ScaleFunc_Invoke_mA7E3B86BA222C817FBBA757306E2FACB14F35987_inline(L_0, L_3, NULL); V_0 = L_4; // int width = Mathf.Max(scaleFactor.x, 1); int32_t L_5; L_5 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL); int32_t L_6; L_6 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(L_5, 1, NULL); V_1 = L_6; // int height = Mathf.Max(scaleFactor.y, 1); int32_t L_7; L_7 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL); int32_t L_8; L_8 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(L_7, 1, NULL); V_2 = L_8; // var rth = AllocAutoSizedRenderTexture(width, // height, // slices, // depthBufferBits, // colorFormat, // filterMode, // wrapMode, // dimension, // enableRandomWrite, // useMipMap, // autoGenerateMips, // isShadowMap, // anisoLevel, // mipMapBias, // msaaSamples, // bindTextureMS, // useDynamicScale, // memoryless, // name // ); int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11 = ___1_slices; int32_t L_12 = ___2_depthBufferBits; int32_t L_13 = ___3_colorFormat; int32_t L_14 = ___4_filterMode; int32_t L_15 = ___5_wrapMode; int32_t L_16 = ___6_dimension; bool L_17 = ___7_enableRandomWrite; bool L_18 = ___8_useMipMap; bool L_19 = ___9_autoGenerateMips; bool L_20 = ___10_isShadowMap; int32_t L_21 = ___11_anisoLevel; float L_22 = ___12_mipMapBias; int32_t L_23 = ___13_msaaSamples; bool L_24 = ___14_bindTextureMS; bool L_25 = ___15_useDynamicScale; int32_t L_26 = ___16_memoryless; String_t* L_27 = ___17_name; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_28; L_28 = RTHandleSystem_AllocAutoSizedRenderTexture_m1A1A2B79B291035C0403BB3B8D8E68B151C40C6B(__this, L_9, L_10, L_11, L_12, L_13, L_14, L_15, L_16, L_17, L_18, L_19, L_20, L_21, L_22, L_23, L_24, L_25, L_26, L_27, NULL); // rth.referenceSize = new Vector2Int(width, height); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_29 = L_28; int32_t L_30 = V_1; int32_t L_31 = V_2; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_32; memset((&L_32), 0, sizeof(L_32)); Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_32), L_30, L_31, /*hidden argument*/NULL); NullCheck(L_29); RTHandle_set_referenceSize_mE98B5ED69CDC2C37769532B55D8ED2BA84C84466_inline(L_29, L_32, NULL); // rth.scaleFunc = scaleFunc; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_33 = L_29; ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* L_34 = ___0_scaleFunc; NullCheck(L_33); L_33->___scaleFunc_11 = L_34; Il2CppCodeGenWriteBarrier((void**)(&L_33->___scaleFunc_11), (void*)L_34); // return rth; return L_33; } } // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandleSystem::AllocAutoSizedRenderTexture(System.Int32,System.Int32,System.Int32,UnityEngine.Rendering.DepthBits,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.FilterMode,UnityEngine.TextureWrapMode,UnityEngine.Rendering.TextureDimension,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Single,UnityEngine.Rendering.MSAASamples,System.Boolean,System.Boolean,UnityEngine.RenderTextureMemoryless,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandleSystem_AllocAutoSizedRenderTexture_m1A1A2B79B291035C0403BB3B8D8E68B151C40C6B (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, int32_t ___0_width, int32_t ___1_height, int32_t ___2_slices, int32_t ___3_depthBufferBits, int32_t ___4_colorFormat, int32_t ___5_filterMode, int32_t ___6_wrapMode, int32_t ___7_dimension, bool ___8_enableRandomWrite, bool ___9_useMipMap, bool ___10_autoGenerateMips, bool ___11_isShadowMap, int32_t ___12_anisoLevel, float ___13_mipMapBias, int32_t ___14_msaaSamples, bool ___15_bindTextureMS, bool ___16_useDynamicScale, int32_t ___17_memoryless, String_t* ___18_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m840035C205248E5C4DB0B3FB17ABDA3C5660F1CB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral486C2284CBBE41FFA028E72ECCDF4E5011B19D41); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral61FF9A6F253DD43F0AD8B49CD386A2D714864ADF); s_Il2CppMethodInitialized = true; } bool V_0 = false; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_1 = NULL; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t G_B11_0 = 0; int32_t G_B14_0 = 0; { // bool enableMSAA = msaaSamples != MSAASamples.None; int32_t L_0 = ___14_msaaSamples; V_0 = (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0); // if (!enableMSAA && bindTextureMS == true) bool L_1 = V_0; if (L_1) { goto IL_001d; } } { bool L_2 = ___15_bindTextureMS; if (!L_2) { goto IL_001d; } } { // Debug.LogWarning("RTHandle allocated without MSAA but with bindMS set to true, forcing bindMS to false."); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteral61FF9A6F253DD43F0AD8B49CD386A2D714864ADF, NULL); // bindTextureMS = false; ___15_bindTextureMS = (bool)0; } IL_001d: { // if (enableMSAA && (enableRandomWrite == true)) bool L_3 = V_0; if (!L_3) { goto IL_0031; } } { bool L_4 = ___8_enableRandomWrite; if (!L_4) { goto IL_0031; } } { // Debug.LogWarning("RTHandle that is MSAA-enabled cannot allocate MSAA RT with 'enableRandomWrite = true'."); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteral486C2284CBBE41FFA028E72ECCDF4E5011B19D41, NULL); // enableRandomWrite = false; ___8_enableRandomWrite = (bool)0; } IL_0031: { // if (isShadowMap || depthBufferBits != DepthBits.None) bool L_5 = ___11_isShadowMap; if (L_5) { goto IL_003c; } } { int32_t L_6 = ___3_depthBufferBits; if (!L_6) { goto IL_00fa; } } IL_003c: { // RenderTextureFormat format = isShadowMap ? RenderTextureFormat.Shadowmap : RenderTextureFormat.Depth; bool L_7 = ___11_isShadowMap; if (L_7) { goto IL_0043; } } { G_B11_0 = 1; goto IL_0044; } IL_0043: { G_B11_0 = 3; } IL_0044: { V_3 = G_B11_0; // GraphicsFormat stencilFormat = isShadowMap ? GraphicsFormat.None : GraphicsFormat.R8_UInt; bool L_8 = ___11_isShadowMap; if (L_8) { goto IL_004d; } } { G_B14_0 = ((int32_t)13); goto IL_004e; } IL_004d: { G_B14_0 = 0; } IL_004e: { V_4 = G_B14_0; // rt = new RenderTexture(width, height, (int)depthBufferBits, format, RenderTextureReadWrite.Linear) // { // hideFlags = HideFlags.HideAndDontSave, // volumeDepth = slices, // filterMode = filterMode, // wrapMode = wrapMode, // dimension = dimension, // enableRandomWrite = enableRandomWrite, // useMipMap = useMipMap, // autoGenerateMips = autoGenerateMips, // anisoLevel = anisoLevel, // mipMapBias = mipMapBias, // antiAliasing = (int)msaaSamples, // bindTextureMS = bindTextureMS, // useDynamicScale = m_HardwareDynamicResRequested && useDynamicScale, // memorylessMode = memoryless, // stencilFormat = stencilFormat, // name = CoreUtils.GetRenderTargetAutoName(width, height, slices, colorFormat, dimension, name, mips: useMipMap, enableMSAA: enableMSAA, msaaSamples: msaaSamples, dynamicRes: useDynamicScale) // }; int32_t L_9 = ___0_width; int32_t L_10 = ___1_height; int32_t L_11 = ___3_depthBufferBits; int32_t L_12 = V_3; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_13 = (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)il2cpp_codegen_object_new(RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var); NullCheck(L_13); RenderTexture__ctor_m68A1B9CAA1BE0B597C5F4895C296E21502D0C962(L_13, L_9, L_10, L_11, L_12, 1, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_14 = L_13; NullCheck(L_14); Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_14, ((int32_t)61), NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_15 = L_14; int32_t L_16 = ___2_slices; NullCheck(L_15); RenderTexture_set_volumeDepth_mD9B1E6BA4BE6B1741427B34A23B9D48BA9493633(L_15, L_16, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_17 = L_15; int32_t L_18 = ___5_filterMode; NullCheck(L_17); Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_17, L_18, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_19 = L_17; int32_t L_20 = ___6_wrapMode; NullCheck(L_19); Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E(L_19, L_20, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_21 = L_19; int32_t L_22 = ___7_dimension; NullCheck(L_21); VirtualActionInvoker1< int32_t >::Invoke(10 /* System.Void UnityEngine.Texture::set_dimension(UnityEngine.Rendering.TextureDimension) */, L_21, L_22); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_23 = L_21; bool L_24 = ___8_enableRandomWrite; NullCheck(L_23); RenderTexture_set_enableRandomWrite_m1F1B5E033802C193449803411560DB4D5D4AEEAB(L_23, L_24, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_25 = L_23; bool L_26 = ___9_useMipMap; NullCheck(L_25); RenderTexture_set_useMipMap_mB280A39DAB18372D3A0050FF20F730E5B0B44C32(L_25, L_26, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_27 = L_25; bool L_28 = ___10_autoGenerateMips; NullCheck(L_27); RenderTexture_set_autoGenerateMips_mDEFAC13954D315DE52B35B34577218D3AD4897A9(L_27, L_28, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_29 = L_27; int32_t L_30 = ___12_anisoLevel; NullCheck(L_29); Texture_set_anisoLevel_m768759DE9D6BE15FCE995F5FC468980B904B9D1F(L_29, L_30, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_31 = L_29; float L_32 = ___13_mipMapBias; NullCheck(L_31); Texture_set_mipMapBias_m945790033BD16B51B4EDD12E177207EBF5887286(L_31, L_32, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_33 = L_31; int32_t L_34 = ___14_msaaSamples; NullCheck(L_33); RenderTexture_set_antiAliasing_mA578276F4827A5CD4007DFE00117250A9336BC7A(L_33, L_34, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_35 = L_33; bool L_36 = ___15_bindTextureMS; NullCheck(L_35); RenderTexture_set_bindTextureMS_m06A8FE127AEE42767530955453DBB9C55320208E(L_35, L_36, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_37 = L_35; bool L_38 = __this->___m_HardwareDynamicResRequested_0; bool L_39 = ___16_useDynamicScale; NullCheck(L_37); RenderTexture_set_useDynamicScale_m0B6F123BB7FF0BA01515163A0EFA9B1D4375B883(L_37, (bool)((int32_t)((int32_t)L_38&(int32_t)L_39)), NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_40 = L_37; int32_t L_41 = ___17_memoryless; NullCheck(L_40); RenderTexture_set_memorylessMode_m4F368B9C911EB033DFD44BDB2EF67CD451D74CED(L_40, L_41, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_42 = L_40; int32_t L_43 = V_4; NullCheck(L_42); RenderTexture_set_stencilFormat_m92E00333CD5EBDC5B73F43521B6E8132C1B087AE(L_42, L_43, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_44 = L_42; int32_t L_45 = ___0_width; int32_t L_46 = ___1_height; int32_t L_47 = ___2_slices; int32_t L_48 = ___4_colorFormat; int32_t L_49 = ___7_dimension; String_t* L_50 = ___18_name; bool L_51 = ___9_useMipMap; bool L_52 = V_0; int32_t L_53 = ___14_msaaSamples; bool L_54 = ___16_useDynamicScale; il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); String_t* L_55; L_55 = CoreUtils_GetRenderTargetAutoName_m22A7580FCAA6088BCDF1FB87A5283469FFA86A11(L_45, L_46, L_47, L_48, L_49, L_50, L_51, L_52, L_53, L_54, NULL); NullCheck(L_44); Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_44, L_55, NULL); V_1 = L_44; goto IL_0197; } IL_00fa: { // rt = new RenderTexture(width, height, (int)depthBufferBits, colorFormat) // { // hideFlags = HideFlags.HideAndDontSave, // volumeDepth = slices, // filterMode = filterMode, // wrapMode = wrapMode, // dimension = dimension, // enableRandomWrite = enableRandomWrite, // useMipMap = useMipMap, // autoGenerateMips = autoGenerateMips, // anisoLevel = anisoLevel, // mipMapBias = mipMapBias, // antiAliasing = (int)msaaSamples, // bindTextureMS = bindTextureMS, // useDynamicScale = m_HardwareDynamicResRequested && useDynamicScale, // memorylessMode = memoryless, // name = CoreUtils.GetRenderTargetAutoName(width, height, slices, colorFormat, dimension, name, mips: useMipMap, enableMSAA: enableMSAA, msaaSamples: msaaSamples, dynamicRes: useDynamicScale) // }; int32_t L_56 = ___0_width; int32_t L_57 = ___1_height; int32_t L_58 = ___3_depthBufferBits; int32_t L_59 = ___4_colorFormat; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_60 = (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)il2cpp_codegen_object_new(RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var); NullCheck(L_60); RenderTexture__ctor_m0C81127DE754F64FDD3E80E94BE11054B2791F98(L_60, L_56, L_57, L_58, L_59, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_61 = L_60; NullCheck(L_61); Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_61, ((int32_t)61), NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_62 = L_61; int32_t L_63 = ___2_slices; NullCheck(L_62); RenderTexture_set_volumeDepth_mD9B1E6BA4BE6B1741427B34A23B9D48BA9493633(L_62, L_63, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_64 = L_62; int32_t L_65 = ___5_filterMode; NullCheck(L_64); Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_64, L_65, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_66 = L_64; int32_t L_67 = ___6_wrapMode; NullCheck(L_66); Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E(L_66, L_67, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_68 = L_66; int32_t L_69 = ___7_dimension; NullCheck(L_68); VirtualActionInvoker1< int32_t >::Invoke(10 /* System.Void UnityEngine.Texture::set_dimension(UnityEngine.Rendering.TextureDimension) */, L_68, L_69); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_70 = L_68; bool L_71 = ___8_enableRandomWrite; NullCheck(L_70); RenderTexture_set_enableRandomWrite_m1F1B5E033802C193449803411560DB4D5D4AEEAB(L_70, L_71, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_72 = L_70; bool L_73 = ___9_useMipMap; NullCheck(L_72); RenderTexture_set_useMipMap_mB280A39DAB18372D3A0050FF20F730E5B0B44C32(L_72, L_73, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_74 = L_72; bool L_75 = ___10_autoGenerateMips; NullCheck(L_74); RenderTexture_set_autoGenerateMips_mDEFAC13954D315DE52B35B34577218D3AD4897A9(L_74, L_75, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_76 = L_74; int32_t L_77 = ___12_anisoLevel; NullCheck(L_76); Texture_set_anisoLevel_m768759DE9D6BE15FCE995F5FC468980B904B9D1F(L_76, L_77, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_78 = L_76; float L_79 = ___13_mipMapBias; NullCheck(L_78); Texture_set_mipMapBias_m945790033BD16B51B4EDD12E177207EBF5887286(L_78, L_79, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_80 = L_78; int32_t L_81 = ___14_msaaSamples; NullCheck(L_80); RenderTexture_set_antiAliasing_mA578276F4827A5CD4007DFE00117250A9336BC7A(L_80, L_81, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_82 = L_80; bool L_83 = ___15_bindTextureMS; NullCheck(L_82); RenderTexture_set_bindTextureMS_m06A8FE127AEE42767530955453DBB9C55320208E(L_82, L_83, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_84 = L_82; bool L_85 = __this->___m_HardwareDynamicResRequested_0; bool L_86 = ___16_useDynamicScale; NullCheck(L_84); RenderTexture_set_useDynamicScale_m0B6F123BB7FF0BA01515163A0EFA9B1D4375B883(L_84, (bool)((int32_t)((int32_t)L_85&(int32_t)L_86)), NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_87 = L_84; int32_t L_88 = ___17_memoryless; NullCheck(L_87); RenderTexture_set_memorylessMode_m4F368B9C911EB033DFD44BDB2EF67CD451D74CED(L_87, L_88, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_89 = L_87; int32_t L_90 = ___0_width; int32_t L_91 = ___1_height; int32_t L_92 = ___2_slices; int32_t L_93 = ___4_colorFormat; int32_t L_94 = ___7_dimension; String_t* L_95 = ___18_name; bool L_96 = ___9_useMipMap; bool L_97 = V_0; int32_t L_98 = ___14_msaaSamples; bool L_99 = ___16_useDynamicScale; il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); String_t* L_100; L_100 = CoreUtils_GetRenderTargetAutoName_m22A7580FCAA6088BCDF1FB87A5283469FFA86A11(L_90, L_91, L_92, L_93, L_94, L_95, L_96, L_97, L_98, L_99, NULL); NullCheck(L_89); Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_89, L_100, NULL); V_1 = L_89; } IL_0197: { // rt.Create(); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_101 = V_1; NullCheck(L_101); bool L_102; L_102 = RenderTexture_Create_mA6E4D3CCC84AC3F68E85AA0D6609E1692C672AD2(L_101, NULL); // var rth = new RTHandle(this); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_103 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)il2cpp_codegen_object_new(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_il2cpp_TypeInfo_var); NullCheck(L_103); RTHandle__ctor_m4B1E60CEC17FB96DC08DE007B11042985DB8E33E(L_103, __this, NULL); V_2 = L_103; // rth.SetRenderTexture(rt); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_104 = V_2; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_105 = V_1; NullCheck(L_104); RTHandle_SetRenderTexture_m8325131A37B623C614BE55AF2DE2A29856881F01(L_104, L_105, NULL); // rth.m_EnableMSAA = enableMSAA; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_106 = V_2; bool L_107 = V_0; NullCheck(L_106); L_106->___m_EnableMSAA_4 = L_107; // rth.m_EnableRandomWrite = enableRandomWrite; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_108 = V_2; bool L_109 = ___8_enableRandomWrite; NullCheck(L_108); L_108->___m_EnableRandomWrite_5 = L_109; // rth.useScaling = true; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_110 = V_2; NullCheck(L_110); RTHandle_set_useScaling_m273446564E3B4FB3919F7C5FC01570029CF6A93A_inline(L_110, (bool)1, NULL); // rth.m_EnableHWDynamicScale = useDynamicScale; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_111 = V_2; bool L_112 = ___16_useDynamicScale; NullCheck(L_111); L_111->___m_EnableHWDynamicScale_6 = L_112; // rth.m_Name = name; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_113 = V_2; String_t* L_114 = ___18_name; NullCheck(L_113); L_113->___m_Name_7 = L_114; Il2CppCodeGenWriteBarrier((void**)(&L_113->___m_Name_7), (void*)L_114); // m_AutoSizedRTs.Add(rth); HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_115 = __this->___m_AutoSizedRTs_1; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_116 = V_2; NullCheck(L_115); bool L_117; L_117 = HashSet_1_Add_m840035C205248E5C4DB0B3FB17ABDA3C5660F1CB(L_115, L_116, HashSet_1_Add_m840035C205248E5C4DB0B3FB17ABDA3C5660F1CB_RuntimeMethod_var); // return rth; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_118 = V_2; return L_118; } } // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandleSystem::Alloc(UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandleSystem_Alloc_m6220A7F43011B0D3277FFBED674A310002DAB3EC (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___0_texture, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var rth = new RTHandle(this); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)il2cpp_codegen_object_new(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_il2cpp_TypeInfo_var); NullCheck(L_0); RTHandle__ctor_m4B1E60CEC17FB96DC08DE007B11042985DB8E33E(L_0, __this, NULL); // rth.SetRenderTexture(texture); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = L_0; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_2 = ___0_texture; NullCheck(L_1); RTHandle_SetRenderTexture_m8325131A37B623C614BE55AF2DE2A29856881F01(L_1, L_2, NULL); // rth.m_EnableMSAA = false; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_3 = L_1; NullCheck(L_3); L_3->___m_EnableMSAA_4 = (bool)0; // rth.m_EnableRandomWrite = false; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4 = L_3; NullCheck(L_4); L_4->___m_EnableRandomWrite_5 = (bool)0; // rth.useScaling = false; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_5 = L_4; NullCheck(L_5); RTHandle_set_useScaling_m273446564E3B4FB3919F7C5FC01570029CF6A93A_inline(L_5, (bool)0, NULL); // rth.m_EnableHWDynamicScale = false; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6 = L_5; NullCheck(L_6); L_6->___m_EnableHWDynamicScale_6 = (bool)0; // rth.m_Name = texture.name; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7 = L_6; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_8 = ___0_texture; NullCheck(L_8); String_t* L_9; L_9 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_8, NULL); NullCheck(L_7); L_7->___m_Name_7 = L_9; Il2CppCodeGenWriteBarrier((void**)(&L_7->___m_Name_7), (void*)L_9); // return rth; return L_7; } } // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandleSystem::Alloc(UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandleSystem_Alloc_m8813228D1C9D34992E020DDD8956CDF9AF2A3665 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_texture, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var rth = new RTHandle(this); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)il2cpp_codegen_object_new(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_il2cpp_TypeInfo_var); NullCheck(L_0); RTHandle__ctor_m4B1E60CEC17FB96DC08DE007B11042985DB8E33E(L_0, __this, NULL); // rth.SetTexture(texture); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = L_0; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_2 = ___0_texture; NullCheck(L_1); RTHandle_SetTexture_m6F70C921091D39C7377853D6F5045720A6CE49DF(L_1, L_2, NULL); // rth.m_EnableMSAA = false; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_3 = L_1; NullCheck(L_3); L_3->___m_EnableMSAA_4 = (bool)0; // rth.m_EnableRandomWrite = false; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4 = L_3; NullCheck(L_4); L_4->___m_EnableRandomWrite_5 = (bool)0; // rth.useScaling = false; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_5 = L_4; NullCheck(L_5); RTHandle_set_useScaling_m273446564E3B4FB3919F7C5FC01570029CF6A93A_inline(L_5, (bool)0, NULL); // rth.m_EnableHWDynamicScale = false; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6 = L_5; NullCheck(L_6); L_6->___m_EnableHWDynamicScale_6 = (bool)0; // rth.m_Name = texture.name; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7 = L_6; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_8 = ___0_texture; NullCheck(L_8); String_t* L_9; L_9 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_8, NULL); NullCheck(L_7); L_7->___m_Name_7 = L_9; Il2CppCodeGenWriteBarrier((void**)(&L_7->___m_Name_7), (void*)L_9); // return rth; return L_7; } } // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandleSystem::Alloc(UnityEngine.Rendering.RenderTargetIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandleSystem_Alloc_m86DF1C13114BD43774CC6108930D2BC1FABAD5BF (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_texture, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // return Alloc(texture, ""); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_0 = ___0_texture; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1; L_1 = RTHandleSystem_Alloc_m9325CFF23333D599F8BD6BA274CB435CFC8A5D58(__this, L_0, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL); return L_1; } } // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandleSystem::Alloc(UnityEngine.Rendering.RenderTargetIdentifier,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandleSystem_Alloc_m9325CFF23333D599F8BD6BA274CB435CFC8A5D58 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_texture, String_t* ___1_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var rth = new RTHandle(this); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)il2cpp_codegen_object_new(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_il2cpp_TypeInfo_var); NullCheck(L_0); RTHandle__ctor_m4B1E60CEC17FB96DC08DE007B11042985DB8E33E(L_0, __this, NULL); // rth.SetTexture(texture); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = L_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_2 = ___0_texture; NullCheck(L_1); RTHandle_SetTexture_m3C2728178516E7C86C52BF75EC7303CFDE68CDC6(L_1, L_2, NULL); // rth.m_EnableMSAA = false; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_3 = L_1; NullCheck(L_3); L_3->___m_EnableMSAA_4 = (bool)0; // rth.m_EnableRandomWrite = false; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4 = L_3; NullCheck(L_4); L_4->___m_EnableRandomWrite_5 = (bool)0; // rth.useScaling = false; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_5 = L_4; NullCheck(L_5); RTHandle_set_useScaling_m273446564E3B4FB3919F7C5FC01570029CF6A93A_inline(L_5, (bool)0, NULL); // rth.m_EnableHWDynamicScale = false; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6 = L_5; NullCheck(L_6); L_6->___m_EnableHWDynamicScale_6 = (bool)0; // rth.m_Name = name; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7 = L_6; String_t* L_8 = ___1_name; NullCheck(L_7); L_7->___m_Name_7 = L_8; Il2CppCodeGenWriteBarrier((void**)(&L_7->___m_Name_7), (void*)L_8); // return rth; return L_7; } } // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.RTHandleSystem::Alloc(UnityEngine.Rendering.RTHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandleSystem_Alloc_mEB01A061012881005B445E21EF58F6A6F174BFA7 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_tex, 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*)&_stringLiteral96E86D994C542E8C3CFF4703CB8A80754EECBAE6); s_Il2CppMethodInitialized = true; } { // Debug.LogError("Allocation a RTHandle from another one is forbidden."); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral96E86D994C542E8C3CFF4703CB8A80754EECBAE6, NULL); // return null; return (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL; } } // System.String UnityEngine.Rendering.RTHandleSystem::DumpRTInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RTHandleSystem_DumpRTInfo_m8F58815EE6F64F6782A27A76AB59CD756F862D31 (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Resize_TisRTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_m84128550E844B679D453EB2801533537ECFD1313_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_CopyTo_mF478E725DF865AC9B336FC98E7DA27DA0B665A0C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_get_Count_mF23F1DAFA0ABA9DEAB0A3E7232D2D60F7BB5CDE2_RuntimeMethod_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*)&RenderTextureFormat_tB6F1ED5040395B46880CE00312D2FDDBF9EEB40F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB641CA3BCF46222A4846D0082A7528E2A9089667); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_3 = NULL; { // string result = ""; V_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; // Array.Resize(ref m_AutoSizedRTsArray, m_AutoSizedRTs.Count); RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF** L_0 = (&__this->___m_AutoSizedRTsArray_2); HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_1 = __this->___m_AutoSizedRTs_1; NullCheck(L_1); int32_t L_2; L_2 = HashSet_1_get_Count_mF23F1DAFA0ABA9DEAB0A3E7232D2D60F7BB5CDE2_inline(L_1, HashSet_1_get_Count_mF23F1DAFA0ABA9DEAB0A3E7232D2D60F7BB5CDE2_RuntimeMethod_var); Array_Resize_TisRTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_m84128550E844B679D453EB2801533537ECFD1313(L_0, L_2, Array_Resize_TisRTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_m84128550E844B679D453EB2801533537ECFD1313_RuntimeMethod_var); // m_AutoSizedRTs.CopyTo(m_AutoSizedRTsArray); HashSet_1_t26796BF4011CBFA30FF5AA4EAD424A60B28827B3* L_3 = __this->___m_AutoSizedRTs_1; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_4 = __this->___m_AutoSizedRTsArray_2; NullCheck(L_3); HashSet_1_CopyTo_mF478E725DF865AC9B336FC98E7DA27DA0B665A0C(L_3, L_4, HashSet_1_CopyTo_mF478E725DF865AC9B336FC98E7DA27DA0B665A0C_RuntimeMethod_var); // for (int i = 0, c = m_AutoSizedRTsArray.Length; i < c; ++i) V_1 = 0; // for (int i = 0, c = m_AutoSizedRTsArray.Length; i < c; ++i) RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_5 = __this->___m_AutoSizedRTsArray_2; NullCheck(L_5); V_2 = ((int32_t)(((RuntimeArray*)L_5)->max_length)); goto IL_0094; } IL_003a: { // var rt = m_AutoSizedRTsArray[i].rt; RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_6 = __this->___m_AutoSizedRTsArray_2; int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_9); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_10; L_10 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(L_9, NULL); V_3 = L_10; // result = string.Format("{0}\nRT ({1})\t Format: {2} W: {3} H {4}\n", result, i, rt.format, rt.width, rt.height); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)5); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11; String_t* L_13 = V_0; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (RuntimeObject*)L_13); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = L_12; int32_t L_15 = V_1; int32_t L_16 = L_15; RuntimeObject* L_17 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_16); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_17); (L_14)->SetAt(static_cast(1), (RuntimeObject*)L_17); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_18 = L_14; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_19 = V_3; NullCheck(L_19); int32_t L_20; L_20 = RenderTexture_get_format_m58556ABB91A1FADA8044BEEA2E8C55280768CF35(L_19, NULL); int32_t L_21 = L_20; RuntimeObject* L_22 = Box(RenderTextureFormat_tB6F1ED5040395B46880CE00312D2FDDBF9EEB40F_il2cpp_TypeInfo_var, &L_21); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_22); (L_18)->SetAt(static_cast(2), (RuntimeObject*)L_22); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_23 = L_18; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_24 = V_3; NullCheck(L_24); int32_t L_25; L_25 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_24); int32_t L_26 = L_25; RuntimeObject* L_27 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_26); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_27); (L_23)->SetAt(static_cast(3), (RuntimeObject*)L_27); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_28 = L_23; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_29 = V_3; NullCheck(L_29); int32_t L_30; L_30 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_29); int32_t L_31 = L_30; RuntimeObject* L_32 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_31); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_32); (L_28)->SetAt(static_cast(4), (RuntimeObject*)L_32); String_t* L_33; L_33 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteralB641CA3BCF46222A4846D0082A7528E2A9089667, L_28, NULL); V_0 = L_33; // for (int i = 0, c = m_AutoSizedRTsArray.Length; i < c; ++i) int32_t L_34 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_34, 1)); } IL_0094: { // for (int i = 0, c = m_AutoSizedRTsArray.Length; i < c; ++i) int32_t L_35 = V_1; int32_t L_36 = V_2; if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_003a; } } { // return result; String_t* L_37 = V_0; return L_37; } } #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.Rendering.AtlasAllocator::.ctor(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasAllocator__ctor_m5F1B4A78BD5489FCC8100F2D0AC721CC42272BEB (AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E* __this, int32_t ___0_width, int32_t ___1_height, bool ___2_potPadding, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1__ctor_m248576F8207BC015367464CBE1320AA25BD71557_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__6_0_mEE6E87AE529F16564D6A203353BE0BF274FEED70_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__6_1_mCB0411FC9901BAFC4F1272C563E40879E9881F45_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26* G_B2_0 = NULL; AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E* G_B2_1 = NULL; UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26* G_B1_0 = NULL; AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E* G_B1_1 = NULL; UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26* G_B4_0 = NULL; UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26* G_B4_1 = NULL; AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E* G_B4_2 = NULL; UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26* G_B3_0 = NULL; UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26* G_B3_1 = NULL; AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E* G_B3_2 = NULL; { // public AtlasAllocator(int width, int height, bool potPadding) Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // m_Root = new AtlasNode(); AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_0 = (AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4*)il2cpp_codegen_object_new(AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4_il2cpp_TypeInfo_var); NullCheck(L_0); AtlasNode__ctor_mB6D5CFB4511F82EBF3BB82CD666B0C2B3B2CC76B(L_0, NULL); __this->___m_Root_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Root_0), (void*)L_0); // m_Root.m_Rect.Set(width, height, 0, 0); AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_1 = __this->___m_Root_0; NullCheck(L_1); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_2 = (&L_1->___m_Rect_2); int32_t L_3 = ___0_width; int32_t L_4 = ___1_height; Vector4_Set_m3ABFE71180FF7D12472A10C89A682CFC36D822F0_inline(L_2, ((float)L_3), ((float)L_4), (0.0f), (0.0f), NULL); // m_Width = width; int32_t L_5 = ___0_width; __this->___m_Width_1 = L_5; // m_Height = height; int32_t L_6 = ___1_height; __this->___m_Height_2 = L_6; // powerOfTwoPadding = potPadding; bool L_7 = ___2_potPadding; __this->___powerOfTwoPadding_3 = L_7; // m_NodePool = new ObjectPool(_ => { }, _ => { }); il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_il2cpp_TypeInfo_var); UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26* L_8 = ((U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_il2cpp_TypeInfo_var))->___U3CU3E9__6_0_1; UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26* L_9 = L_8; G_B1_0 = L_9; G_B1_1 = __this; if (L_9) { G_B2_0 = L_9; G_B2_1 = __this; goto IL_0064; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_il2cpp_TypeInfo_var); U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE* L_10 = ((U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_il2cpp_TypeInfo_var))->___U3CU3E9_0; UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26* L_11 = (UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26*)il2cpp_codegen_object_new(UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26_il2cpp_TypeInfo_var); NullCheck(L_11); UnityAction_1__ctor_m660BB0717C2A004B2788569963826278E673409D(L_11, L_10, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__6_0_mEE6E87AE529F16564D6A203353BE0BF274FEED70_RuntimeMethod_var), NULL); UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26* L_12 = L_11; ((U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_il2cpp_TypeInfo_var))->___U3CU3E9__6_0_1 = L_12; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_il2cpp_TypeInfo_var))->___U3CU3E9__6_0_1), (void*)L_12); G_B2_0 = L_12; G_B2_1 = G_B1_1; } IL_0064: { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_il2cpp_TypeInfo_var); UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26* L_13 = ((U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_il2cpp_TypeInfo_var))->___U3CU3E9__6_1_2; UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26* L_14 = L_13; G_B3_0 = L_14; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; if (L_14) { G_B4_0 = L_14; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0083; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_il2cpp_TypeInfo_var); U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE* L_15 = ((U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_il2cpp_TypeInfo_var))->___U3CU3E9_0; UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26* L_16 = (UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26*)il2cpp_codegen_object_new(UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26_il2cpp_TypeInfo_var); NullCheck(L_16); UnityAction_1__ctor_m660BB0717C2A004B2788569963826278E673409D(L_16, L_15, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__6_1_mCB0411FC9901BAFC4F1272C563E40879E9881F45_RuntimeMethod_var), NULL); UnityAction_1_t69DB95D4376E4D4759D2CC04CD6CF4DB5B833D26* L_17 = L_16; ((U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_il2cpp_TypeInfo_var))->___U3CU3E9__6_1_2 = L_17; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_il2cpp_TypeInfo_var))->___U3CU3E9__6_1_2), (void*)L_17); G_B4_0 = L_17; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; } IL_0083: { ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75* L_18 = (ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75*)il2cpp_codegen_object_new(ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75_il2cpp_TypeInfo_var); NullCheck(L_18); ObjectPool_1__ctor_m248576F8207BC015367464CBE1320AA25BD71557(L_18, G_B4_1, G_B4_0, (bool)1, ObjectPool_1__ctor_m248576F8207BC015367464CBE1320AA25BD71557_RuntimeMethod_var); NullCheck(G_B4_2); G_B4_2->___m_NodePool_4 = L_18; Il2CppCodeGenWriteBarrier((void**)(&G_B4_2->___m_NodePool_4), (void*)L_18); // } return; } } // System.Boolean UnityEngine.Rendering.AtlasAllocator::Allocate(UnityEngine.Vector4&,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AtlasAllocator_Allocate_m4CAB1873DB9D4E4CC5C0CF6581E0B4AEFCED19C6 (AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_result, int32_t ___1_width, int32_t ___2_height, const RuntimeMethod* method) { AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* V_0 = NULL; { // AtlasNode node = m_Root.Allocate(ref m_NodePool, width, height, powerOfTwoPadding); AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_0 = __this->___m_Root_0; ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75** L_1 = (&__this->___m_NodePool_4); int32_t L_2 = ___1_width; int32_t L_3 = ___2_height; bool L_4 = __this->___powerOfTwoPadding_3; NullCheck(L_0); AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_5; L_5 = AtlasNode_Allocate_m2BDA3A3172B54122AE5A862692103B7AEB5DA014(L_0, L_1, L_2, L_3, L_4, NULL); V_0 = L_5; // if (node != null) AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_6 = V_0; if (!L_6) { goto IL_002b; } } { // result = node.m_Rect; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_7 = ___0_result; AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_8 = V_0; NullCheck(L_8); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9 = L_8->___m_Rect_2; *(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_7 = L_9; // return true; return (bool)1; } IL_002b: { // result = Vector4.zero; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_10 = ___0_result; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_11; L_11 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL); *(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_10 = L_11; // return false; return (bool)0; } } // System.Void UnityEngine.Rendering.AtlasAllocator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasAllocator_Reset_mF10CD4D29A6CB93FAA43BDCA6680C87166E84989 (AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E* __this, const RuntimeMethod* method) { { // m_Root.Release(ref m_NodePool); AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_0 = __this->___m_Root_0; ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75** L_1 = (&__this->___m_NodePool_4); NullCheck(L_0); AtlasNode_Release_m6710C2233272E0EFEBD120970FA83453684D1BAA(L_0, L_1, NULL); // m_Root.m_Rect.Set(m_Width, m_Height, 0, 0); AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_2 = __this->___m_Root_0; NullCheck(L_2); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_3 = (&L_2->___m_Rect_2); int32_t L_4 = __this->___m_Width_1; int32_t L_5 = __this->___m_Height_2; Vector4_Set_m3ABFE71180FF7D12472A10C89A682CFC36D822F0_inline(L_3, ((float)L_4), ((float)L_5), (0.0f), (0.0f), 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.Rendering.AtlasAllocator/AtlasNode UnityEngine.Rendering.AtlasAllocator/AtlasNode::Allocate(UnityEngine.Rendering.ObjectPool`1&,System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* AtlasNode_Allocate_m2BDA3A3172B54122AE5A862692103B7AEB5DA014 (AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* __this, ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75** ___0_pool, int32_t ___1_width, int32_t ___2_height, bool ___3_powerOfTwoPadding, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Get_m72989C70A667938534DB2B5633F1957384957316_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* V_2 = NULL; { // if (m_RightChild != null) AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_0 = __this->___m_RightChild_0; if (!L_0) { goto IL_002f; } } { // AtlasNode node = m_RightChild.Allocate(ref pool, width, height, powerOfTwoPadding); AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_1 = __this->___m_RightChild_0; ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75** L_2 = ___0_pool; int32_t L_3 = ___1_width; int32_t L_4 = ___2_height; bool L_5 = ___3_powerOfTwoPadding; NullCheck(L_1); AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_6; L_6 = AtlasNode_Allocate_m2BDA3A3172B54122AE5A862692103B7AEB5DA014(L_1, L_2, L_3, L_4, L_5, NULL); V_2 = L_6; // if (node == null) AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_7 = V_2; if (L_7) { goto IL_002d; } } { // node = m_BottomChild.Allocate(ref pool, width, height, powerOfTwoPadding); AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_8 = __this->___m_BottomChild_1; ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75** L_9 = ___0_pool; int32_t L_10 = ___1_width; int32_t L_11 = ___2_height; bool L_12 = ___3_powerOfTwoPadding; NullCheck(L_8); AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_13; L_13 = AtlasNode_Allocate_m2BDA3A3172B54122AE5A862692103B7AEB5DA014(L_8, L_9, L_10, L_11, L_12, NULL); V_2 = L_13; } IL_002d: { // return node; AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_14 = V_2; return L_14; } IL_002f: { // int wPadd = 0; V_0 = 0; // int hPadd = 0; V_1 = 0; // if (powerOfTwoPadding) bool L_15 = ___3_powerOfTwoPadding; if (!L_15) { goto IL_0055; } } { // wPadd = (int)m_Rect.x % width; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_16 = (&__this->___m_Rect_2); float L_17 = L_16->___x_1; int32_t L_18 = ___1_width; V_0 = ((int32_t)(il2cpp_codegen_cast_double_to_int(L_17)%L_18)); // hPadd = (int)m_Rect.y % height; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_19 = (&__this->___m_Rect_2); float L_20 = L_19->___y_2; int32_t L_21 = ___2_height; V_1 = ((int32_t)(il2cpp_codegen_cast_double_to_int(L_20)%L_21)); } IL_0055: { // if ((width <= m_Rect.x - wPadd) && (height <= m_Rect.y - hPadd)) int32_t L_22 = ___1_width; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_23 = (&__this->___m_Rect_2); float L_24 = L_23->___x_1; int32_t L_25 = V_0; if ((!(((float)((float)L_22)) <= ((float)((float)il2cpp_codegen_subtract(L_24, ((float)L_25))))))) { goto IL_02bb; } } { int32_t L_26 = ___2_height; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_27 = (&__this->___m_Rect_2); float L_28 = L_27->___y_2; int32_t L_29 = V_1; if ((!(((float)((float)L_26)) <= ((float)((float)il2cpp_codegen_subtract(L_28, ((float)L_29))))))) { goto IL_02bb; } } { // m_RightChild = pool.Get(); ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75** L_30 = ___0_pool; ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75* L_31 = *((ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75**)L_30); NullCheck(L_31); AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_32; L_32 = ObjectPool_1_Get_m72989C70A667938534DB2B5633F1957384957316(L_31, ObjectPool_1_Get_m72989C70A667938534DB2B5633F1957384957316_RuntimeMethod_var); __this->___m_RightChild_0 = L_32; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RightChild_0), (void*)L_32); // m_BottomChild = pool.Get(); ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75** L_33 = ___0_pool; ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75* L_34 = *((ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75**)L_33); NullCheck(L_34); AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_35; L_35 = ObjectPool_1_Get_m72989C70A667938534DB2B5633F1957384957316(L_34, ObjectPool_1_Get_m72989C70A667938534DB2B5633F1957384957316_RuntimeMethod_var); __this->___m_BottomChild_1 = L_35; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BottomChild_1), (void*)L_35); // m_Rect.z += wPadd; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_36 = (&__this->___m_Rect_2); float* L_37 = (&L_36->___z_3); float* L_38 = L_37; float L_39 = *((float*)L_38); int32_t L_40 = V_0; *((float*)L_38) = (float)((float)il2cpp_codegen_add(L_39, ((float)L_40))); // m_Rect.w += hPadd; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_41 = (&__this->___m_Rect_2); float* L_42 = (&L_41->___w_4); float* L_43 = L_42; float L_44 = *((float*)L_43); int32_t L_45 = V_1; *((float*)L_43) = (float)((float)il2cpp_codegen_add(L_44, ((float)L_45))); // m_Rect.x -= wPadd; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_46 = (&__this->___m_Rect_2); float* L_47 = (&L_46->___x_1); float* L_48 = L_47; float L_49 = *((float*)L_48); int32_t L_50 = V_0; *((float*)L_48) = (float)((float)il2cpp_codegen_subtract(L_49, ((float)L_50))); // m_Rect.y -= hPadd; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_51 = (&__this->___m_Rect_2); float* L_52 = (&L_51->___y_2); float* L_53 = L_52; float L_54 = *((float*)L_53); int32_t L_55 = V_1; *((float*)L_53) = (float)((float)il2cpp_codegen_subtract(L_54, ((float)L_55))); // if (width > height) // logic to decide which way to split int32_t L_56 = ___1_width; int32_t L_57 = ___2_height; if ((((int32_t)L_56) <= ((int32_t)L_57))) { goto IL_01c4; } } { // m_RightChild.m_Rect.z = m_Rect.z + width; // | | | AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_58 = __this->___m_RightChild_0; NullCheck(L_58); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_59 = (&L_58->___m_Rect_2); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_60 = (&__this->___m_Rect_2); float L_61 = L_60->___z_3; int32_t L_62 = ___1_width; L_59->___z_3 = ((float)il2cpp_codegen_add(L_61, ((float)L_62))); // m_RightChild.m_Rect.w = m_Rect.w; // +--------+------+ AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_63 = __this->___m_RightChild_0; NullCheck(L_63); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_64 = (&L_63->___m_Rect_2); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_65 = (&__this->___m_Rect_2); float L_66 = L_65->___w_4; L_64->___w_4 = L_66; // m_RightChild.m_Rect.x = m_Rect.x - width; // | | AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_67 = __this->___m_RightChild_0; NullCheck(L_67); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_68 = (&L_67->___m_Rect_2); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_69 = (&__this->___m_Rect_2); float L_70 = L_69->___x_1; int32_t L_71 = ___1_width; L_68->___x_1 = ((float)il2cpp_codegen_subtract(L_70, ((float)L_71))); // m_RightChild.m_Rect.y = height; // | | AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_72 = __this->___m_RightChild_0; NullCheck(L_72); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_73 = (&L_72->___m_Rect_2); int32_t L_74 = ___2_height; L_73->___y_2 = ((float)L_74); // m_BottomChild.m_Rect.z = m_Rect.z; AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_75 = __this->___m_BottomChild_1; NullCheck(L_75); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_76 = (&L_75->___m_Rect_2); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_77 = (&__this->___m_Rect_2); float L_78 = L_77->___z_3; L_76->___z_3 = L_78; // m_BottomChild.m_Rect.w = m_Rect.w + height; AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_79 = __this->___m_BottomChild_1; NullCheck(L_79); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_80 = (&L_79->___m_Rect_2); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_81 = (&__this->___m_Rect_2); float L_82 = L_81->___w_4; int32_t L_83 = ___2_height; L_80->___w_4 = ((float)il2cpp_codegen_add(L_82, ((float)L_83))); // m_BottomChild.m_Rect.x = m_Rect.x; AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_84 = __this->___m_BottomChild_1; NullCheck(L_84); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_85 = (&L_84->___m_Rect_2); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_86 = (&__this->___m_Rect_2); float L_87 = L_86->___x_1; L_85->___x_1 = L_87; // m_BottomChild.m_Rect.y = m_Rect.y - height; AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_88 = __this->___m_BottomChild_1; NullCheck(L_88); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_89 = (&L_88->___m_Rect_2); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_90 = (&__this->___m_Rect_2); float L_91 = L_90->___y_2; int32_t L_92 = ___2_height; L_89->___y_2 = ((float)il2cpp_codegen_subtract(L_91, ((float)L_92))); goto IL_029f; } IL_01c4: { // m_RightChild.m_Rect.z = m_Rect.z + width; // | | | AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_93 = __this->___m_RightChild_0; NullCheck(L_93); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_94 = (&L_93->___m_Rect_2); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_95 = (&__this->___m_Rect_2); float L_96 = L_95->___z_3; int32_t L_97 = ___1_width; L_94->___z_3 = ((float)il2cpp_codegen_add(L_96, ((float)L_97))); // m_RightChild.m_Rect.w = m_Rect.w; // | | | AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_98 = __this->___m_RightChild_0; NullCheck(L_98); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_99 = (&L_98->___m_Rect_2); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_100 = (&__this->___m_Rect_2); float L_101 = L_100->___w_4; L_99->___w_4 = L_101; // m_RightChild.m_Rect.x = m_Rect.x - width; // +---+ + AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_102 = __this->___m_RightChild_0; NullCheck(L_102); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_103 = (&L_102->___m_Rect_2); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_104 = (&__this->___m_Rect_2); float L_105 = L_104->___x_1; int32_t L_106 = ___1_width; L_103->___x_1 = ((float)il2cpp_codegen_subtract(L_105, ((float)L_106))); // m_RightChild.m_Rect.y = m_Rect.y; // | | | AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_107 = __this->___m_RightChild_0; NullCheck(L_107); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_108 = (&L_107->___m_Rect_2); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_109 = (&__this->___m_Rect_2); float L_110 = L_109->___y_2; L_108->___y_2 = L_110; // m_BottomChild.m_Rect.z = m_Rect.z; AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_111 = __this->___m_BottomChild_1; NullCheck(L_111); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_112 = (&L_111->___m_Rect_2); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_113 = (&__this->___m_Rect_2); float L_114 = L_113->___z_3; L_112->___z_3 = L_114; // m_BottomChild.m_Rect.w = m_Rect.w + height; AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_115 = __this->___m_BottomChild_1; NullCheck(L_115); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_116 = (&L_115->___m_Rect_2); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_117 = (&__this->___m_Rect_2); float L_118 = L_117->___w_4; int32_t L_119 = ___2_height; L_116->___w_4 = ((float)il2cpp_codegen_add(L_118, ((float)L_119))); // m_BottomChild.m_Rect.x = width; AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_120 = __this->___m_BottomChild_1; NullCheck(L_120); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_121 = (&L_120->___m_Rect_2); int32_t L_122 = ___1_width; L_121->___x_1 = ((float)L_122); // m_BottomChild.m_Rect.y = m_Rect.y - height; AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_123 = __this->___m_BottomChild_1; NullCheck(L_123); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_124 = (&L_123->___m_Rect_2); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_125 = (&__this->___m_Rect_2); float L_126 = L_125->___y_2; int32_t L_127 = ___2_height; L_124->___y_2 = ((float)il2cpp_codegen_subtract(L_126, ((float)L_127))); } IL_029f: { // m_Rect.x = width; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_128 = (&__this->___m_Rect_2); int32_t L_129 = ___1_width; L_128->___x_1 = ((float)L_129); // m_Rect.y = height; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_130 = (&__this->___m_Rect_2); int32_t L_131 = ___2_height; L_130->___y_2 = ((float)L_131); // return this; return __this; } IL_02bb: { // return null; return (AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4*)NULL; } } // System.Void UnityEngine.Rendering.AtlasAllocator/AtlasNode::Release(UnityEngine.Rendering.ObjectPool`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasNode_Release_m6710C2233272E0EFEBD120970FA83453684D1BAA (AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* __this, ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75** ___0_pool, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Release_mDA165395335415A6CC5C0332EC48735507B673B5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (m_RightChild != null) AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_0 = __this->___m_RightChild_0; if (!L_0) { goto IL_003a; } } { // m_RightChild.Release(ref pool); AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_1 = __this->___m_RightChild_0; ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75** L_2 = ___0_pool; NullCheck(L_1); AtlasNode_Release_m6710C2233272E0EFEBD120970FA83453684D1BAA(L_1, L_2, NULL); // m_BottomChild.Release(ref pool); AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_3 = __this->___m_BottomChild_1; ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75** L_4 = ___0_pool; NullCheck(L_3); AtlasNode_Release_m6710C2233272E0EFEBD120970FA83453684D1BAA(L_3, L_4, NULL); // pool.Release(m_RightChild); ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75** L_5 = ___0_pool; ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75* L_6 = *((ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75**)L_5); AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_7 = __this->___m_RightChild_0; NullCheck(L_6); ObjectPool_1_Release_mDA165395335415A6CC5C0332EC48735507B673B5(L_6, L_7, ObjectPool_1_Release_mDA165395335415A6CC5C0332EC48735507B673B5_RuntimeMethod_var); // pool.Release(m_BottomChild); ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75** L_8 = ___0_pool; ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75* L_9 = *((ObjectPool_1_t8C0B23C65F1A38AC680713F7FC4D9F79FECE2C75**)L_8); AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* L_10 = __this->___m_BottomChild_1; NullCheck(L_9); ObjectPool_1_Release_mDA165395335415A6CC5C0332EC48735507B673B5(L_9, L_10, ObjectPool_1_Release_mDA165395335415A6CC5C0332EC48735507B673B5_RuntimeMethod_var); } IL_003a: { // m_RightChild = null; __this->___m_RightChild_0 = (AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RightChild_0), (void*)(AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4*)NULL); // m_BottomChild = null; __this->___m_BottomChild_1 = (AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BottomChild_1), (void*)(AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4*)NULL); // m_Rect = Vector4.zero; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_11; L_11 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL); __this->___m_Rect_2 = L_11; // } return; } } // System.Void UnityEngine.Rendering.AtlasAllocator/AtlasNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasNode__ctor_mB6D5CFB4511F82EBF3BB82CD666B0C2B3B2CC76B (AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* __this, const RuntimeMethod* method) { { // public Vector4 m_Rect = new Vector4(0, 0, 0, 0); // x,y is width and height (scale) z,w offset into atlas (offset) Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0; memset((&L_0), 0, sizeof(L_0)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_0), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); __this->___m_Rect_2 = L_0; 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.Rendering.AtlasAllocator/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m1D37EFEB5013A02A70035F1DC783C30B7B1EF45D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE* L_0 = (U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE*)il2cpp_codegen_object_new(U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__ctor_m6DFD93D6692A1B46CDBCC2CCD89F031D086AD221(L_0, NULL); ((U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0); return; } } // System.Void UnityEngine.Rendering.AtlasAllocator/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m6DFD93D6692A1B46CDBCC2CCD89F031D086AD221 (U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void UnityEngine.Rendering.AtlasAllocator/<>c::<.ctor>b__6_0(UnityEngine.Rendering.AtlasAllocator/AtlasNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_ctorU3Eb__6_0_mEE6E87AE529F16564D6A203353BE0BF274FEED70 (U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE* __this, AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* ___0__, const RuntimeMethod* method) { { // m_NodePool = new ObjectPool(_ => { }, _ => { }); return; } } // System.Void UnityEngine.Rendering.AtlasAllocator/<>c::<.ctor>b__6_1(UnityEngine.Rendering.AtlasAllocator/AtlasNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_ctorU3Eb__6_1_mCB0411FC9901BAFC4F1272C563E40879E9881F45 (U3CU3Ec_tB15EE8CAD7A79C2BC916C6233BF1E9A8D5C8DACE* __this, AtlasNode_tD031D7BFC95A96AAD9C344F59A3621025EA3CBF4* ___0__, const RuntimeMethod* method) { { // m_NodePool = new ObjectPool(_ => { }, _ => { }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 UnityEngine.Rendering.Texture2DAtlas::get_maxMipLevelPadding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture2DAtlas_get_maxMipLevelPadding_m25BDA9F107E6204006CF4C944E14FB9244A79327 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static int maxMipLevelPadding => s_MaxMipLevelPadding; il2cpp_codegen_runtime_class_init_inline(Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var); int32_t L_0 = ((Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_StaticFields*)il2cpp_codegen_static_fields_for(Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var))->___s_MaxMipLevelPadding_14; return L_0; } } // UnityEngine.Rendering.RTHandle UnityEngine.Rendering.Texture2DAtlas::get_AtlasTexture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* Texture2DAtlas_get_AtlasTexture_m7768401CB1687EDDACF3A103E476F2C217C69C8C (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, const RuntimeMethod* method) { { // return m_AtlasTexture; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = __this->___m_AtlasTexture_3; return L_0; } } // System.Void UnityEngine.Rendering.Texture2DAtlas::.ctor(System.Int32,System.Int32,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.FilterMode,System.Boolean,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2DAtlas__ctor_mB0FB5774A1037C4F0AE42B5255C966B64688B54A (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, int32_t ___0_width, int32_t ___1_height, int32_t ___2_format, int32_t ___3_filterMode, bool ___4_powerOfTwoPadding, String_t* ___5_name, bool ___6_useMipMap, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m2558CA63B57880719B2AC3164028F64C7844BF69_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t99CD970FFEA58171C70F54DF0C06D315BD452F2C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B3_0 = 0; { // private Dictionary m_AllocationCache = new Dictionary(); Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B* L_0 = (Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B*)il2cpp_codegen_object_new(Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B_il2cpp_TypeInfo_var); NullCheck(L_0); Dictionary_2__ctor_m2558CA63B57880719B2AC3164028F64C7844BF69(L_0, Dictionary_2__ctor_m2558CA63B57880719B2AC3164028F64C7844BF69_RuntimeMethod_var); __this->___m_AllocationCache_10 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AllocationCache_10), (void*)L_0); // private Dictionary m_IsGPUTextureUpToDate = new Dictionary(); Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_1 = (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*)il2cpp_codegen_object_new(Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var); NullCheck(L_1); Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F(L_1, Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var); __this->___m_IsGPUTextureUpToDate_11 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_IsGPUTextureUpToDate_11), (void*)L_1); // private Dictionary m_TextureHashes = new Dictionary(); Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_2 = (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*)il2cpp_codegen_object_new(Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var); NullCheck(L_2); Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F(L_2, Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var); __this->___m_TextureHashes_12 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TextureHashes_12), (void*)L_2); // public Texture2DAtlas(int width, int height, GraphicsFormat format, FilterMode filterMode = FilterMode.Point, bool powerOfTwoPadding = false, string name = "", bool useMipMap = true) Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // m_Width = width; int32_t L_3 = ___0_width; __this->___m_Width_4 = L_3; // m_Height = height; int32_t L_4 = ___1_height; __this->___m_Height_5 = L_4; // m_Format = format; int32_t L_5 = ___2_format; __this->___m_Format_6 = L_5; // m_UseMipMaps = useMipMap; bool L_6 = ___6_useMipMap; __this->___m_UseMipMaps_7 = L_6; // m_AtlasTexture = RTHandles.Alloc( // width: m_Width, // height: m_Height, // filterMode: filterMode, // colorFormat: m_Format, // wrapMode: TextureWrapMode.Clamp, // useMipMap: useMipMap, // autoGenerateMips: false, // name: name // ); int32_t L_7 = __this->___m_Width_4; int32_t L_8 = __this->___m_Height_5; int32_t L_9 = ___3_filterMode; V_1 = L_9; int32_t L_10 = __this->___m_Format_6; int32_t L_11 = V_1; bool L_12 = ___6_useMipMap; String_t* L_13 = ___5_name; il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_14; L_14 = RTHandles_Alloc_mBE00CEEDE8CC5D0BBF6BCB2CBE63A10C4BBE311D(L_7, L_8, 1, 0, L_10, L_11, 1, 2, (bool)0, L_12, (bool)0, (bool)0, 1, (0.0f), 1, (bool)0, (bool)0, 0, L_13, NULL); __this->___m_AtlasTexture_3 = L_14; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AtlasTexture_3), (void*)L_14); // m_IsAtlasTextureOwner = true; __this->___m_IsAtlasTextureOwner_8 = (bool)1; // int mipCount = useMipMap ? GetTextureMipmapCount(m_Width, m_Height) : 1; bool L_15 = ___6_useMipMap; if (L_15) { goto IL_0088; } } { G_B3_0 = 1; goto IL_009a; } IL_0088: { int32_t L_16 = __this->___m_Width_4; int32_t L_17 = __this->___m_Height_5; int32_t L_18; L_18 = Texture2DAtlas_GetTextureMipmapCount_mD097894ECA68A2E85D291B9CF7A156FEA9C5B7BF(__this, L_16, L_17, NULL); G_B3_0 = L_18; } IL_009a: { V_0 = G_B3_0; // for (int mipIdx = 0; mipIdx < mipCount; ++mipIdx) V_2 = 0; goto IL_00c0; } IL_009f: { // Graphics.SetRenderTarget(m_AtlasTexture, mipIdx); RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_19 = __this->___m_AtlasTexture_3; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_20; L_20 = RTHandle_op_Implicit_mB90C404C3D37DF7F2AFDEC28A29526EF784C62FB(L_19, NULL); int32_t L_21 = V_2; il2cpp_codegen_runtime_class_init_inline(Graphics_t99CD970FFEA58171C70F54DF0C06D315BD452F2C_il2cpp_TypeInfo_var); Graphics_SetRenderTarget_mA6C58578771A39DA053832DB53A2221776D7FC02(L_20, L_21, NULL); // GL.Clear(false, true, Color.clear); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_22; L_22 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL); GL_Clear_mA172E771FC32B516DB826F537832307C3A16BE09((bool)0, (bool)1, L_22, NULL); // for (int mipIdx = 0; mipIdx < mipCount; ++mipIdx) int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_23, 1)); } IL_00c0: { // for (int mipIdx = 0; mipIdx < mipCount; ++mipIdx) int32_t L_24 = V_2; int32_t L_25 = V_0; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_009f; } } { // m_AtlasAllocator = new AtlasAllocator(width, height, powerOfTwoPadding); int32_t L_26 = ___0_width; int32_t L_27 = ___1_height; bool L_28 = ___4_powerOfTwoPadding; AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E* L_29 = (AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E*)il2cpp_codegen_object_new(AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E_il2cpp_TypeInfo_var); NullCheck(L_29); AtlasAllocator__ctor_m5F1B4A78BD5489FCC8100F2D0AC721CC42272BEB(L_29, L_26, L_27, L_28, NULL); __this->___m_AtlasAllocator_9 = L_29; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AtlasAllocator_9), (void*)L_29); // } return; } } // System.Void UnityEngine.Rendering.Texture2DAtlas::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2DAtlas_Release_mE23245C71F1E00D6AE6C57DC61B3CEE8D5C7CC17 (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ResetAllocator(); Texture2DAtlas_ResetAllocator_m5930577CC814DC28121C8678204D3566783FCDE7(__this, NULL); // if (m_IsAtlasTextureOwner) { RTHandles.Release(m_AtlasTexture); } bool L_0 = __this->___m_IsAtlasTextureOwner_8; if (!L_0) { goto IL_0019; } } { // if (m_IsAtlasTextureOwner) { RTHandles.Release(m_AtlasTexture); } RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = __this->___m_AtlasTexture_3; il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var); RTHandles_Release_m21765673C17AE3696BEC5FC15732F97F44039283(L_1, NULL); } IL_0019: { // } return; } } // System.Void UnityEngine.Rendering.Texture2DAtlas::ResetAllocator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2DAtlas_ResetAllocator_m5930577CC814DC28121C8678204D3566783FCDE7 (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m9821889E928BB7EAEE9A7E81EDFC59651F7CBDD0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_mA6D8FBFFDC846F64D707528D1E157204243191AB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_AtlasAllocator.Reset(); AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E* L_0 = __this->___m_AtlasAllocator_9; NullCheck(L_0); AtlasAllocator_Reset_mF10CD4D29A6CB93FAA43BDCA6680C87166E84989(L_0, NULL); // m_AllocationCache.Clear(); Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B* L_1 = __this->___m_AllocationCache_10; NullCheck(L_1); Dictionary_2_Clear_mA6D8FBFFDC846F64D707528D1E157204243191AB(L_1, Dictionary_2_Clear_mA6D8FBFFDC846F64D707528D1E157204243191AB_RuntimeMethod_var); // m_IsGPUTextureUpToDate.Clear(); // mark all GPU textures as invalid. Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_2 = __this->___m_IsGPUTextureUpToDate_11; NullCheck(L_2); Dictionary_2_Clear_m9821889E928BB7EAEE9A7E81EDFC59651F7CBDD0(L_2, Dictionary_2_Clear_m9821889E928BB7EAEE9A7E81EDFC59651F7CBDD0_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.Rendering.Texture2DAtlas::ClearTarget(UnityEngine.Rendering.CommandBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2DAtlas_ClearTarget_mDC234897D6E1A06F28E1A4DF6DE9E9FD98692BBA (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m9821889E928BB7EAEE9A7E81EDFC59651F7CBDD0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B3_0 = 0; { // int mipCount = (m_UseMipMaps) ? GetTextureMipmapCount(m_Width, m_Height) : 1; bool L_0 = __this->___m_UseMipMaps_7; if (L_0) { goto IL_000b; } } { G_B3_0 = 1; goto IL_001d; } IL_000b: { int32_t L_1 = __this->___m_Width_4; int32_t L_2 = __this->___m_Height_5; int32_t L_3; L_3 = Texture2DAtlas_GetTextureMipmapCount_mD097894ECA68A2E85D291B9CF7A156FEA9C5B7BF(__this, L_1, L_2, NULL); G_B3_0 = L_3; } IL_001d: { V_0 = G_B3_0; // for (int mipLevel = 0; mipLevel < mipCount; mipLevel++) V_1 = 0; goto IL_004f; } IL_0022: { // cmd.SetRenderTarget(m_AtlasTexture, mipLevel); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_4 = ___0_cmd; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_5 = __this->___m_AtlasTexture_3; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_6; L_6 = RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54(L_5, NULL); int32_t L_7 = V_1; NullCheck(L_4); CommandBuffer_SetRenderTarget_m9E602C758517FB0B4E5B858DC043D24B4FA91EBB(L_4, L_6, L_7, NULL); // Blitter.BlitQuad(cmd, Texture2D.blackTexture, fullScaleOffset, fullScaleOffset, mipLevel, true); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_8 = ___0_cmd; Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_9; L_9 = Texture2D_get_blackTexture_mBEF97F64AD650DAAC1EEC84EB34F9CF22B56A08C(NULL); il2cpp_codegen_runtime_class_init_inline(Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_10 = ((Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_StaticFields*)il2cpp_codegen_static_fields_for(Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var))->___fullScaleOffset_13; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_11 = ((Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_StaticFields*)il2cpp_codegen_static_fields_for(Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var))->___fullScaleOffset_13; int32_t L_12 = V_1; il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var); Blitter_BlitQuad_m5DBFF98AFE3B45C1A37E7877AF4E22B698E36E95(L_8, L_9, L_10, L_11, L_12, (bool)1, NULL); // for (int mipLevel = 0; mipLevel < mipCount; mipLevel++) int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_13, 1)); } IL_004f: { // for (int mipLevel = 0; mipLevel < mipCount; mipLevel++) int32_t L_14 = V_1; int32_t L_15 = V_0; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0022; } } { // m_IsGPUTextureUpToDate.Clear(); // mark all GPU textures as invalid. Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_16 = __this->___m_IsGPUTextureUpToDate_11; NullCheck(L_16); Dictionary_2_Clear_m9821889E928BB7EAEE9A7E81EDFC59651F7CBDD0(L_16, Dictionary_2_Clear_m9821889E928BB7EAEE9A7E81EDFC59651F7CBDD0_RuntimeMethod_var); // } return; } } // System.Int32 UnityEngine.Rendering.Texture2DAtlas::GetTextureMipmapCount(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture2DAtlas_GetTextureMipmapCount_mD097894ECA68A2E85D291B9CF7A156FEA9C5B7BF (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, int32_t ___0_width, int32_t ___1_height, const RuntimeMethod* method) { { // if (!m_UseMipMaps) bool L_0 = __this->___m_UseMipMaps_7; if (L_0) { goto IL_000a; } } { // return 1; return 1; } IL_000a: { // float maxSize = Mathf.Max(width, height); int32_t L_1 = ___0_width; int32_t L_2 = ___1_height; int32_t L_3; L_3 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(L_1, L_2, NULL); // return Mathf.FloorToInt(Mathf.Log(maxSize, 2)) + 1; float L_4; L_4 = Mathf_Log_m116F062EEBF1C53EC8D18C9B1748E999EF9424EF_inline(((float)L_3), (2.0f), NULL); int32_t L_5; L_5 = Mathf_FloorToInt_m2A39AE881CAEE6B6A4B3BFEF9CA1ED40625F5AB7_inline(L_4, NULL); return ((int32_t)il2cpp_codegen_add(L_5, 1)); } } // System.Boolean UnityEngine.Rendering.Texture2DAtlas::Is2D(UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2DAtlas_Is2D_m0F89CF0AD3A0ED6A12C5036A922F97DBAF66B14F (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_texture, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_0 = NULL; { // RenderTexture rt = texture as RenderTexture; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___0_texture; V_0 = ((RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)IsInstClass((RuntimeObject*)L_0, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var)); // return (texture is Texture2D || rt?.dimension == TextureDimension.Tex2D); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_1 = ___0_texture; if (((Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)IsInstSealed((RuntimeObject*)L_1, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var))) { goto IL_001e; } } { RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_2 = V_0; if (L_2) { goto IL_0014; } } { return (bool)0; } IL_0014: { RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* UnityEngine.Rendering.TextureDimension UnityEngine.Texture::get_dimension() */, L_3); return (bool)((((int32_t)L_4) == ((int32_t)2))? 1 : 0); } IL_001e: { return (bool)1; } } // System.Boolean UnityEngine.Rendering.Texture2DAtlas::IsSingleChannelBlit(UnityEngine.Texture,UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2DAtlas_IsSingleChannelBlit_m36A444AD8A5BECBF02CC38EB8C67EF34025BBF3E (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_source, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_destination, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; int32_t V_2 = 0; { // var srcCount = GraphicsFormatUtility.GetComponentCount(source.graphicsFormat); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___0_source; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Texture::get_graphicsFormat() */, L_0); il2cpp_codegen_runtime_class_init_inline(GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var); uint32_t L_2; L_2 = GraphicsFormatUtility_GetComponentCount_mA313F1D16326A684823C59EC06D67C219DA9CCF7(L_1, NULL); V_0 = L_2; // var dstCount = GraphicsFormatUtility.GetComponentCount(destination.graphicsFormat); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_3 = ___1_destination; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Texture::get_graphicsFormat() */, L_3); uint32_t L_5; L_5 = GraphicsFormatUtility_GetComponentCount_mA313F1D16326A684823C59EC06D67C219DA9CCF7(L_4, NULL); V_1 = L_5; // if (srcCount == 1 || dstCount == 1) uint32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)1))) { goto IL_0023; } } { uint32_t L_7 = V_1; if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_00d5; } } IL_0023: { // if (srcCount != dstCount) uint32_t L_8 = V_0; uint32_t L_9 = V_1; if ((((int32_t)L_8) == ((int32_t)L_9))) { goto IL_0029; } } { // return true; return (bool)1; } IL_0029: { // var srcSwizzle = // ((1 << ((int)GraphicsFormatUtility.GetSwizzleA(source.graphicsFormat) & 0x7)) << 24) | // ((1 << ((int)GraphicsFormatUtility.GetSwizzleB(source.graphicsFormat) & 0x7)) << 16) | // ((1 << ((int)GraphicsFormatUtility.GetSwizzleG(source.graphicsFormat) & 0x7)) << 8) | // ((1 << ((int)GraphicsFormatUtility.GetSwizzleR(source.graphicsFormat) & 0x7))); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_10 = ___0_source; NullCheck(L_10); int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Texture::get_graphicsFormat() */, L_10); il2cpp_codegen_runtime_class_init_inline(GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var); int32_t L_12; L_12 = GraphicsFormatUtility_GetSwizzleA_m0C4861726AACE64A897C0925854F0FA90293513D(L_11, NULL); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_13 = ___0_source; NullCheck(L_13); int32_t L_14; L_14 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Texture::get_graphicsFormat() */, L_13); int32_t L_15; L_15 = GraphicsFormatUtility_GetSwizzleB_mAED2D20985D8A37B3568253CFF1042F46813D88A(L_14, NULL); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_16 = ___0_source; NullCheck(L_16); int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Texture::get_graphicsFormat() */, L_16); int32_t L_18; L_18 = GraphicsFormatUtility_GetSwizzleG_m9C3D85CD62D7A105207AA9B4946509551F5F939B(L_17, NULL); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_19 = ___0_source; NullCheck(L_19); int32_t L_20; L_20 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Texture::get_graphicsFormat() */, L_19); int32_t L_21; L_21 = GraphicsFormatUtility_GetSwizzleR_m80F727B54ED6C7F03D0A73868CE3377AA754E677(L_20, NULL); // var dstSwizzle = // ((1 << ((int)GraphicsFormatUtility.GetSwizzleA(destination.graphicsFormat) & 0x7)) << 24) | // ((1 << ((int)GraphicsFormatUtility.GetSwizzleB(destination.graphicsFormat) & 0x7)) << 16) | // ((1 << ((int)GraphicsFormatUtility.GetSwizzleG(destination.graphicsFormat) & 0x7)) << 8) | // ((1 << ((int)GraphicsFormatUtility.GetSwizzleR(destination.graphicsFormat) & 0x7))); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_22 = ___1_destination; NullCheck(L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Texture::get_graphicsFormat() */, L_22); int32_t L_24; L_24 = GraphicsFormatUtility_GetSwizzleA_m0C4861726AACE64A897C0925854F0FA90293513D(L_23, NULL); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_25 = ___1_destination; NullCheck(L_25); int32_t L_26; L_26 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Texture::get_graphicsFormat() */, L_25); int32_t L_27; L_27 = GraphicsFormatUtility_GetSwizzleB_mAED2D20985D8A37B3568253CFF1042F46813D88A(L_26, NULL); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_28 = ___1_destination; NullCheck(L_28); int32_t L_29; L_29 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Texture::get_graphicsFormat() */, L_28); int32_t L_30; L_30 = GraphicsFormatUtility_GetSwizzleG_m9C3D85CD62D7A105207AA9B4946509551F5F939B(L_29, NULL); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_31 = ___1_destination; NullCheck(L_31); int32_t L_32; L_32 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Texture::get_graphicsFormat() */, L_31); int32_t L_33; L_33 = GraphicsFormatUtility_GetSwizzleR_m80F727B54ED6C7F03D0A73868CE3377AA754E677(L_32, NULL); V_2 = ((int32_t)(((int32_t)(((int32_t)(((int32_t)(((int32_t)(1<<((int32_t)(((int32_t)((int32_t)L_24&7))&((int32_t)31)))))<<((int32_t)24)))|((int32_t)(((int32_t)(1<<((int32_t)(((int32_t)((int32_t)L_27&7))&((int32_t)31)))))<<((int32_t)16)))))|((int32_t)(((int32_t)(1<<((int32_t)(((int32_t)((int32_t)L_30&7))&((int32_t)31)))))<<8))))|((int32_t)(1<<((int32_t)(((int32_t)((int32_t)L_33&7))&((int32_t)31))))))); // if (srcSwizzle != dstSwizzle) int32_t L_34 = V_2; if ((((int32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)(((int32_t)(1<<((int32_t)(((int32_t)((int32_t)L_12&7))&((int32_t)31)))))<<((int32_t)24)))|((int32_t)(((int32_t)(1<<((int32_t)(((int32_t)((int32_t)L_15&7))&((int32_t)31)))))<<((int32_t)16)))))|((int32_t)(((int32_t)(1<<((int32_t)(((int32_t)((int32_t)L_18&7))&((int32_t)31)))))<<8))))|((int32_t)(1<<((int32_t)(((int32_t)((int32_t)L_21&7))&((int32_t)31)))))))) == ((int32_t)L_34))) { goto IL_00d5; } } { // return true; return (bool)1; } IL_00d5: { // return false; return (bool)0; } } // System.Void UnityEngine.Rendering.Texture2DAtlas::Blit2DTexture(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4,UnityEngine.Texture,UnityEngine.Vector4,System.Boolean,UnityEngine.Rendering.Texture2DAtlas/BlitType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2DAtlas_Blit2DTexture_m70934965558F0FFAE19E97C84B527E94D044440B (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_scaleOffset, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___3_sourceScaleOffset, bool ___4_blitMips, int32_t ___5_blitType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // int mipCount = GetTextureMipmapCount(texture.width, texture.height); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___2_texture; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_0); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_2 = ___2_texture; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_2); int32_t L_4; L_4 = Texture2DAtlas_GetTextureMipmapCount_mD097894ECA68A2E85D291B9CF7A156FEA9C5B7BF(__this, L_1, L_3, NULL); V_0 = L_4; // if (!blitMips) bool L_5 = ___4_blitMips; if (L_5) { goto IL_0019; } } { // mipCount = 1; V_0 = 1; } IL_0019: { // for (int mipLevel = 0; mipLevel < mipCount; mipLevel++) V_1 = 0; goto IL_007b; } IL_001d: { // cmd.SetRenderTarget(m_AtlasTexture, mipLevel); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_6 = ___0_cmd; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7 = __this->___m_AtlasTexture_3; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_8; L_8 = RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54(L_7, NULL); int32_t L_9 = V_1; NullCheck(L_6); CommandBuffer_SetRenderTarget_m9E602C758517FB0B4E5B858DC043D24B4FA91EBB(L_6, L_8, L_9, NULL); int32_t L_10 = ___5_blitType; switch (L_10) { case 0: { goto IL_0048; } case 1: { goto IL_0056; } case 2: { goto IL_0061; } case 3: { goto IL_006e; } } } { goto IL_0077; } IL_0048: { // case BlitType.Default: Blitter.BlitQuad(cmd, texture, sourceScaleOffset, scaleOffset, mipLevel, true); break; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_11 = ___0_cmd; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_12 = ___2_texture; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_13 = ___3_sourceScaleOffset; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14 = ___1_scaleOffset; int32_t L_15 = V_1; il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var); Blitter_BlitQuad_m5DBFF98AFE3B45C1A37E7877AF4E22B698E36E95(L_11, L_12, L_13, L_14, L_15, (bool)1, NULL); // case BlitType.Default: Blitter.BlitQuad(cmd, texture, sourceScaleOffset, scaleOffset, mipLevel, true); break; goto IL_0077; } IL_0056: { // case BlitType.CubeTo2DOctahedral: Blitter.BlitCubeToOctahedral2DQuad(cmd, texture, scaleOffset, mipLevel); break; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_16 = ___0_cmd; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_17 = ___2_texture; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_18 = ___1_scaleOffset; int32_t L_19 = V_1; il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var); Blitter_BlitCubeToOctahedral2DQuad_m904F6A106B15093FBFB427B029155349413158AA(L_16, L_17, L_18, L_19, NULL); // case BlitType.CubeTo2DOctahedral: Blitter.BlitCubeToOctahedral2DQuad(cmd, texture, scaleOffset, mipLevel); break; goto IL_0077; } IL_0061: { // case BlitType.SingleChannel: Blitter.BlitQuadSingleChannel(cmd, texture, sourceScaleOffset, scaleOffset, mipLevel); break; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_20 = ___0_cmd; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_21 = ___2_texture; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_22 = ___3_sourceScaleOffset; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_23 = ___1_scaleOffset; int32_t L_24 = V_1; il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var); Blitter_BlitQuadSingleChannel_mBE24C0E38F8D58B82B79DDECD3512B275FF98213(L_20, L_21, L_22, L_23, L_24, NULL); // case BlitType.SingleChannel: Blitter.BlitQuadSingleChannel(cmd, texture, sourceScaleOffset, scaleOffset, mipLevel); break; goto IL_0077; } IL_006e: { // case BlitType.CubeTo2DOctahedralSingleChannel: Blitter.BlitCubeToOctahedral2DQuadSingleChannel(cmd, texture, scaleOffset, mipLevel); break; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_25 = ___0_cmd; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_26 = ___2_texture; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_27 = ___1_scaleOffset; int32_t L_28 = V_1; il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var); Blitter_BlitCubeToOctahedral2DQuadSingleChannel_mCFEE1CC91F0140BBFE26636A13BA83B107118F74(L_25, L_26, L_27, L_28, NULL); } IL_0077: { // for (int mipLevel = 0; mipLevel < mipCount; mipLevel++) int32_t L_29 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_29, 1)); } IL_007b: { // for (int mipLevel = 0; mipLevel < mipCount; mipLevel++) int32_t L_30 = V_1; int32_t L_31 = V_0; if ((((int32_t)L_30) < ((int32_t)L_31))) { goto IL_001d; } } { // } return; } } // System.Void UnityEngine.Rendering.Texture2DAtlas::MarkGPUTextureValid(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2DAtlas_MarkGPUTextureValid_mF402EAFB808A49DCAB232E44B400DA131481344A (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, int32_t ___0_instanceId, bool ___1_mipAreValid, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* G_B2_1 = NULL; int32_t G_B1_0 = 0; Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* G_B1_1 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* G_B3_2 = NULL; { // m_IsGPUTextureUpToDate[instanceId] = (mipAreValid) ? kGPUTexValidMipAll : kGPUTexValidMip0; Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_0 = __this->___m_IsGPUTextureUpToDate_11; int32_t L_1 = ___0_instanceId; bool L_2 = ___1_mipAreValid; G_B1_0 = L_1; G_B1_1 = L_0; if (L_2) { G_B2_0 = L_1; G_B2_1 = L_0; goto IL_000d; } } { G_B3_0 = 1; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_000e; } IL_000d: { G_B3_0 = 2; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_000e: { NullCheck(G_B3_2); Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(G_B3_2, G_B3_1, G_B3_0, Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.Rendering.Texture2DAtlas::MarkGPUTextureInvalid(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2DAtlas_MarkGPUTextureInvalid_m8EBA5CAADA72E99FAED3D20C6C49A1D1360564ED (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, int32_t ___0_instanceId, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // private protected void MarkGPUTextureInvalid(int instanceId) => m_IsGPUTextureUpToDate[instanceId] = kGPUTexInvalid; Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_0 = __this->___m_IsGPUTextureUpToDate_11; int32_t L_1 = ___0_instanceId; NullCheck(L_0); Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_0, L_1, 0, Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); return; } } // System.Void UnityEngine.Rendering.Texture2DAtlas::BlitTexture(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4,UnityEngine.Texture,UnityEngine.Vector4,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2DAtlas_BlitTexture_mB5ABFBE98460A97AE9B4DB0DBDF8A6A440C06DB1 (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_scaleOffset, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___3_sourceScaleOffset, bool ___4_blitMips, int32_t ___5_overrideInstanceID, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B6_0 = 0; { // if (Is2D(texture)) Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___2_texture; bool L_1; L_1 = Texture2DAtlas_Is2D_m0F89CF0AD3A0ED6A12C5036A922F97DBAF66B14F(__this, L_0, NULL); if (!L_1) { goto IL_005b; } } { // BlitType blitType = BlitType.Default; V_0 = 0; // if (IsSingleChannelBlit(texture, m_AtlasTexture.m_RT)) Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_2 = ___2_texture; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_3 = __this->___m_AtlasTexture_3; NullCheck(L_3); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_4 = L_3->___m_RT_1; bool L_5; L_5 = Texture2DAtlas_IsSingleChannelBlit_m36A444AD8A5BECBF02CC38EB8C67EF34025BBF3E(__this, L_2, L_4, NULL); if (!L_5) { goto IL_0021; } } { // blitType = BlitType.SingleChannel; V_0 = 2; } IL_0021: { // Blit2DTexture(cmd, scaleOffset, texture, sourceScaleOffset, blitMips, blitType); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_6 = ___0_cmd; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_7 = ___1_scaleOffset; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_8 = ___2_texture; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9 = ___3_sourceScaleOffset; bool L_10 = ___4_blitMips; int32_t L_11 = V_0; Texture2DAtlas_Blit2DTexture_m70934965558F0FFAE19E97C84B527E94D044440B(__this, L_6, L_7, L_8, L_9, L_10, L_11, NULL); // var instanceID = overrideInstanceID != -1 ? overrideInstanceID : GetTextureID(texture); int32_t L_12 = ___5_overrideInstanceID; if ((!(((uint32_t)L_12) == ((uint32_t)(-1))))) { goto IL_003d; } } { Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_13 = ___2_texture; int32_t L_14; L_14 = Texture2DAtlas_GetTextureID_mE87B21A6574D318E9E4C240DD80BBFBFB1E7963B(__this, L_13, NULL); G_B6_0 = L_14; goto IL_003f; } IL_003d: { int32_t L_15 = ___5_overrideInstanceID; G_B6_0 = L_15; } IL_003f: { V_1 = G_B6_0; // MarkGPUTextureValid(instanceID, blitMips); int32_t L_16 = V_1; bool L_17 = ___4_blitMips; Texture2DAtlas_MarkGPUTextureValid_mF402EAFB808A49DCAB232E44B400DA131481344A(__this, L_16, L_17, NULL); // m_TextureHashes[instanceID] = CoreUtils.GetTextureHash(texture); Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_18 = __this->___m_TextureHashes_12; int32_t L_19 = V_1; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_20 = ___2_texture; il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); int32_t L_21; L_21 = CoreUtils_GetTextureHash_mC1A04C25989D75266B27D32B5EB463DEEFEB9027(L_20, NULL); NullCheck(L_18); Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_18, L_19, L_21, Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); } IL_005b: { // } return; } } // System.Void UnityEngine.Rendering.Texture2DAtlas::BlitOctahedralTexture(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4,UnityEngine.Texture,UnityEngine.Vector4,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2DAtlas_BlitOctahedralTexture_mF1369305082B2D023FF45176A64D4E2ECD7094CE (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_scaleOffset, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___3_sourceScaleOffset, bool ___4_blitMips, int32_t ___5_overrideInstanceID, const RuntimeMethod* method) { { // BlitTexture(cmd, scaleOffset, texture, sourceScaleOffset, blitMips, overrideInstanceID); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___0_cmd; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = ___1_scaleOffset; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_2 = ___2_texture; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3 = ___3_sourceScaleOffset; bool L_4 = ___4_blitMips; int32_t L_5 = ___5_overrideInstanceID; VirtualActionInvoker6< CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3, bool, int32_t >::Invoke(4 /* System.Void UnityEngine.Rendering.Texture2DAtlas::BlitTexture(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4,UnityEngine.Texture,UnityEngine.Vector4,System.Boolean,System.Int32) */, __this, L_0, L_1, L_2, L_3, L_4, L_5); // } return; } } // System.Void UnityEngine.Rendering.Texture2DAtlas::BlitCubeTexture2D(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4,UnityEngine.Texture,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2DAtlas_BlitCubeTexture2D_m7314E241BE55A44A687A7DF69A838EB7830A0350 (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_scaleOffset, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, bool ___3_blitMips, int32_t ___4_overrideInstanceID, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B6_0 = 0; { // if (texture.dimension == TextureDimension.Cube) Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___2_texture; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* UnityEngine.Rendering.TextureDimension UnityEngine.Texture::get_dimension() */, L_0); if ((!(((uint32_t)L_1) == ((uint32_t)4)))) { goto IL_0072; } } { // BlitType blitType = BlitType.CubeTo2DOctahedral; V_0 = 1; // if (IsSingleChannelBlit(texture, m_AtlasTexture.m_RT)) Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_2 = ___2_texture; RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_3 = __this->___m_AtlasTexture_3; NullCheck(L_3); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_4 = L_3->___m_RT_1; bool L_5; L_5 = Texture2DAtlas_IsSingleChannelBlit_m36A444AD8A5BECBF02CC38EB8C67EF34025BBF3E(__this, L_2, L_4, NULL); if (!L_5) { goto IL_0021; } } { // blitType = BlitType.CubeTo2DOctahedralSingleChannel; V_0 = 3; } IL_0021: { // Blit2DTexture(cmd, scaleOffset, texture, new Vector4(1.0f, 1.0f, 0.0f, 0.0f), blitMips, blitType); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_6 = ___0_cmd; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_7 = ___1_scaleOffset; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_8 = ___2_texture; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9; memset((&L_9), 0, sizeof(L_9)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_9), (1.0f), (1.0f), (0.0f), (0.0f), /*hidden argument*/NULL); bool L_10 = ___3_blitMips; int32_t L_11 = V_0; Texture2DAtlas_Blit2DTexture_m70934965558F0FFAE19E97C84B527E94D044440B(__this, L_6, L_7, L_8, L_9, L_10, L_11, NULL); // var instanceID = overrideInstanceID != -1 ? overrideInstanceID : GetTextureID(texture); int32_t L_12 = ___4_overrideInstanceID; if ((!(((uint32_t)L_12) == ((uint32_t)(-1))))) { goto IL_0054; } } { Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_13 = ___2_texture; int32_t L_14; L_14 = Texture2DAtlas_GetTextureID_mE87B21A6574D318E9E4C240DD80BBFBFB1E7963B(__this, L_13, NULL); G_B6_0 = L_14; goto IL_0056; } IL_0054: { int32_t L_15 = ___4_overrideInstanceID; G_B6_0 = L_15; } IL_0056: { V_1 = G_B6_0; // MarkGPUTextureValid(instanceID, blitMips); int32_t L_16 = V_1; bool L_17 = ___3_blitMips; Texture2DAtlas_MarkGPUTextureValid_mF402EAFB808A49DCAB232E44B400DA131481344A(__this, L_16, L_17, NULL); // m_TextureHashes[instanceID] = CoreUtils.GetTextureHash(texture); Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_18 = __this->___m_TextureHashes_12; int32_t L_19 = V_1; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_20 = ___2_texture; il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); int32_t L_21; L_21 = CoreUtils_GetTextureHash_mC1A04C25989D75266B27D32B5EB463DEEFEB9027(L_20, NULL); NullCheck(L_18); Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_18, L_19, L_21, Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); } IL_0072: { // } return; } } // System.Boolean UnityEngine.Rendering.Texture2DAtlas::AllocateTexture(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4&,UnityEngine.Texture,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2DAtlas_AllocateTexture_mF1FDB3F2BE25762FC61DEF882514E85D239649CA (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___1_scaleOffset, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, int32_t ___3_width, int32_t ___4_height, int32_t ___5_overrideInstanceID, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B3_0 = 0; bool G_B8_0 = false; bool G_B4_0 = false; bool G_B6_0 = false; bool G_B5_0 = false; bool G_B7_0 = false; { // var instanceID = overrideInstanceID != -1 ? overrideInstanceID : GetTextureID(texture); int32_t L_0 = ___5_overrideInstanceID; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_000e; } } { Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_1 = ___2_texture; int32_t L_2; L_2 = Texture2DAtlas_GetTextureID_mE87B21A6574D318E9E4C240DD80BBFBFB1E7963B(__this, L_1, NULL); G_B3_0 = L_2; goto IL_0010; } IL_000e: { int32_t L_3 = ___5_overrideInstanceID; G_B3_0 = L_3; } IL_0010: { V_0 = G_B3_0; // bool allocated = AllocateTextureWithoutBlit(instanceID, width, height, ref scaleOffset); int32_t L_4 = V_0; int32_t L_5 = ___3_width; int32_t L_6 = ___4_height; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_7 = ___1_scaleOffset; bool L_8; L_8 = VirtualFuncInvoker4< bool, int32_t, int32_t, int32_t, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* >::Invoke(8 /* System.Boolean UnityEngine.Rendering.Texture2DAtlas::AllocateTextureWithoutBlit(System.Int32,System.Int32,System.Int32,UnityEngine.Vector4&) */, __this, L_4, L_5, L_6, L_7); // if (allocated) bool L_9 = L_8; G_B4_0 = L_9; if (!L_9) { G_B8_0 = L_9; goto IL_006a; } } { // if (Is2D(texture)) Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_10 = ___2_texture; bool L_11; L_11 = Texture2DAtlas_Is2D_m0F89CF0AD3A0ED6A12C5036A922F97DBAF66B14F(__this, L_10, NULL); G_B5_0 = G_B4_0; if (!L_11) { G_B6_0 = G_B4_0; goto IL_0040; } } { // BlitTexture(cmd, scaleOffset, texture, fullScaleOffset); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_12 = ___0_cmd; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_13 = ___1_scaleOffset; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14 = (*(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_13); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_15 = ___2_texture; il2cpp_codegen_runtime_class_init_inline(Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_16 = ((Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_StaticFields*)il2cpp_codegen_static_fields_for(Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var))->___fullScaleOffset_13; VirtualActionInvoker6< CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3, bool, int32_t >::Invoke(4 /* System.Void UnityEngine.Rendering.Texture2DAtlas::BlitTexture(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4,UnityEngine.Texture,UnityEngine.Vector4,System.Boolean,System.Int32) */, __this, L_12, L_14, L_15, L_16, (bool)1, (-1)); G_B7_0 = G_B5_0; goto IL_0050; } IL_0040: { // BlitCubeTexture2D(cmd, scaleOffset, texture, true); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_17 = ___0_cmd; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_18 = ___1_scaleOffset; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_19 = (*(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_18); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_20 = ___2_texture; VirtualActionInvoker5< CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*, bool, int32_t >::Invoke(6 /* System.Void UnityEngine.Rendering.Texture2DAtlas::BlitCubeTexture2D(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4,UnityEngine.Texture,System.Boolean,System.Int32) */, __this, L_17, L_19, L_20, (bool)1, (-1)); G_B7_0 = G_B6_0; } IL_0050: { // MarkGPUTextureValid(instanceID, true); int32_t L_21 = V_0; Texture2DAtlas_MarkGPUTextureValid_mF402EAFB808A49DCAB232E44B400DA131481344A(__this, L_21, (bool)1, NULL); // m_TextureHashes[instanceID] = CoreUtils.GetTextureHash(texture); Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_22 = __this->___m_TextureHashes_12; int32_t L_23 = V_0; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_24 = ___2_texture; il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); int32_t L_25; L_25 = CoreUtils_GetTextureHash_mC1A04C25989D75266B27D32B5EB463DEEFEB9027(L_24, NULL); NullCheck(L_22); Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_22, L_23, L_25, Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); G_B8_0 = G_B7_0; } IL_006a: { // return allocated; return G_B8_0; } } // System.Boolean UnityEngine.Rendering.Texture2DAtlas::AllocateTextureWithoutBlit(UnityEngine.Texture,System.Int32,System.Int32,UnityEngine.Vector4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2DAtlas_AllocateTextureWithoutBlit_m6C78FBCE1123E73B2DC327E300A687BA2F38BFBA (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_texture, int32_t ___1_width, int32_t ___2_height, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___3_scaleOffset, const RuntimeMethod* method) { { // => AllocateTextureWithoutBlit(texture.GetInstanceID(), width, height, ref scaleOffset); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___0_texture; NullCheck(L_0); int32_t L_1; L_1 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_0, NULL); int32_t L_2 = ___1_width; int32_t L_3 = ___2_height; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_4 = ___3_scaleOffset; bool L_5; L_5 = VirtualFuncInvoker4< bool, int32_t, int32_t, int32_t, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* >::Invoke(8 /* System.Boolean UnityEngine.Rendering.Texture2DAtlas::AllocateTextureWithoutBlit(System.Int32,System.Int32,System.Int32,UnityEngine.Vector4&) */, __this, L_1, L_2, L_3, L_4); return L_5; } } // System.Boolean UnityEngine.Rendering.Texture2DAtlas::AllocateTextureWithoutBlit(System.Int32,System.Int32,System.Int32,UnityEngine.Vector4&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2DAtlas_AllocateTextureWithoutBlit_m458E981155A8758EB9D669306D61A01C3A892910 (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, int32_t ___0_instanceId, int32_t ___1_width, int32_t ___2_height, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___3_scaleOffset, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mE46499A47B2A95498692503EBD04CAC9B9022ABB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mBC854B906321EBCBD5B8B90F1075808CD316F9C6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // scaleOffset = Vector4.zero; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_0 = ___3_scaleOffset; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1; L_1 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL); *(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_0 = L_1; // if (m_AtlasAllocator.Allocate(ref scaleOffset, width, height)) AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E* L_2 = __this->___m_AtlasAllocator_9; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_3 = ___3_scaleOffset; int32_t L_4 = ___1_width; int32_t L_5 = ___2_height; NullCheck(L_2); bool L_6; L_6 = AtlasAllocator_Allocate_m4CAB1873DB9D4E4CC5C0CF6581E0B4AEFCED19C6(L_2, L_3, L_4, L_5, NULL); if (!L_6) { goto IL_0092; } } { // scaleOffset.Scale(new Vector4(1.0f / m_Width, 1.0f / m_Height, 1.0f / m_Width, 1.0f / m_Height)); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_7 = ___3_scaleOffset; int32_t L_8 = __this->___m_Width_4; int32_t L_9 = __this->___m_Height_5; int32_t L_10 = __this->___m_Width_4; int32_t L_11 = __this->___m_Height_5; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12; memset((&L_12), 0, sizeof(L_12)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_12), ((float)((1.0f)/((float)L_8))), ((float)((1.0f)/((float)L_9))), ((float)((1.0f)/((float)L_10))), ((float)((1.0f)/((float)L_11))), /*hidden argument*/NULL); Vector4_Scale_mC823A0D6824DB83E23A06B2777ED227D39B0B421_inline(L_7, L_12, NULL); // m_AllocationCache[instanceId] = (scaleOffset, new Vector2Int(width, height)); Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B* L_13 = __this->___m_AllocationCache_10; int32_t L_14 = ___0_instanceId; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_15 = ___3_scaleOffset; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_16 = (*(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_15); int32_t L_17 = ___1_width; int32_t L_18 = ___2_height; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_19; memset((&L_19), 0, sizeof(L_19)); Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_19), L_17, L_18, /*hidden argument*/NULL); ValueTuple_2_t05010CA1EDA09F02C7ADFC1E8C90141D6388EF26 L_20; memset((&L_20), 0, sizeof(L_20)); ValueTuple_2__ctor_mBC854B906321EBCBD5B8B90F1075808CD316F9C6((&L_20), L_16, L_19, /*hidden argument*/ValueTuple_2__ctor_mBC854B906321EBCBD5B8B90F1075808CD316F9C6_RuntimeMethod_var); NullCheck(L_13); Dictionary_2_set_Item_mE46499A47B2A95498692503EBD04CAC9B9022ABB(L_13, L_14, L_20, Dictionary_2_set_Item_mE46499A47B2A95498692503EBD04CAC9B9022ABB_RuntimeMethod_var); // MarkGPUTextureInvalid(instanceId); // the texture data haven't been uploaded int32_t L_21 = ___0_instanceId; Texture2DAtlas_MarkGPUTextureInvalid_m8EBA5CAADA72E99FAED3D20C6C49A1D1360564ED(__this, L_21, NULL); // m_TextureHashes[instanceId] = -1; Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_22 = __this->___m_TextureHashes_12; int32_t L_23 = ___0_instanceId; NullCheck(L_22); Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_22, L_23, (-1), Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); // return true; return (bool)1; } IL_0092: { // return false; return (bool)0; } } // System.Int32 UnityEngine.Rendering.Texture2DAtlas::GetTextureHash(UnityEngine.Texture,UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture2DAtlas_GetTextureHash_mF19A8BC40CD6B6681BBB3B5A3DA9FD113C708A1A (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_textureA, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_textureB, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // int hash = CoreUtils.GetTextureHash(textureA) + 23 * CoreUtils.GetTextureHash(textureB); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___0_textureA; il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); int32_t L_1; L_1 = CoreUtils_GetTextureHash_mC1A04C25989D75266B27D32B5EB463DEEFEB9027(L_0, NULL); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_2 = ___1_textureB; int32_t L_3; L_3 = CoreUtils_GetTextureHash_mC1A04C25989D75266B27D32B5EB463DEEFEB9027(L_2, NULL); // return hash; return ((int32_t)il2cpp_codegen_add(L_1, ((int32_t)il2cpp_codegen_multiply(((int32_t)23), L_3)))); } } // System.Int32 UnityEngine.Rendering.Texture2DAtlas::GetTextureID(UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture2DAtlas_GetTextureID_mE87B21A6574D318E9E4C240DD80BBFBFB1E7963B (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_texture, const RuntimeMethod* method) { { // return texture.GetInstanceID(); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___0_texture; NullCheck(L_0); int32_t L_1; L_1 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_0, NULL); return L_1; } } // System.Int32 UnityEngine.Rendering.Texture2DAtlas::GetTextureID(UnityEngine.Texture,UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture2DAtlas_GetTextureID_mC3B186580F3138AC25F5FDA6016FF4435023CC29 (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_textureA, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_textureB, const RuntimeMethod* method) { { // return GetTextureID(textureA) + 23 * GetTextureID(textureB); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___0_textureA; int32_t L_1; L_1 = Texture2DAtlas_GetTextureID_mE87B21A6574D318E9E4C240DD80BBFBFB1E7963B(__this, L_0, NULL); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_2 = ___1_textureB; int32_t L_3; L_3 = Texture2DAtlas_GetTextureID_mE87B21A6574D318E9E4C240DD80BBFBFB1E7963B(__this, L_2, NULL); return ((int32_t)il2cpp_codegen_add(L_1, ((int32_t)il2cpp_codegen_multiply(((int32_t)23), L_3)))); } } // System.Boolean UnityEngine.Rendering.Texture2DAtlas::IsCached(UnityEngine.Vector4&,UnityEngine.Texture,UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2DAtlas_IsCached_m26C4E0F45A65963FA56EAC22F40E76BD1353E426 (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_scaleOffset, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_textureA, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_textureB, const RuntimeMethod* method) { { // => IsCached(out scaleOffset, GetTextureID(textureA, textureB)); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_0 = ___0_scaleOffset; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_1 = ___1_textureA; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_2 = ___2_textureB; int32_t L_3; L_3 = Texture2DAtlas_GetTextureID_mC3B186580F3138AC25F5FDA6016FF4435023CC29(__this, L_1, L_2, NULL); bool L_4; L_4 = Texture2DAtlas_IsCached_m4B4781C1DA4FF2E1F7E49F7358BF6EFEF629A57A(__this, L_0, L_3, NULL); return L_4; } } // System.Boolean UnityEngine.Rendering.Texture2DAtlas::IsCached(UnityEngine.Vector4&,UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2DAtlas_IsCached_m7B54023CE1A4C8BFF99CB0E76A8240A4248B2556 (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_scaleOffset, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_texture, const RuntimeMethod* method) { { // => IsCached(out scaleOffset, GetTextureID(texture)); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_0 = ___0_scaleOffset; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_1 = ___1_texture; int32_t L_2; L_2 = Texture2DAtlas_GetTextureID_mE87B21A6574D318E9E4C240DD80BBFBFB1E7963B(__this, L_1, NULL); bool L_3; L_3 = Texture2DAtlas_IsCached_m4B4781C1DA4FF2E1F7E49F7358BF6EFEF629A57A(__this, L_0, L_2, NULL); return L_3; } } // System.Boolean UnityEngine.Rendering.Texture2DAtlas::IsCached(UnityEngine.Vector4&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2DAtlas_IsCached_m4B4781C1DA4FF2E1F7E49F7358BF6EFEF629A57A (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_scaleOffset, int32_t ___1_id, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m1EEB5E9C85400756E857A890B8379FD44DEA100F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ValueTuple_2_t05010CA1EDA09F02C7ADFC1E8C90141D6388EF26 V_0; memset((&V_0), 0, sizeof(V_0)); { // bool cached = m_AllocationCache.TryGetValue(id, out var value); Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B* L_0 = __this->___m_AllocationCache_10; int32_t L_1 = ___1_id; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_TryGetValue_m1EEB5E9C85400756E857A890B8379FD44DEA100F(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_m1EEB5E9C85400756E857A890B8379FD44DEA100F_RuntimeMethod_var); // scaleOffset = value.scaleOffset; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_3 = ___0_scaleOffset; ValueTuple_2_t05010CA1EDA09F02C7ADFC1E8C90141D6388EF26 L_4 = V_0; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_5 = L_4.___Item1_0; *(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_3 = L_5; // return cached; return L_2; } } // UnityEngine.Vector2Int UnityEngine.Rendering.Texture2DAtlas::GetCachedTextureSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A Texture2DAtlas_GetCachedTextureSize_m4C26C916F8599CD4FAEB2481EDEFC59709F5F8BD (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, int32_t ___0_id, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m1EEB5E9C85400756E857A890B8379FD44DEA100F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ValueTuple_2_t05010CA1EDA09F02C7ADFC1E8C90141D6388EF26 V_0; memset((&V_0), 0, sizeof(V_0)); { // m_AllocationCache.TryGetValue(id, out var value); Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B* L_0 = __this->___m_AllocationCache_10; int32_t L_1 = ___0_id; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_TryGetValue_m1EEB5E9C85400756E857A890B8379FD44DEA100F(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_m1EEB5E9C85400756E857A890B8379FD44DEA100F_RuntimeMethod_var); // return value.size; ValueTuple_2_t05010CA1EDA09F02C7ADFC1E8C90141D6388EF26 L_3 = V_0; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_4 = L_3.___Item2_1; return L_4; } } // System.Boolean UnityEngine.Rendering.Texture2DAtlas::NeedsUpdate(UnityEngine.Texture,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2DAtlas_NeedsUpdate_mC4400C203B33A8E349F55FEB32CDFDB5C70C9BB9 (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_texture, bool ___1_needMips, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { // RenderTexture rt = texture as RenderTexture; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___0_texture; V_0 = ((RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)IsInstClass((RuntimeObject*)L_0, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var)); // int key = GetTextureID(texture); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_1 = ___0_texture; int32_t L_2; L_2 = Texture2DAtlas_GetTextureID_mE87B21A6574D318E9E4C240DD80BBFBFB1E7963B(__this, L_1, NULL); V_1 = L_2; // int textureHash = CoreUtils.GetTextureHash(texture); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_3 = ___0_texture; il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var); int32_t L_4; L_4 = CoreUtils_GetTextureHash_mC1A04C25989D75266B27D32B5EB463DEEFEB9027(L_3, NULL); V_2 = L_4; // if (rt != null) RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_5 = V_0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_6; L_6 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_5, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_6) { goto IL_0062; } } { // if (m_IsGPUTextureUpToDate.TryGetValue(key, out updateCount)) Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_7 = __this->___m_IsGPUTextureUpToDate_11; int32_t L_8 = V_1; NullCheck(L_7); bool L_9; L_9 = Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9(L_7, L_8, (&V_3), Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var); if (!L_9) { goto IL_004e; } } { // if (rt.updateCount != updateCount) RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_10 = V_0; NullCheck(L_10); uint32_t L_11; L_11 = Texture_get_updateCount_m095B04AC5DECCAB128DC136DC42140F32B7021AD(L_10, NULL); int32_t L_12 = V_3; if ((((int64_t)((int64_t)(uint64_t)L_11)) == ((int64_t)((int64_t)L_12)))) { goto IL_00a7; } } { // m_IsGPUTextureUpToDate[key] = (int)rt.updateCount; Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_13 = __this->___m_IsGPUTextureUpToDate_11; int32_t L_14 = V_1; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_15 = V_0; NullCheck(L_15); uint32_t L_16; L_16 = Texture_get_updateCount_m095B04AC5DECCAB128DC136DC42140F32B7021AD(L_15, NULL); NullCheck(L_13); Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_13, L_14, L_16, Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); // return true; return (bool)1; } IL_004e: { // m_IsGPUTextureUpToDate[key] = (int)rt.updateCount; Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_17 = __this->___m_IsGPUTextureUpToDate_11; int32_t L_18 = V_1; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_19 = V_0; NullCheck(L_19); uint32_t L_20; L_20 = Texture_get_updateCount_m095B04AC5DECCAB128DC136DC42140F32B7021AD(L_19, NULL); NullCheck(L_17); Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_17, L_18, L_20, Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); goto IL_00a7; } IL_0062: { // else if (m_TextureHashes.TryGetValue(key, out int hash) && hash != textureHash) Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_21 = __this->___m_TextureHashes_12; int32_t L_22 = V_1; NullCheck(L_21); bool L_23; L_23 = Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9(L_21, L_22, (&V_4), Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var); if (!L_23) { goto IL_0086; } } { int32_t L_24 = V_4; int32_t L_25 = V_2; if ((((int32_t)L_24) == ((int32_t)L_25))) { goto IL_0086; } } { // m_TextureHashes[key] = textureHash; Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_26 = __this->___m_TextureHashes_12; int32_t L_27 = V_1; int32_t L_28 = V_2; NullCheck(L_26); Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_26, L_27, L_28, Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); // return true; return (bool)1; } IL_0086: { // else if (m_IsGPUTextureUpToDate.TryGetValue(key, out var value)) Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_29 = __this->___m_IsGPUTextureUpToDate_11; int32_t L_30 = V_1; NullCheck(L_29); bool L_31; L_31 = Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9(L_29, L_30, (&V_5), Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var); if (!L_31) { goto IL_00a7; } } { // return value == kGPUTexInvalid || (needMips && value == kGPUTexValidMip0); int32_t L_32 = V_5; if (!L_32) { goto IL_00a5; } } { bool L_33 = ___1_needMips; if (!L_33) { goto IL_00a3; } } { int32_t L_34 = V_5; return (bool)((((int32_t)L_34) == ((int32_t)1))? 1 : 0); } IL_00a3: { return (bool)0; } IL_00a5: { return (bool)1; } IL_00a7: { // return false; return (bool)0; } } // System.Boolean UnityEngine.Rendering.Texture2DAtlas::NeedsUpdate(UnityEngine.Texture,UnityEngine.Texture,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2DAtlas_NeedsUpdate_m6906FEF78BC34F7246181C6F4EF208E6D095F2E7 (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_textureA, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_textureB, bool ___2_needMips, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_0 = NULL; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { // RenderTexture rtA = textureA as RenderTexture; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___0_textureA; V_0 = ((RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)IsInstClass((RuntimeObject*)L_0, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var)); // RenderTexture rtB = textureB as RenderTexture; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_1 = ___1_textureB; V_1 = ((RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)IsInstClass((RuntimeObject*)L_1, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var)); // int key = GetTextureID(textureA, textureB); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_2 = ___0_textureA; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_3 = ___1_textureB; int32_t L_4; L_4 = Texture2DAtlas_GetTextureID_mC3B186580F3138AC25F5FDA6016FF4435023CC29(__this, L_2, L_3, NULL); V_2 = L_4; // int textureHash = GetTextureHash(textureA, textureB); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_5 = ___0_textureA; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_6 = ___1_textureB; int32_t L_7; L_7 = Texture2DAtlas_GetTextureHash_mF19A8BC40CD6B6681BBB3B5A3DA9FD113C708A1A(__this, L_5, L_6, NULL); V_3 = L_7; // if (rtA != null || rtB != null) RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_8 = V_0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_9; L_9 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_8, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (L_9) { goto IL_0035; } } { RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_10 = V_1; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_11; L_11 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_10, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_11) { goto IL_00f1; } } IL_0035: { // if (m_IsGPUTextureUpToDate.TryGetValue(key, out updateCount)) Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_12 = __this->___m_IsGPUTextureUpToDate_11; int32_t L_13 = V_2; NullCheck(L_12); bool L_14; L_14 = Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9(L_12, L_13, (&V_4), Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var); if (!L_14) { goto IL_00e2; } } { // if (rtA != null && rtB != null && Math.Min(rtA.updateCount, rtB.updateCount) != updateCount) RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_15 = V_0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_16; L_16 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_15, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_16) { goto IL_0090; } } { RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_17 = V_1; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_18; L_18 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_17, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_18) { goto IL_0090; } } { RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_19 = V_0; NullCheck(L_19); uint32_t L_20; L_20 = Texture_get_updateCount_m095B04AC5DECCAB128DC136DC42140F32B7021AD(L_19, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_21 = V_1; NullCheck(L_21); uint32_t L_22; L_22 = Texture_get_updateCount_m095B04AC5DECCAB128DC136DC42140F32B7021AD(L_21, NULL); il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); uint32_t L_23; L_23 = Math_Min_m66781C8F3800C6682369B449FFDB62FAD5E87121(L_20, L_22, NULL); int32_t L_24 = V_4; if ((((int64_t)((int64_t)(uint64_t)L_23)) == ((int64_t)((int64_t)L_24)))) { goto IL_0090; } } { // m_IsGPUTextureUpToDate[key] = (int)Math.Min(rtA.updateCount, rtB.updateCount); Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_25 = __this->___m_IsGPUTextureUpToDate_11; int32_t L_26 = V_2; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_27 = V_0; NullCheck(L_27); uint32_t L_28; L_28 = Texture_get_updateCount_m095B04AC5DECCAB128DC136DC42140F32B7021AD(L_27, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_29 = V_1; NullCheck(L_29); uint32_t L_30; L_30 = Texture_get_updateCount_m095B04AC5DECCAB128DC136DC42140F32B7021AD(L_29, NULL); il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); uint32_t L_31; L_31 = Math_Min_m66781C8F3800C6682369B449FFDB62FAD5E87121(L_28, L_30, NULL); NullCheck(L_25); Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_25, L_26, L_31, Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); // return true; return (bool)1; } IL_0090: { // else if (rtA != null && rtA.updateCount != updateCount) RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_32 = V_0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_33; L_33 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_32, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_33) { goto IL_00b9; } } { RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_34 = V_0; NullCheck(L_34); uint32_t L_35; L_35 = Texture_get_updateCount_m095B04AC5DECCAB128DC136DC42140F32B7021AD(L_34, NULL); int32_t L_36 = V_4; if ((((int64_t)((int64_t)(uint64_t)L_35)) == ((int64_t)((int64_t)L_36)))) { goto IL_00b9; } } { // m_IsGPUTextureUpToDate[key] = (int)rtA.updateCount; Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_37 = __this->___m_IsGPUTextureUpToDate_11; int32_t L_38 = V_2; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_39 = V_0; NullCheck(L_39); uint32_t L_40; L_40 = Texture_get_updateCount_m095B04AC5DECCAB128DC136DC42140F32B7021AD(L_39, NULL); NullCheck(L_37); Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_37, L_38, L_40, Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); // return true; return (bool)1; } IL_00b9: { // else if (rtB != null && rtB.updateCount != updateCount) RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_41 = V_1; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_42; L_42 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_41, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_42) { goto IL_0136; } } { RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_43 = V_1; NullCheck(L_43); uint32_t L_44; L_44 = Texture_get_updateCount_m095B04AC5DECCAB128DC136DC42140F32B7021AD(L_43, NULL); int32_t L_45 = V_4; if ((((int64_t)((int64_t)(uint64_t)L_44)) == ((int64_t)((int64_t)L_45)))) { goto IL_0136; } } { // m_IsGPUTextureUpToDate[key] = (int)rtB.updateCount; Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_46 = __this->___m_IsGPUTextureUpToDate_11; int32_t L_47 = V_2; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_48 = V_1; NullCheck(L_48); uint32_t L_49; L_49 = Texture_get_updateCount_m095B04AC5DECCAB128DC136DC42140F32B7021AD(L_48, NULL); NullCheck(L_46); Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_46, L_47, L_49, Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); // return true; return (bool)1; } IL_00e2: { // m_IsGPUTextureUpToDate[key] = textureHash; Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_50 = __this->___m_IsGPUTextureUpToDate_11; int32_t L_51 = V_2; int32_t L_52 = V_3; NullCheck(L_50); Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_50, L_51, L_52, Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); goto IL_0136; } IL_00f1: { // else if (m_TextureHashes.TryGetValue(key, out int hash) && hash != textureHash) Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_53 = __this->___m_TextureHashes_12; int32_t L_54 = V_2; NullCheck(L_53); bool L_55; L_55 = Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9(L_53, L_54, (&V_5), Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var); if (!L_55) { goto IL_0115; } } { int32_t L_56 = V_5; int32_t L_57 = V_3; if ((((int32_t)L_56) == ((int32_t)L_57))) { goto IL_0115; } } { // m_TextureHashes[key] = key; Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_58 = __this->___m_TextureHashes_12; int32_t L_59 = V_2; int32_t L_60 = V_2; NullCheck(L_58); Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_58, L_59, L_60, Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var); // return true; return (bool)1; } IL_0115: { // else if (m_IsGPUTextureUpToDate.TryGetValue(key, out var value)) Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_61 = __this->___m_IsGPUTextureUpToDate_11; int32_t L_62 = V_2; NullCheck(L_61); bool L_63; L_63 = Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9(L_61, L_62, (&V_6), Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var); if (!L_63) { goto IL_0136; } } { // return value == kGPUTexInvalid || (needMips && value == kGPUTexValidMip0); int32_t L_64 = V_6; if (!L_64) { goto IL_0134; } } { bool L_65 = ___2_needMips; if (!L_65) { goto IL_0132; } } { int32_t L_66 = V_6; return (bool)((((int32_t)L_66) == ((int32_t)1))? 1 : 0); } IL_0132: { return (bool)0; } IL_0134: { return (bool)1; } IL_0136: { // return false; return (bool)0; } } // System.Boolean UnityEngine.Rendering.Texture2DAtlas::AddTexture(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4&,UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2DAtlas_AddTexture_m173ABA0D0F69CE3D63BBFBB57B39061813A5F928 (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___1_scaleOffset, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, const RuntimeMethod* method) { { // if (IsCached(out scaleOffset, texture)) Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_0 = ___1_scaleOffset; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_1 = ___2_texture; bool L_2; L_2 = Texture2DAtlas_IsCached_m7B54023CE1A4C8BFF99CB0E76A8240A4248B2556(__this, L_0, L_1, NULL); if (!L_2) { goto IL_000c; } } { // return true; return (bool)1; } IL_000c: { // return AllocateTexture(cmd, ref scaleOffset, texture, texture.width, texture.height); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_3 = ___0_cmd; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_4 = ___1_scaleOffset; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_5 = ___2_texture; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_6 = ___2_texture; NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_6); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_8 = ___2_texture; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_8); bool L_10; L_10 = VirtualFuncInvoker6< bool, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*, int32_t, int32_t, int32_t >::Invoke(7 /* System.Boolean UnityEngine.Rendering.Texture2DAtlas::AllocateTexture(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4&,UnityEngine.Texture,System.Int32,System.Int32,System.Int32) */, __this, L_3, L_4, L_5, L_7, L_9, (-1)); return L_10; } } // System.Boolean UnityEngine.Rendering.Texture2DAtlas::UpdateTexture(UnityEngine.Rendering.CommandBuffer,UnityEngine.Texture,UnityEngine.Texture,UnityEngine.Vector4&,UnityEngine.Vector4,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2DAtlas_UpdateTexture_mAA7E89665582543A3D34D2AF10F520DFF2E68DD9 (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_oldTexture, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_newTexture, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___3_scaleOffset, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___4_sourceScaleOffset, bool ___5_updateIfNeeded, bool ___6_blitMips, const RuntimeMethod* method) { { // if (IsCached(out scaleOffset, oldTexture)) Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_0 = ___3_scaleOffset; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_1 = ___1_oldTexture; bool L_2; L_2 = Texture2DAtlas_IsCached_m7B54023CE1A4C8BFF99CB0E76A8240A4248B2556(__this, L_0, L_1, NULL); if (!L_2) { goto IL_005b; } } { // if (updateIfNeeded && NeedsUpdate(newTexture)) bool L_3 = ___5_updateIfNeeded; if (!L_3) { goto IL_0059; } } { Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_4 = ___2_newTexture; bool L_5; L_5 = VirtualFuncInvoker2< bool, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*, bool >::Invoke(9 /* System.Boolean UnityEngine.Rendering.Texture2DAtlas::NeedsUpdate(UnityEngine.Texture,System.Boolean) */, __this, L_4, (bool)0); if (!L_5) { goto IL_0059; } } { // if (Is2D(newTexture)) Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_6 = ___2_newTexture; bool L_7; L_7 = Texture2DAtlas_Is2D_m0F89CF0AD3A0ED6A12C5036A922F97DBAF66B14F(__this, L_6, NULL); if (!L_7) { goto IL_0038; } } { // BlitTexture(cmd, scaleOffset, newTexture, sourceScaleOffset, blitMips); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_8 = ___0_cmd; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_9 = ___3_scaleOffset; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_10 = (*(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_9); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_11 = ___2_newTexture; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12 = ___4_sourceScaleOffset; bool L_13 = ___6_blitMips; VirtualActionInvoker6< CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3, bool, int32_t >::Invoke(4 /* System.Void UnityEngine.Rendering.Texture2DAtlas::BlitTexture(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4,UnityEngine.Texture,UnityEngine.Vector4,System.Boolean,System.Int32) */, __this, L_8, L_10, L_11, L_12, L_13, (-1)); goto IL_004a; } IL_0038: { // BlitCubeTexture2D(cmd, scaleOffset, newTexture, blitMips); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_14 = ___0_cmd; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_15 = ___3_scaleOffset; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_16 = (*(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_15); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_17 = ___2_newTexture; bool L_18 = ___6_blitMips; VirtualActionInvoker5< CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*, bool, int32_t >::Invoke(6 /* System.Void UnityEngine.Rendering.Texture2DAtlas::BlitCubeTexture2D(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4,UnityEngine.Texture,System.Boolean,System.Int32) */, __this, L_14, L_16, L_17, L_18, (-1)); } IL_004a: { // MarkGPUTextureValid(GetTextureID(newTexture), blitMips); // texture is up to date Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_19 = ___2_newTexture; int32_t L_20; L_20 = Texture2DAtlas_GetTextureID_mE87B21A6574D318E9E4C240DD80BBFBFB1E7963B(__this, L_19, NULL); bool L_21 = ___6_blitMips; Texture2DAtlas_MarkGPUTextureValid_mF402EAFB808A49DCAB232E44B400DA131481344A(__this, L_20, L_21, NULL); } IL_0059: { // return true; return (bool)1; } IL_005b: { // return AllocateTexture(cmd, ref scaleOffset, newTexture, newTexture.width, newTexture.height); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_22 = ___0_cmd; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_23 = ___3_scaleOffset; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_24 = ___2_newTexture; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_25 = ___2_newTexture; NullCheck(L_25); int32_t L_26; L_26 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_25); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_27 = ___2_newTexture; NullCheck(L_27); int32_t L_28; L_28 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_27); bool L_29; L_29 = VirtualFuncInvoker6< bool, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*, int32_t, int32_t, int32_t >::Invoke(7 /* System.Boolean UnityEngine.Rendering.Texture2DAtlas::AllocateTexture(UnityEngine.Rendering.CommandBuffer,UnityEngine.Vector4&,UnityEngine.Texture,System.Int32,System.Int32,System.Int32) */, __this, L_22, L_23, L_24, L_26, L_28, (-1)); return L_29; } } // System.Boolean UnityEngine.Rendering.Texture2DAtlas::UpdateTexture(UnityEngine.Rendering.CommandBuffer,UnityEngine.Texture,UnityEngine.Vector4&,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2DAtlas_UpdateTexture_mFDD2BDBB6B05E9BC03B132A9490D426C053ED6B2 (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_texture, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___2_scaleOffset, bool ___3_updateIfNeeded, bool ___4_blitMips, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // => UpdateTexture(cmd, texture, texture, ref scaleOffset, fullScaleOffset, updateIfNeeded, blitMips); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___0_cmd; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_1 = ___1_texture; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_2 = ___1_texture; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_3 = ___2_scaleOffset; il2cpp_codegen_runtime_class_init_inline(Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ((Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_StaticFields*)il2cpp_codegen_static_fields_for(Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var))->___fullScaleOffset_13; bool L_5 = ___3_updateIfNeeded; bool L_6 = ___4_blitMips; bool L_7; L_7 = VirtualFuncInvoker7< bool, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3, bool, bool >::Invoke(12 /* System.Boolean UnityEngine.Rendering.Texture2DAtlas::UpdateTexture(UnityEngine.Rendering.CommandBuffer,UnityEngine.Texture,UnityEngine.Texture,UnityEngine.Vector4&,UnityEngine.Vector4,System.Boolean,System.Boolean) */, __this, L_0, L_1, L_2, L_3, L_4, L_5, L_6); return L_7; } } // System.Boolean UnityEngine.Rendering.Texture2DAtlas::EnsureTextureSlot(System.Boolean&,UnityEngine.Vector4&,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2DAtlas_EnsureTextureSlot_mA671255AC3FE44365706656DA6895E396C39CD2C (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, bool* ___0_isUploadNeeded, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___1_scaleBias, int32_t ___2_key, int32_t ___3_width, int32_t ___4_height, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m2E5B8F24222E5929B4B5E21DC32E0FC4936E5F58_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m1EEB5E9C85400756E857A890B8379FD44DEA100F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mBC854B906321EBCBD5B8B90F1075808CD316F9C6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ValueTuple_2_t05010CA1EDA09F02C7ADFC1E8C90141D6388EF26 V_0; memset((&V_0), 0, sizeof(V_0)); { // isUploadNeeded = false; bool* L_0 = ___0_isUploadNeeded; *((int8_t*)L_0) = (int8_t)0; // if (m_AllocationCache.TryGetValue(key, out var value)) Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B* L_1 = __this->___m_AllocationCache_10; int32_t L_2 = ___2_key; NullCheck(L_1); bool L_3; L_3 = Dictionary_2_TryGetValue_m1EEB5E9C85400756E857A890B8379FD44DEA100F(L_1, L_2, (&V_0), Dictionary_2_TryGetValue_m1EEB5E9C85400756E857A890B8379FD44DEA100F_RuntimeMethod_var); if (!L_3) { goto IL_0021; } } { // scaleBias = value.scaleOffset; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_4 = ___1_scaleBias; ValueTuple_2_t05010CA1EDA09F02C7ADFC1E8C90141D6388EF26 L_5 = V_0; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = L_5.___Item1_0; *(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_4 = L_6; // return true; return (bool)1; } IL_0021: { // if (!m_AtlasAllocator.Allocate(ref scaleBias, width, height)) AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E* L_7 = __this->___m_AtlasAllocator_9; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_8 = ___1_scaleBias; int32_t L_9 = ___3_width; int32_t L_10 = ___4_height; NullCheck(L_7); bool L_11; L_11 = AtlasAllocator_Allocate_m4CAB1873DB9D4E4CC5C0CF6581E0B4AEFCED19C6(L_7, L_8, L_9, L_10, NULL); if (L_11) { goto IL_0035; } } { // return false; return (bool)0; } IL_0035: { // isUploadNeeded = true; bool* L_12 = ___0_isUploadNeeded; *((int8_t*)L_12) = (int8_t)1; // scaleBias.Scale(new Vector4(1.0f / m_Width, 1.0f / m_Height, 1.0f / m_Width, 1.0f / m_Height)); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_13 = ___1_scaleBias; int32_t L_14 = __this->___m_Width_4; int32_t L_15 = __this->___m_Height_5; int32_t L_16 = __this->___m_Width_4; int32_t L_17 = __this->___m_Height_5; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_18; memset((&L_18), 0, sizeof(L_18)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_18), ((float)((1.0f)/((float)L_14))), ((float)((1.0f)/((float)L_15))), ((float)((1.0f)/((float)L_16))), ((float)((1.0f)/((float)L_17))), /*hidden argument*/NULL); Vector4_Scale_mC823A0D6824DB83E23A06B2777ED227D39B0B421_inline(L_13, L_18, NULL); // m_AllocationCache.Add(key, (scaleBias, new Vector2Int(width, height))); Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B* L_19 = __this->___m_AllocationCache_10; int32_t L_20 = ___2_key; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_21 = ___1_scaleBias; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_22 = (*(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_21); int32_t L_23 = ___3_width; int32_t L_24 = ___4_height; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_25; memset((&L_25), 0, sizeof(L_25)); Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_25), L_23, L_24, /*hidden argument*/NULL); ValueTuple_2_t05010CA1EDA09F02C7ADFC1E8C90141D6388EF26 L_26; memset((&L_26), 0, sizeof(L_26)); ValueTuple_2__ctor_mBC854B906321EBCBD5B8B90F1075808CD316F9C6((&L_26), L_22, L_25, /*hidden argument*/ValueTuple_2__ctor_mBC854B906321EBCBD5B8B90F1075808CD316F9C6_RuntimeMethod_var); NullCheck(L_19); Dictionary_2_Add_m2E5B8F24222E5929B4B5E21DC32E0FC4936E5F58(L_19, L_20, L_26, Dictionary_2_Add_m2E5B8F24222E5929B4B5E21DC32E0FC4936E5F58_RuntimeMethod_var); // return true; return (bool)1; } } // System.Void UnityEngine.Rendering.Texture2DAtlas::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2DAtlas__cctor_m19C87013B07E8DEE5C7C47E1C2308870EF385145 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // static readonly Vector4 fullScaleOffset = new Vector4(1, 1, 0, 0); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0; memset((&L_0), 0, sizeof(L_0)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_0), (1.0f), (1.0f), (0.0f), (0.0f), /*hidden argument*/NULL); ((Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_StaticFields*)il2cpp_codegen_static_fields_for(Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var))->___fullScaleOffset_13 = L_0; // static readonly int s_MaxMipLevelPadding = 10; ((Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_StaticFields*)il2cpp_codegen_static_fields_for(Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var))->___s_MaxMipLevelPadding_14 = ((int32_t)10); 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.Rendering.AtlasAllocatorDynamic::.ctor(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasAllocatorDynamic__ctor_mAAB00F112B923640812220262633F2B59C8B7BB4 (AtlasAllocatorDynamic_t1C5BD5EE7946E12B603130FA9D7CEB42B3B4D170* __this, int32_t ___0_width, int32_t ___1_height, int32_t ___2_capacityAllocations, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m47BB8E7152F27A5218E85206AA3A6EACDA139E94_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int16_t V_1 = 0; { // public AtlasAllocatorDynamic(int width, int height, int capacityAllocations) Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // int capacityNodes = capacityAllocations * 2; int32_t L_0 = ___2_capacityAllocations; V_0 = ((int32_t)il2cpp_codegen_multiply(L_0, 2)); // m_Pool = new AtlasNodePool((Int16)capacityNodes); int32_t L_1 = V_0; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_2 = (AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0*)il2cpp_codegen_object_new(AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0_il2cpp_TypeInfo_var); NullCheck(L_2); AtlasNodePool__ctor_m22C2652C4D29136D79798422530C9A5D9E8CC69D(L_2, ((int16_t)L_1), NULL); __this->___m_Pool_2 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Pool_2), (void*)L_2); // m_NodeFromID = new Dictionary(capacityAllocations); int32_t L_3 = ___2_capacityAllocations; Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E* L_4 = (Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E*)il2cpp_codegen_object_new(Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E_il2cpp_TypeInfo_var); NullCheck(L_4); Dictionary_2__ctor_m47BB8E7152F27A5218E85206AA3A6EACDA139E94(L_4, L_3, Dictionary_2__ctor_m47BB8E7152F27A5218E85206AA3A6EACDA139E94_RuntimeMethod_var); __this->___m_NodeFromID_4 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_NodeFromID_4), (void*)L_4); // Int16 rootParent = -1; V_1 = (int16_t)(-1); // m_Root = m_Pool.AtlasNodeCreate(rootParent); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_5 = __this->___m_Pool_2; int16_t L_6 = V_1; NullCheck(L_5); int16_t L_7; L_7 = AtlasNodePool_AtlasNodeCreate_mCB3CA729969FC4DC8787F4F1CB6AF136E20514DF(L_5, L_6, NULL); __this->___m_Root_3 = L_7; // m_Pool.m_Nodes[m_Root].m_Rect.Set(width, height, 0, 0); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_8 = __this->___m_Pool_2; NullCheck(L_8); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_9 = L_8->___m_Nodes_0; int16_t L_10 = __this->___m_Root_3; NullCheck(L_9); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_11 = (&((L_9)->GetAddressAt(static_cast(L_10)))->___m_Rect_6); int32_t L_12 = ___0_width; int32_t L_13 = ___1_height; Vector4_Set_m3ABFE71180FF7D12472A10C89A682CFC36D822F0_inline(L_11, ((float)L_12), ((float)L_13), (0.0f), (0.0f), NULL); // m_Width = width; int32_t L_14 = ___0_width; __this->___m_Width_0 = L_14; // m_Height = height; int32_t L_15 = ___1_height; __this->___m_Height_1 = L_15; // } return; } } // System.Boolean UnityEngine.Rendering.AtlasAllocatorDynamic::Allocate(UnityEngine.Vector4&,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AtlasAllocatorDynamic_Allocate_mCB0BE9CC01255B8019E1EB0AF10818F65C97A537 (AtlasAllocatorDynamic_t1C5BD5EE7946E12B603130FA9D7CEB42B3B4D170* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_result, int32_t ___1_key, int32_t ___2_width, int32_t ___3_height, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m1E941F2C1CDD8057B1A502A38E419D4B583D831F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; { // Int16 node = m_Pool.m_Nodes[m_Root].Allocate(m_Pool, width, height); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_0 = __this->___m_Pool_2; NullCheck(L_0); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_1 = L_0->___m_Nodes_0; int16_t L_2 = __this->___m_Root_3; NullCheck(L_1); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_3 = __this->___m_Pool_2; int32_t L_4 = ___2_width; int32_t L_5 = ___3_height; int16_t L_6; L_6 = AtlasNode_Allocate_mA96F58D6ED00C8AED33E570BD38FC508D11A3A07(((L_1)->GetAddressAt(static_cast(L_2))), L_3, L_4, L_5, NULL); V_0 = L_6; // if (node >= 0) int16_t L_7 = V_0; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0054; } } { // result = m_Pool.m_Nodes[node].m_Rect; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_8 = ___0_result; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_9 = __this->___m_Pool_2; NullCheck(L_9); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_10 = L_9->___m_Nodes_0; int16_t L_11 = V_0; NullCheck(L_10); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12 = ((L_10)->GetAddressAt(static_cast(L_11)))->___m_Rect_6; *(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_8 = L_12; // m_NodeFromID.Add(key, node); Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E* L_13 = __this->___m_NodeFromID_4; int32_t L_14 = ___1_key; int16_t L_15 = V_0; NullCheck(L_13); Dictionary_2_Add_m1E941F2C1CDD8057B1A502A38E419D4B583D831F(L_13, L_14, L_15, Dictionary_2_Add_m1E941F2C1CDD8057B1A502A38E419D4B583D831F_RuntimeMethod_var); // return true; return (bool)1; } IL_0054: { // result = Vector4.zero; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_16 = ___0_result; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_17; L_17 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL); *(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_16 = L_17; // return false; return (bool)0; } } // System.Void UnityEngine.Rendering.AtlasAllocatorDynamic::Release(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasAllocatorDynamic_Release_m66405964817DEC615B19E29F831A741E60DAE537 (AtlasAllocatorDynamic_t1C5BD5EE7946E12B603130FA9D7CEB42B3B4D170* __this, int32_t ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mBFDE29F1E8B29EC001EC37D43F4B86D6165B11CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m2D1EA6829700F6B428BF1C48026ECBABBDC9038B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; { // if (m_NodeFromID.TryGetValue(key, out Int16 node)) Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E* L_0 = __this->___m_NodeFromID_4; int32_t L_1 = ___0_key; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_TryGetValue_m2D1EA6829700F6B428BF1C48026ECBABBDC9038B(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_m2D1EA6829700F6B428BF1C48026ECBABBDC9038B_RuntimeMethod_var); if (!L_2) { goto IL_003a; } } { // m_Pool.m_Nodes[node].ReleaseAndMerge(m_Pool); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_3 = __this->___m_Pool_2; NullCheck(L_3); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_4 = L_3->___m_Nodes_0; int16_t L_5 = V_0; NullCheck(L_4); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_6 = __this->___m_Pool_2; AtlasNode_ReleaseAndMerge_mF3EA698E178F2042996A9C630D05723A4B3E11AF(((L_4)->GetAddressAt(static_cast(L_5))), L_6, NULL); // m_NodeFromID.Remove(key); Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E* L_7 = __this->___m_NodeFromID_4; int32_t L_8 = ___0_key; NullCheck(L_7); bool L_9; L_9 = Dictionary_2_Remove_mBFDE29F1E8B29EC001EC37D43F4B86D6165B11CC(L_7, L_8, Dictionary_2_Remove_mBFDE29F1E8B29EC001EC37D43F4B86D6165B11CC_RuntimeMethod_var); // return; return; } IL_003a: { // } return; } } // System.Void UnityEngine.Rendering.AtlasAllocatorDynamic::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasAllocatorDynamic_Release_m8458B490232D8C3FFF90F84483B9E7C10400205D (AtlasAllocatorDynamic_t1C5BD5EE7946E12B603130FA9D7CEB42B3B4D170* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_mB76E51EAB1D0DAA739EF3ED555816A81C9C8931E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_Pool.Clear(); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_0 = __this->___m_Pool_2; NullCheck(L_0); AtlasNodePool_Clear_mE8DEA3A08060A6BD5DB3767066D1543C0DD77984(L_0, NULL); // m_Root = m_Pool.AtlasNodeCreate(-1); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_1 = __this->___m_Pool_2; NullCheck(L_1); int16_t L_2; L_2 = AtlasNodePool_AtlasNodeCreate_mCB3CA729969FC4DC8787F4F1CB6AF136E20514DF(L_1, (int16_t)(-1), NULL); __this->___m_Root_3 = L_2; // m_Pool.m_Nodes[m_Root].m_Rect.Set(m_Width, m_Height, 0, 0); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_3 = __this->___m_Pool_2; NullCheck(L_3); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_4 = L_3->___m_Nodes_0; int16_t L_5 = __this->___m_Root_3; NullCheck(L_4); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_6 = (&((L_4)->GetAddressAt(static_cast(L_5)))->___m_Rect_6); int32_t L_7 = __this->___m_Width_0; int32_t L_8 = __this->___m_Height_1; Vector4_Set_m3ABFE71180FF7D12472A10C89A682CFC36D822F0_inline(L_6, ((float)L_7), ((float)L_8), (0.0f), (0.0f), NULL); // m_NodeFromID.Clear(); Dictionary_2_t91C6CE9606BDA85C77443D05E3B9D8CAB951172E* L_9 = __this->___m_NodeFromID_4; NullCheck(L_9); Dictionary_2_Clear_mB76E51EAB1D0DAA739EF3ED555816A81C9C8931E(L_9, Dictionary_2_Clear_mB76E51EAB1D0DAA739EF3ED555816A81C9C8931E_RuntimeMethod_var); // } return; } } // System.String UnityEngine.Rendering.AtlasAllocatorDynamic::DebugStringFromRoot(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AtlasAllocatorDynamic_DebugStringFromRoot_mB566719762843EF35C69990C48714428644B40AD (AtlasAllocatorDynamic_t1C5BD5EE7946E12B603130FA9D7CEB42B3B4D170* __this, int32_t ___0_depthMax, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // string res = ""; V_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; // DebugStringFromNode(ref res, m_Root, 0, depthMax); int16_t L_0 = __this->___m_Root_3; int32_t L_1 = ___0_depthMax; AtlasAllocatorDynamic_DebugStringFromNode_m5051017F1F7E5381DE412AFA6D3CB22EE1AC2423(__this, (&V_0), L_0, 0, L_1, NULL); // return res; String_t* L_2 = V_0; return L_2; } } // System.Void UnityEngine.Rendering.AtlasAllocatorDynamic::DebugStringFromNode(System.String&,System.Int16,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasAllocatorDynamic_DebugStringFromNode_m5051017F1F7E5381DE412AFA6D3CB22EE1AC2423 (AtlasAllocatorDynamic_t1C5BD5EE7946E12B603130FA9D7CEB42B3B4D170* __this, String_t** ___0_res, int16_t ___1_n, int32_t ___2_depthCurrent, int32_t ___3_depthMax, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6DF66CBF1811D949A4A31BB943DA9DC521172B37); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8115B4BD81449052A4E19E865B714EA49DA4E46C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF81647A04FE403C279B3B8A838CD888DFB2D9AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBED620E9E1D0711D29EE397E6EA506FD6EE38C3D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B2_1 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B2_2 = NULL; String_t** G_B2_3 = NULL; int32_t G_B1_0 = 0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B1_1 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B1_2 = NULL; String_t** G_B1_3 = NULL; String_t* G_B3_0 = NULL; int32_t G_B3_1 = 0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B3_2 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B3_3 = NULL; String_t** G_B3_4 = NULL; { // res += "{[" + depthCurrent + "], isOccupied = " + (m_Pool.m_Nodes[n].IsOccupied() ? "true" : "false") + ", self = " + m_Pool.m_Nodes[n].m_Self + ", " + m_Pool.m_Nodes[n].m_Rect.x + "," + m_Pool.m_Nodes[n].m_Rect.y + ", " + m_Pool.m_Nodes[n].m_Rect.z + ", " + m_Pool.m_Nodes[n].m_Rect.w + "}\n"; String_t** L_0 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1; String_t** L_3 = ___0_res; String_t* L_4 = *((String_t**)L_3); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_4); (L_2)->SetAt(static_cast(0), (String_t*)L_4); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = L_2; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral6DF66CBF1811D949A4A31BB943DA9DC521172B37); (L_5)->SetAt(static_cast(1), (String_t*)_stringLiteral6DF66CBF1811D949A4A31BB943DA9DC521172B37); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = L_5; String_t* L_7; L_7 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&___2_depthCurrent), NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(2), (String_t*)L_7); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_6; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral8115B4BD81449052A4E19E865B714EA49DA4E46C); (L_8)->SetAt(static_cast(3), (String_t*)_stringLiteral8115B4BD81449052A4E19E865B714EA49DA4E46C); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = L_8; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_10 = __this->___m_Pool_2; NullCheck(L_10); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_11 = L_10->___m_Nodes_0; int16_t L_12 = ___1_n; NullCheck(L_11); bool L_13; L_13 = AtlasNode_IsOccupied_m4DAB3793E66F89B97D1521DA6A639A0B16C8BEE1(((L_11)->GetAddressAt(static_cast(L_12))), NULL); G_B1_0 = 4; G_B1_1 = L_9; G_B1_2 = L_9; G_B1_3 = L_0; if (L_13) { G_B2_0 = 4; G_B2_1 = L_9; G_B2_2 = L_9; G_B2_3 = L_0; goto IL_0048; } } { G_B3_0 = _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; G_B3_4 = G_B1_3; goto IL_004d; } IL_0048: { G_B3_0 = _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; G_B3_4 = G_B2_3; } IL_004d: { NullCheck(G_B3_2); ArrayElementTypeCheck (G_B3_2, G_B3_0); (G_B3_2)->SetAt(static_cast(G_B3_1), (String_t*)G_B3_0); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = G_B3_3; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteralAF81647A04FE403C279B3B8A838CD888DFB2D9AC); (L_14)->SetAt(static_cast(5), (String_t*)_stringLiteralAF81647A04FE403C279B3B8A838CD888DFB2D9AC); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_14; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_16 = __this->___m_Pool_2; NullCheck(L_16); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_17 = L_16->___m_Nodes_0; int16_t L_18 = ___1_n; NullCheck(L_17); int16_t* L_19 = (&((L_17)->GetAddressAt(static_cast(L_18)))->___m_Self_0); String_t* L_20; L_20 = Int16_ToString_mD65153B762673B865D4F8FF9B567BECC1ABF6D23(L_19, NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_20); (L_15)->SetAt(static_cast(6), (String_t*)L_20); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = L_15; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); (L_21)->SetAt(static_cast(7), (String_t*)_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_22 = L_21; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_23 = __this->___m_Pool_2; NullCheck(L_23); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_24 = L_23->___m_Nodes_0; int16_t L_25 = ___1_n; NullCheck(L_24); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_26 = (&((L_24)->GetAddressAt(static_cast(L_25)))->___m_Rect_6); float* L_27 = (&L_26->___x_1); String_t* L_28; L_28 = Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972(L_27, NULL); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_28); (L_22)->SetAt(static_cast(8), (String_t*)L_28); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_29 = L_22; NullCheck(L_29); ArrayElementTypeCheck (L_29, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); (L_29)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_30 = L_29; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_31 = __this->___m_Pool_2; NullCheck(L_31); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_32 = L_31->___m_Nodes_0; int16_t L_33 = ___1_n; NullCheck(L_32); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_34 = (&((L_32)->GetAddressAt(static_cast(L_33)))->___m_Rect_6); float* L_35 = (&L_34->___y_2); String_t* L_36; L_36 = Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972(L_35, NULL); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_36); (L_30)->SetAt(static_cast(((int32_t)10)), (String_t*)L_36); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_37 = L_30; NullCheck(L_37); ArrayElementTypeCheck (L_37, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); (L_37)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_38 = L_37; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_39 = __this->___m_Pool_2; NullCheck(L_39); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_40 = L_39->___m_Nodes_0; int16_t L_41 = ___1_n; NullCheck(L_40); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_42 = (&((L_40)->GetAddressAt(static_cast(L_41)))->___m_Rect_6); float* L_43 = (&L_42->___z_3); String_t* L_44; L_44 = Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972(L_43, NULL); NullCheck(L_38); ArrayElementTypeCheck (L_38, L_44); (L_38)->SetAt(static_cast(((int32_t)12)), (String_t*)L_44); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_45 = L_38; NullCheck(L_45); ArrayElementTypeCheck (L_45, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); (L_45)->SetAt(static_cast(((int32_t)13)), (String_t*)_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_46 = L_45; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_47 = __this->___m_Pool_2; NullCheck(L_47); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_48 = L_47->___m_Nodes_0; int16_t L_49 = ___1_n; NullCheck(L_48); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_50 = (&((L_48)->GetAddressAt(static_cast(L_49)))->___m_Rect_6); float* L_51 = (&L_50->___w_4); String_t* L_52; L_52 = Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972(L_51, NULL); NullCheck(L_46); ArrayElementTypeCheck (L_46, L_52); (L_46)->SetAt(static_cast(((int32_t)14)), (String_t*)L_52); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_53 = L_46; NullCheck(L_53); ArrayElementTypeCheck (L_53, _stringLiteralBED620E9E1D0711D29EE397E6EA506FD6EE38C3D); (L_53)->SetAt(static_cast(((int32_t)15)), (String_t*)_stringLiteralBED620E9E1D0711D29EE397E6EA506FD6EE38C3D); String_t* L_54; L_54 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_53, NULL); *((RuntimeObject**)G_B3_4) = (RuntimeObject*)L_54; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B3_4, (void*)(RuntimeObject*)L_54); // if (depthMax == -1 || depthCurrent < depthMax) int32_t L_55 = ___3_depthMax; if ((((int32_t)L_55) == ((int32_t)(-1)))) { goto IL_013f; } } { int32_t L_56 = ___2_depthCurrent; int32_t L_57 = ___3_depthMax; if ((((int32_t)L_56) >= ((int32_t)L_57))) { goto IL_01b5; } } IL_013f: { // if (m_Pool.m_Nodes[n].m_LeftChild >= 0) AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_58 = __this->___m_Pool_2; NullCheck(L_58); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_59 = L_58->___m_Nodes_0; int16_t L_60 = ___1_n; NullCheck(L_59); int16_t L_61 = ((L_59)->GetAddressAt(static_cast(L_60)))->___m_LeftChild_2; if ((((int32_t)L_61) < ((int32_t)0))) { goto IL_017a; } } { // DebugStringFromNode(ref res, m_Pool.m_Nodes[n].m_LeftChild, depthCurrent + 1, depthMax); String_t** L_62 = ___0_res; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_63 = __this->___m_Pool_2; NullCheck(L_63); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_64 = L_63->___m_Nodes_0; int16_t L_65 = ___1_n; NullCheck(L_64); int16_t L_66 = ((L_64)->GetAddressAt(static_cast(L_65)))->___m_LeftChild_2; int32_t L_67 = ___2_depthCurrent; int32_t L_68 = ___3_depthMax; AtlasAllocatorDynamic_DebugStringFromNode_m5051017F1F7E5381DE412AFA6D3CB22EE1AC2423(__this, L_62, L_66, ((int32_t)il2cpp_codegen_add(L_67, 1)), L_68, NULL); } IL_017a: { // if (m_Pool.m_Nodes[n].m_RightChild >= 0) AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_69 = __this->___m_Pool_2; NullCheck(L_69); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_70 = L_69->___m_Nodes_0; int16_t L_71 = ___1_n; NullCheck(L_70); int16_t L_72 = ((L_70)->GetAddressAt(static_cast(L_71)))->___m_RightChild_3; if ((((int32_t)L_72) < ((int32_t)0))) { goto IL_01b5; } } { // DebugStringFromNode(ref res, m_Pool.m_Nodes[n].m_RightChild, depthCurrent + 1, depthMax); String_t** L_73 = ___0_res; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_74 = __this->___m_Pool_2; NullCheck(L_74); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_75 = L_74->___m_Nodes_0; int16_t L_76 = ___1_n; NullCheck(L_75); int16_t L_77 = ((L_75)->GetAddressAt(static_cast(L_76)))->___m_RightChild_3; int32_t L_78 = ___2_depthCurrent; int32_t L_79 = ___3_depthMax; AtlasAllocatorDynamic_DebugStringFromNode_m5051017F1F7E5381DE412AFA6D3CB22EE1AC2423(__this, L_73, L_77, ((int32_t)il2cpp_codegen_add(L_78, 1)), L_79, NULL); } IL_01b5: { // } 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.Rendering.AtlasAllocatorDynamic/AtlasNodePool::.ctor(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasNodePool__ctor_m22C2652C4D29136D79798422530C9A5D9E8CC69D (AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* __this, int16_t ___0_capacity, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public AtlasNodePool(Int16 capacity) Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // m_Nodes = new AtlasNode[capacity]; int16_t L_0 = ___0_capacity; AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_1 = (AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394*)(AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394*)SZArrayNew(AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394_il2cpp_TypeInfo_var, (uint32_t)L_0); __this->___m_Nodes_0 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Nodes_0), (void*)L_1); // m_Next = 0; __this->___m_Next_1 = (int16_t)0; // m_FreelistHead = -1; __this->___m_FreelistHead_2 = (int16_t)(-1); // } return; } } // System.Void UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasNodePool_Dispose_m655F49046B7605E8FCE3A1553C74C0386ED6D746 (AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* __this, const RuntimeMethod* method) { { // Clear(); AtlasNodePool_Clear_mE8DEA3A08060A6BD5DB3767066D1543C0DD77984(__this, NULL); // m_Nodes = null; __this->___m_Nodes_0 = (AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Nodes_0), (void*)(AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394*)NULL); // } return; } } // System.Void UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasNodePool_Clear_mE8DEA3A08060A6BD5DB3767066D1543C0DD77984 (AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* __this, const RuntimeMethod* method) { { // m_Next = 0; __this->___m_Next_1 = (int16_t)0; // m_FreelistHead = -1; __this->___m_FreelistHead_2 = (int16_t)(-1); // } return; } } // System.Int16 UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool::AtlasNodeCreate(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t AtlasNodePool_AtlasNodeCreate_mCB3CA729969FC4DC8787F4F1CB6AF136E20514DF (AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* __this, int16_t ___0_parent, const RuntimeMethod* method) { int16_t V_0 = 0; int16_t V_1 = 0; { // if (m_FreelistHead != -1) int16_t L_0 = __this->___m_FreelistHead_2; if ((((int32_t)L_0) == ((int32_t)(-1)))) { goto IL_004b; } } { // Int16 freelistHeadNext = m_Nodes[m_FreelistHead].m_FreelistNext; AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_1 = __this->___m_Nodes_0; int16_t L_2 = __this->___m_FreelistHead_2; NullCheck(L_1); int16_t L_3 = ((L_1)->GetAddressAt(static_cast(L_2)))->___m_FreelistNext_4; V_0 = L_3; // m_Nodes[m_FreelistHead] = new AtlasNode(m_FreelistHead, parent); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_4 = __this->___m_Nodes_0; int16_t L_5 = __this->___m_FreelistHead_2; int16_t L_6 = __this->___m_FreelistHead_2; int16_t L_7 = ___0_parent; AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A L_8; memset((&L_8), 0, sizeof(L_8)); AtlasNode__ctor_mFFF2DBE5F81BD41BFF58E221F82DA5D3EF3B8C05((&L_8), L_6, L_7, /*hidden argument*/NULL); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A)L_8); // Int16 res = m_FreelistHead; int16_t L_9 = __this->___m_FreelistHead_2; // m_FreelistHead = freelistHeadNext; int16_t L_10 = V_0; __this->___m_FreelistHead_2 = L_10; // return res; return L_9; } IL_004b: { // m_Nodes[m_Next] = new AtlasNode(m_Next, parent); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_11 = __this->___m_Nodes_0; int16_t L_12 = __this->___m_Next_1; int16_t L_13 = __this->___m_Next_1; int16_t L_14 = ___0_parent; AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A L_15; memset((&L_15), 0, sizeof(L_15)); AtlasNode__ctor_mFFF2DBE5F81BD41BFF58E221F82DA5D3EF3B8C05((&L_15), L_13, L_14, /*hidden argument*/NULL); NullCheck(L_11); (L_11)->SetAt(static_cast(L_12), (AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A)L_15); // return m_Next++; int16_t L_16 = __this->___m_Next_1; V_1 = L_16; int16_t L_17 = V_1; __this->___m_Next_1 = ((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, 1))); int16_t L_18 = V_1; return L_18; } } // System.Void UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool::AtlasNodeFree(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasNodePool_AtlasNodeFree_m8439BC672727D5205BD768CCF3A26C3E924D53EF (AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* __this, int16_t ___0_index, const RuntimeMethod* method) { { // m_Nodes[index].m_FreelistNext = m_FreelistHead; AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_0 = __this->___m_Nodes_0; int16_t L_1 = ___0_index; NullCheck(L_0); int16_t L_2 = __this->___m_FreelistHead_2; ((L_0)->GetAddressAt(static_cast(L_1)))->___m_FreelistNext_4 = L_2; // m_FreelistHead = index; int16_t L_3 = ___0_index; __this->___m_FreelistHead_2 = L_3; // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::.ctor(System.Int16,System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasNode__ctor_mFFF2DBE5F81BD41BFF58E221F82DA5D3EF3B8C05 (AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* __this, int16_t ___0_self, int16_t ___1_parent, const RuntimeMethod* method) { { // m_Self = self; int16_t L_0 = ___0_self; __this->___m_Self_0 = L_0; // m_Parent = parent; int16_t L_1 = ___1_parent; __this->___m_Parent_1 = L_1; // m_LeftChild = -1; __this->___m_LeftChild_2 = (int16_t)(-1); // m_RightChild = -1; __this->___m_RightChild_3 = (int16_t)(-1); // m_Flags = 0; __this->___m_Flags_5 = (uint16_t)0; // m_FreelistNext = -1; __this->___m_FreelistNext_4 = (int16_t)(-1); // m_Rect = Vector4.zero; // x,y is width and height (scale) z,w offset into atlas (bias) Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2; L_2 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL); __this->___m_Rect_6 = L_2; // } return; } } IL2CPP_EXTERN_C void AtlasNode__ctor_mFFF2DBE5F81BD41BFF58E221F82DA5D3EF3B8C05_AdjustorThunk (RuntimeObject* __this, int16_t ___0_self, int16_t ___1_parent, const RuntimeMethod* method) { AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); AtlasNode__ctor_mFFF2DBE5F81BD41BFF58E221F82DA5D3EF3B8C05(_thisAdjusted, ___0_self, ___1_parent, method); } // System.Boolean UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::IsOccupied() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AtlasNode_IsOccupied_m4DAB3793E66F89B97D1521DA6A639A0B16C8BEE1 (AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* __this, const RuntimeMethod* method) { { // return (m_Flags & (UInt16)AtlasNodeFlags.IsOccupied) > 0; uint16_t L_0 = __this->___m_Flags_5; return (bool)((((int32_t)((int32_t)((int32_t)L_0&1))) > ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C bool AtlasNode_IsOccupied_m4DAB3793E66F89B97D1521DA6A639A0B16C8BEE1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = AtlasNode_IsOccupied_m4DAB3793E66F89B97D1521DA6A639A0B16C8BEE1(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::SetIsOccupied() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasNode_SetIsOccupied_mDE0F696F9119A0A840D300CFF9BFDC5844C37DEB (AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* __this, const RuntimeMethod* method) { uint16_t V_0 = 0; { // UInt16 isOccupiedMask = (UInt16)AtlasNodeFlags.IsOccupied; V_0 = (uint16_t)1; // m_Flags |= isOccupiedMask; uint16_t L_0 = __this->___m_Flags_5; uint16_t L_1 = V_0; __this->___m_Flags_5 = (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)L_0|(int32_t)L_1))); // } return; } } IL2CPP_EXTERN_C void AtlasNode_SetIsOccupied_mDE0F696F9119A0A840D300CFF9BFDC5844C37DEB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); AtlasNode_SetIsOccupied_mDE0F696F9119A0A840D300CFF9BFDC5844C37DEB(_thisAdjusted, method); } // System.Void UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::ClearIsOccupied() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasNode_ClearIsOccupied_m15C4CF7573BF45C8472AAE6C72D93496F69F74B6 (AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* __this, const RuntimeMethod* method) { uint16_t V_0 = 0; { // UInt16 isOccupiedMask = (UInt16)AtlasNodeFlags.IsOccupied; V_0 = (uint16_t)1; // m_Flags &= (UInt16)~isOccupiedMask; uint16_t L_0 = __this->___m_Flags_5; uint16_t L_1 = V_0; __this->___m_Flags_5 = (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)L_0&((int32_t)(uint16_t)((~L_1)))))); // } return; } } IL2CPP_EXTERN_C void AtlasNode_ClearIsOccupied_m15C4CF7573BF45C8472AAE6C72D93496F69F74B6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); AtlasNode_ClearIsOccupied_m15C4CF7573BF45C8472AAE6C72D93496F69F74B6(_thisAdjusted, method); } // System.Boolean UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::IsLeafNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AtlasNode_IsLeafNode_m026D9501AB6E24CF82AD67D96AD9B08F164F5925 (AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* __this, const RuntimeMethod* method) { { // return m_LeftChild == -1; int16_t L_0 = __this->___m_LeftChild_2; return (bool)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool AtlasNode_IsLeafNode_m026D9501AB6E24CF82AD67D96AD9B08F164F5925_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = AtlasNode_IsLeafNode_m026D9501AB6E24CF82AD67D96AD9B08F164F5925(_thisAdjusted, method); return _returnValue; } // System.Int16 UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::Allocate(UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t AtlasNode_Allocate_mA96F58D6ED00C8AED33E570BD38FC508D11A3A07 (AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* __this, AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* ___0_pool, int32_t ___1_width, int32_t ___2_height, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; int16_t V_2 = 0; int16_t V_3 = 0; int16_t V_4 = 0; { // if (Mathf.Min(width, height) < 1) int32_t L_0 = ___1_width; int32_t L_1 = ___2_height; int32_t L_2; L_2 = Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline(L_0, L_1, NULL); if ((((int32_t)L_2) >= ((int32_t)1))) { goto IL_000c; } } { // return -1; return (int16_t)(-1); } IL_000c: { // if (!IsLeafNode()) bool L_3; L_3 = AtlasNode_IsLeafNode_m026D9501AB6E24CF82AD67D96AD9B08F164F5925(__this, NULL); if (L_3) { goto IL_004e; } } { // Int16 node = pool.m_Nodes[m_LeftChild].Allocate(pool, width, height); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_4 = ___0_pool; NullCheck(L_4); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_5 = L_4->___m_Nodes_0; int16_t L_6 = __this->___m_LeftChild_2; NullCheck(L_5); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_7 = ___0_pool; int32_t L_8 = ___1_width; int32_t L_9 = ___2_height; int16_t L_10; L_10 = AtlasNode_Allocate_mA96F58D6ED00C8AED33E570BD38FC508D11A3A07(((L_5)->GetAddressAt(static_cast(L_6))), L_7, L_8, L_9, NULL); V_2 = L_10; // if (node == -1) int16_t L_11 = V_2; if ((!(((uint32_t)L_11) == ((uint32_t)(-1))))) { goto IL_004c; } } { // node = pool.m_Nodes[m_RightChild].Allocate(pool, width, height); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_12 = ___0_pool; NullCheck(L_12); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_13 = L_12->___m_Nodes_0; int16_t L_14 = __this->___m_RightChild_3; NullCheck(L_13); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_15 = ___0_pool; int32_t L_16 = ___1_width; int32_t L_17 = ___2_height; int16_t L_18; L_18 = AtlasNode_Allocate_mA96F58D6ED00C8AED33E570BD38FC508D11A3A07(((L_13)->GetAddressAt(static_cast(L_14))), L_15, L_16, L_17, NULL); V_2 = L_18; } IL_004c: { // return node; int16_t L_19 = V_2; return L_19; } IL_004e: { // if (IsOccupied()) { return -1; } bool L_20; L_20 = AtlasNode_IsOccupied_m4DAB3793E66F89B97D1521DA6A639A0B16C8BEE1(__this, NULL); if (!L_20) { goto IL_0058; } } { // if (IsOccupied()) { return -1; } return (int16_t)(-1); } IL_0058: { // if (width > m_Rect.x || height > m_Rect.y) { return -1; } int32_t L_21 = ___1_width; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_22 = (&__this->___m_Rect_6); float L_23 = L_22->___x_1; if ((((float)((float)L_21)) > ((float)L_23))) { goto IL_0076; } } { int32_t L_24 = ___2_height; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_25 = (&__this->___m_Rect_6); float L_26 = L_25->___y_2; if ((!(((float)((float)L_24)) > ((float)L_26)))) { goto IL_0078; } } IL_0076: { // if (width > m_Rect.x || height > m_Rect.y) { return -1; } return (int16_t)(-1); } IL_0078: { // m_LeftChild = pool.AtlasNodeCreate(m_Self); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_27 = ___0_pool; int16_t L_28 = __this->___m_Self_0; NullCheck(L_27); int16_t L_29; L_29 = AtlasNodePool_AtlasNodeCreate_mCB3CA729969FC4DC8787F4F1CB6AF136E20514DF(L_27, L_28, NULL); __this->___m_LeftChild_2 = L_29; // m_RightChild = pool.AtlasNodeCreate(m_Self); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_30 = ___0_pool; int16_t L_31 = __this->___m_Self_0; NullCheck(L_30); int16_t L_32; L_32 = AtlasNodePool_AtlasNodeCreate_mCB3CA729969FC4DC8787F4F1CB6AF136E20514DF(L_30, L_31, NULL); __this->___m_RightChild_3 = L_32; // float deltaX = m_Rect.x - width; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_33 = (&__this->___m_Rect_6); float L_34 = L_33->___x_1; int32_t L_35 = ___1_width; V_0 = ((float)il2cpp_codegen_subtract(L_34, ((float)L_35))); // float deltaY = m_Rect.y - height; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_36 = (&__this->___m_Rect_6); float L_37 = L_36->___y_2; int32_t L_38 = ___2_height; V_1 = ((float)il2cpp_codegen_subtract(L_37, ((float)L_38))); // if (deltaX >= deltaY) float L_39 = V_0; float L_40 = V_1; if ((!(((float)L_39) >= ((float)L_40)))) { goto IL_0237; } } { // pool.m_Nodes[m_LeftChild].m_Rect.x = width; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_41 = ___0_pool; NullCheck(L_41); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_42 = L_41->___m_Nodes_0; int16_t L_43 = __this->___m_LeftChild_2; NullCheck(L_42); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_44 = (&((L_42)->GetAddressAt(static_cast(L_43)))->___m_Rect_6); int32_t L_45 = ___1_width; L_44->___x_1 = ((float)L_45); // pool.m_Nodes[m_LeftChild].m_Rect.y = m_Rect.y; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_46 = ___0_pool; NullCheck(L_46); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_47 = L_46->___m_Nodes_0; int16_t L_48 = __this->___m_LeftChild_2; NullCheck(L_47); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_49 = (&((L_47)->GetAddressAt(static_cast(L_48)))->___m_Rect_6); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_50 = (&__this->___m_Rect_6); float L_51 = L_50->___y_2; L_49->___y_2 = L_51; // pool.m_Nodes[m_LeftChild].m_Rect.z = m_Rect.z; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_52 = ___0_pool; NullCheck(L_52); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_53 = L_52->___m_Nodes_0; int16_t L_54 = __this->___m_LeftChild_2; NullCheck(L_53); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_55 = (&((L_53)->GetAddressAt(static_cast(L_54)))->___m_Rect_6); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_56 = (&__this->___m_Rect_6); float L_57 = L_56->___z_3; L_55->___z_3 = L_57; // pool.m_Nodes[m_LeftChild].m_Rect.w = m_Rect.w; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_58 = ___0_pool; NullCheck(L_58); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_59 = L_58->___m_Nodes_0; int16_t L_60 = __this->___m_LeftChild_2; NullCheck(L_59); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_61 = (&((L_59)->GetAddressAt(static_cast(L_60)))->___m_Rect_6); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_62 = (&__this->___m_Rect_6); float L_63 = L_62->___w_4; L_61->___w_4 = L_63; // pool.m_Nodes[m_RightChild].m_Rect.x = deltaX; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_64 = ___0_pool; NullCheck(L_64); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_65 = L_64->___m_Nodes_0; int16_t L_66 = __this->___m_RightChild_3; NullCheck(L_65); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_67 = (&((L_65)->GetAddressAt(static_cast(L_66)))->___m_Rect_6); float L_68 = V_0; L_67->___x_1 = L_68; // pool.m_Nodes[m_RightChild].m_Rect.y = m_Rect.y; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_69 = ___0_pool; NullCheck(L_69); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_70 = L_69->___m_Nodes_0; int16_t L_71 = __this->___m_RightChild_3; NullCheck(L_70); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_72 = (&((L_70)->GetAddressAt(static_cast(L_71)))->___m_Rect_6); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_73 = (&__this->___m_Rect_6); float L_74 = L_73->___y_2; L_72->___y_2 = L_74; // pool.m_Nodes[m_RightChild].m_Rect.z = m_Rect.z + width; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_75 = ___0_pool; NullCheck(L_75); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_76 = L_75->___m_Nodes_0; int16_t L_77 = __this->___m_RightChild_3; NullCheck(L_76); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_78 = (&((L_76)->GetAddressAt(static_cast(L_77)))->___m_Rect_6); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_79 = (&__this->___m_Rect_6); float L_80 = L_79->___z_3; int32_t L_81 = ___1_width; L_78->___z_3 = ((float)il2cpp_codegen_add(L_80, ((float)L_81))); // pool.m_Nodes[m_RightChild].m_Rect.w = m_Rect.w; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_82 = ___0_pool; NullCheck(L_82); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_83 = L_82->___m_Nodes_0; int16_t L_84 = __this->___m_RightChild_3; NullCheck(L_83); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_85 = (&((L_83)->GetAddressAt(static_cast(L_84)))->___m_Rect_6); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_86 = (&__this->___m_Rect_6); float L_87 = L_86->___w_4; L_85->___w_4 = L_87; // if (deltaY < 1) float L_88 = V_1; if ((!(((float)L_88) < ((float)(1.0f))))) { goto IL_0206; } } { // pool.m_Nodes[m_LeftChild].SetIsOccupied(); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_89 = ___0_pool; NullCheck(L_89); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_90 = L_89->___m_Nodes_0; int16_t L_91 = __this->___m_LeftChild_2; NullCheck(L_90); AtlasNode_SetIsOccupied_mDE0F696F9119A0A840D300CFF9BFDC5844C37DEB(((L_90)->GetAddressAt(static_cast(L_91))), NULL); // return m_LeftChild; int16_t L_92 = __this->___m_LeftChild_2; return L_92; } IL_0206: { // Int16 node = pool.m_Nodes[m_LeftChild].Allocate(pool, width, height); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_93 = ___0_pool; NullCheck(L_93); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_94 = L_93->___m_Nodes_0; int16_t L_95 = __this->___m_LeftChild_2; NullCheck(L_94); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_96 = ___0_pool; int32_t L_97 = ___1_width; int32_t L_98 = ___2_height; int16_t L_99; L_99 = AtlasNode_Allocate_mA96F58D6ED00C8AED33E570BD38FC508D11A3A07(((L_94)->GetAddressAt(static_cast(L_95))), L_96, L_97, L_98, NULL); V_3 = L_99; // if (node >= 0) { pool.m_Nodes[node].SetIsOccupied(); } int16_t L_100 = V_3; if ((((int32_t)L_100) < ((int32_t)0))) { goto IL_0235; } } { // if (node >= 0) { pool.m_Nodes[node].SetIsOccupied(); } AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_101 = ___0_pool; NullCheck(L_101); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_102 = L_101->___m_Nodes_0; int16_t L_103 = V_3; NullCheck(L_102); AtlasNode_SetIsOccupied_mDE0F696F9119A0A840D300CFF9BFDC5844C37DEB(((L_102)->GetAddressAt(static_cast(L_103))), NULL); } IL_0235: { // return node; int16_t L_104 = V_3; return L_104; } IL_0237: { // pool.m_Nodes[m_LeftChild].m_Rect.x = m_Rect.x; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_105 = ___0_pool; NullCheck(L_105); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_106 = L_105->___m_Nodes_0; int16_t L_107 = __this->___m_LeftChild_2; NullCheck(L_106); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_108 = (&((L_106)->GetAddressAt(static_cast(L_107)))->___m_Rect_6); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_109 = (&__this->___m_Rect_6); float L_110 = L_109->___x_1; L_108->___x_1 = L_110; // pool.m_Nodes[m_LeftChild].m_Rect.y = height; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_111 = ___0_pool; NullCheck(L_111); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_112 = L_111->___m_Nodes_0; int16_t L_113 = __this->___m_LeftChild_2; NullCheck(L_112); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_114 = (&((L_112)->GetAddressAt(static_cast(L_113)))->___m_Rect_6); int32_t L_115 = ___2_height; L_114->___y_2 = ((float)L_115); // pool.m_Nodes[m_LeftChild].m_Rect.z = m_Rect.z; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_116 = ___0_pool; NullCheck(L_116); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_117 = L_116->___m_Nodes_0; int16_t L_118 = __this->___m_LeftChild_2; NullCheck(L_117); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_119 = (&((L_117)->GetAddressAt(static_cast(L_118)))->___m_Rect_6); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_120 = (&__this->___m_Rect_6); float L_121 = L_120->___z_3; L_119->___z_3 = L_121; // pool.m_Nodes[m_LeftChild].m_Rect.w = m_Rect.w; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_122 = ___0_pool; NullCheck(L_122); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_123 = L_122->___m_Nodes_0; int16_t L_124 = __this->___m_LeftChild_2; NullCheck(L_123); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_125 = (&((L_123)->GetAddressAt(static_cast(L_124)))->___m_Rect_6); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_126 = (&__this->___m_Rect_6); float L_127 = L_126->___w_4; L_125->___w_4 = L_127; // pool.m_Nodes[m_RightChild].m_Rect.x = m_Rect.x; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_128 = ___0_pool; NullCheck(L_128); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_129 = L_128->___m_Nodes_0; int16_t L_130 = __this->___m_RightChild_3; NullCheck(L_129); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_131 = (&((L_129)->GetAddressAt(static_cast(L_130)))->___m_Rect_6); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_132 = (&__this->___m_Rect_6); float L_133 = L_132->___x_1; L_131->___x_1 = L_133; // pool.m_Nodes[m_RightChild].m_Rect.y = deltaY; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_134 = ___0_pool; NullCheck(L_134); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_135 = L_134->___m_Nodes_0; int16_t L_136 = __this->___m_RightChild_3; NullCheck(L_135); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_137 = (&((L_135)->GetAddressAt(static_cast(L_136)))->___m_Rect_6); float L_138 = V_1; L_137->___y_2 = L_138; // pool.m_Nodes[m_RightChild].m_Rect.z = m_Rect.z; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_139 = ___0_pool; NullCheck(L_139); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_140 = L_139->___m_Nodes_0; int16_t L_141 = __this->___m_RightChild_3; NullCheck(L_140); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_142 = (&((L_140)->GetAddressAt(static_cast(L_141)))->___m_Rect_6); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_143 = (&__this->___m_Rect_6); float L_144 = L_143->___z_3; L_142->___z_3 = L_144; // pool.m_Nodes[m_RightChild].m_Rect.w = m_Rect.w + height; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_145 = ___0_pool; NullCheck(L_145); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_146 = L_145->___m_Nodes_0; int16_t L_147 = __this->___m_RightChild_3; NullCheck(L_146); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_148 = (&((L_146)->GetAddressAt(static_cast(L_147)))->___m_Rect_6); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_149 = (&__this->___m_Rect_6); float L_150 = L_149->___w_4; int32_t L_151 = ___2_height; L_148->___w_4 = ((float)il2cpp_codegen_add(L_150, ((float)L_151))); // if (deltaX < 1) float L_152 = V_0; if ((!(((float)L_152) < ((float)(1.0f))))) { goto IL_037c; } } { // pool.m_Nodes[m_LeftChild].SetIsOccupied(); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_153 = ___0_pool; NullCheck(L_153); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_154 = L_153->___m_Nodes_0; int16_t L_155 = __this->___m_LeftChild_2; NullCheck(L_154); AtlasNode_SetIsOccupied_mDE0F696F9119A0A840D300CFF9BFDC5844C37DEB(((L_154)->GetAddressAt(static_cast(L_155))), NULL); // return m_LeftChild; int16_t L_156 = __this->___m_LeftChild_2; return L_156; } IL_037c: { // Int16 node = pool.m_Nodes[m_LeftChild].Allocate(pool, width, height); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_157 = ___0_pool; NullCheck(L_157); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_158 = L_157->___m_Nodes_0; int16_t L_159 = __this->___m_LeftChild_2; NullCheck(L_158); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_160 = ___0_pool; int32_t L_161 = ___1_width; int32_t L_162 = ___2_height; int16_t L_163; L_163 = AtlasNode_Allocate_mA96F58D6ED00C8AED33E570BD38FC508D11A3A07(((L_158)->GetAddressAt(static_cast(L_159))), L_160, L_161, L_162, NULL); V_4 = L_163; // if (node >= 0) { pool.m_Nodes[node].SetIsOccupied(); } int16_t L_164 = V_4; if ((((int32_t)L_164) < ((int32_t)0))) { goto IL_03ae; } } { // if (node >= 0) { pool.m_Nodes[node].SetIsOccupied(); } AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_165 = ___0_pool; NullCheck(L_165); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_166 = L_165->___m_Nodes_0; int16_t L_167 = V_4; NullCheck(L_166); AtlasNode_SetIsOccupied_mDE0F696F9119A0A840D300CFF9BFDC5844C37DEB(((L_166)->GetAddressAt(static_cast(L_167))), NULL); } IL_03ae: { // return node; int16_t L_168 = V_4; return L_168; } } IL2CPP_EXTERN_C int16_t AtlasNode_Allocate_mA96F58D6ED00C8AED33E570BD38FC508D11A3A07_AdjustorThunk (RuntimeObject* __this, AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* ___0_pool, int32_t ___1_width, int32_t ___2_height, const RuntimeMethod* method) { AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int16_t _returnValue; _returnValue = AtlasNode_Allocate_mA96F58D6ED00C8AED33E570BD38FC508D11A3A07(_thisAdjusted, ___0_pool, ___1_width, ___2_height, method); return _returnValue; } // System.Void UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::ReleaseChildren(UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasNode_ReleaseChildren_m1B0112B1DD2DCFF5E204BE80B8F7C9BC91E7BB6B (AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* __this, AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* ___0_pool, const RuntimeMethod* method) { { // if (IsLeafNode()) { return; } bool L_0; L_0 = AtlasNode_IsLeafNode_m026D9501AB6E24CF82AD67D96AD9B08F164F5925(__this, NULL); if (!L_0) { goto IL_0009; } } { // if (IsLeafNode()) { return; } return; } IL_0009: { // pool.m_Nodes[m_LeftChild].ReleaseChildren(pool); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_1 = ___0_pool; NullCheck(L_1); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_2 = L_1->___m_Nodes_0; int16_t L_3 = __this->___m_LeftChild_2; NullCheck(L_2); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_4 = ___0_pool; AtlasNode_ReleaseChildren_m1B0112B1DD2DCFF5E204BE80B8F7C9BC91E7BB6B(((L_2)->GetAddressAt(static_cast(L_3))), L_4, NULL); // pool.m_Nodes[m_RightChild].ReleaseChildren(pool); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_5 = ___0_pool; NullCheck(L_5); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_6 = L_5->___m_Nodes_0; int16_t L_7 = __this->___m_RightChild_3; NullCheck(L_6); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_8 = ___0_pool; AtlasNode_ReleaseChildren_m1B0112B1DD2DCFF5E204BE80B8F7C9BC91E7BB6B(((L_6)->GetAddressAt(static_cast(L_7))), L_8, NULL); // pool.AtlasNodeFree(m_LeftChild); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_9 = ___0_pool; int16_t L_10 = __this->___m_LeftChild_2; NullCheck(L_9); AtlasNodePool_AtlasNodeFree_m8439BC672727D5205BD768CCF3A26C3E924D53EF(L_9, L_10, NULL); // pool.AtlasNodeFree(m_RightChild); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_11 = ___0_pool; int16_t L_12 = __this->___m_RightChild_3; NullCheck(L_11); AtlasNodePool_AtlasNodeFree_m8439BC672727D5205BD768CCF3A26C3E924D53EF(L_11, L_12, NULL); // m_LeftChild = -1; __this->___m_LeftChild_2 = (int16_t)(-1); // m_RightChild = -1; __this->___m_RightChild_3 = (int16_t)(-1); // } return; } } IL2CPP_EXTERN_C void AtlasNode_ReleaseChildren_m1B0112B1DD2DCFF5E204BE80B8F7C9BC91E7BB6B_AdjustorThunk (RuntimeObject* __this, AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* ___0_pool, const RuntimeMethod* method) { AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); AtlasNode_ReleaseChildren_m1B0112B1DD2DCFF5E204BE80B8F7C9BC91E7BB6B(_thisAdjusted, ___0_pool, method); } // System.Void UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::ReleaseAndMerge(UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasNode_ReleaseAndMerge_mF3EA698E178F2042996A9C630D05723A4B3E11AF (AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* __this, AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* ___0_pool, const RuntimeMethod* method) { int16_t V_0 = 0; { // Int16 n = m_Self; int16_t L_0 = __this->___m_Self_0; V_0 = L_0; } IL_0007: { // pool.m_Nodes[n].ReleaseChildren(pool); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_1 = ___0_pool; NullCheck(L_1); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_2 = L_1->___m_Nodes_0; int16_t L_3 = V_0; NullCheck(L_2); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_4 = ___0_pool; AtlasNode_ReleaseChildren_m1B0112B1DD2DCFF5E204BE80B8F7C9BC91E7BB6B(((L_2)->GetAddressAt(static_cast(L_3))), L_4, NULL); // pool.m_Nodes[n].ClearIsOccupied(); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_5 = ___0_pool; NullCheck(L_5); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_6 = L_5->___m_Nodes_0; int16_t L_7 = V_0; NullCheck(L_6); AtlasNode_ClearIsOccupied_m15C4CF7573BF45C8472AAE6C72D93496F69F74B6(((L_6)->GetAddressAt(static_cast(L_7))), NULL); // n = pool.m_Nodes[n].m_Parent; AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_8 = ___0_pool; NullCheck(L_8); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_9 = L_8->___m_Nodes_0; int16_t L_10 = V_0; NullCheck(L_9); int16_t L_11 = ((L_9)->GetAddressAt(static_cast(L_10)))->___m_Parent_1; V_0 = L_11; // while (n >= 0 && pool.m_Nodes[n].IsMergeNeeded(pool)); int16_t L_12 = V_0; if ((((int32_t)L_12) < ((int32_t)0))) { goto IL_0054; } } { AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_13 = ___0_pool; NullCheck(L_13); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_14 = L_13->___m_Nodes_0; int16_t L_15 = V_0; NullCheck(L_14); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_16 = ___0_pool; bool L_17; L_17 = AtlasNode_IsMergeNeeded_m70B87CDC5F874B42D73D0A5D889F7E86AD44A8AE(((L_14)->GetAddressAt(static_cast(L_15))), L_16, NULL); if (L_17) { goto IL_0007; } } IL_0054: { // } return; } } IL2CPP_EXTERN_C void AtlasNode_ReleaseAndMerge_mF3EA698E178F2042996A9C630D05723A4B3E11AF_AdjustorThunk (RuntimeObject* __this, AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* ___0_pool, const RuntimeMethod* method) { AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); AtlasNode_ReleaseAndMerge_mF3EA698E178F2042996A9C630D05723A4B3E11AF(_thisAdjusted, ___0_pool, method); } // System.Boolean UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNode::IsMergeNeeded(UnityEngine.Rendering.AtlasAllocatorDynamic/AtlasNodePool) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AtlasNode_IsMergeNeeded_m70B87CDC5F874B42D73D0A5D889F7E86AD44A8AE (AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* __this, AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* ___0_pool, const RuntimeMethod* method) { { // return pool.m_Nodes[m_LeftChild].IsLeafNode() && (!pool.m_Nodes[m_LeftChild].IsOccupied()) // && pool.m_Nodes[m_RightChild].IsLeafNode() && (!pool.m_Nodes[m_RightChild].IsOccupied()); AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_0 = ___0_pool; NullCheck(L_0); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_1 = L_0->___m_Nodes_0; int16_t L_2 = __this->___m_LeftChild_2; NullCheck(L_1); bool L_3; L_3 = AtlasNode_IsLeafNode_m026D9501AB6E24CF82AD67D96AD9B08F164F5925(((L_1)->GetAddressAt(static_cast(L_2))), NULL); if (!L_3) { goto IL_0062; } } { AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_4 = ___0_pool; NullCheck(L_4); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_5 = L_4->___m_Nodes_0; int16_t L_6 = __this->___m_LeftChild_2; NullCheck(L_5); bool L_7; L_7 = AtlasNode_IsOccupied_m4DAB3793E66F89B97D1521DA6A639A0B16C8BEE1(((L_5)->GetAddressAt(static_cast(L_6))), NULL); if (L_7) { goto IL_0062; } } { AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_8 = ___0_pool; NullCheck(L_8); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_9 = L_8->___m_Nodes_0; int16_t L_10 = __this->___m_RightChild_3; NullCheck(L_9); bool L_11; L_11 = AtlasNode_IsLeafNode_m026D9501AB6E24CF82AD67D96AD9B08F164F5925(((L_9)->GetAddressAt(static_cast(L_10))), NULL); if (!L_11) { goto IL_0062; } } { AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* L_12 = ___0_pool; NullCheck(L_12); AtlasNodeU5BU5D_t82889CCDF8278EF72D3F6F4A80D4413B36101394* L_13 = L_12->___m_Nodes_0; int16_t L_14 = __this->___m_RightChild_3; NullCheck(L_13); bool L_15; L_15 = AtlasNode_IsOccupied_m4DAB3793E66F89B97D1521DA6A639A0B16C8BEE1(((L_13)->GetAddressAt(static_cast(L_14))), NULL); return (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0); } IL_0062: { return (bool)0; } } IL2CPP_EXTERN_C bool AtlasNode_IsMergeNeeded_m70B87CDC5F874B42D73D0A5D889F7E86AD44A8AE_AdjustorThunk (RuntimeObject* __this, AtlasNodePool_t3A74A7331B2EEA0321FE04A40B1E770A3894D1E0* ___0_pool, const RuntimeMethod* method) { AtlasNode_tE1393243E3FBC4D627662BB3BD7D37E36687987A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = AtlasNode_IsMergeNeeded_m70B87CDC5F874B42D73D0A5D889F7E86AD44A8AE(_thisAdjusted, ___0_pool, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* EnumField_get_getIndex_m9D3DADB71BE92C1B54FD5315B8C06BA2D68EE3FD_inline (EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C* __this, const RuntimeMethod* method) { { // public Func getIndex { get; set; } Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* L_0 = __this->___U3CgetIndexU3Ek__BackingField_14; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* EnumField_get_setIndex_m72B40AFF93BCB6A72148E36EB14C98F3948C1922_inline (EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C* __this, const RuntimeMethod* method) { { // public Action setIndex { get; set; } Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_0 = __this->___U3CsetIndexU3Ek__BackingField_15; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_1U5BU5D_tB1F9470EF5E544CC2AB4AD0BE692BD0B0BB7DF30* HistoryEnumField_get_historyIndexGetter_mFE380F5C43EFC29095547306FDF1E61C87D41C1C_inline (HistoryEnumField_t3708BFF5BC85F8588A24CA70FB70BCAF188E9E08* __this, const RuntimeMethod* method) { { // public Func[] historyIndexGetter { get; set; } Func_1U5BU5D_tB1F9470EF5E544CC2AB4AD0BE692BD0B0BB7DF30* L_0 = __this->___U3ChistoryIndexGetterU3Ek__BackingField_16; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BitField_set_enumNames_m16DCD2AEC657E914F549F55710165EC906BF2E7B_inline (BitField_t4178A9AD81C436DBE57F464343BA996642134062* __this, GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503* ___0_value, const RuntimeMethod* method) { { // public GUIContent[] enumNames { get; private set; } GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503* L_0 = ___0_value; __this->___U3CenumNamesU3Ek__BackingField_10 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CenumNamesU3Ek__BackingField_10), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BitField_set_enumValues_m359E7A2117FA2BE7906B2995F44F0C07DE64A238_inline (BitField_t4178A9AD81C436DBE57F464343BA996642134062* __this, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___0_value, const RuntimeMethod* method) { { // public int[] enumValues { get; private set; } Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = ___0_value; __this->___U3CenumValuesU3Ek__BackingField_11 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CenumValuesU3Ek__BackingField_11), (void*)L_0); return; } } 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* Panel_get_displayName_m186C10E927B2800035B328BD9A40D8B5FB3D4EE4_inline (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) { { // public string displayName { get; set; } String_t* L_0 = __this->___U3CdisplayNameU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Panel_get_flags_mBC1AB348B149288BC1ACD0D4E7162622829ECE05_inline (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) { { // public Flags flags { get; set; } int32_t L_0 = __this->___U3CflagsU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Panel_set_children_mADB01D395A7BFE1B9D5AC10A0D7B602D9EB7F478_inline (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* ___0_value, const RuntimeMethod* method) { { // public ObservableList children { get; private set; } ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_0 = ___0_value; __this->___U3CchildrenU3Ek__BackingField_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CchildrenU3Ek__BackingField_3), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* Panel_get_children_m42233087374A0F3438E9F666F0EBD00922D3018A_inline (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) { { // public ObservableList children { get; private set; } ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_0 = __this->___U3CchildrenU3Ek__BackingField_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Panel_get_groupIndex_m9BF4D7734CF4BDAB37EA115B037D349AC1883766_inline (Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* __this, const RuntimeMethod* method) { { // public int groupIndex { get; set; } int32_t L_0 = __this->___U3CgroupIndexU3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BaseInputModule_tF3B7C22AF1419B2AC9ECE6589357DC1B88ED96B1* EventSystem_get_currentInputModule_m30559FCECCCE1AAD97D801968B8BD1C483FBF7AC_inline (EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* __this, const RuntimeMethod* method) { { // get { return m_CurrentInputModule; } BaseInputModule_tF3B7C22AF1419B2AC9ECE6589357DC1B88ED96B1* L_0 = __this->___m_CurrentInputModule_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* Pointer_get_current_m207443803344C305DEAAEBA56C445980D6C22CB3_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static Pointer current { get; internal set; } Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* L_0 = ((Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_StaticFields*)il2cpp_codegen_static_fields_for(Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A_il2cpp_TypeInfo_var))->___U3CcurrentU3Ek__BackingField_50; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method) { { float L_0 = ___0_x; __this->___x_0 = L_0; float L_1 = ___1_y; __this->___y_1 = L_1; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* Pointer_get_position_m4286004169788483EEDA6AF833CEFDB04FEDF3D8_inline (Pointer_t800EF2832B62E889AC9C182E3B18098AF220E32A* __this, const RuntimeMethod* method) { { // public Vector2Control position { get; protected set; } Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = __this->___U3CpositionU3Ek__BackingField_44; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields*)il2cpp_codegen_static_fields_for(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var))->___zeroVector_2; V_0 = L_0; goto IL_0009; } IL_0009: { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = V_0; return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilingSampler_set_sampler_m4BD874D506A5D40A126E01CBE77F6CB1015DDE44_inline (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___0_value, const RuntimeMethod* method) { { // internal CustomSampler sampler { get; private set; } CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* L_0 = ___0_value; __this->___U3CsamplerU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsamplerU3Ek__BackingField_0), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilingSampler_set_inlineSampler_m4AC1C19296D4282D6BC4D6C09C641A1EB1145E16_inline (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___0_value, const RuntimeMethod* method) { { // internal CustomSampler inlineSampler { get; private set; } CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* L_0 = ___0_value; __this->___U3CinlineSamplerU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CinlineSamplerU3Ek__BackingField_1), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilingSampler_set_name_mAEA13BE687F2E8C6698F3FB3A95570A156705FA5_inline (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, String_t* ___0_value, const RuntimeMethod* method) { { // public string name { get; private set; } String_t* L_0 = ___0_value; __this->___U3CnameU3Ek__BackingField_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CnameU3Ek__BackingField_2), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ProfilingSampler_get_sampler_m4AAA7119F8B751DC79115DDEF85028FE9E9E8CC9_inline (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, const RuntimeMethod* method) { { // internal CustomSampler sampler { get; private set; } CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* L_0 = __this->___U3CsamplerU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ProfilingSampler_get_inlineSampler_mAD22E30685E56EA9768E9D0F6A0D451E32EE8A57_inline (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, const RuntimeMethod* method) { { // internal CustomSampler inlineSampler { get; private set; } CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* L_0 = __this->___U3CinlineSamplerU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ProfilingSampler_get_name_mF1C3E7B9540171DD93186A4DFEF33CE331E92D79_inline (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, const RuntimeMethod* method) { { // public string name { get; private set; } String_t* L_0 = __this->___U3CnameU3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Addition_m471A0C9B30316933F8CE430F17A7F8806ECA3EB9_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_a, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_b, const RuntimeMethod* method) { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___0_a; float L_1 = L_0.___x_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2 = ___1_b; float L_3 = L_2.___x_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ___0_a; float L_5 = L_4.___y_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = ___1_b; float L_7 = L_6.___y_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8 = ___0_a; float L_9 = L_8.___z_3; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_10 = ___1_b; float L_11 = L_10.___z_3; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12 = ___0_a; float L_13 = L_12.___w_4; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14 = ___1_b; float L_15 = L_14.___w_4; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_16; memset((&L_16), 0, sizeof(L_16)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_16), ((float)il2cpp_codegen_add(L_1, L_3)), ((float)il2cpp_codegen_add(L_5, L_7)), ((float)il2cpp_codegen_add(L_9, L_11)), ((float)il2cpp_codegen_add(L_13, L_15)), /*hidden argument*/NULL); V_0 = L_16; goto IL_003d; } IL_003d: { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_17 = V_0; return L_17; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Subtraction_mD14864BB81AC08F643D2B82B41B3577012410ED9_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_a, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_b, const RuntimeMethod* method) { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___0_a; float L_1 = L_0.___x_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2 = ___1_b; float L_3 = L_2.___x_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ___0_a; float L_5 = L_4.___y_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = ___1_b; float L_7 = L_6.___y_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8 = ___0_a; float L_9 = L_8.___z_3; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_10 = ___1_b; float L_11 = L_10.___z_3; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12 = ___0_a; float L_13 = L_12.___w_4; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14 = ___1_b; float L_15 = L_14.___w_4; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_16; memset((&L_16), 0, sizeof(L_16)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_16), ((float)il2cpp_codegen_subtract(L_1, L_3)), ((float)il2cpp_codegen_subtract(L_5, L_7)), ((float)il2cpp_codegen_subtract(L_9, L_11)), ((float)il2cpp_codegen_subtract(L_13, L_15)), /*hidden argument*/NULL); V_0 = L_16; goto IL_003d; } IL_003d: { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_17 = V_0; return L_17; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Multiply_m02FE150FD7366546FC19A36B6928512376BF64E8_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_a, float ___1_d, const RuntimeMethod* method) { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___0_a; float L_1 = L_0.___x_1; float L_2 = ___1_d; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3 = ___0_a; float L_4 = L_3.___y_2; float L_5 = ___1_d; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = ___0_a; float L_7 = L_6.___z_3; float L_8 = ___1_d; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9 = ___0_a; float L_10 = L_9.___w_4; float L_11 = ___1_d; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12; memset((&L_12), 0, sizeof(L_12)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_12), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), ((float)il2cpp_codegen_multiply(L_7, L_8)), ((float)il2cpp_codegen_multiply(L_10, L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0029; } IL_0029: { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Division_m9B1B8692D50C864CFA585BDF97FB6FBC18967D90_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_a, float ___1_d, const RuntimeMethod* method) { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___0_a; float L_1 = L_0.___x_1; float L_2 = ___1_d; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3 = ___0_a; float L_4 = L_3.___y_2; float L_5 = ___1_d; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = ___0_a; float L_7 = L_6.___z_3; float L_8 = ___1_d; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9 = ___0_a; float L_10 = L_9.___w_4; float L_11 = ___1_d; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12; memset((&L_12), 0, sizeof(L_12)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_12), ((float)(L_1/L_2)), ((float)(L_4/L_5)), ((float)(L_7/L_8)), ((float)(L_10/L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0029; } IL_0029: { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector4_op_Equality_mCEA0E5F229F4AE8C55152F7A8F84345F24F52DC6_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_lhs, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_rhs, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; bool V_5 = false; { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___0_lhs; float L_1 = L_0.___x_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2 = ___1_rhs; float L_3 = L_2.___x_1; V_0 = ((float)il2cpp_codegen_subtract(L_1, L_3)); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ___0_lhs; float L_5 = L_4.___y_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = ___1_rhs; float L_7 = L_6.___y_2; V_1 = ((float)il2cpp_codegen_subtract(L_5, L_7)); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8 = ___0_lhs; float L_9 = L_8.___z_3; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_10 = ___1_rhs; float L_11 = L_10.___z_3; V_2 = ((float)il2cpp_codegen_subtract(L_9, L_11)); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12 = ___0_lhs; float L_13 = L_12.___w_4; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14 = ___1_rhs; float L_15 = L_14.___w_4; V_3 = ((float)il2cpp_codegen_subtract(L_13, L_15)); float L_16 = V_0; float L_17 = V_0; float L_18 = V_1; float L_19 = V_1; float L_20 = V_2; float L_21 = V_2; float L_22 = V_3; float L_23 = V_3; V_4 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_16, L_17)), ((float)il2cpp_codegen_multiply(L_18, L_19)))), ((float)il2cpp_codegen_multiply(L_20, L_21)))), ((float)il2cpp_codegen_multiply(L_22, L_23)))); float L_24 = V_4; V_5 = (bool)((((float)L_24) < ((float)(9.99999944E-11f)))? 1 : 0); goto IL_0057; } IL_0057: { bool L_25 = V_5; return L_25; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector4_GetHashCode_m53F6FCA56A0051C9D1AB41AA3EAA2C86CDAA8B92_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { float* L_0 = (&__this->___x_1); int32_t L_1; L_1 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_0, NULL); float* L_2 = (&__this->___y_2); int32_t L_3; L_3 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_2, NULL); float* L_4 = (&__this->___z_3); int32_t L_5; L_5 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_4, NULL); float* L_6 = (&__this->___w_4); int32_t L_7; L_7 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_6, NULL); V_0 = ((int32_t)(((int32_t)(((int32_t)(L_1^((int32_t)(L_3<<2))))^((int32_t)(L_5>>2))))^((int32_t)(L_7>>1)))); goto IL_0039; } IL_0039: { int32_t L_8 = V_0; return L_8; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ((Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_StaticFields*)il2cpp_codegen_static_fields_for(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var))->___zeroVector_5; V_0 = L_0; goto IL_0009; } IL_0009: { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = V_0; return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method) { { float L_0 = ___0_x; __this->___x_2 = L_0; float L_1 = ___1_y; __this->___y_3 = L_1; float L_2 = ___2_z; __this->___z_4 = L_2; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_tC024320491AC06EBF0986C13544616E79D860B9A* LensFlareCommonSRP_get_Data_m8F84F362041F41CF248027CFA39F4E9DFB3EAC06_inline (LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private System.Collections.Generic.List Data { get { return LensFlareCommonSRP.m_Data; } } il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var); List_1_tC024320491AC06EBF0986C13544616E79D860B9A* L_0 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___m_Data_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Dot_mBB86BB940AA0A32FA7D3C02AC42E5BC7095A5D52_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lhs, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_rhs, const RuntimeMethod* method) { float V_0 = 0.0f; { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_lhs; float L_1 = L_0.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_rhs; float L_3 = L_2.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_lhs; float L_5 = L_4.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_rhs; float L_7 = L_6.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_lhs; float L_9 = L_8.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_rhs; float L_11 = L_10.___z_4; V_0 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)))), ((float)il2cpp_codegen_multiply(L_9, L_11)))); goto IL_002d; } IL_002d: { float L_12 = V_0; return L_12; } } 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 float Mathf_Sign_m42EE1F0BC041AF14F89DED7F762BE996E2C50D8A_inline (float ___0_f, const RuntimeMethod* method) { float V_0 = 0.0f; float G_B3_0 = 0.0f; { float L_0 = ___0_f; if ((((float)L_0) >= ((float)(0.0f)))) { goto IL_0010; } } { G_B3_0 = (-1.0f); goto IL_0015; } IL_0010: { G_B3_0 = (1.0f); } IL_0015: { V_0 = G_B3_0; goto IL_0018; } IL_0018: { float L_1 = V_0; return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method) { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a; float L_1 = L_0.___x_2; float L_2 = ___1_d; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___0_a; float L_4 = L_3.___y_3; float L_5 = ___1_d; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_a; float L_7 = L_6.___z_4; float L_8 = ___1_d; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), ((float)il2cpp_codegen_multiply(L_7, L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method) { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a; float L_1 = L_0.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_b; float L_3 = L_2.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_a; float L_5 = L_4.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_b; float L_7 = L_6.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_a; float L_9 = L_8.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_b; float L_11 = L_10.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_12), ((float)il2cpp_codegen_add(L_1, L_3)), ((float)il2cpp_codegen_add(L_5, L_7)), ((float)il2cpp_codegen_add(L_9, L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method) { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a; float L_1 = L_0.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_b; float L_3 = L_2.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_a; float L_5 = L_4.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_b; float L_7 = L_6.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_a; float L_9 = L_8.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_b; float L_11 = L_10.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_12), ((float)il2cpp_codegen_subtract(L_1, L_3)), ((float)il2cpp_codegen_subtract(L_5, L_7)), ((float)il2cpp_codegen_subtract(L_9, L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_UnaryNegation_mBA9FC53A2194EE3CC067A12D11879F695B34D6F9_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, const RuntimeMethod* method) { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a; float L_1 = L_0.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___0_a; float L_3 = L_2.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_4), ((-L_1)), ((-L_3)), /*hidden argument*/NULL); V_0 = L_4; goto IL_0017; } IL_0017: { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = V_0; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, float ___1_d, const RuntimeMethod* method) { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a; float L_1 = L_0.___x_0; float L_2 = ___1_d; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = ___0_a; float L_4 = L_3.___y_1; float L_5 = ___1_d; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6; memset((&L_6), 0, sizeof(L_6)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_6), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), /*hidden argument*/NULL); V_0 = L_6; goto IL_0019; } IL_0019: { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_0; return L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method) { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a; float L_1 = L_0.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_b; float L_3 = L_2.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_a; float L_5 = L_4.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_b; float L_7 = L_6.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8; memset((&L_8), 0, sizeof(L_8)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)il2cpp_codegen_add(L_1, L_3)), ((float)il2cpp_codegen_add(L_5, L_7)), /*hidden argument*/NULL); V_0 = L_8; goto IL_0023; } IL_0023: { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0; return L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method) { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a; float L_1 = L_0.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_b; float L_3 = L_2.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_a; float L_5 = L_4.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_b; float L_7 = L_6.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8; memset((&L_8), 0, sizeof(L_8)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)), /*hidden argument*/NULL); V_0 = L_8; goto IL_0023; } IL_0023: { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0; return L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_normalized_mF6722883AEFB5027690A778DF8ACC20F0FA65297_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method) { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1; memset((&V_1), 0, sizeof(V_1)); { float L_0 = __this->___x_0; float L_1 = __this->___y_1; Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_0), L_0, L_1, NULL); Vector2_Normalize_m56DABCAB5967DF37A6B96710477D3660D800C652_inline((&V_0), NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = V_0; V_1 = L_2; goto IL_0020; } IL_0020: { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = V_1; return L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___0_x, float ___1_y, float ___2_z, float ___3_w, const RuntimeMethod* method) { { float L_0 = ___0_x; __this->___x_1 = L_0; float L_1 = ___1_y; __this->___y_2 = L_1; float L_2 = ___2_z; __this->___z_3 = L_2; float L_3 = ___3_w; __this->___w_4 = L_3; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Implicit_m2ECA73F345A7AD84144133E9E51657204002B12D_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method) { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_v; float L_1 = L_0.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___0_v; float L_3 = L_2.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_v; float L_5 = L_4.___z_4; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6; memset((&L_6), 0, sizeof(L_6)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_6), L_1, L_3, L_5, (0.0f), /*hidden argument*/NULL); V_0 = L_6; goto IL_0020; } IL_0020: { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_7 = V_0; return L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method) { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a; float L_1 = L_0.___x_2; float L_2 = ___1_d; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___0_a; float L_4 = L_3.___y_3; float L_5 = ___1_d; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_a; float L_7 = L_6.___z_4; float L_8 = ___1_d; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), ((float)(L_1/L_2)), ((float)(L_4/L_5)), ((float)(L_7/L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline (const RuntimeMethod* method) { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0; memset((&V_0), 0, sizeof(V_0)); { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0; memset((&L_0), 0, sizeof(L_0)); Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (0.0f), (0.0f), (0.0f), (1.0f), /*hidden argument*/NULL); V_0 = L_0; goto IL_001d; } IL_001d: { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0; return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* LensFlareComponentSRP_get_lensFlareData_mD15D77ED234DE0AD076724C2F1D1826EE6D3D84A_inline (LensFlareComponentSRP_tF068937A1EC9EB063AF855DB4994A1D2A5E3EFDC* __this, const RuntimeMethod* method) { { // return m_LensFlareData; LensFlareDataSRP_t036EEE7A3B9CEEDABC68655C48D1A21F04252295* L_0 = __this->___m_LensFlareData_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_UnaryNegation_m5450829F333BD2A88AF9A592C4EE331661225915_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, const RuntimeMethod* method) { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a; float L_1 = L_0.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___0_a; float L_3 = L_2.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_a; float L_5 = L_4.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6; memset((&L_6), 0, sizeof(L_6)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_6), ((-L_1)), ((-L_3)), ((-L_5)), /*hidden argument*/NULL); V_0 = L_6; goto IL_001e; } IL_001e: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = V_0; return L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method) { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_v; float L_1 = L_0.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___0_v; float L_3 = L_2.___y_3; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_4), L_1, L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_0015; } IL_0015: { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = V_0; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_v, const RuntimeMethod* method) { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_v; float L_1 = L_0.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___0_v; float L_3 = L_2.___y_1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4; memset((&L_4), 0, sizeof(L_4)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_4), L_1, L_3, (0.0f), /*hidden argument*/NULL); V_0 = L_4; goto IL_001a; } IL_001a: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = V_0; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_get_magnitude_mF0D6017E90B345F1F52D1CC564C640F1A847AF2D_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __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; } float V_0 = 0.0f; { float L_0 = __this->___x_2; float L_1 = __this->___x_2; float L_2 = __this->___y_3; float L_3 = __this->___y_3; float L_4 = __this->___z_4; float L_5 = __this->___z_4; il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); double L_6; L_6 = sqrt(((double)((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_0, L_1)), ((float)il2cpp_codegen_multiply(L_2, L_3)))), ((float)il2cpp_codegen_multiply(L_4, L_5)))))); V_0 = ((float)L_6); goto IL_0034; } IL_0034: { float L_7 = V_0; return L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method) { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = (*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)__this); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1; L_1 = Vector3_Normalize_mEF8349CC39674236CFC694189AFD36E31F89AC8F_inline(L_0, NULL); V_0 = L_1; goto IL_000f; } IL_000f: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = V_0; return L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method) { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a; float L_1 = L_0.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_b; float L_3 = L_2.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_a; float L_5 = L_4.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_b; float L_7 = L_6.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8; memset((&L_8), 0, sizeof(L_8)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)il2cpp_codegen_subtract(L_1, L_3)), ((float)il2cpp_codegen_subtract(L_5, L_7)), /*hidden argument*/NULL); V_0 = L_8; goto IL_0023; } IL_0023: { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0; return L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_magnitude_m5C59B4056420AEFDB291AD0914A3F675330A75CE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __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; } float V_0 = 0.0f; { float L_0 = __this->___x_0; float L_1 = __this->___x_0; float L_2 = __this->___y_1; float L_3 = __this->___y_1; il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); double L_4; L_4 = sqrt(((double)((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_0, L_1)), ((float)il2cpp_codegen_multiply(L_2, L_3)))))); V_0 = ((float)L_4); goto IL_0026; } IL_0026: { float L_5 = V_0; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline (float ___0_a, float ___1_b, float ___2_t, const RuntimeMethod* method) { float V_0 = 0.0f; { float L_0 = ___0_a; float L_1 = ___1_b; float L_2 = ___0_a; float L_3 = ___2_t; float L_4; L_4 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_3, NULL); V_0 = ((float)il2cpp_codegen_add(L_0, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_1, L_2)), L_4)))); goto IL_0010; } IL_0010: { float L_5 = V_0; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields*)il2cpp_codegen_static_fields_for(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var))->___oneVector_3; V_0 = L_0; goto IL_0009; } IL_0009: { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = V_0; return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline (const RuntimeMethod* method) { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0; memset((&V_0), 0, sizeof(V_0)); { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0; memset((&L_0), 0, sizeof(L_0)); Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (1.0f), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL); V_0 = L_0; goto IL_001d; } IL_001d: { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0; return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_op_Multiply_m379B20A820266ACF82A21425B9CAE8DCD773CFBB_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_a, float ___1_b, const RuntimeMethod* method) { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0; memset((&V_0), 0, sizeof(V_0)); { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_a; float L_1 = L_0.___r_0; float L_2 = ___1_b; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3 = ___0_a; float L_4 = L_3.___g_1; float L_5 = ___1_b; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6 = ___0_a; float L_7 = L_6.___b_2; float L_8 = ___1_b; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9 = ___0_a; float L_10 = L_9.___a_3; float L_11 = ___1_b; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12; memset((&L_12), 0, sizeof(L_12)); Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_12), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), ((float)il2cpp_codegen_multiply(L_7, L_8)), ((float)il2cpp_codegen_multiply(L_10, L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0029; } IL_0029: { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float LensFlareDataElementSRP_get_localIntensity_mA75A27674D36D591A42CACEC76E206D41DFD9925_inline (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) { { // get => m_LocalIntensity; float L_0 = __this->___m_LocalIntensity_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LensFlareDataElementSRP_get_count_mA7F9CBD150771F1D7B9CBF6896E8E5EF1AA72AA0_inline (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) { { // get => m_Count; int32_t L_0 = __this->___m_Count_10; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_a, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_b, const RuntimeMethod* method) { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0; memset((&V_0), 0, sizeof(V_0)); { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_a; float L_1 = L_0.___r_0; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___1_b; float L_3 = L_2.___r_0; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___0_a; float L_5 = L_4.___g_1; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6 = ___1_b; float L_7 = L_6.___g_1; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = ___0_a; float L_9 = L_8.___b_2; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10 = ___1_b; float L_11 = L_10.___b_2; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12 = ___0_a; float L_13 = L_12.___a_3; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14 = ___1_b; float L_15 = L_14.___a_3; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_16; memset((&L_16), 0, sizeof(L_16)); Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_16), ((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)), ((float)il2cpp_codegen_multiply(L_9, L_11)), ((float)il2cpp_codegen_multiply(L_13, L_15)), /*hidden argument*/NULL); V_0 = L_16; goto IL_003d; } IL_003d: { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_17 = V_0; return L_17; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float LensFlareDataElementSRP_get_edgeOffset_m75804ACFA229921032474232E75DCD6E9D04DBC2_inline (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) { { // get => m_EdgeOffset; float L_0 = __this->___m_EdgeOffset_34; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float LensFlareDataElementSRP_get_sdfRoundness_mADCDDD25BDE1929B411DE5244C7B1DCAB3503C6E_inline (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) { { // get => m_SdfRoundness; float L_0 = __this->___m_SdfRoundness_36; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float LensFlareDataElementSRP_get_fallOff_m15C09E622D6F8DC6CE7853C80A4B87E1B4541CAB_inline (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) { { // get => m_FallOff; float L_0 = __this->___m_FallOff_33; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LensFlareDataElementSRP_get_sideCount_m7A462121BBCDD3AAA321F9E20680E2B7065787B2_inline (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) { { // get => m_SideCount; int32_t L_0 = __this->___m_SideCount_35; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Color_op_Implicit_m9B3228DAFA8DC57A75DE00CBBF13ED4F1E7B01FF_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_c, const RuntimeMethod* method) { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0; memset((&V_0), 0, sizeof(V_0)); { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_c; float L_1 = L_0.___r_0; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___0_c; float L_3 = L_2.___g_1; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___0_c; float L_5 = L_4.___b_2; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6 = ___0_c; float L_7 = L_6.___a_3; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8; memset((&L_8), 0, sizeof(L_8)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_8), L_1, L_3, L_5, L_7, /*hidden argument*/NULL); V_0 = L_8; goto IL_0021; } IL_0021: { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9 = V_0; return L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float LensFlareDataElementSRP_get_intensityVariation_m698B70DFBB0B3F60AD954A228368C4E1CC92C90A_inline (LensFlareDataElementSRP_tE7E76E59BC723196507D4E63BFEAD65480EF6140* __this, const RuntimeMethod* method) { { // get => m_IntensityVariation; float L_0 = __this->___m_IntensityVariation_25; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_mC53581E703768BA2512A7C65283657C331994353_inline (float ___0_d, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_a, const RuntimeMethod* method) { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___1_a; float L_1 = L_0.___x_0; float L_2 = ___0_d; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = ___1_a; float L_4 = L_3.___y_1; float L_5 = ___0_d; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6; memset((&L_6), 0, sizeof(L_6)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_6), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), /*hidden argument*/NULL); V_0 = L_6; goto IL_0019; } IL_0019: { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_0; return L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_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 Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method) { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a; float L_1 = L_0.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_b; float L_3 = L_2.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_a; float L_5 = L_4.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_b; float L_7 = L_6.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8; memset((&L_8), 0, sizeof(L_8)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)(L_1/L_3)), ((float)(L_5/L_7)), /*hidden argument*/NULL); V_0 = L_8; goto IL_0023; } IL_0023: { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0; return L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Multiply_m7F3B0FA9256CE368D7636558EFEFC4AB0E1A0F41_inline (float ___0_d, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_a, const RuntimeMethod* method) { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___1_a; float L_1 = L_0.___x_2; float L_2 = ___0_d; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___1_a; float L_4 = L_3.___y_3; float L_5 = ___0_d; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_a; float L_7 = L_6.___z_4; float L_8 = ___0_d; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), ((float)il2cpp_codegen_multiply(L_7, L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___0_r, float ___1_g, float ___2_b, float ___3_a, const RuntimeMethod* method) { { float L_0 = ___0_r; __this->___r_0 = L_0; float L_1 = ___1_g; __this->___g_1 = L_1; float L_2 = ___2_b; __this->___b_2 = L_2; float L_3 = ___3_a; __this->___a_3 = L_3; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { int32_t L_0 = ___0_a; int32_t L_1 = ___1_b; if ((((int32_t)L_0) > ((int32_t)L_1))) { goto IL_0008; } } { int32_t L_2 = ___1_b; G_B3_0 = L_2; goto IL_0009; } IL_0008: { int32_t L_3 = ___0_a; G_B3_0 = L_3; } IL_0009: { V_0 = G_B3_0; goto IL_000c; } IL_000c: { int32_t L_4 = V_0; return L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RTHandleSystem_GetMaxWidth_m0AE3E07285C0CAA906B0EBF879FDB5A916E43C43_inline (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, const RuntimeMethod* method) { { // public int GetMaxWidth() { return m_MaxWidths; } int32_t L_0 = __this->___m_MaxWidths_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RTHandleSystem_GetMaxHeight_mF753F115CBC21DF020B828C67164F203FB92AAE1_inline (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, const RuntimeMethod* method) { { // public int GetMaxHeight() { return m_MaxHeights; } int32_t L_0 = __this->___m_MaxHeights_6; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 RTHandleSystem_get_rtHandleProperties_mDDD04BAD83D0BCF0047AD77D88E37C55E64DEF58_inline (RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* __this, const RuntimeMethod* method) { { // public RTHandleProperties rtHandleProperties { get { return m_RTHandleProperties; } } RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_0 = __this->___m_RTHandleProperties_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method) { { int32_t L_0 = ___0_x; __this->___m_X_0 = L_0; int32_t L_1 = ___1_y; __this->___m_Y_1 = L_1; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Division_m57A2DCD71E0CE7420851D705D1951F9238902AAB_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, float ___1_d, const RuntimeMethod* method) { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a; float L_1 = L_0.___x_0; float L_2 = ___1_d; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = ___0_a; float L_4 = L_3.___y_1; float L_5 = ___1_d; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6; memset((&L_6), 0, sizeof(L_6)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_6), ((float)(L_1/L_2)), ((float)(L_4/L_5)), /*hidden argument*/NULL); V_0 = L_6; goto IL_0019; } IL_0019: { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_0; return L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) { { // public string name { get { return m_Name; } } String_t* L_0 = __this->___m_Name_7; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->___m_X_0; V_0 = L_0; goto IL_000a; } IL_000a: { int32_t L_1 = V_0; return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->___m_Y_1; V_0 = L_0; goto IL_000a; } IL_000a: { int32_t L_1 = V_0; return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2Int_get_magnitude_m9368194292061E306176F135F5E5B63D730911BB_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) { float V_0 = 0.0f; { int32_t L_0; L_0 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline(__this, NULL); int32_t L_1; L_1 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline(__this, NULL); int32_t L_2; L_2 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline(__this, NULL); int32_t L_3; L_3 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline(__this, NULL); float L_4; L_4 = sqrtf(((float)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_0, L_1)), ((int32_t)il2cpp_codegen_multiply(L_2, L_3)))))); V_0 = L_4; goto IL_0025; } IL_0025: { float L_5 = V_0; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) { { // public RenderTargetIdentifier nameID { get { return m_NameID; } } RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_0 = __this->___m_NameID_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) { { // public RenderTexture rt { get { return m_RT; } } RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = __this->___m_RT_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) { { // public bool useScaling { get; internal set; } bool L_0 = __this->___U3CuseScalingU3Ek__BackingField_12; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ScaleFunc_Invoke_mA7E3B86BA222C817FBBA757306E2FACB14F35987_inline (ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_size, const RuntimeMethod* method) { typedef Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A (*FunctionPointerType) (RuntimeObject*, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_size, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 RTHandle_get_scaleFactor_mD00E924FBC4B2DC2C9E26D7B24444BDAA6DC5C65_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) { { // public Vector2 scaleFactor { get; internal set; } Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___U3CscaleFactorU3Ek__BackingField_10; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline (float ___0_f, 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; } int32_t V_0 = 0; { float L_0 = ___0_f; il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); double L_1; L_1 = bankers_round(((double)L_0)); V_0 = il2cpp_codegen_cast_double_to_int(L_1); goto IL_000c; } IL_000c: { int32_t L_2 = V_0; return L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A RTHandle_get_referenceSize_mC92CF605112BBE2C0733AB1E4A9C42B760DCB34B_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) { { // public Vector2Int referenceSize { get; internal set; } Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_0 = __this->___U3CreferenceSizeU3Ek__BackingField_13; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE* DynamicResolutionHandler_get_instance_m8342EE11F735097586D623F150DB8379C50B388D_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static DynamicResolutionHandler instance { get { return s_ActiveInstance; } } il2cpp_codegen_runtime_class_init_inline(DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE_il2cpp_TypeInfo_var); DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE* L_0 = ((DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE_StaticFields*)il2cpp_codegen_static_fields_for(DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE_il2cpp_TypeInfo_var))->___s_ActiveInstance_26; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2Int_op_Implicit_m5B9FB268943E6CAB6E40E13D30BA49A9AC7D2059_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_v, const RuntimeMethod* method) { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0; L_0 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&___0_v), NULL); int32_t L_1; L_1 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&___0_v), NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2; memset((&L_2), 0, sizeof(L_2)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_2), ((float)L_0), ((float)L_1), /*hidden argument*/NULL); V_0 = L_2; goto IL_0019; } IL_0019: { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = V_0; return L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A DynamicResolutionHandler_get_finalViewport_m00EBCB5489C6369B1CB3FDFDC304E2BD1271776A_inline (DynamicResolutionHandler_t4D0ED3CF6D7BE856065759A87B44AC0FF5D8FAEE* __this, const RuntimeMethod* method) { { // public Vector2Int finalViewport { get; set; } Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_0 = __this->___U3CfinalViewportU3Ek__BackingField_18; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2Int_op_Inequality_m6E8FEFBBDB0583853DEF06871C804F7A683682CD_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_lhs, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_rhs, const RuntimeMethod* method) { bool V_0 = false; { Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_0 = ___0_lhs; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_1 = ___1_rhs; bool L_2; L_2 = Vector2Int_op_Equality_mD80F6ED22EA1200C4F408440D02FE61388C7D6BA_inline(L_0, L_1, NULL); V_0 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); goto IL_000e; } IL_000e: { bool L_3 = V_0; return L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RTHandle_set_referenceSize_mE98B5ED69CDC2C37769532B55D8ED2BA84C84466_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_value, const RuntimeMethod* method) { { // public Vector2Int referenceSize { get; internal set; } Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_0 = ___0_value; __this->___U3CreferenceSizeU3Ek__BackingField_13 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A Vector2Int_get_one_mEAB3BBC4DBFA66FAF9E77AB6A609CCC46B11F24F_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_0 = ((Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_StaticFields*)il2cpp_codegen_static_fields_for(Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_il2cpp_TypeInfo_var))->___s_One_3; V_0 = L_0; goto IL_0009; } IL_0009: { Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_1 = V_0; return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A Vector2Int_Max_mAED079BC2467FAD49F6215A5367AEE3D7BB2D36E_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_lhs, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_rhs, const RuntimeMethod* method) { Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0; L_0 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&___0_lhs), NULL); int32_t L_1; L_1 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&___1_rhs), NULL); int32_t L_2; L_2 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(L_0, L_1, NULL); int32_t L_3; L_3 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&___0_lhs), NULL); int32_t L_4; L_4 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&___1_rhs), NULL); int32_t L_5; L_5 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(L_3, L_4, NULL); Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_6; memset((&L_6), 0, sizeof(L_6)); Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_6), L_2, L_5, /*hidden argument*/NULL); V_0 = L_6; goto IL_002f; } IL_002f: { Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_7 = V_0; return L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RTHandle_set_useScaling_m273446564E3B4FB3919F7C5FC01570029CF6A93A_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool useScaling { get; internal set; } bool L_0 = ___0_value; __this->___U3CuseScalingU3Ek__BackingField_12 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RTHandle_set_scaleFactor_m1F6FFA3366846EFFB9F4EAC79F2FF4E00BE75C15_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method) { { // public Vector2 scaleFactor { get; internal set; } Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_value; __this->___U3CscaleFactorU3Ek__BackingField_10 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4_Set_m3ABFE71180FF7D12472A10C89A682CFC36D822F0_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___0_newX, float ___1_newY, float ___2_newZ, float ___3_newW, const RuntimeMethod* method) { { float L_0 = ___0_newX; __this->___x_1 = L_0; float L_1 = ___1_newY; __this->___y_2 = L_1; float L_2 = ___2_newZ; __this->___z_3 = L_2; float L_3 = ___3_newW; __this->___w_4 = L_3; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline (const RuntimeMethod* method) { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0; memset((&V_0), 0, sizeof(V_0)); { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0; memset((&L_0), 0, sizeof(L_0)); Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); V_0 = L_0; goto IL_001d; } IL_001d: { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0; return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Log_m116F062EEBF1C53EC8D18C9B1748E999EF9424EF_inline (float ___0_f, float ___1_p, 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; } float V_0 = 0.0f; { float L_0 = ___0_f; float L_1 = ___1_p; il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); double L_2; L_2 = Math_Log_m5A3BBBF06AB82F25C885812E07D27B473CF43054(((double)L_0), ((double)L_1), NULL); V_0 = ((float)L_2); goto IL_000e; } IL_000e: { float L_3 = V_0; return L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m2A39AE881CAEE6B6A4B3BFEF9CA1ED40625F5AB7_inline (float ___0_f, 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; } int32_t V_0 = 0; { float L_0 = ___0_f; il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); double L_1; L_1 = floor(((double)L_0)); V_0 = il2cpp_codegen_cast_double_to_int(L_1); goto IL_000c; } IL_000c: { int32_t L_2 = V_0; return L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4_Scale_mC823A0D6824DB83E23A06B2777ED227D39B0B421_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_scale, const RuntimeMethod* method) { { float L_0 = __this->___x_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = ___0_scale; float L_2 = L_1.___x_1; __this->___x_1 = ((float)il2cpp_codegen_multiply(L_0, L_2)); float L_3 = __this->___y_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ___0_scale; float L_5 = L_4.___y_2; __this->___y_2 = ((float)il2cpp_codegen_multiply(L_3, L_5)); float L_6 = __this->___z_3; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_7 = ___0_scale; float L_8 = L_7.___z_3; __this->___z_3 = ((float)il2cpp_codegen_multiply(L_6, L_8)); float L_9 = __this->___w_4; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_10 = ___0_scale; float L_11 = L_10.___w_4; __this->___w_4 = ((float)il2cpp_codegen_multiply(L_9, L_11)); return; } } 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 int32_t Func_1_Invoke_mA967B67675F9F5475EF2DA67722E3876436BF72E_gshared_inline (Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* __this, const RuntimeMethod* method) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mAC3C34BA1905AB5B79E483CD9BB082B7D667F703_gshared_inline (Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* __this, int32_t ___0_obj, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_obj, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_obj, reinterpret_cast(__this->___method_3)); } 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 float Func_4_Invoke_m8C6C5DFC2ABE0AAFE82727FDFFB391FFA72DC7D4_gshared_inline (Func_4_t332C0058075A9D0A2F5170831803531EC540225C* __this, RuntimeObject* ___0_arg1, RuntimeObject* ___1_arg2, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_arg3, const RuntimeMethod* method) { typedef float (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, RuntimeObject*, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_arg1, ___1_arg2, ___2_arg3, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_3_Invoke_m821C647B817AF6922B7A699E997D0728BC21E8F9_gshared_inline (Func_3_tA23F5D62E264071C33C09639DD065B0B691A804D* __this, RuntimeObject* ___0_arg1, int32_t ___1_arg2, const RuntimeMethod* method) { typedef RuntimeObject* (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, int32_t, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_arg1, ___1_arg2, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 Enumerator_get_Current_m90160D324DA0D9F5624A345F47D8E226A118911A_gshared_inline (Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3* __this, const RuntimeMethod* method) { { KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 L_0 = (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3)__this->____current_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_gshared_inline (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->___value_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tE2ABFF555671907C54C1F6ACA927B7D1D1249AFE Enumerator_get_Current_m7E42D1BC893E7831E1994B2F7C8B69053148B70E_gshared_inline (Enumerator_t24DED0061495979D025145F5EE685308256D604D* __this, const RuntimeMethod* method) { { KeyValuePair_2_tE2ABFF555671907C54C1F6ACA927B7D1D1249AFE L_0 = (KeyValuePair_2_tE2ABFF555671907C54C1F6ACA927B7D1D1249AFE)__this->____current_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m46AAAAE3FB1DEF3F9B68CAE9BD0BC8DF3219FA77_gshared_inline (KeyValuePair_2_tE2ABFF555671907C54C1F6ACA927B7D1D1249AFE* __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->___key_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A KeyValuePair_2_get_Value_m22C0F0F1E095CECC221A48F072C7542A95014140_gshared_inline (KeyValuePair_2_tE2ABFF555671907C54C1F6ACA927B7D1D1249AFE* __this, const RuntimeMethod* method) { { Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_0 = (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A)__this->___value_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m0D7B1846260D6953F51DEFB78CFE8F41D69BC7F7_gshared_inline (List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76* __this, ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C ___0_item, const RuntimeMethod* method) { ValueTuple_2U5BU5D_t4B8018E83D96B9F7621FB7B61838FE7115D1E4EC* 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)); ValueTuple_2U5BU5D_t4B8018E83D96B9F7621FB7B61838FE7115D1E4EC* L_1 = (ValueTuple_2U5BU5D_t4B8018E83D96B9F7621FB7B61838FE7115D1E4EC*)__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; ValueTuple_2U5BU5D_t4B8018E83D96B9F7621FB7B61838FE7115D1E4EC* 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)); ValueTuple_2U5BU5D_t4B8018E83D96B9F7621FB7B61838FE7115D1E4EC* L_6 = V_0; int32_t L_7 = V_1; ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C L_8 = ___0_item; NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C)L_8); return; } IL_0034: { ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C L_9 = ___0_item; (( void (*) (List_1_t520C0B34D99032321C9766EAAE2A67FB12109F76*, ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C, 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 ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C Enumerator_get_Current_mFFE84D5C057AEF74C28E9E63834D72E01CE5237E_gshared_inline (Enumerator_tAAEB05445143765107243B72B5CC36DB230A291A* __this, const RuntimeMethod* method) { { ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C L_0 = (ValueTuple_2_t3A10D1FA39D7602676C9488883AE4D27691D8F6C)__this->____current_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HashSet_1_get_Count_m41CC85EEB7855CEFA3BC7A32F115387939318ED3_gshared_inline (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->____count_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m139A176CD271A0532D75BE08DA7831C8C45CE28F_gshared_inline (Enumerator_t72556E98D7DDBE118A973D782D523D15A96461C8* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->____current_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2_Normalize_m56DABCAB5967DF37A6B96710477D3660D800C652_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method) { float V_0 = 0.0f; bool V_1 = false; { float L_0; L_0 = Vector2_get_magnitude_m5C59B4056420AEFDB291AD0914A3F675330A75CE_inline(__this, NULL); V_0 = L_0; float L_1 = V_0; V_1 = (bool)((((float)L_1) > ((float)(9.99999975E-06f)))? 1 : 0); bool L_2 = V_1; if (!L_2) { goto IL_0028; } } { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = (*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)__this); float L_4 = V_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5; L_5 = Vector2_op_Division_m57A2DCD71E0CE7420851D705D1951F9238902AAB_inline(L_3, L_4, NULL); *(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)__this = L_5; goto IL_0033; } IL_0028: { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6; L_6 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL); *(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)__this = L_6; } IL_0033: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Normalize_mEF8349CC39674236CFC694189AFD36E31F89AC8F_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) { float V_0 = 0.0f; bool V_1 = false; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2; memset((&V_2), 0, sizeof(V_2)); { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_value; float L_1; L_1 = Vector3_Magnitude_m21652D951393A3D7CE92CE40049A0E7F76544D1B_inline(L_0, NULL); V_0 = L_1; float L_2 = V_0; V_1 = (bool)((((float)L_2) > ((float)(9.99999975E-06f)))? 1 : 0); bool L_3 = V_1; if (!L_3) { goto IL_001e; } } { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_value; float L_5 = V_0; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6; L_6 = Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline(L_4, L_5, NULL); V_2 = L_6; goto IL_0026; } IL_001e: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7; L_7 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL); V_2 = L_7; goto IL_0026; } IL_0026: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = V_2; return L_8; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2Int_op_Equality_mD80F6ED22EA1200C4F408440D02FE61388C7D6BA_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_lhs, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___1_rhs, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { int32_t L_0; L_0 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&___0_lhs), NULL); int32_t L_1; L_1 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&___1_rhs), NULL); if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0023; } } { int32_t L_2; L_2 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&___0_lhs), NULL); int32_t L_3; L_3 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&___1_rhs), NULL); G_B3_0 = ((((int32_t)L_2) == ((int32_t)L_3))? 1 : 0); goto IL_0024; } IL_0023: { G_B3_0 = 0; } IL_0024: { V_0 = (bool)G_B3_0; goto IL_0027; } IL_0027: { bool L_4 = V_0; return L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Magnitude_m21652D951393A3D7CE92CE40049A0E7F76544D1B_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_vector, 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; } float V_0 = 0.0f; { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_vector; float L_1 = L_0.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___0_vector; float L_3 = L_2.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_vector; float L_5 = L_4.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_vector; float L_7 = L_6.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_vector; float L_9 = L_8.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___0_vector; float L_11 = L_10.___z_4; il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); double L_12; L_12 = sqrt(((double)((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)))), ((float)il2cpp_codegen_multiply(L_9, L_11)))))); V_0 = ((float)L_12); goto IL_0034; } IL_0034: { float L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields*)il2cpp_codegen_static_fields_for(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var))->___zeroVector_5; V_0 = L_0; goto IL_0009; } IL_0009: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0; return L_1; } }