#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker7 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline void 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); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker7 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, 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 InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // SharpJson.JsonDecoder struct JsonDecoder_t2143190644; // System.String struct String_t; // SharpJson.Lexer struct Lexer_t3897031801; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t1329213854; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2865362463; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // System.Collections.Generic.IList`1 struct IList_1_t600458651; // System.Collections.Generic.List`1 struct List_1_t257213610; // System.Char[] struct CharU5BU5D_t3528271667; // System.Text.StringBuilder struct StringBuilder_t; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.IFormatProvider struct IFormatProvider_t2518567562; // Spine.Animation struct Animation_t615783283; // Spine.ExposedList`1 struct ExposedList_1_t383950901; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // Spine.Skeleton struct Skeleton_t3686076450; // Spine.ExposedList`1 struct ExposedList_1_t4085685707; // Spine.Timeline struct Timeline_t1971806331; // System.Single[] struct SingleU5BU5D_t1444911251; // Spine.AnimationState struct AnimationState_t3637309382; // Spine.AnimationStateData struct AnimationStateData_t3010651567; // Spine.Pool`1 struct Pool_1_t287387900; // Spine.Pool`1 struct Pool_1_t2051005623; // Spine.ExposedList`1 struct ExposedList_1_t4023600307; // Spine.ExposedList`1 struct ExposedList_1_t1492250734; // System.Collections.Generic.HashSet`1 struct HashSet_1_t1515895227; // System.Action struct Action_t1264377477; // Spine.EventQueue struct EventQueue_t808091267; // Spine.AnimationState/TrackEntryDelegate struct TrackEntryDelegate_t363257942; // System.Delegate struct Delegate_t1188392813; // Spine.AnimationState/TrackEntryEventDelegate struct TrackEntryEventDelegate_t1653995044; // Spine.TrackEntry struct TrackEntry_t1316488441; // Spine.ExposedList`1 struct ExposedList_1_t4104378640; // Spine.RotateTimeline struct RotateTimeline_t860518009; // Spine.CurveTimeline struct CurveTimeline_t3673209699; // Spine.Bone struct Bone_t1086356328; // Spine.Event struct Event_t1378573841; // Spine.SkeletonData struct SkeletonData_t2032710716; // System.ArgumentException struct ArgumentException_t132251570; // Spine.ExposedList`1 struct ExposedList_1_t1363090323; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t680659097; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3892140795; // Spine.AnimationStateData/AnimationPairComparer struct AnimationPairComparer_t175378255; // Spine.Atlas struct Atlas_t4040192941; // System.IO.TextReader struct TextReader_t283511965; // Spine.TextureLoader struct TextureLoader_t3496536928; // System.Collections.Generic.List`1 struct List_1_t1254125117; // System.Collections.Generic.List`1 struct List_1_t1485978026; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t446473752; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // Spine.AtlasPage struct AtlasPage_t4077017671; // System.String[] struct StringU5BU5D_t1281789340; // System.Type struct Type_t; // Spine.AtlasRegion struct AtlasRegion_t13903284; // System.Exception struct Exception_t; // Spine.AtlasAttachmentLoader struct AtlasAttachmentLoader_t3966790320; // Spine.Atlas[] struct AtlasU5BU5D_t3463999232; // Spine.RegionAttachment struct RegionAttachment_t1770147391; // Spine.Skin struct Skin_t1174584606; // Spine.MeshAttachment struct MeshAttachment_t1975337962; // Spine.BoundingBoxAttachment struct BoundingBoxAttachment_t2797506510; // Spine.PathAttachment struct PathAttachment_t3565151060; // Spine.PointAttachment struct PointAttachment_t2275020146; // Spine.ClippingAttachment struct ClippingAttachment_t2586274570; // Spine.Attachment struct Attachment_t3043756552; // Spine.AttachmentTimeline struct AttachmentTimeline_t2048728856; // Spine.Slot struct Slot_t3514940700; // Spine.BoneData struct BoneData_t3130174490; // Spine.ExposedList`1 struct ExposedList_1_t3793468194; // Spine.VertexAttachment struct VertexAttachment_t4074366829; // Spine.SlotData struct SlotData_t154801902; // Spine.ColorTimeline struct ColorTimeline_t3754116780; // Spine.DeformTimeline struct DeformTimeline_t3552075840; // System.Single[][] struct SingleU5BU5DU5BU5D_t3206712258; // Spine.DrawOrderTimeline struct DrawOrderTimeline_t1092982325; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Int32[][] struct Int32U5BU5DU5BU5D_t3365920845; // Spine.EventData struct EventData_t724759987; // System.Collections.Generic.List`1 struct List_1_t1823906703; // Spine.EventTimeline struct EventTimeline_t2341881094; // Spine.Event[] struct EventU5BU5D_t1966750348; // Spine.IInterpolation struct IInterpolation_t311334448; // Spine.Pow struct Pow_t1543183077; // Spine.PowOut struct PowOut_t1726912037; // Spine.IkConstraint struct IkConstraint_t1675190269; // Spine.IkConstraintData struct IkConstraintData_t459120129; // System.Collections.Generic.List`1 struct List_1_t307281936; // Spine.IkConstraintTimeline struct IkConstraintTimeline_t1094182104; // System.Random struct Random_t108471755; // Spine.PathConstraint struct PathConstraint_t980854910; // Spine.PathConstraintData struct PathConstraintData_t981297034; // Spine.ExposedList`1 struct ExposedList_1_t1542319060; // Spine.PathConstraintMixTimeline struct PathConstraintMixTimeline_t534890125; // Spine.PathConstraintPositionTimeline struct PathConstraintPositionTimeline_t1963796833; // Spine.PathConstraintSpacingTimeline struct PathConstraintSpacingTimeline_t1125597164; // Spine.Polygon struct Polygon_t3315116257; // Spine.ScaleTimeline struct ScaleTimeline_t1810411048; // Spine.TranslateTimeline struct TranslateTimeline_t2733426737; // Spine.ShearTimeline struct ShearTimeline_t3812859450; // Spine.ExposedList`1 struct ExposedList_1_t2549315650; // Spine.ExposedList`1 struct ExposedList_1_t1927085270; // Spine.ExposedList`1 struct ExposedList_1_t2861913768; // Spine.ExposedList`1 struct ExposedList_1_t87334839; // Spine.ExposedList`1 struct ExposedList_1_t3166231995; // Spine.ExposedList`1 struct ExposedList_1_t3161142095; // Spine.ExposedList`1 struct ExposedList_1_t3236185212; // Spine.TransformConstraintData struct TransformConstraintData_t529073346; // Spine.TransformConstraint struct TransformConstraint_t454030229; // Spine.ExposedList`1 struct ExposedList_1_t3687966776; // Spine.ExposedList`1 struct ExposedList_1_t3688408900; // Spine.IUpdatable struct IUpdatable_t4137171080; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t968660385; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1005009997; // Spine.SkeletonBinary struct SkeletonBinary_t1796686580; // Spine.AttachmentLoader struct AttachmentLoader_t3324778997; // System.Collections.Generic.List`1 struct List_1_t3168994201; // System.IO.FileStream struct FileStream_t4292183065; // System.IO.Stream struct Stream_t1273022909; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Text.Encoding struct Encoding_t1523322056; // Spine.ExposedList`1 struct ExposedList_1_t3881696472; // Spine.SkeletonJson/LinkedMesh struct LinkedMesh_t1696919459; // Spine.ExposedList`1 struct ExposedList_1_t3431871853; // Spine.ExposedList`1 struct ExposedList_1_t3322895149; // Spine.SkeletonBinary/Vertices struct Vertices_t807797978; // Spine.TwoColorTimeline struct TwoColorTimeline_t1834727230; // Spine.TransformConstraintTimeline struct TransformConstraintTimeline_t410042030; // System.IO.EndOfStreamException struct EndOfStreamException_t2015613008; // Spine.AtlasPage[] struct AtlasPageU5BU5D_t1299851454; // Spine.AtlasRegion[] struct AtlasRegionU5BU5D_t1998596349; // Spine.IkConstraint[] struct IkConstraintU5BU5D_t1657091952; // Spine.BoneData[] struct BoneDataU5BU5D_t1439018559; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // Spine.AnimationStateData/AnimationPair[] struct AnimationPairU5BU5D_t779925364; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t4261069087; // Spine.Bone[] struct BoneU5BU5D_t374432249; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.Assembly struct Assembly_t; // System.Object[] struct ObjectU5BU5D_t2843939325; // Spine.Slot[] struct SlotU5BU5D_t285245173; // Spine.TransformConstraintData[] struct TransformConstraintDataU5BU5D_t2360202743; // Spine.Skin[] struct SkinU5BU5D_t2538652843; // Spine.PathConstraintData[] struct PathConstraintDataU5BU5D_t2576410383; // Spine.TransformConstraint[] struct TransformConstraintU5BU5D_t1783343736; // Spine.EventQueue/EventQueueEntry[] struct EventQueueEntryU5BU5D_t1574228452; // Spine.SkeletonJson/LinkedMesh[] struct LinkedMeshU5BU5D_t3211535986; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // Spine.IkConstraintData[] struct IkConstraintDataU5BU5D_t269274332; // Spine.TransformMode[] struct TransformModeU5BU5D_t3210249249; // Spine.Skin/AttachmentKeyTuple[] struct AttachmentKeyTupleU5BU5D_t3716404170; // Spine.Attachment[] struct AttachmentU5BU5D_t1033217241; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3655438557; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t879785719; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // Spine.Timeline[] struct TimelineU5BU5D_t3791347514; // Spine.IUpdatable[] struct IUpdatableU5BU5D_t1557032025; // Spine.PathConstraint[] struct PathConstraintU5BU5D_t1831722955; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1694351041; // Spine.SlotData[] struct SlotDataU5BU5D_t329267611; // Spine.Animation[] struct AnimationU5BU5D_t3250602338; // Spine.EventData[] struct EventDataU5BU5D_t3101783586; // System.Collections.Generic.HashSet`1/Link[] struct LinkU5BU5D_t3073131127; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t763310475; // System.Collections.Generic.Stack`1 struct Stack_1_t2159877896; // Spine.TrackEntry[] struct TrackEntryU5BU5D_t721146628; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.MemberFilter struct MemberFilter_t426314064; extern RuntimeClass* Lexer_t3897031801_il2cpp_TypeInfo_var; extern const uint32_t JsonDecoder_Decode_m1983035351_MetadataUsageId; extern RuntimeClass* JsonDecoder_t2143190644_il2cpp_TypeInfo_var; extern const uint32_t JsonDecoder_DecodeText_m3845332849_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2865362463_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1871325280_RuntimeMethod_var; extern const RuntimeMethod* JsonDecoder_EvalLexer_TisString_t_m1979917144_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m3256701891_RuntimeMethod_var; extern String_t* _stringLiteral2582864329; extern String_t* _stringLiteral3420355287; extern const uint32_t JsonDecoder_ParseObject_m889990406_MetadataUsageId; extern RuntimeClass* List_1_t257213610_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2321703786_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3338814081_RuntimeMethod_var; extern const uint32_t JsonDecoder_ParseArray_m3471493550_MetadataUsageId; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonDecoder_EvalLexer_TisSingle_t1397266774_m4114072190_RuntimeMethod_var; extern const RuntimeMethod* JsonDecoder_EvalLexer_TisDouble_t594665363_m3698701834_RuntimeMethod_var; extern String_t* _stringLiteral724403847; extern const uint32_t JsonDecoder_ParseValue_m1473344569_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1379058657; extern const uint32_t JsonDecoder_TriggerError_m2715294864_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern const uint32_t Lexer__ctor_m3216656212_MetadataUsageId; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern const uint32_t Lexer_ParseString_m2969438468_MetadataUsageId; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern const uint32_t Lexer_ParseFloatNumber_m86003124_MetadataUsageId; extern const uint32_t Lexer_ParseDoubleNumber_m421829528_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const uint32_t Lexer_SkipWhiteSpaces_m1039574802_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern const RuntimeMethod* Animation__ctor_m1361832553_RuntimeMethod_var; extern String_t* _stringLiteral62725243; extern String_t* _stringLiteral1807104109; extern String_t* _stringLiteral3569559783; extern String_t* _stringLiteral2461513157; extern const uint32_t Animation__ctor_m1361832553_MetadataUsageId; extern RuntimeClass* Timeline_t1971806331_il2cpp_TypeInfo_var; extern const RuntimeMethod* Animation_Apply_m3823180894_RuntimeMethod_var; extern String_t* _stringLiteral4060588482; extern String_t* _stringLiteral4119531450; extern const uint32_t Animation_Apply_m3823180894_MetadataUsageId; extern RuntimeClass* Pool_1_t287387900_il2cpp_TypeInfo_var; extern RuntimeClass* ExposedList_1_t4023600307_il2cpp_TypeInfo_var; extern RuntimeClass* ExposedList_1_t4085685707_il2cpp_TypeInfo_var; extern RuntimeClass* HashSet_1_t1515895227_il2cpp_TypeInfo_var; extern RuntimeClass* Action_t1264377477_il2cpp_TypeInfo_var; extern RuntimeClass* EventQueue_t808091267_il2cpp_TypeInfo_var; extern const RuntimeMethod* Pool_1__ctor_m352258229_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1__ctor_m4056340087_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1__ctor_m2711685228_RuntimeMethod_var; extern const RuntimeMethod* HashSet_1__ctor_m1416043629_RuntimeMethod_var; extern const RuntimeMethod* AnimationState__ctor_m1368969686_RuntimeMethod_var; extern const RuntimeMethod* AnimationState_U3CAnimationStateU3Em__0_m51343432_RuntimeMethod_var; extern String_t* _stringLiteral2037252866; extern String_t* _stringLiteral1682804726; extern const uint32_t AnimationState__ctor_m1368969686_MetadataUsageId; extern RuntimeClass* TrackEntryDelegate_t363257942_il2cpp_TypeInfo_var; extern const uint32_t AnimationState_add_Start_m336801997_MetadataUsageId; extern const uint32_t AnimationState_remove_Start_m3489023008_MetadataUsageId; extern RuntimeClass* TrackEntryEventDelegate_t1653995044_il2cpp_TypeInfo_var; extern const uint32_t AnimationState_add_Event_m839758421_MetadataUsageId; extern const uint32_t AnimationState_remove_Event_m2235198243_MetadataUsageId; extern RuntimeClass* RotateTimeline_t860518009_il2cpp_TypeInfo_var; extern RuntimeClass* AnimationState_t3637309382_il2cpp_TypeInfo_var; extern const RuntimeMethod* AnimationState_Apply_m910920418_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_EnsureCapacity_m3111167108_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_Clear_m301147400_RuntimeMethod_var; extern const uint32_t AnimationState_Apply_m910920418_MetadataUsageId; extern RuntimeClass* AttachmentTimeline_t2048728856_il2cpp_TypeInfo_var; extern RuntimeClass* DrawOrderTimeline_t1092982325_il2cpp_TypeInfo_var; extern const RuntimeMethod* ExposedList_1_Resize_m1248377320_RuntimeMethod_var; extern const uint32_t AnimationState_ApplyMixingFrom_m77701148_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_Clear_m2792904480_RuntimeMethod_var; extern const uint32_t AnimationState_ClearTracks_m1396067464_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_Clear_m661012492_RuntimeMethod_var; extern const uint32_t AnimationState_SetCurrent_m4239201767_MetadataUsageId; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* AnimationState_SetAnimation_m2651273526_RuntimeMethod_var; extern String_t* _stringLiteral3226986616; extern String_t* _stringLiteral93459281; extern const uint32_t AnimationState_SetAnimation_m2651273526_MetadataUsageId; extern const RuntimeMethod* AnimationState_SetAnimation_m2562929781_RuntimeMethod_var; extern String_t* _stringLiteral1899104549; extern String_t* _stringLiteral695828583; extern const uint32_t AnimationState_SetAnimation_m2562929781_MetadataUsageId; extern const RuntimeMethod* AnimationState_AddAnimation_m432955812_RuntimeMethod_var; extern const uint32_t AnimationState_AddAnimation_m432955812_MetadataUsageId; extern const RuntimeMethod* AnimationState_AddAnimation_m230681568_RuntimeMethod_var; extern const uint32_t AnimationState_AddAnimation_m230681568_MetadataUsageId; extern const uint32_t AnimationState_SetEmptyAnimation_m129008755_MetadataUsageId; extern const uint32_t AnimationState_AddEmptyAnimation_m64731778_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_Add_m864184596_RuntimeMethod_var; extern const uint32_t AnimationState_ExpandToIndex_m2169362454_MetadataUsageId; extern const RuntimeMethod* Pool_1_Obtain_m3978431377_RuntimeMethod_var; extern const uint32_t AnimationState_NewTrackEntry_m4206777551_MetadataUsageId; extern const RuntimeMethod* HashSet_1_Clear_m2259714021_RuntimeMethod_var; extern const uint32_t AnimationState_AnimationsChanged_m2451421361_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_Resize_m3268840586_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_Resize_m1952617012_RuntimeMethod_var; extern const RuntimeMethod* HashSet_1_Add_m1208034806_RuntimeMethod_var; extern const uint32_t AnimationState_SetTimelineModes_m2922164141_MetadataUsageId; extern const uint32_t AnimationState_HasTimeline_m3069989213_MetadataUsageId; extern String_t* _stringLiteral3450517380; extern String_t* _stringLiteral3527850108; extern const uint32_t AnimationState_ToString_m126332979_MetadataUsageId; extern const uint32_t AnimationState_add_Interrupt_m1188618317_MetadataUsageId; extern const uint32_t AnimationState_remove_Interrupt_m3147301416_MetadataUsageId; extern const uint32_t AnimationState_add_End_m2559450435_MetadataUsageId; extern const uint32_t AnimationState_remove_End_m2728003722_MetadataUsageId; extern const uint32_t AnimationState_add_Dispose_m3661111049_MetadataUsageId; extern const uint32_t AnimationState_remove_Dispose_m4265483012_MetadataUsageId; extern const uint32_t AnimationState_add_Complete_m1151593632_MetadataUsageId; extern const uint32_t AnimationState_remove_Complete_m2332244265_MetadataUsageId; extern RuntimeClass* ExposedList_1_t383950901_il2cpp_TypeInfo_var; extern RuntimeClass* Animation_t615783283_il2cpp_TypeInfo_var; extern const RuntimeMethod* ExposedList_1__ctor_m1916876347_RuntimeMethod_var; extern String_t* _stringLiteral3381196283; extern const uint32_t AnimationState__cctor_m3643032275_MetadataUsageId; extern RuntimeClass* AnimationPairComparer_t175378255_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t680659097_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1784596110_RuntimeMethod_var; extern const RuntimeMethod* AnimationStateData__ctor_m1587735977_RuntimeMethod_var; extern String_t* _stringLiteral3572623393; extern String_t* _stringLiteral1245365512; extern const uint32_t AnimationStateData__ctor_m1587735977_MetadataUsageId; extern const RuntimeMethod* AnimationStateData_SetMix_m602754691_RuntimeMethod_var; extern String_t* _stringLiteral1050785752; extern String_t* _stringLiteral939374641; extern const uint32_t AnimationStateData_SetMix_m602754691_MetadataUsageId; extern const RuntimeMethod* AnimationStateData_SetMix_m4267309612_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Remove_m1359533401_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2050287957_RuntimeMethod_var; extern String_t* _stringLiteral2755855785; extern String_t* _stringLiteral2406731381; extern String_t* _stringLiteral3454777292; extern String_t* _stringLiteral192156730; extern const uint32_t AnimationStateData_SetMix_m4267309612_MetadataUsageId; extern const RuntimeMethod* AnimationStateData_GetMix_m3007667886_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1754507923_RuntimeMethod_var; extern const uint32_t AnimationStateData_GetMix_m3007667886_MetadataUsageId; extern String_t* _stringLiteral3451697027; extern const uint32_t AnimationPair_ToString_m412262255_MetadataUsageId; extern const uint32_t AnimationPairComparer__cctor_m3538169456_MetadataUsageId; extern RuntimeClass* List_1_t1254125117_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t1485978026_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1991422993_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m3643843290_RuntimeMethod_var; extern const uint32_t Atlas__ctor_m2591271234_MetadataUsageId; extern const uint32_t Atlas__ctor_m4077165935_MetadataUsageId; extern RuntimeClass* Enumerator_t3375221903_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_GetEnumerator_m3205279093_RuntimeMethod_var; extern const uint32_t Atlas_GetEnumerator_m1568746544_MetadataUsageId; extern const uint32_t Atlas_System_Collections_IEnumerable_GetEnumerator_m2910891509_MetadataUsageId; extern const RuntimeType* Format_t2262486444_0_0_0_var; extern const RuntimeType* TextureFilter_t1610186802_0_0_0_var; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern RuntimeClass* AtlasPage_t4077017671_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* Enum_t4135868527_il2cpp_TypeInfo_var; extern RuntimeClass* Format_t2262486444_il2cpp_TypeInfo_var; extern RuntimeClass* TextureFilter_t1610186802_il2cpp_TypeInfo_var; extern RuntimeClass* Path_t1605229823_il2cpp_TypeInfo_var; extern RuntimeClass* TextureLoader_t3496536928_il2cpp_TypeInfo_var; extern RuntimeClass* AtlasRegion_t13903284_il2cpp_TypeInfo_var; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern const RuntimeMethod* Atlas_Load_m812447106_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m592325151_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m309576876_RuntimeMethod_var; extern String_t* _stringLiteral990816929; extern String_t* _stringLiteral1614621376; extern String_t* _stringLiteral3452614616; extern String_t* _stringLiteral3452614615; extern String_t* _stringLiteral3456219096; extern const uint32_t Atlas_Load_m812447106_MetadataUsageId; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* Atlas_ReadValue_m1958403494_RuntimeMethod_var; extern String_t* _stringLiteral3001222964; extern const uint32_t Atlas_ReadValue_m1958403494_MetadataUsageId; extern const RuntimeMethod* Atlas_ReadTuple_m816462414_RuntimeMethod_var; extern const uint32_t Atlas_ReadTuple_m816462414_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2328584697_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m2680368064_RuntimeMethod_var; extern const uint32_t Atlas_FlipV_m4048247875_MetadataUsageId; extern const uint32_t Atlas_FindRegion_m2944783334_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2809419662_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1962915623_RuntimeMethod_var; extern const uint32_t Atlas_Dispose_m263638187_MetadataUsageId; extern const RuntimeMethod* AtlasAttachmentLoader__ctor_m2757335163_RuntimeMethod_var; extern String_t* _stringLiteral1021223518; extern const uint32_t AtlasAttachmentLoader__ctor_m2757335163_MetadataUsageId; extern RuntimeClass* RegionAttachment_t1770147391_il2cpp_TypeInfo_var; extern const RuntimeMethod* AtlasAttachmentLoader_NewRegionAttachment_m3306764688_RuntimeMethod_var; extern String_t* _stringLiteral145217112; extern const uint32_t AtlasAttachmentLoader_NewRegionAttachment_m3306764688_MetadataUsageId; extern RuntimeClass* MeshAttachment_t1975337962_il2cpp_TypeInfo_var; extern const RuntimeMethod* AtlasAttachmentLoader_NewMeshAttachment_m2657360439_RuntimeMethod_var; extern const uint32_t AtlasAttachmentLoader_NewMeshAttachment_m2657360439_MetadataUsageId; extern RuntimeClass* BoundingBoxAttachment_t2797506510_il2cpp_TypeInfo_var; extern const uint32_t AtlasAttachmentLoader_NewBoundingBoxAttachment_m3238553343_MetadataUsageId; extern RuntimeClass* PathAttachment_t3565151060_il2cpp_TypeInfo_var; extern const uint32_t AtlasAttachmentLoader_NewPathAttachment_m3672774560_MetadataUsageId; extern RuntimeClass* PointAttachment_t2275020146_il2cpp_TypeInfo_var; extern const uint32_t AtlasAttachmentLoader_NewPointAttachment_m2752024637_MetadataUsageId; extern RuntimeClass* ClippingAttachment_t2586274570_il2cpp_TypeInfo_var; extern const uint32_t AtlasAttachmentLoader_NewClippingAttachment_m2824858845_MetadataUsageId; extern const uint32_t AtlasPage_Clone_m1037363737_MetadataUsageId; extern const uint32_t AtlasRegion_Clone_m2169886420_MetadataUsageId; extern const RuntimeMethod* Attachment__ctor_m467667006_RuntimeMethod_var; extern String_t* _stringLiteral481572973; extern const uint32_t Attachment__ctor_m467667006_MetadataUsageId; extern RuntimeClass* SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var; extern const uint32_t AttachmentTimeline__ctor_m1938363147_MetadataUsageId; extern RuntimeClass* ExposedList_1_t3793468194_il2cpp_TypeInfo_var; extern const RuntimeMethod* ExposedList_1__ctor_m2583486954_RuntimeMethod_var; extern const RuntimeMethod* Bone__ctor_m2476611986_RuntimeMethod_var; extern const uint32_t Bone__ctor_m2476611986_MetadataUsageId; extern RuntimeClass* MathUtils_t3604673275_il2cpp_TypeInfo_var; extern const uint32_t Bone_get_WorldRotationX_m2836530618_MetadataUsageId; extern const uint32_t Bone_get_WorldRotationY_m497878458_MetadataUsageId; extern const uint32_t Bone_UpdateWorldTransform_m1569389598_MetadataUsageId; extern const uint32_t Bone_UpdateAppliedTransform_m3509461156_MetadataUsageId; extern const uint32_t Bone_get_WorldToLocalRotationX_m2289814445_MetadataUsageId; extern const uint32_t Bone_get_WorldToLocalRotationY_m723730504_MetadataUsageId; extern const uint32_t Bone_WorldToLocalRotation_m1527800217_MetadataUsageId; extern const uint32_t Bone_LocalToWorldRotation_m1554458157_MetadataUsageId; extern const uint32_t Bone_RotateWorld_m1820204250_MetadataUsageId; extern const RuntimeMethod* BoneData__ctor_m3600388444_RuntimeMethod_var; extern String_t* _stringLiteral1155815590; extern String_t* _stringLiteral797640427; extern const uint32_t BoneData__ctor_m3600388444_MetadataUsageId; extern const uint32_t BoneMatrix__ctor_m2927312215_MetadataUsageId; extern const uint32_t BoneMatrix__ctor_m1322808389_MetadataUsageId; extern const uint32_t BoneMatrix_GetInheritedInternal_m2337105327_MetadataUsageId; extern RuntimeClass* VertexAttachment_t4074366829_il2cpp_TypeInfo_var; extern const uint32_t BoundingBoxAttachment__ctor_m3861128766_MetadataUsageId; extern const uint32_t ClippingAttachment__ctor_m2765219991_MetadataUsageId; extern const uint32_t ColorTimeline__ctor_m3866746517_MetadataUsageId; extern const RuntimeMethod* CurveTimeline__ctor_m1745141662_RuntimeMethod_var; extern String_t* _stringLiteral379876722; extern String_t* _stringLiteral207938285; extern const uint32_t CurveTimeline__ctor_m1745141662_MetadataUsageId; extern const uint32_t CurveTimeline_GetCurvePercent_m2554062217_MetadataUsageId; extern RuntimeClass* SingleU5BU5DU5BU5D_t3206712258_il2cpp_TypeInfo_var; extern const uint32_t DeformTimeline__ctor_m471795702_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_get_Capacity_m3957516812_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_set_Capacity_m1671286360_RuntimeMethod_var; extern const uint32_t DeformTimeline_Apply_m226346332_MetadataUsageId; extern RuntimeClass* Int32U5BU5DU5BU5D_t3365920845_il2cpp_TypeInfo_var; extern const uint32_t DrawOrderTimeline__ctor_m380664354_MetadataUsageId; extern const RuntimeMethod* Event__ctor_m3083278541_RuntimeMethod_var; extern const uint32_t Event__ctor_m3083278541_MetadataUsageId; extern const RuntimeMethod* EventData__ctor_m1468847951_RuntimeMethod_var; extern const uint32_t EventData__ctor_m1468847951_MetadataUsageId; extern RuntimeClass* List_1_t1823906703_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2977488932_RuntimeMethod_var; extern const uint32_t EventQueue__ctor_m420384892_MetadataUsageId; extern const uint32_t EventQueue_add_AnimationsChanged_m3710738603_MetadataUsageId; extern const uint32_t EventQueue_remove_AnimationsChanged_m901707119_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m483142124_RuntimeMethod_var; extern const uint32_t EventQueue_Start_m1318298341_MetadataUsageId; extern const uint32_t EventQueue_Interrupt_m1150131680_MetadataUsageId; extern const uint32_t EventQueue_End_m3713395284_MetadataUsageId; extern const uint32_t EventQueue_Dispose_m2573937254_MetadataUsageId; extern const uint32_t EventQueue_Complete_m1754873878_MetadataUsageId; extern const uint32_t EventQueue_Event_m192172659_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2204185667_RuntimeMethod_var; extern const RuntimeMethod* Pool_1_Free_m3417388902_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m3378697506_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m3602386645_RuntimeMethod_var; extern const uint32_t EventQueue_Drain_m1783941619_MetadataUsageId; extern const uint32_t EventQueue_Clear_m1823082792_MetadataUsageId; extern RuntimeClass* EventU5BU5D_t1966750348_il2cpp_TypeInfo_var; extern const uint32_t EventTimeline__ctor_m3508961264_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_Add_m239255736_RuntimeMethod_var; extern const uint32_t EventTimeline_Apply_m957778197_MetadataUsageId; extern RuntimeClass* Pow_t1543183077_il2cpp_TypeInfo_var; extern RuntimeClass* IInterpolation_t311334448_il2cpp_TypeInfo_var; extern RuntimeClass* PowOut_t1726912037_il2cpp_TypeInfo_var; extern const uint32_t IInterpolation__cctor_m3366966113_MetadataUsageId; extern const RuntimeMethod* IkConstraint__ctor_m4021069598_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2255228858_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1__ctor_m1308120247_RuntimeMethod_var; extern const RuntimeMethod* List_1_GetEnumerator_m548293561_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1578793359_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_Add_m3259542597_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m371757022_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m580861507_RuntimeMethod_var; extern const uint32_t IkConstraint__ctor_m4021069598_MetadataUsageId; extern RuntimeClass* List_1_t307281936_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m4260228677_RuntimeMethod_var; extern const RuntimeMethod* IkConstraintData__ctor_m339786972_RuntimeMethod_var; extern const uint32_t IkConstraintData__ctor_m339786972_MetadataUsageId; extern const uint32_t IkConstraintTimeline__ctor_m616678923_MetadataUsageId; extern const uint32_t Json_Deserialize_m3570262250_MetadataUsageId; extern RuntimeClass* Random_t108471755_il2cpp_TypeInfo_var; extern const uint32_t MathUtils__cctor_m2287579880_MetadataUsageId; extern const uint32_t MathUtils_Sin_m1592658079_MetadataUsageId; extern const uint32_t MathUtils_Cos_m1345388411_MetadataUsageId; extern const uint32_t MathUtils_SinDeg_m349705992_MetadataUsageId; extern const uint32_t MathUtils_CosDeg_m3743599285_MetadataUsageId; extern const uint32_t MathUtils_RandomTriangle_m4035310877_MetadataUsageId; extern const uint32_t MathUtils_RandomTriangle_m1563577223_MetadataUsageId; extern const uint32_t MeshAttachment__ctor_m3915495686_MetadataUsageId; extern const uint32_t MeshAttachment_UpdateUVs_m572410885_MetadataUsageId; extern const uint32_t PathAttachment__ctor_m709103174_MetadataUsageId; extern RuntimeClass* ExposedList_1_t4104378640_il2cpp_TypeInfo_var; extern const RuntimeMethod* ExposedList_1__ctor_m2351159599_RuntimeMethod_var; extern const RuntimeMethod* PathConstraint__ctor_m3251739535_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_GetEnumerator_m3400359507_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2748912341_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2298577104_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m447508299_RuntimeMethod_var; extern const uint32_t PathConstraint__ctor_m3251739535_MetadataUsageId; extern const uint32_t PathConstraint_Update_m3988151889_MetadataUsageId; extern const uint32_t PathConstraint_ComputeWorldPositions_m2835453749_MetadataUsageId; extern const uint32_t PathConstraint_AddBeforePosition_m1174193683_MetadataUsageId; extern const uint32_t PathConstraint_AddAfterPosition_m805443755_MetadataUsageId; extern RuntimeClass* ExposedList_1_t1542319060_il2cpp_TypeInfo_var; extern const RuntimeMethod* ExposedList_1__ctor_m428831404_RuntimeMethod_var; extern const RuntimeMethod* PathConstraintData__ctor_m3396857240_RuntimeMethod_var; extern const uint32_t PathConstraintData__ctor_m3396857240_MetadataUsageId; extern const uint32_t PathConstraintMixTimeline__ctor_m1198689827_MetadataUsageId; extern const uint32_t PathConstraintPositionTimeline__ctor_m1628534052_MetadataUsageId; extern const uint32_t PointAttachment_ComputeWorldRotation_m221304720_MetadataUsageId; extern const uint32_t Polygon__ctor_m38897956_MetadataUsageId; extern const uint32_t Pow__ctor_m1198104751_MetadataUsageId; extern const uint32_t RegionAttachment__ctor_m1527679494_MetadataUsageId; extern const uint32_t RegionAttachment_UpdateOffset_m1524617805_MetadataUsageId; extern const uint32_t RotateTimeline__ctor_m3851472634_MetadataUsageId; extern RuntimeClass* ExposedList_1_t2549315650_il2cpp_TypeInfo_var; extern RuntimeClass* Bone_t1086356328_il2cpp_TypeInfo_var; extern RuntimeClass* ExposedList_1_t1927085270_il2cpp_TypeInfo_var; extern RuntimeClass* Slot_t3514940700_il2cpp_TypeInfo_var; extern RuntimeClass* ExposedList_1_t87334839_il2cpp_TypeInfo_var; extern RuntimeClass* IkConstraint_t1675190269_il2cpp_TypeInfo_var; extern RuntimeClass* ExposedList_1_t3161142095_il2cpp_TypeInfo_var; extern RuntimeClass* TransformConstraint_t454030229_il2cpp_TypeInfo_var; extern RuntimeClass* ExposedList_1_t3687966776_il2cpp_TypeInfo_var; extern RuntimeClass* PathConstraint_t980854910_il2cpp_TypeInfo_var; extern const RuntimeMethod* ExposedList_1__ctor_m2734591865_RuntimeMethod_var; extern const RuntimeMethod* Skeleton__ctor_m1007497464_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1__ctor_m3332048616_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_GetEnumerator_m3604152816_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2585231808_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_Add_m2427321318_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1480471039_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m317859233_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1__ctor_m1117348797_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_GetEnumerator_m2680766566_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2130762231_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_Add_m3835176904_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1919447666_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m1858787389_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1__ctor_m2459562492_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_GetEnumerator_m801652158_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1132271782_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_Add_m3642235439_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2165655163_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m2252429560_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1__ctor_m654395538_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_GetEnumerator_m905447065_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m324840476_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_Add_m760562411_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3473470084_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m2255547949_RuntimeMethod_var; extern const uint32_t Skeleton__ctor_m1007497464_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_Clear_m3678749154_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_Clear_m3187291059_RuntimeMethod_var; extern const uint32_t Skeleton_UpdateCache_m382733475_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_Contains_m2967521356_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_Add_m980415420_RuntimeMethod_var; extern const uint32_t Skeleton_SortIkConstraint_m2359731356_MetadataUsageId; extern const uint32_t Skeleton_SortPathConstraint_m516802946_MetadataUsageId; extern const uint32_t Skeleton_SortTransformConstraint_m1736842559_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m826383037_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2307594188_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m2771811339_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m3441137046_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1747908408_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m1736142723_RuntimeMethod_var; extern const uint32_t Skeleton_SortPathConstraintAttachment_m4074110325_MetadataUsageId; extern const uint32_t Skeleton_SortPathConstraintAttachment_m181351381_MetadataUsageId; extern const uint32_t Skeleton_SortBone_m494082581_MetadataUsageId; extern RuntimeClass* IUpdatable_t4137171080_il2cpp_TypeInfo_var; extern const uint32_t Skeleton_UpdateWorldTransform_m3175162923_MetadataUsageId; extern const uint32_t Skeleton_UpdateWorldTransform_m713534786_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_Clear_m2174950840_RuntimeMethod_var; extern const uint32_t Skeleton_SetSlotsToSetupPose_m1375778352_MetadataUsageId; extern const RuntimeMethod* Skeleton_FindBone_m691037340_RuntimeMethod_var; extern String_t* _stringLiteral1293992015; extern String_t* _stringLiteral3488280654; extern const uint32_t Skeleton_FindBone_m691037340_MetadataUsageId; extern const RuntimeMethod* Skeleton_FindBoneIndex_m2524987760_RuntimeMethod_var; extern const uint32_t Skeleton_FindBoneIndex_m2524987760_MetadataUsageId; extern const RuntimeMethod* Skeleton_FindSlot_m4126498326_RuntimeMethod_var; extern String_t* _stringLiteral848214595; extern String_t* _stringLiteral768877439; extern const uint32_t Skeleton_FindSlot_m4126498326_MetadataUsageId; extern const RuntimeMethod* Skeleton_FindSlotIndex_m2311708325_RuntimeMethod_var; extern const uint32_t Skeleton_FindSlotIndex_m2311708325_MetadataUsageId; extern const RuntimeMethod* Skeleton_SetSkin_m3199875714_RuntimeMethod_var; extern String_t* _stringLiteral1801693767; extern String_t* _stringLiteral2464356849; extern const uint32_t Skeleton_SetSkin_m3199875714_MetadataUsageId; extern const RuntimeMethod* Skeleton_GetAttachment_m2295404847_RuntimeMethod_var; extern String_t* _stringLiteral1273522807; extern String_t* _stringLiteral1058788435; extern const uint32_t Skeleton_GetAttachment_m2295404847_MetadataUsageId; extern const RuntimeMethod* Skeleton_SetAttachment_m3406513461_RuntimeMethod_var; extern String_t* _stringLiteral427248446; extern String_t* _stringLiteral3155533799; extern String_t* _stringLiteral1198919400; extern const uint32_t Skeleton_SetAttachment_m3406513461_MetadataUsageId; extern const RuntimeMethod* Skeleton_FindIkConstraint_m3043229646_RuntimeMethod_var; extern String_t* _stringLiteral2617214970; extern String_t* _stringLiteral43811933; extern const uint32_t Skeleton_FindIkConstraint_m3043229646_MetadataUsageId; extern const RuntimeMethod* Skeleton_FindTransformConstraint_m2833185398_RuntimeMethod_var; extern const uint32_t Skeleton_FindTransformConstraint_m2833185398_MetadataUsageId; extern const RuntimeMethod* Skeleton_FindPathConstraint_m4055066466_RuntimeMethod_var; extern const uint32_t Skeleton_FindPathConstraint_m4055066466_MetadataUsageId; extern const uint32_t Skeleton_GetBounds_m3411567780_MetadataUsageId; extern RuntimeClass* AtlasAttachmentLoader_t3966790320_il2cpp_TypeInfo_var; extern const uint32_t SkeletonBinary__ctor_m181897486_MetadataUsageId; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t3168994201_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2346559478_RuntimeMethod_var; extern const RuntimeMethod* SkeletonBinary__ctor_m1744863266_RuntimeMethod_var; extern String_t* _stringLiteral899074431; extern const uint32_t SkeletonBinary__ctor_m1744863266_MetadataUsageId; extern RuntimeClass* FileStream_t4292183065_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const uint32_t SkeletonBinary_ReadSkeletonData_m2795730204_MetadataUsageId; extern RuntimeClass* SkeletonBinary_t1796686580_il2cpp_TypeInfo_var; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern const RuntimeMethod* SkeletonBinary_GetVersionString_m4201025764_RuntimeMethod_var; extern String_t* _stringLiteral818277059; extern String_t* _stringLiteral1019133594; extern String_t* _stringLiteral1018740378; extern const uint32_t SkeletonBinary_GetVersionString_m4201025764_MetadataUsageId; extern const RuntimeType* PositionMode_t2435325583_0_0_0_var; extern const RuntimeType* SpacingMode_t3020059698_0_0_0_var; extern const RuntimeType* RotateMode_t2880286220_0_0_0_var; extern RuntimeClass* SkeletonData_t2032710716_il2cpp_TypeInfo_var; extern RuntimeClass* BoneData_t3130174490_il2cpp_TypeInfo_var; extern RuntimeClass* SlotData_t154801902_il2cpp_TypeInfo_var; extern RuntimeClass* IkConstraintData_t459120129_il2cpp_TypeInfo_var; extern RuntimeClass* TransformConstraintData_t529073346_il2cpp_TypeInfo_var; extern RuntimeClass* PathConstraintData_t981297034_il2cpp_TypeInfo_var; extern RuntimeClass* PositionMode_t2435325583_il2cpp_TypeInfo_var; extern RuntimeClass* SpacingMode_t3020059698_il2cpp_TypeInfo_var; extern RuntimeClass* RotateMode_t2880286220_il2cpp_TypeInfo_var; extern RuntimeClass* EventData_t724759987_il2cpp_TypeInfo_var; extern const RuntimeMethod* SkeletonBinary_ReadSkeletonData_m2684318942_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_Add_m1220349209_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_Add_m818752335_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m551836381_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_Add_m114354598_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_Add_m2892658901_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_Add_m3550227591_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_Add_m1682840157_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1274005879_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m2590232269_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m3818377690_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_Add_m23153687_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_TrimExcess_m2182649893_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_TrimExcess_m2802449127_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_TrimExcess_m2094193418_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_TrimExcess_m547830103_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_TrimExcess_m2740891451_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_TrimExcess_m3989540651_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_TrimExcess_m1213212165_RuntimeMethod_var; extern String_t* _stringLiteral1948332219; extern String_t* _stringLiteral2634315137; extern const uint32_t SkeletonBinary_ReadSkeletonData_m2684318942_MetadataUsageId; extern RuntimeClass* Skin_t1174584606_il2cpp_TypeInfo_var; extern const uint32_t SkeletonBinary_ReadSkin_m3015284652_MetadataUsageId; extern RuntimeClass* AttachmentLoader_t3324778997_il2cpp_TypeInfo_var; extern RuntimeClass* LinkedMesh_t1696919459_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m3342903056_RuntimeMethod_var; extern const uint32_t SkeletonBinary_ReadAttachment_m4294747320_MetadataUsageId; extern RuntimeClass* Vertices_t807797978_il2cpp_TypeInfo_var; extern RuntimeClass* ExposedList_1_t1363090323_il2cpp_TypeInfo_var; extern const RuntimeMethod* ExposedList_1__ctor_m3034036963_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1__ctor_m4079222511_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_Add_m2905482489_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_Add_m1323117931_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_ToArray_m367527777_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_ToArray_m1455590142_RuntimeMethod_var; extern const uint32_t SkeletonBinary_ReadVertices_m395018376_MetadataUsageId; extern const uint32_t SkeletonBinary_ReadFloatArray_m604960723_MetadataUsageId; extern const uint32_t SkeletonBinary_ReadShortArray_m2765121480_MetadataUsageId; extern RuntimeClass* ColorTimeline_t3754116780_il2cpp_TypeInfo_var; extern RuntimeClass* TwoColorTimeline_t1834727230_il2cpp_TypeInfo_var; extern RuntimeClass* ScaleTimeline_t1810411048_il2cpp_TypeInfo_var; extern RuntimeClass* ShearTimeline_t3812859450_il2cpp_TypeInfo_var; extern RuntimeClass* TranslateTimeline_t2733426737_il2cpp_TypeInfo_var; extern RuntimeClass* IkConstraintTimeline_t1094182104_il2cpp_TypeInfo_var; extern RuntimeClass* TransformConstraintTimeline_t410042030_il2cpp_TypeInfo_var; extern RuntimeClass* PathConstraintSpacingTimeline_t1125597164_il2cpp_TypeInfo_var; extern RuntimeClass* PathConstraintPositionTimeline_t1963796833_il2cpp_TypeInfo_var; extern RuntimeClass* PathConstraintMixTimeline_t534890125_il2cpp_TypeInfo_var; extern RuntimeClass* DeformTimeline_t3552075840_il2cpp_TypeInfo_var; extern RuntimeClass* EventTimeline_t2341881094_il2cpp_TypeInfo_var; extern RuntimeClass* Event_t1378573841_il2cpp_TypeInfo_var; extern const RuntimeMethod* ExposedList_1_Add_m1394417668_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_TrimExcess_m2401714282_RuntimeMethod_var; extern const RuntimeMethod* ExposedList_1_Add_m181021706_RuntimeMethod_var; extern const uint32_t SkeletonBinary_ReadAnimation_m1904552867_MetadataUsageId; extern RuntimeClass* EndOfStreamException_t2015613008_il2cpp_TypeInfo_var; extern const RuntimeMethod* SkeletonBinary_ReadSByte_m1101727188_RuntimeMethod_var; extern const uint32_t SkeletonBinary_ReadSByte_m1101727188_MetadataUsageId; extern RuntimeClass* BitConverter_t3118986983_il2cpp_TypeInfo_var; extern const uint32_t SkeletonBinary_ReadFloat_m611799653_MetadataUsageId; extern const uint32_t SkeletonBinary_ReadString_m4201742740_MetadataUsageId; extern const RuntimeMethod* SkeletonBinary_ReadFully_m517043734_RuntimeMethod_var; extern const uint32_t SkeletonBinary_ReadFully_m517043734_MetadataUsageId; extern RuntimeClass* TransformModeU5BU5D_t3210249249_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255370____U24fieldU2DB6E6EA57C32297E83203480EE50A22C3581AA09C_0_FieldInfo_var; extern const uint32_t SkeletonBinary__cctor_m1534701481_MetadataUsageId; struct CharU5BU5D_t3528271667; struct TimelineU5BU5D_t3791347514; struct SingleU5BU5D_t1444911251; struct TrackEntryU5BU5D_t721146628; struct Int32U5BU5D_t385246372; struct BoneU5BU5D_t374432249; struct EventU5BU5D_t1966750348; struct StringU5BU5D_t1281789340; struct AtlasU5BU5D_t3463999232; struct SlotU5BU5D_t285245173; struct SingleU5BU5DU5BU5D_t3206712258; struct Int32U5BU5DU5BU5D_t3365920845; struct IkConstraintU5BU5D_t1657091952; struct PathConstraintU5BU5D_t1831722955; struct TransformConstraintU5BU5D_t1783343736; struct SkinU5BU5D_t2538652843; struct IUpdatableU5BU5D_t1557032025; struct ByteU5BU5D_t4116647657; struct BoneDataU5BU5D_t1439018559; struct TransformModeU5BU5D_t3210249249; struct SlotDataU5BU5D_t329267611; struct PathConstraintDataU5BU5D_t2576410383; struct EventDataU5BU5D_t3101783586; #ifndef U3CMODULEU3E_T692745564_H #define U3CMODULEU3E_T692745564_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CModuleU3E_t692745564 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CMODULEU3E_T692745564_H #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef MATHUTILS_T3604673275_H #define MATHUTILS_T3604673275_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.MathUtils struct MathUtils_t3604673275 : public RuntimeObject { public: public: }; struct MathUtils_t3604673275_StaticFields { public: // System.Single[] Spine.MathUtils::sin SingleU5BU5D_t1444911251* ___sin_11; // System.Random Spine.MathUtils::random Random_t108471755 * ___random_12; public: inline static int32_t get_offset_of_sin_11() { return static_cast(offsetof(MathUtils_t3604673275_StaticFields, ___sin_11)); } inline SingleU5BU5D_t1444911251* get_sin_11() const { return ___sin_11; } inline SingleU5BU5D_t1444911251** get_address_of_sin_11() { return &___sin_11; } inline void set_sin_11(SingleU5BU5D_t1444911251* value) { ___sin_11 = value; Il2CppCodeGenWriteBarrier((&___sin_11), value); } inline static int32_t get_offset_of_random_12() { return static_cast(offsetof(MathUtils_t3604673275_StaticFields, ___random_12)); } inline Random_t108471755 * get_random_12() const { return ___random_12; } inline Random_t108471755 ** get_address_of_random_12() { return &___random_12; } inline void set_random_12(Random_t108471755 * value) { ___random_12 = value; Il2CppCodeGenWriteBarrier((&___random_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATHUTILS_T3604673275_H #ifndef ATLAS_T4040192941_H #define ATLAS_T4040192941_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Atlas struct Atlas_t4040192941 : public RuntimeObject { public: // System.Collections.Generic.List`1 Spine.Atlas::pages List_1_t1254125117 * ___pages_0; // System.Collections.Generic.List`1 Spine.Atlas::regions List_1_t1485978026 * ___regions_1; // Spine.TextureLoader Spine.Atlas::textureLoader RuntimeObject* ___textureLoader_2; public: inline static int32_t get_offset_of_pages_0() { return static_cast(offsetof(Atlas_t4040192941, ___pages_0)); } inline List_1_t1254125117 * get_pages_0() const { return ___pages_0; } inline List_1_t1254125117 ** get_address_of_pages_0() { return &___pages_0; } inline void set_pages_0(List_1_t1254125117 * value) { ___pages_0 = value; Il2CppCodeGenWriteBarrier((&___pages_0), value); } inline static int32_t get_offset_of_regions_1() { return static_cast(offsetof(Atlas_t4040192941, ___regions_1)); } inline List_1_t1485978026 * get_regions_1() const { return ___regions_1; } inline List_1_t1485978026 ** get_address_of_regions_1() { return &___regions_1; } inline void set_regions_1(List_1_t1485978026 * value) { ___regions_1 = value; Il2CppCodeGenWriteBarrier((&___regions_1), value); } inline static int32_t get_offset_of_textureLoader_2() { return static_cast(offsetof(Atlas_t4040192941, ___textureLoader_2)); } inline RuntimeObject* get_textureLoader_2() const { return ___textureLoader_2; } inline RuntimeObject** get_address_of_textureLoader_2() { return &___textureLoader_2; } inline void set_textureLoader_2(RuntimeObject* value) { ___textureLoader_2 = value; Il2CppCodeGenWriteBarrier((&___textureLoader_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATLAS_T4040192941_H #ifndef TEXTREADER_T283511965_H #define TEXTREADER_T283511965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextReader struct TextReader_t283511965 : public RuntimeObject { public: public: }; struct TextReader_t283511965_StaticFields { public: // System.IO.TextReader System.IO.TextReader::Null TextReader_t283511965 * ___Null_0; public: inline static int32_t get_offset_of_Null_0() { return static_cast(offsetof(TextReader_t283511965_StaticFields, ___Null_0)); } inline TextReader_t283511965 * get_Null_0() const { return ___Null_0; } inline TextReader_t283511965 ** get_address_of_Null_0() { return &___Null_0; } inline void set_Null_0(TextReader_t283511965 * value) { ___Null_0 = value; Il2CppCodeGenWriteBarrier((&___Null_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTREADER_T283511965_H #ifndef LIST_1_T1254125117_H #define LIST_1_T1254125117_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t1254125117 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items AtlasPageU5BU5D_t1299851454* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1254125117, ____items_1)); } inline AtlasPageU5BU5D_t1299851454* get__items_1() const { return ____items_1; } inline AtlasPageU5BU5D_t1299851454** get_address_of__items_1() { return &____items_1; } inline void set__items_1(AtlasPageU5BU5D_t1299851454* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1254125117, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1254125117, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t1254125117_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray AtlasPageU5BU5D_t1299851454* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1254125117_StaticFields, ___EmptyArray_4)); } inline AtlasPageU5BU5D_t1299851454* get_EmptyArray_4() const { return ___EmptyArray_4; } inline AtlasPageU5BU5D_t1299851454** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(AtlasPageU5BU5D_t1299851454* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1254125117_H #ifndef LIST_1_T1485978026_H #define LIST_1_T1485978026_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t1485978026 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items AtlasRegionU5BU5D_t1998596349* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1485978026, ____items_1)); } inline AtlasRegionU5BU5D_t1998596349* get__items_1() const { return ____items_1; } inline AtlasRegionU5BU5D_t1998596349** get_address_of__items_1() { return &____items_1; } inline void set__items_1(AtlasRegionU5BU5D_t1998596349* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1485978026, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1485978026, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t1485978026_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray AtlasRegionU5BU5D_t1998596349* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1485978026_StaticFields, ___EmptyArray_4)); } inline AtlasRegionU5BU5D_t1998596349* get_EmptyArray_4() const { return ___EmptyArray_4; } inline AtlasRegionU5BU5D_t1998596349** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(AtlasRegionU5BU5D_t1998596349* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1485978026_H #ifndef JSON_T1494079119_H #define JSON_T1494079119_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Json struct Json_t1494079119 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSON_T1494079119_H #ifndef EXPOSEDLIST_1_T87334839_H #define EXPOSEDLIST_1_T87334839_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t87334839 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items IkConstraintU5BU5D_t1657091952* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t87334839, ___Items_0)); } inline IkConstraintU5BU5D_t1657091952* get_Items_0() const { return ___Items_0; } inline IkConstraintU5BU5D_t1657091952** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(IkConstraintU5BU5D_t1657091952* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t87334839, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t87334839, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t87334839_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray IkConstraintU5BU5D_t1657091952* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t87334839_StaticFields, ___EmptyArray_3)); } inline IkConstraintU5BU5D_t1657091952* get_EmptyArray_3() const { return ___EmptyArray_3; } inline IkConstraintU5BU5D_t1657091952** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(IkConstraintU5BU5D_t1657091952* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T87334839_H #ifndef STREAM_T1273022909_H #define STREAM_T1273022909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Stream struct Stream_t1273022909 : public RuntimeObject { public: public: }; struct Stream_t1273022909_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t1273022909 * ___Null_0; public: inline static int32_t get_offset_of_Null_0() { return static_cast(offsetof(Stream_t1273022909_StaticFields, ___Null_0)); } inline Stream_t1273022909 * get_Null_0() const { return ___Null_0; } inline Stream_t1273022909 ** get_address_of_Null_0() { return &___Null_0; } inline void set_Null_0(Stream_t1273022909 * value) { ___Null_0 = value; Il2CppCodeGenWriteBarrier((&___Null_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_T1273022909_H #ifndef LIST_1_T307281936_H #define LIST_1_T307281936_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t307281936 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items BoneDataU5BU5D_t1439018559* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t307281936, ____items_1)); } inline BoneDataU5BU5D_t1439018559* get__items_1() const { return ____items_1; } inline BoneDataU5BU5D_t1439018559** get_address_of__items_1() { return &____items_1; } inline void set__items_1(BoneDataU5BU5D_t1439018559* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t307281936, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t307281936, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t307281936_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray BoneDataU5BU5D_t1439018559* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t307281936_StaticFields, ___EmptyArray_4)); } inline BoneDataU5BU5D_t1439018559* get_EmptyArray_4() const { return ___EmptyArray_4; } inline BoneDataU5BU5D_t1439018559** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(BoneDataU5BU5D_t1439018559* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T307281936_H #ifndef DICTIONARY_2_T680659097_H #define DICTIONARY_2_T680659097_H #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_t680659097 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots AnimationPairU5BU5D_t779925364* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots SingleU5BU5D_t1444911251* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t680659097, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t680659097, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t680659097, ___keySlots_6)); } inline AnimationPairU5BU5D_t779925364* get_keySlots_6() const { return ___keySlots_6; } inline AnimationPairU5BU5D_t779925364** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(AnimationPairU5BU5D_t779925364* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t680659097, ___valueSlots_7)); } inline SingleU5BU5D_t1444911251* get_valueSlots_7() const { return ___valueSlots_7; } inline SingleU5BU5D_t1444911251** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(SingleU5BU5D_t1444911251* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t680659097, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t680659097, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t680659097, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t680659097, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t680659097, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t680659097, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t680659097, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t680659097_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t4261069087 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t680659097_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t4261069087 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t4261069087 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t4261069087 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T680659097_H #ifndef BONE_T1086356328_H #define BONE_T1086356328_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Bone struct Bone_t1086356328 : public RuntimeObject { public: // Spine.BoneData Spine.Bone::data BoneData_t3130174490 * ___data_1; // Spine.Skeleton Spine.Bone::skeleton Skeleton_t3686076450 * ___skeleton_2; // Spine.Bone Spine.Bone::parent Bone_t1086356328 * ___parent_3; // Spine.ExposedList`1 Spine.Bone::children ExposedList_1_t3793468194 * ___children_4; // System.Single Spine.Bone::x float ___x_5; // System.Single Spine.Bone::y float ___y_6; // System.Single Spine.Bone::rotation float ___rotation_7; // System.Single Spine.Bone::scaleX float ___scaleX_8; // System.Single Spine.Bone::scaleY float ___scaleY_9; // System.Single Spine.Bone::shearX float ___shearX_10; // System.Single Spine.Bone::shearY float ___shearY_11; // System.Single Spine.Bone::ax float ___ax_12; // System.Single Spine.Bone::ay float ___ay_13; // System.Single Spine.Bone::arotation float ___arotation_14; // System.Single Spine.Bone::ascaleX float ___ascaleX_15; // System.Single Spine.Bone::ascaleY float ___ascaleY_16; // System.Single Spine.Bone::ashearX float ___ashearX_17; // System.Single Spine.Bone::ashearY float ___ashearY_18; // System.Boolean Spine.Bone::appliedValid bool ___appliedValid_19; // System.Single Spine.Bone::a float ___a_20; // System.Single Spine.Bone::b float ___b_21; // System.Single Spine.Bone::worldX float ___worldX_22; // System.Single Spine.Bone::c float ___c_23; // System.Single Spine.Bone::d float ___d_24; // System.Single Spine.Bone::worldY float ___worldY_25; // System.Boolean Spine.Bone::sorted bool ___sorted_26; public: inline static int32_t get_offset_of_data_1() { return static_cast(offsetof(Bone_t1086356328, ___data_1)); } inline BoneData_t3130174490 * get_data_1() const { return ___data_1; } inline BoneData_t3130174490 ** get_address_of_data_1() { return &___data_1; } inline void set_data_1(BoneData_t3130174490 * value) { ___data_1 = value; Il2CppCodeGenWriteBarrier((&___data_1), value); } inline static int32_t get_offset_of_skeleton_2() { return static_cast(offsetof(Bone_t1086356328, ___skeleton_2)); } inline Skeleton_t3686076450 * get_skeleton_2() const { return ___skeleton_2; } inline Skeleton_t3686076450 ** get_address_of_skeleton_2() { return &___skeleton_2; } inline void set_skeleton_2(Skeleton_t3686076450 * value) { ___skeleton_2 = value; Il2CppCodeGenWriteBarrier((&___skeleton_2), value); } inline static int32_t get_offset_of_parent_3() { return static_cast(offsetof(Bone_t1086356328, ___parent_3)); } inline Bone_t1086356328 * get_parent_3() const { return ___parent_3; } inline Bone_t1086356328 ** get_address_of_parent_3() { return &___parent_3; } inline void set_parent_3(Bone_t1086356328 * value) { ___parent_3 = value; Il2CppCodeGenWriteBarrier((&___parent_3), value); } inline static int32_t get_offset_of_children_4() { return static_cast(offsetof(Bone_t1086356328, ___children_4)); } inline ExposedList_1_t3793468194 * get_children_4() const { return ___children_4; } inline ExposedList_1_t3793468194 ** get_address_of_children_4() { return &___children_4; } inline void set_children_4(ExposedList_1_t3793468194 * value) { ___children_4 = value; Il2CppCodeGenWriteBarrier((&___children_4), value); } inline static int32_t get_offset_of_x_5() { return static_cast(offsetof(Bone_t1086356328, ___x_5)); } inline float get_x_5() const { return ___x_5; } inline float* get_address_of_x_5() { return &___x_5; } inline void set_x_5(float value) { ___x_5 = value; } inline static int32_t get_offset_of_y_6() { return static_cast(offsetof(Bone_t1086356328, ___y_6)); } inline float get_y_6() const { return ___y_6; } inline float* get_address_of_y_6() { return &___y_6; } inline void set_y_6(float value) { ___y_6 = value; } inline static int32_t get_offset_of_rotation_7() { return static_cast(offsetof(Bone_t1086356328, ___rotation_7)); } inline float get_rotation_7() const { return ___rotation_7; } inline float* get_address_of_rotation_7() { return &___rotation_7; } inline void set_rotation_7(float value) { ___rotation_7 = value; } inline static int32_t get_offset_of_scaleX_8() { return static_cast(offsetof(Bone_t1086356328, ___scaleX_8)); } inline float get_scaleX_8() const { return ___scaleX_8; } inline float* get_address_of_scaleX_8() { return &___scaleX_8; } inline void set_scaleX_8(float value) { ___scaleX_8 = value; } inline static int32_t get_offset_of_scaleY_9() { return static_cast(offsetof(Bone_t1086356328, ___scaleY_9)); } inline float get_scaleY_9() const { return ___scaleY_9; } inline float* get_address_of_scaleY_9() { return &___scaleY_9; } inline void set_scaleY_9(float value) { ___scaleY_9 = value; } inline static int32_t get_offset_of_shearX_10() { return static_cast(offsetof(Bone_t1086356328, ___shearX_10)); } inline float get_shearX_10() const { return ___shearX_10; } inline float* get_address_of_shearX_10() { return &___shearX_10; } inline void set_shearX_10(float value) { ___shearX_10 = value; } inline static int32_t get_offset_of_shearY_11() { return static_cast(offsetof(Bone_t1086356328, ___shearY_11)); } inline float get_shearY_11() const { return ___shearY_11; } inline float* get_address_of_shearY_11() { return &___shearY_11; } inline void set_shearY_11(float value) { ___shearY_11 = value; } inline static int32_t get_offset_of_ax_12() { return static_cast(offsetof(Bone_t1086356328, ___ax_12)); } inline float get_ax_12() const { return ___ax_12; } inline float* get_address_of_ax_12() { return &___ax_12; } inline void set_ax_12(float value) { ___ax_12 = value; } inline static int32_t get_offset_of_ay_13() { return static_cast(offsetof(Bone_t1086356328, ___ay_13)); } inline float get_ay_13() const { return ___ay_13; } inline float* get_address_of_ay_13() { return &___ay_13; } inline void set_ay_13(float value) { ___ay_13 = value; } inline static int32_t get_offset_of_arotation_14() { return static_cast(offsetof(Bone_t1086356328, ___arotation_14)); } inline float get_arotation_14() const { return ___arotation_14; } inline float* get_address_of_arotation_14() { return &___arotation_14; } inline void set_arotation_14(float value) { ___arotation_14 = value; } inline static int32_t get_offset_of_ascaleX_15() { return static_cast(offsetof(Bone_t1086356328, ___ascaleX_15)); } inline float get_ascaleX_15() const { return ___ascaleX_15; } inline float* get_address_of_ascaleX_15() { return &___ascaleX_15; } inline void set_ascaleX_15(float value) { ___ascaleX_15 = value; } inline static int32_t get_offset_of_ascaleY_16() { return static_cast(offsetof(Bone_t1086356328, ___ascaleY_16)); } inline float get_ascaleY_16() const { return ___ascaleY_16; } inline float* get_address_of_ascaleY_16() { return &___ascaleY_16; } inline void set_ascaleY_16(float value) { ___ascaleY_16 = value; } inline static int32_t get_offset_of_ashearX_17() { return static_cast(offsetof(Bone_t1086356328, ___ashearX_17)); } inline float get_ashearX_17() const { return ___ashearX_17; } inline float* get_address_of_ashearX_17() { return &___ashearX_17; } inline void set_ashearX_17(float value) { ___ashearX_17 = value; } inline static int32_t get_offset_of_ashearY_18() { return static_cast(offsetof(Bone_t1086356328, ___ashearY_18)); } inline float get_ashearY_18() const { return ___ashearY_18; } inline float* get_address_of_ashearY_18() { return &___ashearY_18; } inline void set_ashearY_18(float value) { ___ashearY_18 = value; } inline static int32_t get_offset_of_appliedValid_19() { return static_cast(offsetof(Bone_t1086356328, ___appliedValid_19)); } inline bool get_appliedValid_19() const { return ___appliedValid_19; } inline bool* get_address_of_appliedValid_19() { return &___appliedValid_19; } inline void set_appliedValid_19(bool value) { ___appliedValid_19 = value; } inline static int32_t get_offset_of_a_20() { return static_cast(offsetof(Bone_t1086356328, ___a_20)); } inline float get_a_20() const { return ___a_20; } inline float* get_address_of_a_20() { return &___a_20; } inline void set_a_20(float value) { ___a_20 = value; } inline static int32_t get_offset_of_b_21() { return static_cast(offsetof(Bone_t1086356328, ___b_21)); } inline float get_b_21() const { return ___b_21; } inline float* get_address_of_b_21() { return &___b_21; } inline void set_b_21(float value) { ___b_21 = value; } inline static int32_t get_offset_of_worldX_22() { return static_cast(offsetof(Bone_t1086356328, ___worldX_22)); } inline float get_worldX_22() const { return ___worldX_22; } inline float* get_address_of_worldX_22() { return &___worldX_22; } inline void set_worldX_22(float value) { ___worldX_22 = value; } inline static int32_t get_offset_of_c_23() { return static_cast(offsetof(Bone_t1086356328, ___c_23)); } inline float get_c_23() const { return ___c_23; } inline float* get_address_of_c_23() { return &___c_23; } inline void set_c_23(float value) { ___c_23 = value; } inline static int32_t get_offset_of_d_24() { return static_cast(offsetof(Bone_t1086356328, ___d_24)); } inline float get_d_24() const { return ___d_24; } inline float* get_address_of_d_24() { return &___d_24; } inline void set_d_24(float value) { ___d_24 = value; } inline static int32_t get_offset_of_worldY_25() { return static_cast(offsetof(Bone_t1086356328, ___worldY_25)); } inline float get_worldY_25() const { return ___worldY_25; } inline float* get_address_of_worldY_25() { return &___worldY_25; } inline void set_worldY_25(float value) { ___worldY_25 = value; } inline static int32_t get_offset_of_sorted_26() { return static_cast(offsetof(Bone_t1086356328, ___sorted_26)); } inline bool get_sorted_26() const { return ___sorted_26; } inline bool* get_address_of_sorted_26() { return &___sorted_26; } inline void set_sorted_26(bool value) { ___sorted_26 = value; } }; struct Bone_t1086356328_StaticFields { public: // System.Boolean Spine.Bone::yDown bool ___yDown_0; public: inline static int32_t get_offset_of_yDown_0() { return static_cast(offsetof(Bone_t1086356328_StaticFields, ___yDown_0)); } inline bool get_yDown_0() const { return ___yDown_0; } inline bool* get_address_of_yDown_0() { return &___yDown_0; } inline void set_yDown_0(bool value) { ___yDown_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BONE_T1086356328_H #ifndef CURVETIMELINE_T3673209699_H #define CURVETIMELINE_T3673209699_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.CurveTimeline struct CurveTimeline_t3673209699 : public RuntimeObject { public: // System.Single[] Spine.CurveTimeline::curves SingleU5BU5D_t1444911251* ___curves_4; public: inline static int32_t get_offset_of_curves_4() { return static_cast(offsetof(CurveTimeline_t3673209699, ___curves_4)); } inline SingleU5BU5D_t1444911251* get_curves_4() const { return ___curves_4; } inline SingleU5BU5D_t1444911251** get_address_of_curves_4() { return &___curves_4; } inline void set_curves_4(SingleU5BU5D_t1444911251* value) { ___curves_4 = value; Il2CppCodeGenWriteBarrier((&___curves_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CURVETIMELINE_T3673209699_H #ifndef EXPOSEDLIST_1_T3793468194_H #define EXPOSEDLIST_1_T3793468194_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t3793468194 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items BoneU5BU5D_t374432249* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t3793468194, ___Items_0)); } inline BoneU5BU5D_t374432249* get_Items_0() const { return ___Items_0; } inline BoneU5BU5D_t374432249** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(BoneU5BU5D_t374432249* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t3793468194, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t3793468194, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t3793468194_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray BoneU5BU5D_t374432249* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t3793468194_StaticFields, ___EmptyArray_3)); } inline BoneU5BU5D_t374432249* get_EmptyArray_3() const { return ___EmptyArray_3; } inline BoneU5BU5D_t374432249** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(BoneU5BU5D_t374432249* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T3793468194_H #ifndef RANDOM_T108471755_H #define RANDOM_T108471755_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Random struct Random_t108471755 : public RuntimeObject { public: // System.Int32 System.Random::inext int32_t ___inext_0; // System.Int32 System.Random::inextp int32_t ___inextp_1; // System.Int32[] System.Random::SeedArray Int32U5BU5D_t385246372* ___SeedArray_2; public: inline static int32_t get_offset_of_inext_0() { return static_cast(offsetof(Random_t108471755, ___inext_0)); } inline int32_t get_inext_0() const { return ___inext_0; } inline int32_t* get_address_of_inext_0() { return &___inext_0; } inline void set_inext_0(int32_t value) { ___inext_0 = value; } inline static int32_t get_offset_of_inextp_1() { return static_cast(offsetof(Random_t108471755, ___inextp_1)); } inline int32_t get_inextp_1() const { return ___inextp_1; } inline int32_t* get_address_of_inextp_1() { return &___inextp_1; } inline void set_inextp_1(int32_t value) { ___inextp_1 = value; } inline static int32_t get_offset_of_SeedArray_2() { return static_cast(offsetof(Random_t108471755, ___SeedArray_2)); } inline Int32U5BU5D_t385246372* get_SeedArray_2() const { return ___SeedArray_2; } inline Int32U5BU5D_t385246372** get_address_of_SeedArray_2() { return &___SeedArray_2; } inline void set_SeedArray_2(Int32U5BU5D_t385246372* value) { ___SeedArray_2 = value; Il2CppCodeGenWriteBarrier((&___SeedArray_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANDOM_T108471755_H #ifndef EVENT_T1378573841_H #define EVENT_T1378573841_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Event struct Event_t1378573841 : public RuntimeObject { public: // Spine.EventData Spine.Event::data EventData_t724759987 * ___data_0; // System.Single Spine.Event::time float ___time_1; // System.Int32 Spine.Event::intValue int32_t ___intValue_2; // System.Single Spine.Event::floatValue float ___floatValue_3; // System.String Spine.Event::stringValue String_t* ___stringValue_4; // System.Single Spine.Event::volume float ___volume_5; // System.Single Spine.Event::balance float ___balance_6; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(Event_t1378573841, ___data_0)); } inline EventData_t724759987 * get_data_0() const { return ___data_0; } inline EventData_t724759987 ** get_address_of_data_0() { return &___data_0; } inline void set_data_0(EventData_t724759987 * value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((&___data_0), value); } inline static int32_t get_offset_of_time_1() { return static_cast(offsetof(Event_t1378573841, ___time_1)); } inline float get_time_1() const { return ___time_1; } inline float* get_address_of_time_1() { return &___time_1; } inline void set_time_1(float value) { ___time_1 = value; } inline static int32_t get_offset_of_intValue_2() { return static_cast(offsetof(Event_t1378573841, ___intValue_2)); } inline int32_t get_intValue_2() const { return ___intValue_2; } inline int32_t* get_address_of_intValue_2() { return &___intValue_2; } inline void set_intValue_2(int32_t value) { ___intValue_2 = value; } inline static int32_t get_offset_of_floatValue_3() { return static_cast(offsetof(Event_t1378573841, ___floatValue_3)); } inline float get_floatValue_3() const { return ___floatValue_3; } inline float* get_address_of_floatValue_3() { return &___floatValue_3; } inline void set_floatValue_3(float value) { ___floatValue_3 = value; } inline static int32_t get_offset_of_stringValue_4() { return static_cast(offsetof(Event_t1378573841, ___stringValue_4)); } inline String_t* get_stringValue_4() const { return ___stringValue_4; } inline String_t** get_address_of_stringValue_4() { return &___stringValue_4; } inline void set_stringValue_4(String_t* value) { ___stringValue_4 = value; Il2CppCodeGenWriteBarrier((&___stringValue_4), value); } inline static int32_t get_offset_of_volume_5() { return static_cast(offsetof(Event_t1378573841, ___volume_5)); } inline float get_volume_5() const { return ___volume_5; } inline float* get_address_of_volume_5() { return &___volume_5; } inline void set_volume_5(float value) { ___volume_5 = value; } inline static int32_t get_offset_of_balance_6() { return static_cast(offsetof(Event_t1378573841, ___balance_6)); } inline float get_balance_6() const { return ___balance_6; } inline float* get_address_of_balance_6() { return &___balance_6; } inline void set_balance_6(float value) { ___balance_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENT_T1378573841_H #ifndef SKELETONDATA_T2032710716_H #define SKELETONDATA_T2032710716_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.SkeletonData struct SkeletonData_t2032710716 : public RuntimeObject { public: // System.String Spine.SkeletonData::name String_t* ___name_0; // Spine.ExposedList`1 Spine.SkeletonData::bones ExposedList_1_t1542319060 * ___bones_1; // Spine.ExposedList`1 Spine.SkeletonData::slots ExposedList_1_t2861913768 * ___slots_2; // Spine.ExposedList`1 Spine.SkeletonData::skins ExposedList_1_t3881696472 * ___skins_3; // Spine.Skin Spine.SkeletonData::defaultSkin Skin_t1174584606 * ___defaultSkin_4; // Spine.ExposedList`1 Spine.SkeletonData::events ExposedList_1_t3431871853 * ___events_5; // Spine.ExposedList`1 Spine.SkeletonData::animations ExposedList_1_t3322895149 * ___animations_6; // Spine.ExposedList`1 Spine.SkeletonData::ikConstraints ExposedList_1_t3166231995 * ___ikConstraints_7; // Spine.ExposedList`1 Spine.SkeletonData::transformConstraints ExposedList_1_t3236185212 * ___transformConstraints_8; // Spine.ExposedList`1 Spine.SkeletonData::pathConstraints ExposedList_1_t3688408900 * ___pathConstraints_9; // System.Single Spine.SkeletonData::width float ___width_10; // System.Single Spine.SkeletonData::height float ___height_11; // System.String Spine.SkeletonData::version String_t* ___version_12; // System.String Spine.SkeletonData::hash String_t* ___hash_13; // System.Single Spine.SkeletonData::fps float ___fps_14; // System.String Spine.SkeletonData::imagesPath String_t* ___imagesPath_15; // System.String Spine.SkeletonData::audioPath String_t* ___audioPath_16; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(SkeletonData_t2032710716, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } inline static int32_t get_offset_of_bones_1() { return static_cast(offsetof(SkeletonData_t2032710716, ___bones_1)); } inline ExposedList_1_t1542319060 * get_bones_1() const { return ___bones_1; } inline ExposedList_1_t1542319060 ** get_address_of_bones_1() { return &___bones_1; } inline void set_bones_1(ExposedList_1_t1542319060 * value) { ___bones_1 = value; Il2CppCodeGenWriteBarrier((&___bones_1), value); } inline static int32_t get_offset_of_slots_2() { return static_cast(offsetof(SkeletonData_t2032710716, ___slots_2)); } inline ExposedList_1_t2861913768 * get_slots_2() const { return ___slots_2; } inline ExposedList_1_t2861913768 ** get_address_of_slots_2() { return &___slots_2; } inline void set_slots_2(ExposedList_1_t2861913768 * value) { ___slots_2 = value; Il2CppCodeGenWriteBarrier((&___slots_2), value); } inline static int32_t get_offset_of_skins_3() { return static_cast(offsetof(SkeletonData_t2032710716, ___skins_3)); } inline ExposedList_1_t3881696472 * get_skins_3() const { return ___skins_3; } inline ExposedList_1_t3881696472 ** get_address_of_skins_3() { return &___skins_3; } inline void set_skins_3(ExposedList_1_t3881696472 * value) { ___skins_3 = value; Il2CppCodeGenWriteBarrier((&___skins_3), value); } inline static int32_t get_offset_of_defaultSkin_4() { return static_cast(offsetof(SkeletonData_t2032710716, ___defaultSkin_4)); } inline Skin_t1174584606 * get_defaultSkin_4() const { return ___defaultSkin_4; } inline Skin_t1174584606 ** get_address_of_defaultSkin_4() { return &___defaultSkin_4; } inline void set_defaultSkin_4(Skin_t1174584606 * value) { ___defaultSkin_4 = value; Il2CppCodeGenWriteBarrier((&___defaultSkin_4), value); } inline static int32_t get_offset_of_events_5() { return static_cast(offsetof(SkeletonData_t2032710716, ___events_5)); } inline ExposedList_1_t3431871853 * get_events_5() const { return ___events_5; } inline ExposedList_1_t3431871853 ** get_address_of_events_5() { return &___events_5; } inline void set_events_5(ExposedList_1_t3431871853 * value) { ___events_5 = value; Il2CppCodeGenWriteBarrier((&___events_5), value); } inline static int32_t get_offset_of_animations_6() { return static_cast(offsetof(SkeletonData_t2032710716, ___animations_6)); } inline ExposedList_1_t3322895149 * get_animations_6() const { return ___animations_6; } inline ExposedList_1_t3322895149 ** get_address_of_animations_6() { return &___animations_6; } inline void set_animations_6(ExposedList_1_t3322895149 * value) { ___animations_6 = value; Il2CppCodeGenWriteBarrier((&___animations_6), value); } inline static int32_t get_offset_of_ikConstraints_7() { return static_cast(offsetof(SkeletonData_t2032710716, ___ikConstraints_7)); } inline ExposedList_1_t3166231995 * get_ikConstraints_7() const { return ___ikConstraints_7; } inline ExposedList_1_t3166231995 ** get_address_of_ikConstraints_7() { return &___ikConstraints_7; } inline void set_ikConstraints_7(ExposedList_1_t3166231995 * value) { ___ikConstraints_7 = value; Il2CppCodeGenWriteBarrier((&___ikConstraints_7), value); } inline static int32_t get_offset_of_transformConstraints_8() { return static_cast(offsetof(SkeletonData_t2032710716, ___transformConstraints_8)); } inline ExposedList_1_t3236185212 * get_transformConstraints_8() const { return ___transformConstraints_8; } inline ExposedList_1_t3236185212 ** get_address_of_transformConstraints_8() { return &___transformConstraints_8; } inline void set_transformConstraints_8(ExposedList_1_t3236185212 * value) { ___transformConstraints_8 = value; Il2CppCodeGenWriteBarrier((&___transformConstraints_8), value); } inline static int32_t get_offset_of_pathConstraints_9() { return static_cast(offsetof(SkeletonData_t2032710716, ___pathConstraints_9)); } inline ExposedList_1_t3688408900 * get_pathConstraints_9() const { return ___pathConstraints_9; } inline ExposedList_1_t3688408900 ** get_address_of_pathConstraints_9() { return &___pathConstraints_9; } inline void set_pathConstraints_9(ExposedList_1_t3688408900 * value) { ___pathConstraints_9 = value; Il2CppCodeGenWriteBarrier((&___pathConstraints_9), value); } inline static int32_t get_offset_of_width_10() { return static_cast(offsetof(SkeletonData_t2032710716, ___width_10)); } inline float get_width_10() const { return ___width_10; } inline float* get_address_of_width_10() { return &___width_10; } inline void set_width_10(float value) { ___width_10 = value; } inline static int32_t get_offset_of_height_11() { return static_cast(offsetof(SkeletonData_t2032710716, ___height_11)); } inline float get_height_11() const { return ___height_11; } inline float* get_address_of_height_11() { return &___height_11; } inline void set_height_11(float value) { ___height_11 = value; } inline static int32_t get_offset_of_version_12() { return static_cast(offsetof(SkeletonData_t2032710716, ___version_12)); } inline String_t* get_version_12() const { return ___version_12; } inline String_t** get_address_of_version_12() { return &___version_12; } inline void set_version_12(String_t* value) { ___version_12 = value; Il2CppCodeGenWriteBarrier((&___version_12), value); } inline static int32_t get_offset_of_hash_13() { return static_cast(offsetof(SkeletonData_t2032710716, ___hash_13)); } inline String_t* get_hash_13() const { return ___hash_13; } inline String_t** get_address_of_hash_13() { return &___hash_13; } inline void set_hash_13(String_t* value) { ___hash_13 = value; Il2CppCodeGenWriteBarrier((&___hash_13), value); } inline static int32_t get_offset_of_fps_14() { return static_cast(offsetof(SkeletonData_t2032710716, ___fps_14)); } inline float get_fps_14() const { return ___fps_14; } inline float* get_address_of_fps_14() { return &___fps_14; } inline void set_fps_14(float value) { ___fps_14 = value; } inline static int32_t get_offset_of_imagesPath_15() { return static_cast(offsetof(SkeletonData_t2032710716, ___imagesPath_15)); } inline String_t* get_imagesPath_15() const { return ___imagesPath_15; } inline String_t** get_address_of_imagesPath_15() { return &___imagesPath_15; } inline void set_imagesPath_15(String_t* value) { ___imagesPath_15 = value; Il2CppCodeGenWriteBarrier((&___imagesPath_15), value); } inline static int32_t get_offset_of_audioPath_16() { return static_cast(offsetof(SkeletonData_t2032710716, ___audioPath_16)); } inline String_t* get_audioPath_16() const { return ___audioPath_16; } inline String_t** get_address_of_audioPath_16() { return &___audioPath_16; } inline void set_audioPath_16(String_t* value) { ___audioPath_16 = value; Il2CppCodeGenWriteBarrier((&___audioPath_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SKELETONDATA_T2032710716_H #ifndef LINKEDMESH_T1696919459_H #define LINKEDMESH_T1696919459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.SkeletonJson/LinkedMesh struct LinkedMesh_t1696919459 : public RuntimeObject { public: // System.String Spine.SkeletonJson/LinkedMesh::parent String_t* ___parent_0; // System.String Spine.SkeletonJson/LinkedMesh::skin String_t* ___skin_1; // System.Int32 Spine.SkeletonJson/LinkedMesh::slotIndex int32_t ___slotIndex_2; // Spine.MeshAttachment Spine.SkeletonJson/LinkedMesh::mesh MeshAttachment_t1975337962 * ___mesh_3; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(LinkedMesh_t1696919459, ___parent_0)); } inline String_t* get_parent_0() const { return ___parent_0; } inline String_t** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(String_t* value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((&___parent_0), value); } inline static int32_t get_offset_of_skin_1() { return static_cast(offsetof(LinkedMesh_t1696919459, ___skin_1)); } inline String_t* get_skin_1() const { return ___skin_1; } inline String_t** get_address_of_skin_1() { return &___skin_1; } inline void set_skin_1(String_t* value) { ___skin_1 = value; Il2CppCodeGenWriteBarrier((&___skin_1), value); } inline static int32_t get_offset_of_slotIndex_2() { return static_cast(offsetof(LinkedMesh_t1696919459, ___slotIndex_2)); } inline int32_t get_slotIndex_2() const { return ___slotIndex_2; } inline int32_t* get_address_of_slotIndex_2() { return &___slotIndex_2; } inline void set_slotIndex_2(int32_t value) { ___slotIndex_2 = value; } inline static int32_t get_offset_of_mesh_3() { return static_cast(offsetof(LinkedMesh_t1696919459, ___mesh_3)); } inline MeshAttachment_t1975337962 * get_mesh_3() const { return ___mesh_3; } inline MeshAttachment_t1975337962 ** get_address_of_mesh_3() { return &___mesh_3; } inline void set_mesh_3(MeshAttachment_t1975337962 * value) { ___mesh_3 = value; Il2CppCodeGenWriteBarrier((&___mesh_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDMESH_T1696919459_H #ifndef ENCODING_T1523322056_H #define ENCODING_T1523322056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t1523322056 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::codePage int32_t ___codePage_0; // System.Int32 System.Text.Encoding::windows_code_page int32_t ___windows_code_page_1; // System.Boolean System.Text.Encoding::is_readonly bool ___is_readonly_2; // System.Text.DecoderFallback System.Text.Encoding::decoder_fallback DecoderFallback_t3123823036 * ___decoder_fallback_3; // System.Text.EncoderFallback System.Text.Encoding::encoder_fallback EncoderFallback_t1188251036 * ___encoder_fallback_4; // System.String System.Text.Encoding::body_name String_t* ___body_name_8; // System.String System.Text.Encoding::encoding_name String_t* ___encoding_name_9; // System.String System.Text.Encoding::header_name String_t* ___header_name_10; // System.Boolean System.Text.Encoding::is_mail_news_display bool ___is_mail_news_display_11; // System.Boolean System.Text.Encoding::is_mail_news_save bool ___is_mail_news_save_12; // System.Boolean System.Text.Encoding::is_browser_save bool ___is_browser_save_13; // System.Boolean System.Text.Encoding::is_browser_display bool ___is_browser_display_14; // System.String System.Text.Encoding::web_name String_t* ___web_name_15; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(Encoding_t1523322056, ___codePage_0)); } inline int32_t get_codePage_0() const { return ___codePage_0; } inline int32_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(int32_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_windows_code_page_1() { return static_cast(offsetof(Encoding_t1523322056, ___windows_code_page_1)); } inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; } inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; } inline void set_windows_code_page_1(int32_t value) { ___windows_code_page_1 = value; } inline static int32_t get_offset_of_is_readonly_2() { return static_cast(offsetof(Encoding_t1523322056, ___is_readonly_2)); } inline bool get_is_readonly_2() const { return ___is_readonly_2; } inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; } inline void set_is_readonly_2(bool value) { ___is_readonly_2 = value; } inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); } inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; } inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; } inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value) { ___decoder_fallback_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value); } inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); } inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; } inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; } inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value) { ___encoder_fallback_4 = value; Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value); } inline static int32_t get_offset_of_body_name_8() { return static_cast(offsetof(Encoding_t1523322056, ___body_name_8)); } inline String_t* get_body_name_8() const { return ___body_name_8; } inline String_t** get_address_of_body_name_8() { return &___body_name_8; } inline void set_body_name_8(String_t* value) { ___body_name_8 = value; Il2CppCodeGenWriteBarrier((&___body_name_8), value); } inline static int32_t get_offset_of_encoding_name_9() { return static_cast(offsetof(Encoding_t1523322056, ___encoding_name_9)); } inline String_t* get_encoding_name_9() const { return ___encoding_name_9; } inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; } inline void set_encoding_name_9(String_t* value) { ___encoding_name_9 = value; Il2CppCodeGenWriteBarrier((&___encoding_name_9), value); } inline static int32_t get_offset_of_header_name_10() { return static_cast(offsetof(Encoding_t1523322056, ___header_name_10)); } inline String_t* get_header_name_10() const { return ___header_name_10; } inline String_t** get_address_of_header_name_10() { return &___header_name_10; } inline void set_header_name_10(String_t* value) { ___header_name_10 = value; Il2CppCodeGenWriteBarrier((&___header_name_10), value); } inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); } inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; } inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; } inline void set_is_mail_news_display_11(bool value) { ___is_mail_news_display_11 = value; } inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); } inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; } inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; } inline void set_is_mail_news_save_12(bool value) { ___is_mail_news_save_12 = value; } inline static int32_t get_offset_of_is_browser_save_13() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_save_13)); } inline bool get_is_browser_save_13() const { return ___is_browser_save_13; } inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; } inline void set_is_browser_save_13(bool value) { ___is_browser_save_13 = value; } inline static int32_t get_offset_of_is_browser_display_14() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_display_14)); } inline bool get_is_browser_display_14() const { return ___is_browser_display_14; } inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; } inline void set_is_browser_display_14(bool value) { ___is_browser_display_14 = value; } inline static int32_t get_offset_of_web_name_15() { return static_cast(offsetof(Encoding_t1523322056, ___web_name_15)); } inline String_t* get_web_name_15() const { return ___web_name_15; } inline String_t** get_address_of_web_name_15() { return &___web_name_15; } inline void set_web_name_15(String_t* value) { ___web_name_15 = value; Il2CppCodeGenWriteBarrier((&___web_name_15), value); } }; struct Encoding_t1523322056_StaticFields { public: // System.Reflection.Assembly System.Text.Encoding::i18nAssembly Assembly_t * ___i18nAssembly_5; // System.Boolean System.Text.Encoding::i18nDisabled bool ___i18nDisabled_6; // System.Object[] System.Text.Encoding::encodings ObjectU5BU5D_t2843939325* ___encodings_7; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t1523322056 * ___asciiEncoding_16; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding Encoding_t1523322056 * ___bigEndianEncoding_17; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t1523322056 * ___defaultEncoding_18; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t1523322056 * ___utf7Encoding_19; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers Encoding_t1523322056 * ___utf8EncodingWithMarkers_20; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t1523322056 * ___unicodeEncoding_22; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding Encoding_t1523322056 * ___isoLatin1Encoding_23; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe Encoding_t1523322056 * ___utf8EncodingUnsafe_24; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t1523322056 * ___utf32Encoding_25; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding Encoding_t1523322056 * ___bigEndianUTF32Encoding_26; // System.Object System.Text.Encoding::lockobj RuntimeObject * ___lockobj_27; public: inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); } inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; } inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; } inline void set_i18nAssembly_5(Assembly_t * value) { ___i18nAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value); } inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); } inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; } inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; } inline void set_i18nDisabled_6(bool value) { ___i18nDisabled_6 = value; } inline static int32_t get_offset_of_encodings_7() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); } inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; } inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; } inline void set_encodings_7(ObjectU5BU5D_t2843939325* value) { ___encodings_7 = value; Il2CppCodeGenWriteBarrier((&___encodings_7), value); } inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); } inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; } inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; } inline void set_asciiEncoding_16(Encoding_t1523322056 * value) { ___asciiEncoding_16 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value); } inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); } inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; } inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; } inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value) { ___bigEndianEncoding_17 = value; Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value); } inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); } inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; } inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; } inline void set_defaultEncoding_18(Encoding_t1523322056 * value) { ___defaultEncoding_18 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value); } inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); } inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; } inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; } inline void set_utf7Encoding_19(Encoding_t1523322056 * value) { ___utf7Encoding_19 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value); } inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); } inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; } inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value) { ___utf8EncodingWithMarkers_20 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value); } inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); } inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; } inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value) { ___utf8EncodingWithoutMarkers_21 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value); } inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); } inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; } inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; } inline void set_unicodeEncoding_22(Encoding_t1523322056 * value) { ___unicodeEncoding_22 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value); } inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); } inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; } inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; } inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value) { ___isoLatin1Encoding_23 = value; Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value); } inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); } inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; } inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value) { ___utf8EncodingUnsafe_24 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value); } inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); } inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; } inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; } inline void set_utf32Encoding_25(Encoding_t1523322056 * value) { ___utf32Encoding_25 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value); } inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); } inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; } inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; } inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value) { ___bigEndianUTF32Encoding_26 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value); } inline static int32_t get_offset_of_lockobj_27() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); } inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; } inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; } inline void set_lockobj_27(RuntimeObject * value) { ___lockobj_27 = value; Il2CppCodeGenWriteBarrier((&___lockobj_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T1523322056_H #ifndef ANIMATIONPAIRCOMPARER_T175378255_H #define ANIMATIONPAIRCOMPARER_T175378255_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.AnimationStateData/AnimationPairComparer struct AnimationPairComparer_t175378255 : public RuntimeObject { public: public: }; struct AnimationPairComparer_t175378255_StaticFields { public: // Spine.AnimationStateData/AnimationPairComparer Spine.AnimationStateData/AnimationPairComparer::Instance AnimationPairComparer_t175378255 * ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(AnimationPairComparer_t175378255_StaticFields, ___Instance_0)); } inline AnimationPairComparer_t175378255 * get_Instance_0() const { return ___Instance_0; } inline AnimationPairComparer_t175378255 ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(AnimationPairComparer_t175378255 * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((&___Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATIONPAIRCOMPARER_T175378255_H #ifndef ATLASREGION_T13903284_H #define ATLASREGION_T13903284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.AtlasRegion struct AtlasRegion_t13903284 : public RuntimeObject { public: // Spine.AtlasPage Spine.AtlasRegion::page AtlasPage_t4077017671 * ___page_0; // System.String Spine.AtlasRegion::name String_t* ___name_1; // System.Int32 Spine.AtlasRegion::x int32_t ___x_2; // System.Int32 Spine.AtlasRegion::y int32_t ___y_3; // System.Int32 Spine.AtlasRegion::width int32_t ___width_4; // System.Int32 Spine.AtlasRegion::height int32_t ___height_5; // System.Single Spine.AtlasRegion::u float ___u_6; // System.Single Spine.AtlasRegion::v float ___v_7; // System.Single Spine.AtlasRegion::u2 float ___u2_8; // System.Single Spine.AtlasRegion::v2 float ___v2_9; // System.Single Spine.AtlasRegion::offsetX float ___offsetX_10; // System.Single Spine.AtlasRegion::offsetY float ___offsetY_11; // System.Int32 Spine.AtlasRegion::originalWidth int32_t ___originalWidth_12; // System.Int32 Spine.AtlasRegion::originalHeight int32_t ___originalHeight_13; // System.Int32 Spine.AtlasRegion::index int32_t ___index_14; // System.Boolean Spine.AtlasRegion::rotate bool ___rotate_15; // System.Int32[] Spine.AtlasRegion::splits Int32U5BU5D_t385246372* ___splits_16; // System.Int32[] Spine.AtlasRegion::pads Int32U5BU5D_t385246372* ___pads_17; public: inline static int32_t get_offset_of_page_0() { return static_cast(offsetof(AtlasRegion_t13903284, ___page_0)); } inline AtlasPage_t4077017671 * get_page_0() const { return ___page_0; } inline AtlasPage_t4077017671 ** get_address_of_page_0() { return &___page_0; } inline void set_page_0(AtlasPage_t4077017671 * value) { ___page_0 = value; Il2CppCodeGenWriteBarrier((&___page_0), value); } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(AtlasRegion_t13903284, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((&___name_1), value); } inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(AtlasRegion_t13903284, ___x_2)); } inline int32_t get_x_2() const { return ___x_2; } inline int32_t* get_address_of_x_2() { return &___x_2; } inline void set_x_2(int32_t value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(AtlasRegion_t13903284, ___y_3)); } inline int32_t get_y_3() const { return ___y_3; } inline int32_t* get_address_of_y_3() { return &___y_3; } inline void set_y_3(int32_t value) { ___y_3 = value; } inline static int32_t get_offset_of_width_4() { return static_cast(offsetof(AtlasRegion_t13903284, ___width_4)); } inline int32_t get_width_4() const { return ___width_4; } inline int32_t* get_address_of_width_4() { return &___width_4; } inline void set_width_4(int32_t value) { ___width_4 = value; } inline static int32_t get_offset_of_height_5() { return static_cast(offsetof(AtlasRegion_t13903284, ___height_5)); } inline int32_t get_height_5() const { return ___height_5; } inline int32_t* get_address_of_height_5() { return &___height_5; } inline void set_height_5(int32_t value) { ___height_5 = value; } inline static int32_t get_offset_of_u_6() { return static_cast(offsetof(AtlasRegion_t13903284, ___u_6)); } inline float get_u_6() const { return ___u_6; } inline float* get_address_of_u_6() { return &___u_6; } inline void set_u_6(float value) { ___u_6 = value; } inline static int32_t get_offset_of_v_7() { return static_cast(offsetof(AtlasRegion_t13903284, ___v_7)); } inline float get_v_7() const { return ___v_7; } inline float* get_address_of_v_7() { return &___v_7; } inline void set_v_7(float value) { ___v_7 = value; } inline static int32_t get_offset_of_u2_8() { return static_cast(offsetof(AtlasRegion_t13903284, ___u2_8)); } inline float get_u2_8() const { return ___u2_8; } inline float* get_address_of_u2_8() { return &___u2_8; } inline void set_u2_8(float value) { ___u2_8 = value; } inline static int32_t get_offset_of_v2_9() { return static_cast(offsetof(AtlasRegion_t13903284, ___v2_9)); } inline float get_v2_9() const { return ___v2_9; } inline float* get_address_of_v2_9() { return &___v2_9; } inline void set_v2_9(float value) { ___v2_9 = value; } inline static int32_t get_offset_of_offsetX_10() { return static_cast(offsetof(AtlasRegion_t13903284, ___offsetX_10)); } inline float get_offsetX_10() const { return ___offsetX_10; } inline float* get_address_of_offsetX_10() { return &___offsetX_10; } inline void set_offsetX_10(float value) { ___offsetX_10 = value; } inline static int32_t get_offset_of_offsetY_11() { return static_cast(offsetof(AtlasRegion_t13903284, ___offsetY_11)); } inline float get_offsetY_11() const { return ___offsetY_11; } inline float* get_address_of_offsetY_11() { return &___offsetY_11; } inline void set_offsetY_11(float value) { ___offsetY_11 = value; } inline static int32_t get_offset_of_originalWidth_12() { return static_cast(offsetof(AtlasRegion_t13903284, ___originalWidth_12)); } inline int32_t get_originalWidth_12() const { return ___originalWidth_12; } inline int32_t* get_address_of_originalWidth_12() { return &___originalWidth_12; } inline void set_originalWidth_12(int32_t value) { ___originalWidth_12 = value; } inline static int32_t get_offset_of_originalHeight_13() { return static_cast(offsetof(AtlasRegion_t13903284, ___originalHeight_13)); } inline int32_t get_originalHeight_13() const { return ___originalHeight_13; } inline int32_t* get_address_of_originalHeight_13() { return &___originalHeight_13; } inline void set_originalHeight_13(int32_t value) { ___originalHeight_13 = value; } inline static int32_t get_offset_of_index_14() { return static_cast(offsetof(AtlasRegion_t13903284, ___index_14)); } inline int32_t get_index_14() const { return ___index_14; } inline int32_t* get_address_of_index_14() { return &___index_14; } inline void set_index_14(int32_t value) { ___index_14 = value; } inline static int32_t get_offset_of_rotate_15() { return static_cast(offsetof(AtlasRegion_t13903284, ___rotate_15)); } inline bool get_rotate_15() const { return ___rotate_15; } inline bool* get_address_of_rotate_15() { return &___rotate_15; } inline void set_rotate_15(bool value) { ___rotate_15 = value; } inline static int32_t get_offset_of_splits_16() { return static_cast(offsetof(AtlasRegion_t13903284, ___splits_16)); } inline Int32U5BU5D_t385246372* get_splits_16() const { return ___splits_16; } inline Int32U5BU5D_t385246372** get_address_of_splits_16() { return &___splits_16; } inline void set_splits_16(Int32U5BU5D_t385246372* value) { ___splits_16 = value; Il2CppCodeGenWriteBarrier((&___splits_16), value); } inline static int32_t get_offset_of_pads_17() { return static_cast(offsetof(AtlasRegion_t13903284, ___pads_17)); } inline Int32U5BU5D_t385246372* get_pads_17() const { return ___pads_17; } inline Int32U5BU5D_t385246372** get_address_of_pads_17() { return &___pads_17; } inline void set_pads_17(Int32U5BU5D_t385246372* value) { ___pads_17 = value; Il2CppCodeGenWriteBarrier((&___pads_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATLASREGION_T13903284_H #ifndef SLOT_T3514940700_H #define SLOT_T3514940700_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Slot struct Slot_t3514940700 : public RuntimeObject { public: // Spine.SlotData Spine.Slot::data SlotData_t154801902 * ___data_0; // Spine.Bone Spine.Slot::bone Bone_t1086356328 * ___bone_1; // System.Single Spine.Slot::r float ___r_2; // System.Single Spine.Slot::g float ___g_3; // System.Single Spine.Slot::b float ___b_4; // System.Single Spine.Slot::a float ___a_5; // System.Single Spine.Slot::r2 float ___r2_6; // System.Single Spine.Slot::g2 float ___g2_7; // System.Single Spine.Slot::b2 float ___b2_8; // System.Boolean Spine.Slot::hasSecondColor bool ___hasSecondColor_9; // Spine.Attachment Spine.Slot::attachment Attachment_t3043756552 * ___attachment_10; // System.Single Spine.Slot::attachmentTime float ___attachmentTime_11; // Spine.ExposedList`1 Spine.Slot::attachmentVertices ExposedList_1_t4104378640 * ___attachmentVertices_12; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(Slot_t3514940700, ___data_0)); } inline SlotData_t154801902 * get_data_0() const { return ___data_0; } inline SlotData_t154801902 ** get_address_of_data_0() { return &___data_0; } inline void set_data_0(SlotData_t154801902 * value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((&___data_0), value); } inline static int32_t get_offset_of_bone_1() { return static_cast(offsetof(Slot_t3514940700, ___bone_1)); } inline Bone_t1086356328 * get_bone_1() const { return ___bone_1; } inline Bone_t1086356328 ** get_address_of_bone_1() { return &___bone_1; } inline void set_bone_1(Bone_t1086356328 * value) { ___bone_1 = value; Il2CppCodeGenWriteBarrier((&___bone_1), value); } inline static int32_t get_offset_of_r_2() { return static_cast(offsetof(Slot_t3514940700, ___r_2)); } inline float get_r_2() const { return ___r_2; } inline float* get_address_of_r_2() { return &___r_2; } inline void set_r_2(float value) { ___r_2 = value; } inline static int32_t get_offset_of_g_3() { return static_cast(offsetof(Slot_t3514940700, ___g_3)); } inline float get_g_3() const { return ___g_3; } inline float* get_address_of_g_3() { return &___g_3; } inline void set_g_3(float value) { ___g_3 = value; } inline static int32_t get_offset_of_b_4() { return static_cast(offsetof(Slot_t3514940700, ___b_4)); } inline float get_b_4() const { return ___b_4; } inline float* get_address_of_b_4() { return &___b_4; } inline void set_b_4(float value) { ___b_4 = value; } inline static int32_t get_offset_of_a_5() { return static_cast(offsetof(Slot_t3514940700, ___a_5)); } inline float get_a_5() const { return ___a_5; } inline float* get_address_of_a_5() { return &___a_5; } inline void set_a_5(float value) { ___a_5 = value; } inline static int32_t get_offset_of_r2_6() { return static_cast(offsetof(Slot_t3514940700, ___r2_6)); } inline float get_r2_6() const { return ___r2_6; } inline float* get_address_of_r2_6() { return &___r2_6; } inline void set_r2_6(float value) { ___r2_6 = value; } inline static int32_t get_offset_of_g2_7() { return static_cast(offsetof(Slot_t3514940700, ___g2_7)); } inline float get_g2_7() const { return ___g2_7; } inline float* get_address_of_g2_7() { return &___g2_7; } inline void set_g2_7(float value) { ___g2_7 = value; } inline static int32_t get_offset_of_b2_8() { return static_cast(offsetof(Slot_t3514940700, ___b2_8)); } inline float get_b2_8() const { return ___b2_8; } inline float* get_address_of_b2_8() { return &___b2_8; } inline void set_b2_8(float value) { ___b2_8 = value; } inline static int32_t get_offset_of_hasSecondColor_9() { return static_cast(offsetof(Slot_t3514940700, ___hasSecondColor_9)); } inline bool get_hasSecondColor_9() const { return ___hasSecondColor_9; } inline bool* get_address_of_hasSecondColor_9() { return &___hasSecondColor_9; } inline void set_hasSecondColor_9(bool value) { ___hasSecondColor_9 = value; } inline static int32_t get_offset_of_attachment_10() { return static_cast(offsetof(Slot_t3514940700, ___attachment_10)); } inline Attachment_t3043756552 * get_attachment_10() const { return ___attachment_10; } inline Attachment_t3043756552 ** get_address_of_attachment_10() { return &___attachment_10; } inline void set_attachment_10(Attachment_t3043756552 * value) { ___attachment_10 = value; Il2CppCodeGenWriteBarrier((&___attachment_10), value); } inline static int32_t get_offset_of_attachmentTime_11() { return static_cast(offsetof(Slot_t3514940700, ___attachmentTime_11)); } inline float get_attachmentTime_11() const { return ___attachmentTime_11; } inline float* get_address_of_attachmentTime_11() { return &___attachmentTime_11; } inline void set_attachmentTime_11(float value) { ___attachmentTime_11 = value; } inline static int32_t get_offset_of_attachmentVertices_12() { return static_cast(offsetof(Slot_t3514940700, ___attachmentVertices_12)); } inline ExposedList_1_t4104378640 * get_attachmentVertices_12() const { return ___attachmentVertices_12; } inline ExposedList_1_t4104378640 ** get_address_of_attachmentVertices_12() { return &___attachmentVertices_12; } inline void set_attachmentVertices_12(ExposedList_1_t4104378640 * value) { ___attachmentVertices_12 = value; Il2CppCodeGenWriteBarrier((&___attachmentVertices_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SLOT_T3514940700_H #ifndef EXPOSEDLIST_1_T1927085270_H #define EXPOSEDLIST_1_T1927085270_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t1927085270 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items SlotU5BU5D_t285245173* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t1927085270, ___Items_0)); } inline SlotU5BU5D_t285245173* get_Items_0() const { return ___Items_0; } inline SlotU5BU5D_t285245173** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(SlotU5BU5D_t285245173* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t1927085270, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t1927085270, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t1927085270_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray SlotU5BU5D_t285245173* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t1927085270_StaticFields, ___EmptyArray_3)); } inline SlotU5BU5D_t285245173* get_EmptyArray_3() const { return ___EmptyArray_3; } inline SlotU5BU5D_t285245173** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(SlotU5BU5D_t285245173* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T1927085270_H #ifndef EVENTTIMELINE_T2341881094_H #define EVENTTIMELINE_T2341881094_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.EventTimeline struct EventTimeline_t2341881094 : public RuntimeObject { public: // System.Single[] Spine.EventTimeline::frames SingleU5BU5D_t1444911251* ___frames_0; // Spine.Event[] Spine.EventTimeline::events EventU5BU5D_t1966750348* ___events_1; public: inline static int32_t get_offset_of_frames_0() { return static_cast(offsetof(EventTimeline_t2341881094, ___frames_0)); } inline SingleU5BU5D_t1444911251* get_frames_0() const { return ___frames_0; } inline SingleU5BU5D_t1444911251** get_address_of_frames_0() { return &___frames_0; } inline void set_frames_0(SingleU5BU5D_t1444911251* value) { ___frames_0 = value; Il2CppCodeGenWriteBarrier((&___frames_0), value); } inline static int32_t get_offset_of_events_1() { return static_cast(offsetof(EventTimeline_t2341881094, ___events_1)); } inline EventU5BU5D_t1966750348* get_events_1() const { return ___events_1; } inline EventU5BU5D_t1966750348** get_address_of_events_1() { return &___events_1; } inline void set_events_1(EventU5BU5D_t1966750348* value) { ___events_1 = value; Il2CppCodeGenWriteBarrier((&___events_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTTIMELINE_T2341881094_H #ifndef EXPOSEDLIST_1_T3236185212_H #define EXPOSEDLIST_1_T3236185212_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t3236185212 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items TransformConstraintDataU5BU5D_t2360202743* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t3236185212, ___Items_0)); } inline TransformConstraintDataU5BU5D_t2360202743* get_Items_0() const { return ___Items_0; } inline TransformConstraintDataU5BU5D_t2360202743** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(TransformConstraintDataU5BU5D_t2360202743* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t3236185212, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t3236185212, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t3236185212_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray TransformConstraintDataU5BU5D_t2360202743* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t3236185212_StaticFields, ___EmptyArray_3)); } inline TransformConstraintDataU5BU5D_t2360202743* get_EmptyArray_3() const { return ___EmptyArray_3; } inline TransformConstraintDataU5BU5D_t2360202743** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(TransformConstraintDataU5BU5D_t2360202743* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T3236185212_H #ifndef EXPOSEDLIST_1_T3881696472_H #define EXPOSEDLIST_1_T3881696472_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t3881696472 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items SkinU5BU5D_t2538652843* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t3881696472, ___Items_0)); } inline SkinU5BU5D_t2538652843* get_Items_0() const { return ___Items_0; } inline SkinU5BU5D_t2538652843** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(SkinU5BU5D_t2538652843* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t3881696472, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t3881696472, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t3881696472_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray SkinU5BU5D_t2538652843* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t3881696472_StaticFields, ___EmptyArray_3)); } inline SkinU5BU5D_t2538652843* get_EmptyArray_3() const { return ___EmptyArray_3; } inline SkinU5BU5D_t2538652843** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(SkinU5BU5D_t2538652843* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T3881696472_H #ifndef EXPOSEDLIST_1_T3688408900_H #define EXPOSEDLIST_1_T3688408900_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t3688408900 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items PathConstraintDataU5BU5D_t2576410383* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t3688408900, ___Items_0)); } inline PathConstraintDataU5BU5D_t2576410383* get_Items_0() const { return ___Items_0; } inline PathConstraintDataU5BU5D_t2576410383** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(PathConstraintDataU5BU5D_t2576410383* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t3688408900, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t3688408900, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t3688408900_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray PathConstraintDataU5BU5D_t2576410383* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t3688408900_StaticFields, ___EmptyArray_3)); } inline PathConstraintDataU5BU5D_t2576410383* get_EmptyArray_3() const { return ___EmptyArray_3; } inline PathConstraintDataU5BU5D_t2576410383** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(PathConstraintDataU5BU5D_t2576410383* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T3688408900_H #ifndef EXPOSEDLIST_1_T3161142095_H #define EXPOSEDLIST_1_T3161142095_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t3161142095 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items TransformConstraintU5BU5D_t1783343736* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t3161142095, ___Items_0)); } inline TransformConstraintU5BU5D_t1783343736* get_Items_0() const { return ___Items_0; } inline TransformConstraintU5BU5D_t1783343736** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(TransformConstraintU5BU5D_t1783343736* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t3161142095, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t3161142095, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t3161142095_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray TransformConstraintU5BU5D_t1783343736* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t3161142095_StaticFields, ___EmptyArray_3)); } inline TransformConstraintU5BU5D_t1783343736* get_EmptyArray_3() const { return ___EmptyArray_3; } inline TransformConstraintU5BU5D_t1783343736** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(TransformConstraintU5BU5D_t1783343736* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T3161142095_H #ifndef LIST_1_T1823906703_H #define LIST_1_T1823906703_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t1823906703 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items EventQueueEntryU5BU5D_t1574228452* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1823906703, ____items_1)); } inline EventQueueEntryU5BU5D_t1574228452* get__items_1() const { return ____items_1; } inline EventQueueEntryU5BU5D_t1574228452** get_address_of__items_1() { return &____items_1; } inline void set__items_1(EventQueueEntryU5BU5D_t1574228452* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1823906703, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1823906703, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t1823906703_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray EventQueueEntryU5BU5D_t1574228452* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1823906703_StaticFields, ___EmptyArray_4)); } inline EventQueueEntryU5BU5D_t1574228452* get_EmptyArray_4() const { return ___EmptyArray_4; } inline EventQueueEntryU5BU5D_t1574228452** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(EventQueueEntryU5BU5D_t1574228452* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1823906703_H #ifndef EVENTDATA_T724759987_H #define EVENTDATA_T724759987_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.EventData struct EventData_t724759987 : public RuntimeObject { public: // System.String Spine.EventData::name String_t* ___name_0; // System.Int32 Spine.EventData::k__BackingField int32_t ___U3CIntU3Ek__BackingField_1; // System.Single Spine.EventData::k__BackingField float ___U3CFloatU3Ek__BackingField_2; // System.String Spine.EventData::k__BackingField String_t* ___U3CStringU3Ek__BackingField_3; // System.String Spine.EventData::k__BackingField String_t* ___U3CAudioPathU3Ek__BackingField_4; // System.Single Spine.EventData::k__BackingField float ___U3CVolumeU3Ek__BackingField_5; // System.Single Spine.EventData::k__BackingField float ___U3CBalanceU3Ek__BackingField_6; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(EventData_t724759987, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } inline static int32_t get_offset_of_U3CIntU3Ek__BackingField_1() { return static_cast(offsetof(EventData_t724759987, ___U3CIntU3Ek__BackingField_1)); } inline int32_t get_U3CIntU3Ek__BackingField_1() const { return ___U3CIntU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CIntU3Ek__BackingField_1() { return &___U3CIntU3Ek__BackingField_1; } inline void set_U3CIntU3Ek__BackingField_1(int32_t value) { ___U3CIntU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFloatU3Ek__BackingField_2() { return static_cast(offsetof(EventData_t724759987, ___U3CFloatU3Ek__BackingField_2)); } inline float get_U3CFloatU3Ek__BackingField_2() const { return ___U3CFloatU3Ek__BackingField_2; } inline float* get_address_of_U3CFloatU3Ek__BackingField_2() { return &___U3CFloatU3Ek__BackingField_2; } inline void set_U3CFloatU3Ek__BackingField_2(float value) { ___U3CFloatU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CStringU3Ek__BackingField_3() { return static_cast(offsetof(EventData_t724759987, ___U3CStringU3Ek__BackingField_3)); } inline String_t* get_U3CStringU3Ek__BackingField_3() const { return ___U3CStringU3Ek__BackingField_3; } inline String_t** get_address_of_U3CStringU3Ek__BackingField_3() { return &___U3CStringU3Ek__BackingField_3; } inline void set_U3CStringU3Ek__BackingField_3(String_t* value) { ___U3CStringU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CStringU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_U3CAudioPathU3Ek__BackingField_4() { return static_cast(offsetof(EventData_t724759987, ___U3CAudioPathU3Ek__BackingField_4)); } inline String_t* get_U3CAudioPathU3Ek__BackingField_4() const { return ___U3CAudioPathU3Ek__BackingField_4; } inline String_t** get_address_of_U3CAudioPathU3Ek__BackingField_4() { return &___U3CAudioPathU3Ek__BackingField_4; } inline void set_U3CAudioPathU3Ek__BackingField_4(String_t* value) { ___U3CAudioPathU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CAudioPathU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_U3CVolumeU3Ek__BackingField_5() { return static_cast(offsetof(EventData_t724759987, ___U3CVolumeU3Ek__BackingField_5)); } inline float get_U3CVolumeU3Ek__BackingField_5() const { return ___U3CVolumeU3Ek__BackingField_5; } inline float* get_address_of_U3CVolumeU3Ek__BackingField_5() { return &___U3CVolumeU3Ek__BackingField_5; } inline void set_U3CVolumeU3Ek__BackingField_5(float value) { ___U3CVolumeU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CBalanceU3Ek__BackingField_6() { return static_cast(offsetof(EventData_t724759987, ___U3CBalanceU3Ek__BackingField_6)); } inline float get_U3CBalanceU3Ek__BackingField_6() const { return ___U3CBalanceU3Ek__BackingField_6; } inline float* get_address_of_U3CBalanceU3Ek__BackingField_6() { return &___U3CBalanceU3Ek__BackingField_6; } inline void set_U3CBalanceU3Ek__BackingField_6(float value) { ___U3CBalanceU3Ek__BackingField_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTDATA_T724759987_H #ifndef ATTACHMENT_T3043756552_H #define ATTACHMENT_T3043756552_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Attachment struct Attachment_t3043756552 : public RuntimeObject { public: // System.String Spine.Attachment::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_0() { return static_cast(offsetof(Attachment_t3043756552, ___U3CNameU3Ek__BackingField_0)); } inline String_t* get_U3CNameU3Ek__BackingField_0() const { return ___U3CNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_0() { return &___U3CNameU3Ek__BackingField_0; } inline void set_U3CNameU3Ek__BackingField_0(String_t* value) { ___U3CNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CNameU3Ek__BackingField_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTACHMENT_T3043756552_H #ifndef IKCONSTRAINTDATA_T459120129_H #define IKCONSTRAINTDATA_T459120129_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.IkConstraintData struct IkConstraintData_t459120129 : public RuntimeObject { public: // System.String Spine.IkConstraintData::name String_t* ___name_0; // System.Int32 Spine.IkConstraintData::order int32_t ___order_1; // System.Collections.Generic.List`1 Spine.IkConstraintData::bones List_1_t307281936 * ___bones_2; // Spine.BoneData Spine.IkConstraintData::target BoneData_t3130174490 * ___target_3; // System.Int32 Spine.IkConstraintData::bendDirection int32_t ___bendDirection_4; // System.Boolean Spine.IkConstraintData::compress bool ___compress_5; // System.Boolean Spine.IkConstraintData::stretch bool ___stretch_6; // System.Boolean Spine.IkConstraintData::uniform bool ___uniform_7; // System.Single Spine.IkConstraintData::mix float ___mix_8; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(IkConstraintData_t459120129, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } inline static int32_t get_offset_of_order_1() { return static_cast(offsetof(IkConstraintData_t459120129, ___order_1)); } inline int32_t get_order_1() const { return ___order_1; } inline int32_t* get_address_of_order_1() { return &___order_1; } inline void set_order_1(int32_t value) { ___order_1 = value; } inline static int32_t get_offset_of_bones_2() { return static_cast(offsetof(IkConstraintData_t459120129, ___bones_2)); } inline List_1_t307281936 * get_bones_2() const { return ___bones_2; } inline List_1_t307281936 ** get_address_of_bones_2() { return &___bones_2; } inline void set_bones_2(List_1_t307281936 * value) { ___bones_2 = value; Il2CppCodeGenWriteBarrier((&___bones_2), value); } inline static int32_t get_offset_of_target_3() { return static_cast(offsetof(IkConstraintData_t459120129, ___target_3)); } inline BoneData_t3130174490 * get_target_3() const { return ___target_3; } inline BoneData_t3130174490 ** get_address_of_target_3() { return &___target_3; } inline void set_target_3(BoneData_t3130174490 * value) { ___target_3 = value; Il2CppCodeGenWriteBarrier((&___target_3), value); } inline static int32_t get_offset_of_bendDirection_4() { return static_cast(offsetof(IkConstraintData_t459120129, ___bendDirection_4)); } inline int32_t get_bendDirection_4() const { return ___bendDirection_4; } inline int32_t* get_address_of_bendDirection_4() { return &___bendDirection_4; } inline void set_bendDirection_4(int32_t value) { ___bendDirection_4 = value; } inline static int32_t get_offset_of_compress_5() { return static_cast(offsetof(IkConstraintData_t459120129, ___compress_5)); } inline bool get_compress_5() const { return ___compress_5; } inline bool* get_address_of_compress_5() { return &___compress_5; } inline void set_compress_5(bool value) { ___compress_5 = value; } inline static int32_t get_offset_of_stretch_6() { return static_cast(offsetof(IkConstraintData_t459120129, ___stretch_6)); } inline bool get_stretch_6() const { return ___stretch_6; } inline bool* get_address_of_stretch_6() { return &___stretch_6; } inline void set_stretch_6(bool value) { ___stretch_6 = value; } inline static int32_t get_offset_of_uniform_7() { return static_cast(offsetof(IkConstraintData_t459120129, ___uniform_7)); } inline bool get_uniform_7() const { return ___uniform_7; } inline bool* get_address_of_uniform_7() { return &___uniform_7; } inline void set_uniform_7(bool value) { ___uniform_7 = value; } inline static int32_t get_offset_of_mix_8() { return static_cast(offsetof(IkConstraintData_t459120129, ___mix_8)); } inline float get_mix_8() const { return ___mix_8; } inline float* get_address_of_mix_8() { return &___mix_8; } inline void set_mix_8(float value) { ___mix_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IKCONSTRAINTDATA_T459120129_H #ifndef LIST_1_T3168994201_H #define LIST_1_T3168994201_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t3168994201 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items LinkedMeshU5BU5D_t3211535986* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3168994201, ____items_1)); } inline LinkedMeshU5BU5D_t3211535986* get__items_1() const { return ____items_1; } inline LinkedMeshU5BU5D_t3211535986** get_address_of__items_1() { return &____items_1; } inline void set__items_1(LinkedMeshU5BU5D_t3211535986* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3168994201, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3168994201, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t3168994201_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray LinkedMeshU5BU5D_t3211535986* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3168994201_StaticFields, ___EmptyArray_4)); } inline LinkedMeshU5BU5D_t3211535986* get_EmptyArray_4() const { return ___EmptyArray_4; } inline LinkedMeshU5BU5D_t3211535986** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(LinkedMeshU5BU5D_t3211535986* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3168994201_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), value); } inline static int32_t get_offset_of_message_2() { return static_cast(offsetof(Exception_t, ___message_2)); } inline String_t* get_message_2() const { return ___message_2; } inline String_t** get_address_of_message_2() { return &___message_2; } inline void set_message_2(String_t* value) { ___message_2 = value; Il2CppCodeGenWriteBarrier((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef ATLASATTACHMENTLOADER_T3966790320_H #define ATLASATTACHMENTLOADER_T3966790320_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.AtlasAttachmentLoader struct AtlasAttachmentLoader_t3966790320 : public RuntimeObject { public: // Spine.Atlas[] Spine.AtlasAttachmentLoader::atlasArray AtlasU5BU5D_t3463999232* ___atlasArray_0; public: inline static int32_t get_offset_of_atlasArray_0() { return static_cast(offsetof(AtlasAttachmentLoader_t3966790320, ___atlasArray_0)); } inline AtlasU5BU5D_t3463999232* get_atlasArray_0() const { return ___atlasArray_0; } inline AtlasU5BU5D_t3463999232** get_address_of_atlasArray_0() { return &___atlasArray_0; } inline void set_atlasArray_0(AtlasU5BU5D_t3463999232* value) { ___atlasArray_0 = value; Il2CppCodeGenWriteBarrier((&___atlasArray_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATLASATTACHMENTLOADER_T3966790320_H #ifndef SKIN_T1174584606_H #define SKIN_T1174584606_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Skin struct Skin_t1174584606 : public RuntimeObject { public: // System.String Spine.Skin::name String_t* ___name_0; // System.Collections.Generic.Dictionary`2 Spine.Skin::attachments Dictionary_2_t968660385 * ___attachments_1; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(Skin_t1174584606, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } inline static int32_t get_offset_of_attachments_1() { return static_cast(offsetof(Skin_t1174584606, ___attachments_1)); } inline Dictionary_2_t968660385 * get_attachments_1() const { return ___attachments_1; } inline Dictionary_2_t968660385 ** get_address_of_attachments_1() { return &___attachments_1; } inline void set_attachments_1(Dictionary_2_t968660385 * value) { ___attachments_1 = value; Il2CppCodeGenWriteBarrier((&___attachments_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SKIN_T1174584606_H #ifndef IKCONSTRAINT_T1675190269_H #define IKCONSTRAINT_T1675190269_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.IkConstraint struct IkConstraint_t1675190269 : public RuntimeObject { public: // Spine.IkConstraintData Spine.IkConstraint::data IkConstraintData_t459120129 * ___data_0; // Spine.ExposedList`1 Spine.IkConstraint::bones ExposedList_1_t3793468194 * ___bones_1; // Spine.Bone Spine.IkConstraint::target Bone_t1086356328 * ___target_2; // System.Int32 Spine.IkConstraint::bendDirection int32_t ___bendDirection_3; // System.Boolean Spine.IkConstraint::compress bool ___compress_4; // System.Boolean Spine.IkConstraint::stretch bool ___stretch_5; // System.Single Spine.IkConstraint::mix float ___mix_6; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(IkConstraint_t1675190269, ___data_0)); } inline IkConstraintData_t459120129 * get_data_0() const { return ___data_0; } inline IkConstraintData_t459120129 ** get_address_of_data_0() { return &___data_0; } inline void set_data_0(IkConstraintData_t459120129 * value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((&___data_0), value); } inline static int32_t get_offset_of_bones_1() { return static_cast(offsetof(IkConstraint_t1675190269, ___bones_1)); } inline ExposedList_1_t3793468194 * get_bones_1() const { return ___bones_1; } inline ExposedList_1_t3793468194 ** get_address_of_bones_1() { return &___bones_1; } inline void set_bones_1(ExposedList_1_t3793468194 * value) { ___bones_1 = value; Il2CppCodeGenWriteBarrier((&___bones_1), value); } inline static int32_t get_offset_of_target_2() { return static_cast(offsetof(IkConstraint_t1675190269, ___target_2)); } inline Bone_t1086356328 * get_target_2() const { return ___target_2; } inline Bone_t1086356328 ** get_address_of_target_2() { return &___target_2; } inline void set_target_2(Bone_t1086356328 * value) { ___target_2 = value; Il2CppCodeGenWriteBarrier((&___target_2), value); } inline static int32_t get_offset_of_bendDirection_3() { return static_cast(offsetof(IkConstraint_t1675190269, ___bendDirection_3)); } inline int32_t get_bendDirection_3() const { return ___bendDirection_3; } inline int32_t* get_address_of_bendDirection_3() { return &___bendDirection_3; } inline void set_bendDirection_3(int32_t value) { ___bendDirection_3 = value; } inline static int32_t get_offset_of_compress_4() { return static_cast(offsetof(IkConstraint_t1675190269, ___compress_4)); } inline bool get_compress_4() const { return ___compress_4; } inline bool* get_address_of_compress_4() { return &___compress_4; } inline void set_compress_4(bool value) { ___compress_4 = value; } inline static int32_t get_offset_of_stretch_5() { return static_cast(offsetof(IkConstraint_t1675190269, ___stretch_5)); } inline bool get_stretch_5() const { return ___stretch_5; } inline bool* get_address_of_stretch_5() { return &___stretch_5; } inline void set_stretch_5(bool value) { ___stretch_5 = value; } inline static int32_t get_offset_of_mix_6() { return static_cast(offsetof(IkConstraint_t1675190269, ___mix_6)); } inline float get_mix_6() const { return ___mix_6; } inline float* get_address_of_mix_6() { return &___mix_6; } inline void set_mix_6(float value) { ___mix_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IKCONSTRAINT_T1675190269_H #ifndef EXPOSEDLIST_1_T3166231995_H #define EXPOSEDLIST_1_T3166231995_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t3166231995 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items IkConstraintDataU5BU5D_t269274332* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t3166231995, ___Items_0)); } inline IkConstraintDataU5BU5D_t269274332* get_Items_0() const { return ___Items_0; } inline IkConstraintDataU5BU5D_t269274332** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(IkConstraintDataU5BU5D_t269274332* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t3166231995, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t3166231995, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t3166231995_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray IkConstraintDataU5BU5D_t269274332* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t3166231995_StaticFields, ___EmptyArray_3)); } inline IkConstraintDataU5BU5D_t269274332* get_EmptyArray_3() const { return ___EmptyArray_3; } inline IkConstraintDataU5BU5D_t269274332** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(IkConstraintDataU5BU5D_t269274332* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T3166231995_H #ifndef SKELETONBINARY_T1796686580_H #define SKELETONBINARY_T1796686580_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.SkeletonBinary struct SkeletonBinary_t1796686580 : public RuntimeObject { public: // System.Single Spine.SkeletonBinary::k__BackingField float ___U3CScaleU3Ek__BackingField_13; // Spine.AttachmentLoader Spine.SkeletonBinary::attachmentLoader RuntimeObject* ___attachmentLoader_14; // System.Byte[] Spine.SkeletonBinary::buffer ByteU5BU5D_t4116647657* ___buffer_15; // System.Collections.Generic.List`1 Spine.SkeletonBinary::linkedMeshes List_1_t3168994201 * ___linkedMeshes_16; public: inline static int32_t get_offset_of_U3CScaleU3Ek__BackingField_13() { return static_cast(offsetof(SkeletonBinary_t1796686580, ___U3CScaleU3Ek__BackingField_13)); } inline float get_U3CScaleU3Ek__BackingField_13() const { return ___U3CScaleU3Ek__BackingField_13; } inline float* get_address_of_U3CScaleU3Ek__BackingField_13() { return &___U3CScaleU3Ek__BackingField_13; } inline void set_U3CScaleU3Ek__BackingField_13(float value) { ___U3CScaleU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_attachmentLoader_14() { return static_cast(offsetof(SkeletonBinary_t1796686580, ___attachmentLoader_14)); } inline RuntimeObject* get_attachmentLoader_14() const { return ___attachmentLoader_14; } inline RuntimeObject** get_address_of_attachmentLoader_14() { return &___attachmentLoader_14; } inline void set_attachmentLoader_14(RuntimeObject* value) { ___attachmentLoader_14 = value; Il2CppCodeGenWriteBarrier((&___attachmentLoader_14), value); } inline static int32_t get_offset_of_buffer_15() { return static_cast(offsetof(SkeletonBinary_t1796686580, ___buffer_15)); } inline ByteU5BU5D_t4116647657* get_buffer_15() const { return ___buffer_15; } inline ByteU5BU5D_t4116647657** get_address_of_buffer_15() { return &___buffer_15; } inline void set_buffer_15(ByteU5BU5D_t4116647657* value) { ___buffer_15 = value; Il2CppCodeGenWriteBarrier((&___buffer_15), value); } inline static int32_t get_offset_of_linkedMeshes_16() { return static_cast(offsetof(SkeletonBinary_t1796686580, ___linkedMeshes_16)); } inline List_1_t3168994201 * get_linkedMeshes_16() const { return ___linkedMeshes_16; } inline List_1_t3168994201 ** get_address_of_linkedMeshes_16() { return &___linkedMeshes_16; } inline void set_linkedMeshes_16(List_1_t3168994201 * value) { ___linkedMeshes_16 = value; Il2CppCodeGenWriteBarrier((&___linkedMeshes_16), value); } }; struct SkeletonBinary_t1796686580_StaticFields { public: // Spine.TransformMode[] Spine.SkeletonBinary::TransformModeValues TransformModeU5BU5D_t3210249249* ___TransformModeValues_17; public: inline static int32_t get_offset_of_TransformModeValues_17() { return static_cast(offsetof(SkeletonBinary_t1796686580_StaticFields, ___TransformModeValues_17)); } inline TransformModeU5BU5D_t3210249249* get_TransformModeValues_17() const { return ___TransformModeValues_17; } inline TransformModeU5BU5D_t3210249249** get_address_of_TransformModeValues_17() { return &___TransformModeValues_17; } inline void set_TransformModeValues_17(TransformModeU5BU5D_t3210249249* value) { ___TransformModeValues_17 = value; Il2CppCodeGenWriteBarrier((&___TransformModeValues_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SKELETONBINARY_T1796686580_H #ifndef DICTIONARY_2_T968660385_H #define DICTIONARY_2_T968660385_H #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_t968660385 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots AttachmentKeyTupleU5BU5D_t3716404170* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots AttachmentU5BU5D_t1033217241* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t968660385, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t968660385, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t968660385, ___keySlots_6)); } inline AttachmentKeyTupleU5BU5D_t3716404170* get_keySlots_6() const { return ___keySlots_6; } inline AttachmentKeyTupleU5BU5D_t3716404170** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(AttachmentKeyTupleU5BU5D_t3716404170* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t968660385, ___valueSlots_7)); } inline AttachmentU5BU5D_t1033217241* get_valueSlots_7() const { return ___valueSlots_7; } inline AttachmentU5BU5D_t1033217241** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(AttachmentU5BU5D_t1033217241* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t968660385, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t968660385, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t968660385, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t968660385, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t968660385, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t968660385, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t968660385, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t968660385_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t879785719 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t968660385_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t879785719 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t879785719 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t879785719 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T968660385_H #ifndef IINTERPOLATION_T311334448_H #define IINTERPOLATION_T311334448_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.IInterpolation struct IInterpolation_t311334448 : public RuntimeObject { public: public: }; struct IInterpolation_t311334448_StaticFields { public: // Spine.IInterpolation Spine.IInterpolation::Pow2 IInterpolation_t311334448 * ___Pow2_0; // Spine.IInterpolation Spine.IInterpolation::Pow2Out IInterpolation_t311334448 * ___Pow2Out_1; public: inline static int32_t get_offset_of_Pow2_0() { return static_cast(offsetof(IInterpolation_t311334448_StaticFields, ___Pow2_0)); } inline IInterpolation_t311334448 * get_Pow2_0() const { return ___Pow2_0; } inline IInterpolation_t311334448 ** get_address_of_Pow2_0() { return &___Pow2_0; } inline void set_Pow2_0(IInterpolation_t311334448 * value) { ___Pow2_0 = value; Il2CppCodeGenWriteBarrier((&___Pow2_0), value); } inline static int32_t get_offset_of_Pow2Out_1() { return static_cast(offsetof(IInterpolation_t311334448_StaticFields, ___Pow2Out_1)); } inline IInterpolation_t311334448 * get_Pow2Out_1() const { return ___Pow2Out_1; } inline IInterpolation_t311334448 ** get_address_of_Pow2Out_1() { return &___Pow2Out_1; } inline void set_Pow2Out_1(IInterpolation_t311334448 * value) { ___Pow2Out_1 = value; Il2CppCodeGenWriteBarrier((&___Pow2Out_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IINTERPOLATION_T311334448_H #ifndef DRAWORDERTIMELINE_T1092982325_H #define DRAWORDERTIMELINE_T1092982325_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.DrawOrderTimeline struct DrawOrderTimeline_t1092982325 : public RuntimeObject { public: // System.Single[] Spine.DrawOrderTimeline::frames SingleU5BU5D_t1444911251* ___frames_0; // System.Int32[][] Spine.DrawOrderTimeline::drawOrders Int32U5BU5DU5BU5D_t3365920845* ___drawOrders_1; public: inline static int32_t get_offset_of_frames_0() { return static_cast(offsetof(DrawOrderTimeline_t1092982325, ___frames_0)); } inline SingleU5BU5D_t1444911251* get_frames_0() const { return ___frames_0; } inline SingleU5BU5D_t1444911251** get_address_of_frames_0() { return &___frames_0; } inline void set_frames_0(SingleU5BU5D_t1444911251* value) { ___frames_0 = value; Il2CppCodeGenWriteBarrier((&___frames_0), value); } inline static int32_t get_offset_of_drawOrders_1() { return static_cast(offsetof(DrawOrderTimeline_t1092982325, ___drawOrders_1)); } inline Int32U5BU5DU5BU5D_t3365920845* get_drawOrders_1() const { return ___drawOrders_1; } inline Int32U5BU5DU5BU5D_t3365920845** get_address_of_drawOrders_1() { return &___drawOrders_1; } inline void set_drawOrders_1(Int32U5BU5DU5BU5D_t3365920845* value) { ___drawOrders_1 = value; Il2CppCodeGenWriteBarrier((&___drawOrders_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DRAWORDERTIMELINE_T1092982325_H #ifndef TRANSFORMCONSTRAINT_T454030229_H #define TRANSFORMCONSTRAINT_T454030229_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.TransformConstraint struct TransformConstraint_t454030229 : public RuntimeObject { public: // Spine.TransformConstraintData Spine.TransformConstraint::data TransformConstraintData_t529073346 * ___data_0; // Spine.ExposedList`1 Spine.TransformConstraint::bones ExposedList_1_t3793468194 * ___bones_1; // Spine.Bone Spine.TransformConstraint::target Bone_t1086356328 * ___target_2; // System.Single Spine.TransformConstraint::rotateMix float ___rotateMix_3; // System.Single Spine.TransformConstraint::translateMix float ___translateMix_4; // System.Single Spine.TransformConstraint::scaleMix float ___scaleMix_5; // System.Single Spine.TransformConstraint::shearMix float ___shearMix_6; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(TransformConstraint_t454030229, ___data_0)); } inline TransformConstraintData_t529073346 * get_data_0() const { return ___data_0; } inline TransformConstraintData_t529073346 ** get_address_of_data_0() { return &___data_0; } inline void set_data_0(TransformConstraintData_t529073346 * value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((&___data_0), value); } inline static int32_t get_offset_of_bones_1() { return static_cast(offsetof(TransformConstraint_t454030229, ___bones_1)); } inline ExposedList_1_t3793468194 * get_bones_1() const { return ___bones_1; } inline ExposedList_1_t3793468194 ** get_address_of_bones_1() { return &___bones_1; } inline void set_bones_1(ExposedList_1_t3793468194 * value) { ___bones_1 = value; Il2CppCodeGenWriteBarrier((&___bones_1), value); } inline static int32_t get_offset_of_target_2() { return static_cast(offsetof(TransformConstraint_t454030229, ___target_2)); } inline Bone_t1086356328 * get_target_2() const { return ___target_2; } inline Bone_t1086356328 ** get_address_of_target_2() { return &___target_2; } inline void set_target_2(Bone_t1086356328 * value) { ___target_2 = value; Il2CppCodeGenWriteBarrier((&___target_2), value); } inline static int32_t get_offset_of_rotateMix_3() { return static_cast(offsetof(TransformConstraint_t454030229, ___rotateMix_3)); } inline float get_rotateMix_3() const { return ___rotateMix_3; } inline float* get_address_of_rotateMix_3() { return &___rotateMix_3; } inline void set_rotateMix_3(float value) { ___rotateMix_3 = value; } inline static int32_t get_offset_of_translateMix_4() { return static_cast(offsetof(TransformConstraint_t454030229, ___translateMix_4)); } inline float get_translateMix_4() const { return ___translateMix_4; } inline float* get_address_of_translateMix_4() { return &___translateMix_4; } inline void set_translateMix_4(float value) { ___translateMix_4 = value; } inline static int32_t get_offset_of_scaleMix_5() { return static_cast(offsetof(TransformConstraint_t454030229, ___scaleMix_5)); } inline float get_scaleMix_5() const { return ___scaleMix_5; } inline float* get_address_of_scaleMix_5() { return &___scaleMix_5; } inline void set_scaleMix_5(float value) { ___scaleMix_5 = value; } inline static int32_t get_offset_of_shearMix_6() { return static_cast(offsetof(TransformConstraint_t454030229, ___shearMix_6)); } inline float get_shearMix_6() const { return ___shearMix_6; } inline float* get_address_of_shearMix_6() { return &___shearMix_6; } inline void set_shearMix_6(float value) { ___shearMix_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRANSFORMCONSTRAINT_T454030229_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____length_1)); } inline int32_t get__length_1() const { return ____length_1; } inline int32_t* get_address_of__length_1() { return &____length_1; } inline void set__length_1(int32_t value) { ____length_1 = value; } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef CULTUREINFO_T4157843068_H #define CULTUREINFO_T4157843068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureInfo struct CultureInfo_t4157843068 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_7; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_8; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_9; // System.Int32 System.Globalization.CultureInfo::specific_lcid int32_t ___specific_lcid_10; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_11; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_12; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_13; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t435877138 * ___numInfo_14; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t2405853701 * ___dateTimeInfo_15; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t3810425522 * ___textInfo_16; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_17; // System.String System.Globalization.CultureInfo::displayname String_t* ___displayname_18; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_19; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_20; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_21; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_22; // System.String System.Globalization.CultureInfo::icu_name String_t* ___icu_name_23; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_24; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_25; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1092934962 * ___compareInfo_26; // System.Int32* System.Globalization.CultureInfo::calendar_data int32_t* ___calendar_data_27; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_28; // System.Globalization.Calendar[] System.Globalization.CultureInfo::optional_calendars CalendarU5BU5D_t3985046076* ___optional_calendars_29; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t4157843068 * ___parent_culture_30; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_31; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t1661121569 * ___calendar_32; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_33; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_t4116647657* ___cached_serialized_form_34; public: inline static int32_t get_offset_of_m_isReadOnly_7() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_isReadOnly_7)); } inline bool get_m_isReadOnly_7() const { return ___m_isReadOnly_7; } inline bool* get_address_of_m_isReadOnly_7() { return &___m_isReadOnly_7; } inline void set_m_isReadOnly_7(bool value) { ___m_isReadOnly_7 = value; } inline static int32_t get_offset_of_cultureID_8() { return static_cast(offsetof(CultureInfo_t4157843068, ___cultureID_8)); } inline int32_t get_cultureID_8() const { return ___cultureID_8; } inline int32_t* get_address_of_cultureID_8() { return &___cultureID_8; } inline void set_cultureID_8(int32_t value) { ___cultureID_8 = value; } inline static int32_t get_offset_of_parent_lcid_9() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_lcid_9)); } inline int32_t get_parent_lcid_9() const { return ___parent_lcid_9; } inline int32_t* get_address_of_parent_lcid_9() { return &___parent_lcid_9; } inline void set_parent_lcid_9(int32_t value) { ___parent_lcid_9 = value; } inline static int32_t get_offset_of_specific_lcid_10() { return static_cast(offsetof(CultureInfo_t4157843068, ___specific_lcid_10)); } inline int32_t get_specific_lcid_10() const { return ___specific_lcid_10; } inline int32_t* get_address_of_specific_lcid_10() { return &___specific_lcid_10; } inline void set_specific_lcid_10(int32_t value) { ___specific_lcid_10 = value; } inline static int32_t get_offset_of_datetime_index_11() { return static_cast(offsetof(CultureInfo_t4157843068, ___datetime_index_11)); } inline int32_t get_datetime_index_11() const { return ___datetime_index_11; } inline int32_t* get_address_of_datetime_index_11() { return &___datetime_index_11; } inline void set_datetime_index_11(int32_t value) { ___datetime_index_11 = value; } inline static int32_t get_offset_of_number_index_12() { return static_cast(offsetof(CultureInfo_t4157843068, ___number_index_12)); } inline int32_t get_number_index_12() const { return ___number_index_12; } inline int32_t* get_address_of_number_index_12() { return &___number_index_12; } inline void set_number_index_12(int32_t value) { ___number_index_12 = value; } inline static int32_t get_offset_of_m_useUserOverride_13() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_useUserOverride_13)); } inline bool get_m_useUserOverride_13() const { return ___m_useUserOverride_13; } inline bool* get_address_of_m_useUserOverride_13() { return &___m_useUserOverride_13; } inline void set_m_useUserOverride_13(bool value) { ___m_useUserOverride_13 = value; } inline static int32_t get_offset_of_numInfo_14() { return static_cast(offsetof(CultureInfo_t4157843068, ___numInfo_14)); } inline NumberFormatInfo_t435877138 * get_numInfo_14() const { return ___numInfo_14; } inline NumberFormatInfo_t435877138 ** get_address_of_numInfo_14() { return &___numInfo_14; } inline void set_numInfo_14(NumberFormatInfo_t435877138 * value) { ___numInfo_14 = value; Il2CppCodeGenWriteBarrier((&___numInfo_14), value); } inline static int32_t get_offset_of_dateTimeInfo_15() { return static_cast(offsetof(CultureInfo_t4157843068, ___dateTimeInfo_15)); } inline DateTimeFormatInfo_t2405853701 * get_dateTimeInfo_15() const { return ___dateTimeInfo_15; } inline DateTimeFormatInfo_t2405853701 ** get_address_of_dateTimeInfo_15() { return &___dateTimeInfo_15; } inline void set_dateTimeInfo_15(DateTimeFormatInfo_t2405853701 * value) { ___dateTimeInfo_15 = value; Il2CppCodeGenWriteBarrier((&___dateTimeInfo_15), value); } inline static int32_t get_offset_of_textInfo_16() { return static_cast(offsetof(CultureInfo_t4157843068, ___textInfo_16)); } inline TextInfo_t3810425522 * get_textInfo_16() const { return ___textInfo_16; } inline TextInfo_t3810425522 ** get_address_of_textInfo_16() { return &___textInfo_16; } inline void set_textInfo_16(TextInfo_t3810425522 * value) { ___textInfo_16 = value; Il2CppCodeGenWriteBarrier((&___textInfo_16), value); } inline static int32_t get_offset_of_m_name_17() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_name_17)); } inline String_t* get_m_name_17() const { return ___m_name_17; } inline String_t** get_address_of_m_name_17() { return &___m_name_17; } inline void set_m_name_17(String_t* value) { ___m_name_17 = value; Il2CppCodeGenWriteBarrier((&___m_name_17), value); } inline static int32_t get_offset_of_displayname_18() { return static_cast(offsetof(CultureInfo_t4157843068, ___displayname_18)); } inline String_t* get_displayname_18() const { return ___displayname_18; } inline String_t** get_address_of_displayname_18() { return &___displayname_18; } inline void set_displayname_18(String_t* value) { ___displayname_18 = value; Il2CppCodeGenWriteBarrier((&___displayname_18), value); } inline static int32_t get_offset_of_englishname_19() { return static_cast(offsetof(CultureInfo_t4157843068, ___englishname_19)); } inline String_t* get_englishname_19() const { return ___englishname_19; } inline String_t** get_address_of_englishname_19() { return &___englishname_19; } inline void set_englishname_19(String_t* value) { ___englishname_19 = value; Il2CppCodeGenWriteBarrier((&___englishname_19), value); } inline static int32_t get_offset_of_nativename_20() { return static_cast(offsetof(CultureInfo_t4157843068, ___nativename_20)); } inline String_t* get_nativename_20() const { return ___nativename_20; } inline String_t** get_address_of_nativename_20() { return &___nativename_20; } inline void set_nativename_20(String_t* value) { ___nativename_20 = value; Il2CppCodeGenWriteBarrier((&___nativename_20), value); } inline static int32_t get_offset_of_iso3lang_21() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso3lang_21)); } inline String_t* get_iso3lang_21() const { return ___iso3lang_21; } inline String_t** get_address_of_iso3lang_21() { return &___iso3lang_21; } inline void set_iso3lang_21(String_t* value) { ___iso3lang_21 = value; Il2CppCodeGenWriteBarrier((&___iso3lang_21), value); } inline static int32_t get_offset_of_iso2lang_22() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso2lang_22)); } inline String_t* get_iso2lang_22() const { return ___iso2lang_22; } inline String_t** get_address_of_iso2lang_22() { return &___iso2lang_22; } inline void set_iso2lang_22(String_t* value) { ___iso2lang_22 = value; Il2CppCodeGenWriteBarrier((&___iso2lang_22), value); } inline static int32_t get_offset_of_icu_name_23() { return static_cast(offsetof(CultureInfo_t4157843068, ___icu_name_23)); } inline String_t* get_icu_name_23() const { return ___icu_name_23; } inline String_t** get_address_of_icu_name_23() { return &___icu_name_23; } inline void set_icu_name_23(String_t* value) { ___icu_name_23 = value; Il2CppCodeGenWriteBarrier((&___icu_name_23), value); } inline static int32_t get_offset_of_win3lang_24() { return static_cast(offsetof(CultureInfo_t4157843068, ___win3lang_24)); } inline String_t* get_win3lang_24() const { return ___win3lang_24; } inline String_t** get_address_of_win3lang_24() { return &___win3lang_24; } inline void set_win3lang_24(String_t* value) { ___win3lang_24 = value; Il2CppCodeGenWriteBarrier((&___win3lang_24), value); } inline static int32_t get_offset_of_territory_25() { return static_cast(offsetof(CultureInfo_t4157843068, ___territory_25)); } inline String_t* get_territory_25() const { return ___territory_25; } inline String_t** get_address_of_territory_25() { return &___territory_25; } inline void set_territory_25(String_t* value) { ___territory_25 = value; Il2CppCodeGenWriteBarrier((&___territory_25), value); } inline static int32_t get_offset_of_compareInfo_26() { return static_cast(offsetof(CultureInfo_t4157843068, ___compareInfo_26)); } inline CompareInfo_t1092934962 * get_compareInfo_26() const { return ___compareInfo_26; } inline CompareInfo_t1092934962 ** get_address_of_compareInfo_26() { return &___compareInfo_26; } inline void set_compareInfo_26(CompareInfo_t1092934962 * value) { ___compareInfo_26 = value; Il2CppCodeGenWriteBarrier((&___compareInfo_26), value); } inline static int32_t get_offset_of_calendar_data_27() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_data_27)); } inline int32_t* get_calendar_data_27() const { return ___calendar_data_27; } inline int32_t** get_address_of_calendar_data_27() { return &___calendar_data_27; } inline void set_calendar_data_27(int32_t* value) { ___calendar_data_27 = value; } inline static int32_t get_offset_of_textinfo_data_28() { return static_cast(offsetof(CultureInfo_t4157843068, ___textinfo_data_28)); } inline void* get_textinfo_data_28() const { return ___textinfo_data_28; } inline void** get_address_of_textinfo_data_28() { return &___textinfo_data_28; } inline void set_textinfo_data_28(void* value) { ___textinfo_data_28 = value; } inline static int32_t get_offset_of_optional_calendars_29() { return static_cast(offsetof(CultureInfo_t4157843068, ___optional_calendars_29)); } inline CalendarU5BU5D_t3985046076* get_optional_calendars_29() const { return ___optional_calendars_29; } inline CalendarU5BU5D_t3985046076** get_address_of_optional_calendars_29() { return &___optional_calendars_29; } inline void set_optional_calendars_29(CalendarU5BU5D_t3985046076* value) { ___optional_calendars_29 = value; Il2CppCodeGenWriteBarrier((&___optional_calendars_29), value); } inline static int32_t get_offset_of_parent_culture_30() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_culture_30)); } inline CultureInfo_t4157843068 * get_parent_culture_30() const { return ___parent_culture_30; } inline CultureInfo_t4157843068 ** get_address_of_parent_culture_30() { return &___parent_culture_30; } inline void set_parent_culture_30(CultureInfo_t4157843068 * value) { ___parent_culture_30 = value; Il2CppCodeGenWriteBarrier((&___parent_culture_30), value); } inline static int32_t get_offset_of_m_dataItem_31() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_dataItem_31)); } inline int32_t get_m_dataItem_31() const { return ___m_dataItem_31; } inline int32_t* get_address_of_m_dataItem_31() { return &___m_dataItem_31; } inline void set_m_dataItem_31(int32_t value) { ___m_dataItem_31 = value; } inline static int32_t get_offset_of_calendar_32() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_32)); } inline Calendar_t1661121569 * get_calendar_32() const { return ___calendar_32; } inline Calendar_t1661121569 ** get_address_of_calendar_32() { return &___calendar_32; } inline void set_calendar_32(Calendar_t1661121569 * value) { ___calendar_32 = value; Il2CppCodeGenWriteBarrier((&___calendar_32), value); } inline static int32_t get_offset_of_constructed_33() { return static_cast(offsetof(CultureInfo_t4157843068, ___constructed_33)); } inline bool get_constructed_33() const { return ___constructed_33; } inline bool* get_address_of_constructed_33() { return &___constructed_33; } inline void set_constructed_33(bool value) { ___constructed_33 = value; } inline static int32_t get_offset_of_cached_serialized_form_34() { return static_cast(offsetof(CultureInfo_t4157843068, ___cached_serialized_form_34)); } inline ByteU5BU5D_t4116647657* get_cached_serialized_form_34() const { return ___cached_serialized_form_34; } inline ByteU5BU5D_t4116647657** get_address_of_cached_serialized_form_34() { return &___cached_serialized_form_34; } inline void set_cached_serialized_form_34(ByteU5BU5D_t4116647657* value) { ___cached_serialized_form_34 = value; Il2CppCodeGenWriteBarrier((&___cached_serialized_form_34), value); } }; struct CultureInfo_t4157843068_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t4157843068 * ___invariant_culture_info_4; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_5; // System.Int32 System.Globalization.CultureInfo::BootstrapCultureID int32_t ___BootstrapCultureID_6; // System.String System.Globalization.CultureInfo::MSG_READONLY String_t* ___MSG_READONLY_35; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_number Hashtable_t1853889766 * ___shared_by_number_36; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_name Hashtable_t1853889766 * ___shared_by_name_37; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map19 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map19_38; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1A_39; public: inline static int32_t get_offset_of_invariant_culture_info_4() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___invariant_culture_info_4)); } inline CultureInfo_t4157843068 * get_invariant_culture_info_4() const { return ___invariant_culture_info_4; } inline CultureInfo_t4157843068 ** get_address_of_invariant_culture_info_4() { return &___invariant_culture_info_4; } inline void set_invariant_culture_info_4(CultureInfo_t4157843068 * value) { ___invariant_culture_info_4 = value; Il2CppCodeGenWriteBarrier((&___invariant_culture_info_4), value); } inline static int32_t get_offset_of_shared_table_lock_5() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_table_lock_5)); } inline RuntimeObject * get_shared_table_lock_5() const { return ___shared_table_lock_5; } inline RuntimeObject ** get_address_of_shared_table_lock_5() { return &___shared_table_lock_5; } inline void set_shared_table_lock_5(RuntimeObject * value) { ___shared_table_lock_5 = value; Il2CppCodeGenWriteBarrier((&___shared_table_lock_5), value); } inline static int32_t get_offset_of_BootstrapCultureID_6() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___BootstrapCultureID_6)); } inline int32_t get_BootstrapCultureID_6() const { return ___BootstrapCultureID_6; } inline int32_t* get_address_of_BootstrapCultureID_6() { return &___BootstrapCultureID_6; } inline void set_BootstrapCultureID_6(int32_t value) { ___BootstrapCultureID_6 = value; } inline static int32_t get_offset_of_MSG_READONLY_35() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___MSG_READONLY_35)); } inline String_t* get_MSG_READONLY_35() const { return ___MSG_READONLY_35; } inline String_t** get_address_of_MSG_READONLY_35() { return &___MSG_READONLY_35; } inline void set_MSG_READONLY_35(String_t* value) { ___MSG_READONLY_35 = value; Il2CppCodeGenWriteBarrier((&___MSG_READONLY_35), value); } inline static int32_t get_offset_of_shared_by_number_36() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_number_36)); } inline Hashtable_t1853889766 * get_shared_by_number_36() const { return ___shared_by_number_36; } inline Hashtable_t1853889766 ** get_address_of_shared_by_number_36() { return &___shared_by_number_36; } inline void set_shared_by_number_36(Hashtable_t1853889766 * value) { ___shared_by_number_36 = value; Il2CppCodeGenWriteBarrier((&___shared_by_number_36), value); } inline static int32_t get_offset_of_shared_by_name_37() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_name_37)); } inline Hashtable_t1853889766 * get_shared_by_name_37() const { return ___shared_by_name_37; } inline Hashtable_t1853889766 ** get_address_of_shared_by_name_37() { return &___shared_by_name_37; } inline void set_shared_by_name_37(Hashtable_t1853889766 * value) { ___shared_by_name_37 = value; Il2CppCodeGenWriteBarrier((&___shared_by_name_37), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map19_38() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map19_38)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map19_38() const { return ___U3CU3Ef__switchU24map19_38; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map19_38() { return &___U3CU3Ef__switchU24map19_38; } inline void set_U3CU3Ef__switchU24map19_38(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map19_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map19_38), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1A_39() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1A_39)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1A_39() const { return ___U3CU3Ef__switchU24map1A_39; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1A_39() { return &___U3CU3Ef__switchU24map1A_39; } inline void set_U3CU3Ef__switchU24map1A_39(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1A_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1A_39), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFO_T4157843068_H #ifndef ANIMATION_T615783283_H #define ANIMATION_T615783283_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Animation struct Animation_t615783283 : public RuntimeObject { public: // Spine.ExposedList`1 Spine.Animation::timelines ExposedList_1_t383950901 * ___timelines_0; // System.Single Spine.Animation::duration float ___duration_1; // System.String Spine.Animation::name String_t* ___name_2; public: inline static int32_t get_offset_of_timelines_0() { return static_cast(offsetof(Animation_t615783283, ___timelines_0)); } inline ExposedList_1_t383950901 * get_timelines_0() const { return ___timelines_0; } inline ExposedList_1_t383950901 ** get_address_of_timelines_0() { return &___timelines_0; } inline void set_timelines_0(ExposedList_1_t383950901 * value) { ___timelines_0 = value; Il2CppCodeGenWriteBarrier((&___timelines_0), value); } inline static int32_t get_offset_of_duration_1() { return static_cast(offsetof(Animation_t615783283, ___duration_1)); } inline float get_duration_1() const { return ___duration_1; } inline float* get_address_of_duration_1() { return &___duration_1; } inline void set_duration_1(float value) { ___duration_1 = value; } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(Animation_t615783283, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((&___name_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATION_T615783283_H #ifndef EXPOSEDLIST_1_T383950901_H #define EXPOSEDLIST_1_T383950901_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t383950901 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items TimelineU5BU5D_t3791347514* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t383950901, ___Items_0)); } inline TimelineU5BU5D_t3791347514* get_Items_0() const { return ___Items_0; } inline TimelineU5BU5D_t3791347514** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(TimelineU5BU5D_t3791347514* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t383950901, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t383950901, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t383950901_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray TimelineU5BU5D_t3791347514* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t383950901_StaticFields, ___EmptyArray_3)); } inline TimelineU5BU5D_t3791347514* get_EmptyArray_3() const { return ___EmptyArray_3; } inline TimelineU5BU5D_t3791347514** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(TimelineU5BU5D_t3791347514* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T383950901_H #ifndef EXPOSEDLIST_1_T2549315650_H #define EXPOSEDLIST_1_T2549315650_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t2549315650 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items IUpdatableU5BU5D_t1557032025* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t2549315650, ___Items_0)); } inline IUpdatableU5BU5D_t1557032025* get_Items_0() const { return ___Items_0; } inline IUpdatableU5BU5D_t1557032025** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(IUpdatableU5BU5D_t1557032025* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t2549315650, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t2549315650, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t2549315650_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray IUpdatableU5BU5D_t1557032025* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t2549315650_StaticFields, ___EmptyArray_3)); } inline IUpdatableU5BU5D_t1557032025* get_EmptyArray_3() const { return ___EmptyArray_3; } inline IUpdatableU5BU5D_t1557032025** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(IUpdatableU5BU5D_t1557032025* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T2549315650_H #ifndef SKELETON_T3686076450_H #define SKELETON_T3686076450_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Skeleton struct Skeleton_t3686076450 : public RuntimeObject { public: // Spine.SkeletonData Spine.Skeleton::data SkeletonData_t2032710716 * ___data_0; // Spine.ExposedList`1 Spine.Skeleton::bones ExposedList_1_t3793468194 * ___bones_1; // Spine.ExposedList`1 Spine.Skeleton::slots ExposedList_1_t1927085270 * ___slots_2; // Spine.ExposedList`1 Spine.Skeleton::drawOrder ExposedList_1_t1927085270 * ___drawOrder_3; // Spine.ExposedList`1 Spine.Skeleton::ikConstraints ExposedList_1_t87334839 * ___ikConstraints_4; // Spine.ExposedList`1 Spine.Skeleton::transformConstraints ExposedList_1_t3161142095 * ___transformConstraints_5; // Spine.ExposedList`1 Spine.Skeleton::pathConstraints ExposedList_1_t3687966776 * ___pathConstraints_6; // Spine.ExposedList`1 Spine.Skeleton::updateCache ExposedList_1_t2549315650 * ___updateCache_7; // Spine.ExposedList`1 Spine.Skeleton::updateCacheReset ExposedList_1_t3793468194 * ___updateCacheReset_8; // Spine.Skin Spine.Skeleton::skin Skin_t1174584606 * ___skin_9; // System.Single Spine.Skeleton::r float ___r_10; // System.Single Spine.Skeleton::g float ___g_11; // System.Single Spine.Skeleton::b float ___b_12; // System.Single Spine.Skeleton::a float ___a_13; // System.Single Spine.Skeleton::time float ___time_14; // System.Single Spine.Skeleton::scaleX float ___scaleX_15; // System.Single Spine.Skeleton::scaleY float ___scaleY_16; // System.Single Spine.Skeleton::x float ___x_17; // System.Single Spine.Skeleton::y float ___y_18; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(Skeleton_t3686076450, ___data_0)); } inline SkeletonData_t2032710716 * get_data_0() const { return ___data_0; } inline SkeletonData_t2032710716 ** get_address_of_data_0() { return &___data_0; } inline void set_data_0(SkeletonData_t2032710716 * value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((&___data_0), value); } inline static int32_t get_offset_of_bones_1() { return static_cast(offsetof(Skeleton_t3686076450, ___bones_1)); } inline ExposedList_1_t3793468194 * get_bones_1() const { return ___bones_1; } inline ExposedList_1_t3793468194 ** get_address_of_bones_1() { return &___bones_1; } inline void set_bones_1(ExposedList_1_t3793468194 * value) { ___bones_1 = value; Il2CppCodeGenWriteBarrier((&___bones_1), value); } inline static int32_t get_offset_of_slots_2() { return static_cast(offsetof(Skeleton_t3686076450, ___slots_2)); } inline ExposedList_1_t1927085270 * get_slots_2() const { return ___slots_2; } inline ExposedList_1_t1927085270 ** get_address_of_slots_2() { return &___slots_2; } inline void set_slots_2(ExposedList_1_t1927085270 * value) { ___slots_2 = value; Il2CppCodeGenWriteBarrier((&___slots_2), value); } inline static int32_t get_offset_of_drawOrder_3() { return static_cast(offsetof(Skeleton_t3686076450, ___drawOrder_3)); } inline ExposedList_1_t1927085270 * get_drawOrder_3() const { return ___drawOrder_3; } inline ExposedList_1_t1927085270 ** get_address_of_drawOrder_3() { return &___drawOrder_3; } inline void set_drawOrder_3(ExposedList_1_t1927085270 * value) { ___drawOrder_3 = value; Il2CppCodeGenWriteBarrier((&___drawOrder_3), value); } inline static int32_t get_offset_of_ikConstraints_4() { return static_cast(offsetof(Skeleton_t3686076450, ___ikConstraints_4)); } inline ExposedList_1_t87334839 * get_ikConstraints_4() const { return ___ikConstraints_4; } inline ExposedList_1_t87334839 ** get_address_of_ikConstraints_4() { return &___ikConstraints_4; } inline void set_ikConstraints_4(ExposedList_1_t87334839 * value) { ___ikConstraints_4 = value; Il2CppCodeGenWriteBarrier((&___ikConstraints_4), value); } inline static int32_t get_offset_of_transformConstraints_5() { return static_cast(offsetof(Skeleton_t3686076450, ___transformConstraints_5)); } inline ExposedList_1_t3161142095 * get_transformConstraints_5() const { return ___transformConstraints_5; } inline ExposedList_1_t3161142095 ** get_address_of_transformConstraints_5() { return &___transformConstraints_5; } inline void set_transformConstraints_5(ExposedList_1_t3161142095 * value) { ___transformConstraints_5 = value; Il2CppCodeGenWriteBarrier((&___transformConstraints_5), value); } inline static int32_t get_offset_of_pathConstraints_6() { return static_cast(offsetof(Skeleton_t3686076450, ___pathConstraints_6)); } inline ExposedList_1_t3687966776 * get_pathConstraints_6() const { return ___pathConstraints_6; } inline ExposedList_1_t3687966776 ** get_address_of_pathConstraints_6() { return &___pathConstraints_6; } inline void set_pathConstraints_6(ExposedList_1_t3687966776 * value) { ___pathConstraints_6 = value; Il2CppCodeGenWriteBarrier((&___pathConstraints_6), value); } inline static int32_t get_offset_of_updateCache_7() { return static_cast(offsetof(Skeleton_t3686076450, ___updateCache_7)); } inline ExposedList_1_t2549315650 * get_updateCache_7() const { return ___updateCache_7; } inline ExposedList_1_t2549315650 ** get_address_of_updateCache_7() { return &___updateCache_7; } inline void set_updateCache_7(ExposedList_1_t2549315650 * value) { ___updateCache_7 = value; Il2CppCodeGenWriteBarrier((&___updateCache_7), value); } inline static int32_t get_offset_of_updateCacheReset_8() { return static_cast(offsetof(Skeleton_t3686076450, ___updateCacheReset_8)); } inline ExposedList_1_t3793468194 * get_updateCacheReset_8() const { return ___updateCacheReset_8; } inline ExposedList_1_t3793468194 ** get_address_of_updateCacheReset_8() { return &___updateCacheReset_8; } inline void set_updateCacheReset_8(ExposedList_1_t3793468194 * value) { ___updateCacheReset_8 = value; Il2CppCodeGenWriteBarrier((&___updateCacheReset_8), value); } inline static int32_t get_offset_of_skin_9() { return static_cast(offsetof(Skeleton_t3686076450, ___skin_9)); } inline Skin_t1174584606 * get_skin_9() const { return ___skin_9; } inline Skin_t1174584606 ** get_address_of_skin_9() { return &___skin_9; } inline void set_skin_9(Skin_t1174584606 * value) { ___skin_9 = value; Il2CppCodeGenWriteBarrier((&___skin_9), value); } inline static int32_t get_offset_of_r_10() { return static_cast(offsetof(Skeleton_t3686076450, ___r_10)); } inline float get_r_10() const { return ___r_10; } inline float* get_address_of_r_10() { return &___r_10; } inline void set_r_10(float value) { ___r_10 = value; } inline static int32_t get_offset_of_g_11() { return static_cast(offsetof(Skeleton_t3686076450, ___g_11)); } inline float get_g_11() const { return ___g_11; } inline float* get_address_of_g_11() { return &___g_11; } inline void set_g_11(float value) { ___g_11 = value; } inline static int32_t get_offset_of_b_12() { return static_cast(offsetof(Skeleton_t3686076450, ___b_12)); } inline float get_b_12() const { return ___b_12; } inline float* get_address_of_b_12() { return &___b_12; } inline void set_b_12(float value) { ___b_12 = value; } inline static int32_t get_offset_of_a_13() { return static_cast(offsetof(Skeleton_t3686076450, ___a_13)); } inline float get_a_13() const { return ___a_13; } inline float* get_address_of_a_13() { return &___a_13; } inline void set_a_13(float value) { ___a_13 = value; } inline static int32_t get_offset_of_time_14() { return static_cast(offsetof(Skeleton_t3686076450, ___time_14)); } inline float get_time_14() const { return ___time_14; } inline float* get_address_of_time_14() { return &___time_14; } inline void set_time_14(float value) { ___time_14 = value; } inline static int32_t get_offset_of_scaleX_15() { return static_cast(offsetof(Skeleton_t3686076450, ___scaleX_15)); } inline float get_scaleX_15() const { return ___scaleX_15; } inline float* get_address_of_scaleX_15() { return &___scaleX_15; } inline void set_scaleX_15(float value) { ___scaleX_15 = value; } inline static int32_t get_offset_of_scaleY_16() { return static_cast(offsetof(Skeleton_t3686076450, ___scaleY_16)); } inline float get_scaleY_16() const { return ___scaleY_16; } inline float* get_address_of_scaleY_16() { return &___scaleY_16; } inline void set_scaleY_16(float value) { ___scaleY_16 = value; } inline static int32_t get_offset_of_x_17() { return static_cast(offsetof(Skeleton_t3686076450, ___x_17)); } inline float get_x_17() const { return ___x_17; } inline float* get_address_of_x_17() { return &___x_17; } inline void set_x_17(float value) { ___x_17 = value; } inline static int32_t get_offset_of_y_18() { return static_cast(offsetof(Skeleton_t3686076450, ___y_18)); } inline float get_y_18() const { return ___y_18; } inline float* get_address_of_y_18() { return &___y_18; } inline void set_y_18(float value) { ___y_18 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SKELETON_T3686076450_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef EXPOSEDLIST_1_T3687966776_H #define EXPOSEDLIST_1_T3687966776_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t3687966776 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items PathConstraintU5BU5D_t1831722955* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t3687966776, ___Items_0)); } inline PathConstraintU5BU5D_t1831722955* get_Items_0() const { return ___Items_0; } inline PathConstraintU5BU5D_t1831722955** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(PathConstraintU5BU5D_t1831722955* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t3687966776, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t3687966776, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t3687966776_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray PathConstraintU5BU5D_t1831722955* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t3687966776_StaticFields, ___EmptyArray_3)); } inline PathConstraintU5BU5D_t1831722955* get_EmptyArray_3() const { return ___EmptyArray_3; } inline PathConstraintU5BU5D_t1831722955** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(PathConstraintU5BU5D_t1831722955* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T3687966776_H #ifndef JSONDECODER_T2143190644_H #define JSONDECODER_T2143190644_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SharpJson.JsonDecoder struct JsonDecoder_t2143190644 : public RuntimeObject { public: // System.String SharpJson.JsonDecoder::k__BackingField String_t* ___U3CerrorMessageU3Ek__BackingField_0; // System.Boolean SharpJson.JsonDecoder::k__BackingField bool ___U3CparseNumbersAsFloatU3Ek__BackingField_1; // SharpJson.Lexer SharpJson.JsonDecoder::lexer Lexer_t3897031801 * ___lexer_2; public: inline static int32_t get_offset_of_U3CerrorMessageU3Ek__BackingField_0() { return static_cast(offsetof(JsonDecoder_t2143190644, ___U3CerrorMessageU3Ek__BackingField_0)); } inline String_t* get_U3CerrorMessageU3Ek__BackingField_0() const { return ___U3CerrorMessageU3Ek__BackingField_0; } inline String_t** get_address_of_U3CerrorMessageU3Ek__BackingField_0() { return &___U3CerrorMessageU3Ek__BackingField_0; } inline void set_U3CerrorMessageU3Ek__BackingField_0(String_t* value) { ___U3CerrorMessageU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CerrorMessageU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CparseNumbersAsFloatU3Ek__BackingField_1() { return static_cast(offsetof(JsonDecoder_t2143190644, ___U3CparseNumbersAsFloatU3Ek__BackingField_1)); } inline bool get_U3CparseNumbersAsFloatU3Ek__BackingField_1() const { return ___U3CparseNumbersAsFloatU3Ek__BackingField_1; } inline bool* get_address_of_U3CparseNumbersAsFloatU3Ek__BackingField_1() { return &___U3CparseNumbersAsFloatU3Ek__BackingField_1; } inline void set_U3CparseNumbersAsFloatU3Ek__BackingField_1(bool value) { ___U3CparseNumbersAsFloatU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_lexer_2() { return static_cast(offsetof(JsonDecoder_t2143190644, ___lexer_2)); } inline Lexer_t3897031801 * get_lexer_2() const { return ___lexer_2; } inline Lexer_t3897031801 ** get_address_of_lexer_2() { return &___lexer_2; } inline void set_lexer_2(Lexer_t3897031801 * value) { ___lexer_2 = value; Il2CppCodeGenWriteBarrier((&___lexer_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONDECODER_T2143190644_H #ifndef POLYGON_T3315116257_H #define POLYGON_T3315116257_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Polygon struct Polygon_t3315116257 : public RuntimeObject { public: // System.Single[] Spine.Polygon::k__BackingField SingleU5BU5D_t1444911251* ___U3CVerticesU3Ek__BackingField_0; // System.Int32 Spine.Polygon::k__BackingField int32_t ___U3CCountU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CVerticesU3Ek__BackingField_0() { return static_cast(offsetof(Polygon_t3315116257, ___U3CVerticesU3Ek__BackingField_0)); } inline SingleU5BU5D_t1444911251* get_U3CVerticesU3Ek__BackingField_0() const { return ___U3CVerticesU3Ek__BackingField_0; } inline SingleU5BU5D_t1444911251** get_address_of_U3CVerticesU3Ek__BackingField_0() { return &___U3CVerticesU3Ek__BackingField_0; } inline void set_U3CVerticesU3Ek__BackingField_0(SingleU5BU5D_t1444911251* value) { ___U3CVerticesU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CVerticesU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CCountU3Ek__BackingField_1() { return static_cast(offsetof(Polygon_t3315116257, ___U3CCountU3Ek__BackingField_1)); } inline int32_t get_U3CCountU3Ek__BackingField_1() const { return ___U3CCountU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CCountU3Ek__BackingField_1() { return &___U3CCountU3Ek__BackingField_1; } inline void set_U3CCountU3Ek__BackingField_1(int32_t value) { ___U3CCountU3Ek__BackingField_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POLYGON_T3315116257_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef TRANSFORMCONSTRAINTDATA_T529073346_H #define TRANSFORMCONSTRAINTDATA_T529073346_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.TransformConstraintData struct TransformConstraintData_t529073346 : public RuntimeObject { public: // System.String Spine.TransformConstraintData::name String_t* ___name_0; // System.Int32 Spine.TransformConstraintData::order int32_t ___order_1; // Spine.ExposedList`1 Spine.TransformConstraintData::bones ExposedList_1_t1542319060 * ___bones_2; // Spine.BoneData Spine.TransformConstraintData::target BoneData_t3130174490 * ___target_3; // System.Single Spine.TransformConstraintData::rotateMix float ___rotateMix_4; // System.Single Spine.TransformConstraintData::translateMix float ___translateMix_5; // System.Single Spine.TransformConstraintData::scaleMix float ___scaleMix_6; // System.Single Spine.TransformConstraintData::shearMix float ___shearMix_7; // System.Single Spine.TransformConstraintData::offsetRotation float ___offsetRotation_8; // System.Single Spine.TransformConstraintData::offsetX float ___offsetX_9; // System.Single Spine.TransformConstraintData::offsetY float ___offsetY_10; // System.Single Spine.TransformConstraintData::offsetScaleX float ___offsetScaleX_11; // System.Single Spine.TransformConstraintData::offsetScaleY float ___offsetScaleY_12; // System.Single Spine.TransformConstraintData::offsetShearY float ___offsetShearY_13; // System.Boolean Spine.TransformConstraintData::relative bool ___relative_14; // System.Boolean Spine.TransformConstraintData::local bool ___local_15; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(TransformConstraintData_t529073346, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } inline static int32_t get_offset_of_order_1() { return static_cast(offsetof(TransformConstraintData_t529073346, ___order_1)); } inline int32_t get_order_1() const { return ___order_1; } inline int32_t* get_address_of_order_1() { return &___order_1; } inline void set_order_1(int32_t value) { ___order_1 = value; } inline static int32_t get_offset_of_bones_2() { return static_cast(offsetof(TransformConstraintData_t529073346, ___bones_2)); } inline ExposedList_1_t1542319060 * get_bones_2() const { return ___bones_2; } inline ExposedList_1_t1542319060 ** get_address_of_bones_2() { return &___bones_2; } inline void set_bones_2(ExposedList_1_t1542319060 * value) { ___bones_2 = value; Il2CppCodeGenWriteBarrier((&___bones_2), value); } inline static int32_t get_offset_of_target_3() { return static_cast(offsetof(TransformConstraintData_t529073346, ___target_3)); } inline BoneData_t3130174490 * get_target_3() const { return ___target_3; } inline BoneData_t3130174490 ** get_address_of_target_3() { return &___target_3; } inline void set_target_3(BoneData_t3130174490 * value) { ___target_3 = value; Il2CppCodeGenWriteBarrier((&___target_3), value); } inline static int32_t get_offset_of_rotateMix_4() { return static_cast(offsetof(TransformConstraintData_t529073346, ___rotateMix_4)); } inline float get_rotateMix_4() const { return ___rotateMix_4; } inline float* get_address_of_rotateMix_4() { return &___rotateMix_4; } inline void set_rotateMix_4(float value) { ___rotateMix_4 = value; } inline static int32_t get_offset_of_translateMix_5() { return static_cast(offsetof(TransformConstraintData_t529073346, ___translateMix_5)); } inline float get_translateMix_5() const { return ___translateMix_5; } inline float* get_address_of_translateMix_5() { return &___translateMix_5; } inline void set_translateMix_5(float value) { ___translateMix_5 = value; } inline static int32_t get_offset_of_scaleMix_6() { return static_cast(offsetof(TransformConstraintData_t529073346, ___scaleMix_6)); } inline float get_scaleMix_6() const { return ___scaleMix_6; } inline float* get_address_of_scaleMix_6() { return &___scaleMix_6; } inline void set_scaleMix_6(float value) { ___scaleMix_6 = value; } inline static int32_t get_offset_of_shearMix_7() { return static_cast(offsetof(TransformConstraintData_t529073346, ___shearMix_7)); } inline float get_shearMix_7() const { return ___shearMix_7; } inline float* get_address_of_shearMix_7() { return &___shearMix_7; } inline void set_shearMix_7(float value) { ___shearMix_7 = value; } inline static int32_t get_offset_of_offsetRotation_8() { return static_cast(offsetof(TransformConstraintData_t529073346, ___offsetRotation_8)); } inline float get_offsetRotation_8() const { return ___offsetRotation_8; } inline float* get_address_of_offsetRotation_8() { return &___offsetRotation_8; } inline void set_offsetRotation_8(float value) { ___offsetRotation_8 = value; } inline static int32_t get_offset_of_offsetX_9() { return static_cast(offsetof(TransformConstraintData_t529073346, ___offsetX_9)); } inline float get_offsetX_9() const { return ___offsetX_9; } inline float* get_address_of_offsetX_9() { return &___offsetX_9; } inline void set_offsetX_9(float value) { ___offsetX_9 = value; } inline static int32_t get_offset_of_offsetY_10() { return static_cast(offsetof(TransformConstraintData_t529073346, ___offsetY_10)); } inline float get_offsetY_10() const { return ___offsetY_10; } inline float* get_address_of_offsetY_10() { return &___offsetY_10; } inline void set_offsetY_10(float value) { ___offsetY_10 = value; } inline static int32_t get_offset_of_offsetScaleX_11() { return static_cast(offsetof(TransformConstraintData_t529073346, ___offsetScaleX_11)); } inline float get_offsetScaleX_11() const { return ___offsetScaleX_11; } inline float* get_address_of_offsetScaleX_11() { return &___offsetScaleX_11; } inline void set_offsetScaleX_11(float value) { ___offsetScaleX_11 = value; } inline static int32_t get_offset_of_offsetScaleY_12() { return static_cast(offsetof(TransformConstraintData_t529073346, ___offsetScaleY_12)); } inline float get_offsetScaleY_12() const { return ___offsetScaleY_12; } inline float* get_address_of_offsetScaleY_12() { return &___offsetScaleY_12; } inline void set_offsetScaleY_12(float value) { ___offsetScaleY_12 = value; } inline static int32_t get_offset_of_offsetShearY_13() { return static_cast(offsetof(TransformConstraintData_t529073346, ___offsetShearY_13)); } inline float get_offsetShearY_13() const { return ___offsetShearY_13; } inline float* get_address_of_offsetShearY_13() { return &___offsetShearY_13; } inline void set_offsetShearY_13(float value) { ___offsetShearY_13 = value; } inline static int32_t get_offset_of_relative_14() { return static_cast(offsetof(TransformConstraintData_t529073346, ___relative_14)); } inline bool get_relative_14() const { return ___relative_14; } inline bool* get_address_of_relative_14() { return &___relative_14; } inline void set_relative_14(bool value) { ___relative_14 = value; } inline static int32_t get_offset_of_local_15() { return static_cast(offsetof(TransformConstraintData_t529073346, ___local_15)); } inline bool get_local_15() const { return ___local_15; } inline bool* get_address_of_local_15() { return &___local_15; } inline void set_local_15(bool value) { ___local_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRANSFORMCONSTRAINTDATA_T529073346_H #ifndef LEXER_T3897031801_H #define LEXER_T3897031801_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SharpJson.Lexer struct Lexer_t3897031801 : public RuntimeObject { public: // System.Int32 SharpJson.Lexer::k__BackingField int32_t ___U3ClineNumberU3Ek__BackingField_0; // System.Boolean SharpJson.Lexer::k__BackingField bool ___U3CparseNumbersAsFloatU3Ek__BackingField_1; // System.Char[] SharpJson.Lexer::json CharU5BU5D_t3528271667* ___json_2; // System.Int32 SharpJson.Lexer::index int32_t ___index_3; // System.Boolean SharpJson.Lexer::success bool ___success_4; // System.Char[] SharpJson.Lexer::stringBuffer CharU5BU5D_t3528271667* ___stringBuffer_5; public: inline static int32_t get_offset_of_U3ClineNumberU3Ek__BackingField_0() { return static_cast(offsetof(Lexer_t3897031801, ___U3ClineNumberU3Ek__BackingField_0)); } inline int32_t get_U3ClineNumberU3Ek__BackingField_0() const { return ___U3ClineNumberU3Ek__BackingField_0; } inline int32_t* get_address_of_U3ClineNumberU3Ek__BackingField_0() { return &___U3ClineNumberU3Ek__BackingField_0; } inline void set_U3ClineNumberU3Ek__BackingField_0(int32_t value) { ___U3ClineNumberU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CparseNumbersAsFloatU3Ek__BackingField_1() { return static_cast(offsetof(Lexer_t3897031801, ___U3CparseNumbersAsFloatU3Ek__BackingField_1)); } inline bool get_U3CparseNumbersAsFloatU3Ek__BackingField_1() const { return ___U3CparseNumbersAsFloatU3Ek__BackingField_1; } inline bool* get_address_of_U3CparseNumbersAsFloatU3Ek__BackingField_1() { return &___U3CparseNumbersAsFloatU3Ek__BackingField_1; } inline void set_U3CparseNumbersAsFloatU3Ek__BackingField_1(bool value) { ___U3CparseNumbersAsFloatU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_json_2() { return static_cast(offsetof(Lexer_t3897031801, ___json_2)); } inline CharU5BU5D_t3528271667* get_json_2() const { return ___json_2; } inline CharU5BU5D_t3528271667** get_address_of_json_2() { return &___json_2; } inline void set_json_2(CharU5BU5D_t3528271667* value) { ___json_2 = value; Il2CppCodeGenWriteBarrier((&___json_2), value); } inline static int32_t get_offset_of_index_3() { return static_cast(offsetof(Lexer_t3897031801, ___index_3)); } inline int32_t get_index_3() const { return ___index_3; } inline int32_t* get_address_of_index_3() { return &___index_3; } inline void set_index_3(int32_t value) { ___index_3 = value; } inline static int32_t get_offset_of_success_4() { return static_cast(offsetof(Lexer_t3897031801, ___success_4)); } inline bool get_success_4() const { return ___success_4; } inline bool* get_address_of_success_4() { return &___success_4; } inline void set_success_4(bool value) { ___success_4 = value; } inline static int32_t get_offset_of_stringBuffer_5() { return static_cast(offsetof(Lexer_t3897031801, ___stringBuffer_5)); } inline CharU5BU5D_t3528271667* get_stringBuffer_5() const { return ___stringBuffer_5; } inline CharU5BU5D_t3528271667** get_address_of_stringBuffer_5() { return &___stringBuffer_5; } inline void set_stringBuffer_5(CharU5BU5D_t3528271667* value) { ___stringBuffer_5 = value; Il2CppCodeGenWriteBarrier((&___stringBuffer_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LEXER_T3897031801_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef DICTIONARY_2_T2865362463_H #define DICTIONARY_2_T2865362463_H #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_t2865362463 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots ObjectU5BU5D_t2843939325* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2865362463, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2865362463, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2865362463, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2865362463, ___valueSlots_7)); } inline ObjectU5BU5D_t2843939325* get_valueSlots_7() const { return ___valueSlots_7; } inline ObjectU5BU5D_t2843939325** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ObjectU5BU5D_t2843939325* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2865362463, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2865362463, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2865362463, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2865362463, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2865362463, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2865362463, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2865362463, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2865362463_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1694351041 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2865362463_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1694351041 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1694351041 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1694351041 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2865362463_H #ifndef LIST_1_T257213610_H #define LIST_1_T257213610_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t257213610 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t2843939325* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t257213610, ____items_1)); } inline ObjectU5BU5D_t2843939325* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_t2843939325** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_t2843939325* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t257213610, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t257213610, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t257213610_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t257213610_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T257213610_H #ifndef EXPOSEDLIST_1_T1542319060_H #define EXPOSEDLIST_1_T1542319060_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t1542319060 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items BoneDataU5BU5D_t1439018559* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t1542319060, ___Items_0)); } inline BoneDataU5BU5D_t1439018559* get_Items_0() const { return ___Items_0; } inline BoneDataU5BU5D_t1439018559** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(BoneDataU5BU5D_t1439018559* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t1542319060, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t1542319060, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t1542319060_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray BoneDataU5BU5D_t1439018559* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t1542319060_StaticFields, ___EmptyArray_3)); } inline BoneDataU5BU5D_t1439018559* get_EmptyArray_3() const { return ___EmptyArray_3; } inline BoneDataU5BU5D_t1439018559** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(BoneDataU5BU5D_t1439018559* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T1542319060_H #ifndef EVENTQUEUE_T808091267_H #define EVENTQUEUE_T808091267_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.EventQueue struct EventQueue_t808091267 : public RuntimeObject { public: // System.Collections.Generic.List`1 Spine.EventQueue::eventQueueEntries List_1_t1823906703 * ___eventQueueEntries_0; // System.Boolean Spine.EventQueue::drainDisabled bool ___drainDisabled_1; // Spine.AnimationState Spine.EventQueue::state AnimationState_t3637309382 * ___state_2; // Spine.Pool`1 Spine.EventQueue::trackEntryPool Pool_1_t287387900 * ___trackEntryPool_3; // System.Action Spine.EventQueue::AnimationsChanged Action_t1264377477 * ___AnimationsChanged_4; public: inline static int32_t get_offset_of_eventQueueEntries_0() { return static_cast(offsetof(EventQueue_t808091267, ___eventQueueEntries_0)); } inline List_1_t1823906703 * get_eventQueueEntries_0() const { return ___eventQueueEntries_0; } inline List_1_t1823906703 ** get_address_of_eventQueueEntries_0() { return &___eventQueueEntries_0; } inline void set_eventQueueEntries_0(List_1_t1823906703 * value) { ___eventQueueEntries_0 = value; Il2CppCodeGenWriteBarrier((&___eventQueueEntries_0), value); } inline static int32_t get_offset_of_drainDisabled_1() { return static_cast(offsetof(EventQueue_t808091267, ___drainDisabled_1)); } inline bool get_drainDisabled_1() const { return ___drainDisabled_1; } inline bool* get_address_of_drainDisabled_1() { return &___drainDisabled_1; } inline void set_drainDisabled_1(bool value) { ___drainDisabled_1 = value; } inline static int32_t get_offset_of_state_2() { return static_cast(offsetof(EventQueue_t808091267, ___state_2)); } inline AnimationState_t3637309382 * get_state_2() const { return ___state_2; } inline AnimationState_t3637309382 ** get_address_of_state_2() { return &___state_2; } inline void set_state_2(AnimationState_t3637309382 * value) { ___state_2 = value; Il2CppCodeGenWriteBarrier((&___state_2), value); } inline static int32_t get_offset_of_trackEntryPool_3() { return static_cast(offsetof(EventQueue_t808091267, ___trackEntryPool_3)); } inline Pool_1_t287387900 * get_trackEntryPool_3() const { return ___trackEntryPool_3; } inline Pool_1_t287387900 ** get_address_of_trackEntryPool_3() { return &___trackEntryPool_3; } inline void set_trackEntryPool_3(Pool_1_t287387900 * value) { ___trackEntryPool_3 = value; Il2CppCodeGenWriteBarrier((&___trackEntryPool_3), value); } inline static int32_t get_offset_of_AnimationsChanged_4() { return static_cast(offsetof(EventQueue_t808091267, ___AnimationsChanged_4)); } inline Action_t1264377477 * get_AnimationsChanged_4() const { return ___AnimationsChanged_4; } inline Action_t1264377477 ** get_address_of_AnimationsChanged_4() { return &___AnimationsChanged_4; } inline void set_AnimationsChanged_4(Action_t1264377477 * value) { ___AnimationsChanged_4 = value; Il2CppCodeGenWriteBarrier((&___AnimationsChanged_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTQUEUE_T808091267_H #ifndef EXPOSEDLIST_1_T2861913768_H #define EXPOSEDLIST_1_T2861913768_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t2861913768 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items SlotDataU5BU5D_t329267611* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t2861913768, ___Items_0)); } inline SlotDataU5BU5D_t329267611* get_Items_0() const { return ___Items_0; } inline SlotDataU5BU5D_t329267611** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(SlotDataU5BU5D_t329267611* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t2861913768, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t2861913768, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t2861913768_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray SlotDataU5BU5D_t329267611* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t2861913768_StaticFields, ___EmptyArray_3)); } inline SlotDataU5BU5D_t329267611* get_EmptyArray_3() const { return ___EmptyArray_3; } inline SlotDataU5BU5D_t329267611** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(SlotDataU5BU5D_t329267611* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T2861913768_H #ifndef VERTICES_T807797978_H #define VERTICES_T807797978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.SkeletonBinary/Vertices struct Vertices_t807797978 : public RuntimeObject { public: // System.Int32[] Spine.SkeletonBinary/Vertices::bones Int32U5BU5D_t385246372* ___bones_0; // System.Single[] Spine.SkeletonBinary/Vertices::vertices SingleU5BU5D_t1444911251* ___vertices_1; public: inline static int32_t get_offset_of_bones_0() { return static_cast(offsetof(Vertices_t807797978, ___bones_0)); } inline Int32U5BU5D_t385246372* get_bones_0() const { return ___bones_0; } inline Int32U5BU5D_t385246372** get_address_of_bones_0() { return &___bones_0; } inline void set_bones_0(Int32U5BU5D_t385246372* value) { ___bones_0 = value; Il2CppCodeGenWriteBarrier((&___bones_0), value); } inline static int32_t get_offset_of_vertices_1() { return static_cast(offsetof(Vertices_t807797978, ___vertices_1)); } inline SingleU5BU5D_t1444911251* get_vertices_1() const { return ___vertices_1; } inline SingleU5BU5D_t1444911251** get_address_of_vertices_1() { return &___vertices_1; } inline void set_vertices_1(SingleU5BU5D_t1444911251* value) { ___vertices_1 = value; Il2CppCodeGenWriteBarrier((&___vertices_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VERTICES_T807797978_H #ifndef EXPOSEDLIST_1_T3322895149_H #define EXPOSEDLIST_1_T3322895149_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t3322895149 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items AnimationU5BU5D_t3250602338* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t3322895149, ___Items_0)); } inline AnimationU5BU5D_t3250602338* get_Items_0() const { return ___Items_0; } inline AnimationU5BU5D_t3250602338** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(AnimationU5BU5D_t3250602338* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t3322895149, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t3322895149, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t3322895149_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray AnimationU5BU5D_t3250602338* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t3322895149_StaticFields, ___EmptyArray_3)); } inline AnimationU5BU5D_t3250602338* get_EmptyArray_3() const { return ___EmptyArray_3; } inline AnimationU5BU5D_t3250602338** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(AnimationU5BU5D_t3250602338* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T3322895149_H #ifndef EXPOSEDLIST_1_T3431871853_H #define EXPOSEDLIST_1_T3431871853_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t3431871853 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items EventDataU5BU5D_t3101783586* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t3431871853, ___Items_0)); } inline EventDataU5BU5D_t3101783586* get_Items_0() const { return ___Items_0; } inline EventDataU5BU5D_t3101783586** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(EventDataU5BU5D_t3101783586* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t3431871853, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t3431871853, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t3431871853_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray EventDataU5BU5D_t3101783586* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t3431871853_StaticFields, ___EmptyArray_3)); } inline EventDataU5BU5D_t3101783586* get_EmptyArray_3() const { return ___EmptyArray_3; } inline EventDataU5BU5D_t3101783586** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(EventDataU5BU5D_t3101783586* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T3431871853_H #ifndef PATHCONSTRAINT_T980854910_H #define PATHCONSTRAINT_T980854910_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.PathConstraint struct PathConstraint_t980854910 : public RuntimeObject { public: // Spine.PathConstraintData Spine.PathConstraint::data PathConstraintData_t981297034 * ___data_4; // Spine.ExposedList`1 Spine.PathConstraint::bones ExposedList_1_t3793468194 * ___bones_5; // Spine.Slot Spine.PathConstraint::target Slot_t3514940700 * ___target_6; // System.Single Spine.PathConstraint::position float ___position_7; // System.Single Spine.PathConstraint::spacing float ___spacing_8; // System.Single Spine.PathConstraint::rotateMix float ___rotateMix_9; // System.Single Spine.PathConstraint::translateMix float ___translateMix_10; // Spine.ExposedList`1 Spine.PathConstraint::spaces ExposedList_1_t4104378640 * ___spaces_11; // Spine.ExposedList`1 Spine.PathConstraint::positions ExposedList_1_t4104378640 * ___positions_12; // Spine.ExposedList`1 Spine.PathConstraint::world ExposedList_1_t4104378640 * ___world_13; // Spine.ExposedList`1 Spine.PathConstraint::curves ExposedList_1_t4104378640 * ___curves_14; // Spine.ExposedList`1 Spine.PathConstraint::lengths ExposedList_1_t4104378640 * ___lengths_15; // System.Single[] Spine.PathConstraint::segments SingleU5BU5D_t1444911251* ___segments_16; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(PathConstraint_t980854910, ___data_4)); } inline PathConstraintData_t981297034 * get_data_4() const { return ___data_4; } inline PathConstraintData_t981297034 ** get_address_of_data_4() { return &___data_4; } inline void set_data_4(PathConstraintData_t981297034 * value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((&___data_4), value); } inline static int32_t get_offset_of_bones_5() { return static_cast(offsetof(PathConstraint_t980854910, ___bones_5)); } inline ExposedList_1_t3793468194 * get_bones_5() const { return ___bones_5; } inline ExposedList_1_t3793468194 ** get_address_of_bones_5() { return &___bones_5; } inline void set_bones_5(ExposedList_1_t3793468194 * value) { ___bones_5 = value; Il2CppCodeGenWriteBarrier((&___bones_5), value); } inline static int32_t get_offset_of_target_6() { return static_cast(offsetof(PathConstraint_t980854910, ___target_6)); } inline Slot_t3514940700 * get_target_6() const { return ___target_6; } inline Slot_t3514940700 ** get_address_of_target_6() { return &___target_6; } inline void set_target_6(Slot_t3514940700 * value) { ___target_6 = value; Il2CppCodeGenWriteBarrier((&___target_6), value); } inline static int32_t get_offset_of_position_7() { return static_cast(offsetof(PathConstraint_t980854910, ___position_7)); } inline float get_position_7() const { return ___position_7; } inline float* get_address_of_position_7() { return &___position_7; } inline void set_position_7(float value) { ___position_7 = value; } inline static int32_t get_offset_of_spacing_8() { return static_cast(offsetof(PathConstraint_t980854910, ___spacing_8)); } inline float get_spacing_8() const { return ___spacing_8; } inline float* get_address_of_spacing_8() { return &___spacing_8; } inline void set_spacing_8(float value) { ___spacing_8 = value; } inline static int32_t get_offset_of_rotateMix_9() { return static_cast(offsetof(PathConstraint_t980854910, ___rotateMix_9)); } inline float get_rotateMix_9() const { return ___rotateMix_9; } inline float* get_address_of_rotateMix_9() { return &___rotateMix_9; } inline void set_rotateMix_9(float value) { ___rotateMix_9 = value; } inline static int32_t get_offset_of_translateMix_10() { return static_cast(offsetof(PathConstraint_t980854910, ___translateMix_10)); } inline float get_translateMix_10() const { return ___translateMix_10; } inline float* get_address_of_translateMix_10() { return &___translateMix_10; } inline void set_translateMix_10(float value) { ___translateMix_10 = value; } inline static int32_t get_offset_of_spaces_11() { return static_cast(offsetof(PathConstraint_t980854910, ___spaces_11)); } inline ExposedList_1_t4104378640 * get_spaces_11() const { return ___spaces_11; } inline ExposedList_1_t4104378640 ** get_address_of_spaces_11() { return &___spaces_11; } inline void set_spaces_11(ExposedList_1_t4104378640 * value) { ___spaces_11 = value; Il2CppCodeGenWriteBarrier((&___spaces_11), value); } inline static int32_t get_offset_of_positions_12() { return static_cast(offsetof(PathConstraint_t980854910, ___positions_12)); } inline ExposedList_1_t4104378640 * get_positions_12() const { return ___positions_12; } inline ExposedList_1_t4104378640 ** get_address_of_positions_12() { return &___positions_12; } inline void set_positions_12(ExposedList_1_t4104378640 * value) { ___positions_12 = value; Il2CppCodeGenWriteBarrier((&___positions_12), value); } inline static int32_t get_offset_of_world_13() { return static_cast(offsetof(PathConstraint_t980854910, ___world_13)); } inline ExposedList_1_t4104378640 * get_world_13() const { return ___world_13; } inline ExposedList_1_t4104378640 ** get_address_of_world_13() { return &___world_13; } inline void set_world_13(ExposedList_1_t4104378640 * value) { ___world_13 = value; Il2CppCodeGenWriteBarrier((&___world_13), value); } inline static int32_t get_offset_of_curves_14() { return static_cast(offsetof(PathConstraint_t980854910, ___curves_14)); } inline ExposedList_1_t4104378640 * get_curves_14() const { return ___curves_14; } inline ExposedList_1_t4104378640 ** get_address_of_curves_14() { return &___curves_14; } inline void set_curves_14(ExposedList_1_t4104378640 * value) { ___curves_14 = value; Il2CppCodeGenWriteBarrier((&___curves_14), value); } inline static int32_t get_offset_of_lengths_15() { return static_cast(offsetof(PathConstraint_t980854910, ___lengths_15)); } inline ExposedList_1_t4104378640 * get_lengths_15() const { return ___lengths_15; } inline ExposedList_1_t4104378640 ** get_address_of_lengths_15() { return &___lengths_15; } inline void set_lengths_15(ExposedList_1_t4104378640 * value) { ___lengths_15 = value; Il2CppCodeGenWriteBarrier((&___lengths_15), value); } inline static int32_t get_offset_of_segments_16() { return static_cast(offsetof(PathConstraint_t980854910, ___segments_16)); } inline SingleU5BU5D_t1444911251* get_segments_16() const { return ___segments_16; } inline SingleU5BU5D_t1444911251** get_address_of_segments_16() { return &___segments_16; } inline void set_segments_16(SingleU5BU5D_t1444911251* value) { ___segments_16 = value; Il2CppCodeGenWriteBarrier((&___segments_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATHCONSTRAINT_T980854910_H #ifndef EXPOSEDLIST_1_T1363090323_H #define EXPOSEDLIST_1_T1363090323_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t1363090323 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items Int32U5BU5D_t385246372* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t1363090323, ___Items_0)); } inline Int32U5BU5D_t385246372* get_Items_0() const { return ___Items_0; } inline Int32U5BU5D_t385246372** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(Int32U5BU5D_t385246372* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t1363090323, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t1363090323, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t1363090323_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray Int32U5BU5D_t385246372* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t1363090323_StaticFields, ___EmptyArray_3)); } inline Int32U5BU5D_t385246372* get_EmptyArray_3() const { return ___EmptyArray_3; } inline Int32U5BU5D_t385246372** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(Int32U5BU5D_t385246372* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T1363090323_H #ifndef EXPOSEDLIST_1_T4104378640_H #define EXPOSEDLIST_1_T4104378640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t4104378640 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items SingleU5BU5D_t1444911251* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t4104378640, ___Items_0)); } inline SingleU5BU5D_t1444911251* get_Items_0() const { return ___Items_0; } inline SingleU5BU5D_t1444911251** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(SingleU5BU5D_t1444911251* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t4104378640, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t4104378640, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t4104378640_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray SingleU5BU5D_t1444911251* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t4104378640_StaticFields, ___EmptyArray_3)); } inline SingleU5BU5D_t1444911251* get_EmptyArray_3() const { return ___EmptyArray_3; } inline SingleU5BU5D_t1444911251** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(SingleU5BU5D_t1444911251* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T4104378640_H #ifndef ATTACHMENTTIMELINE_T2048728856_H #define ATTACHMENTTIMELINE_T2048728856_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.AttachmentTimeline struct AttachmentTimeline_t2048728856 : public RuntimeObject { public: // System.Int32 Spine.AttachmentTimeline::slotIndex int32_t ___slotIndex_0; // System.Single[] Spine.AttachmentTimeline::frames SingleU5BU5D_t1444911251* ___frames_1; // System.String[] Spine.AttachmentTimeline::attachmentNames StringU5BU5D_t1281789340* ___attachmentNames_2; public: inline static int32_t get_offset_of_slotIndex_0() { return static_cast(offsetof(AttachmentTimeline_t2048728856, ___slotIndex_0)); } inline int32_t get_slotIndex_0() const { return ___slotIndex_0; } inline int32_t* get_address_of_slotIndex_0() { return &___slotIndex_0; } inline void set_slotIndex_0(int32_t value) { ___slotIndex_0 = value; } inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(AttachmentTimeline_t2048728856, ___frames_1)); } inline SingleU5BU5D_t1444911251* get_frames_1() const { return ___frames_1; } inline SingleU5BU5D_t1444911251** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(SingleU5BU5D_t1444911251* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((&___frames_1), value); } inline static int32_t get_offset_of_attachmentNames_2() { return static_cast(offsetof(AttachmentTimeline_t2048728856, ___attachmentNames_2)); } inline StringU5BU5D_t1281789340* get_attachmentNames_2() const { return ___attachmentNames_2; } inline StringU5BU5D_t1281789340** get_address_of_attachmentNames_2() { return &___attachmentNames_2; } inline void set_attachmentNames_2(StringU5BU5D_t1281789340* value) { ___attachmentNames_2 = value; Il2CppCodeGenWriteBarrier((&___attachmentNames_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTACHMENTTIMELINE_T2048728856_H #ifndef HASHSET_1_T1515895227_H #define HASHSET_1_T1515895227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.HashSet`1 struct HashSet_1_t1515895227 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.HashSet`1::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.HashSet`1/Link[] System.Collections.Generic.HashSet`1::links LinkU5BU5D_t3073131127* ___links_5; // T[] System.Collections.Generic.HashSet`1::slots Int32U5BU5D_t385246372* ___slots_6; // System.Int32 System.Collections.Generic.HashSet`1::touched int32_t ___touched_7; // System.Int32 System.Collections.Generic.HashSet`1::empty_slot int32_t ___empty_slot_8; // System.Int32 System.Collections.Generic.HashSet`1::count int32_t ___count_9; // System.Int32 System.Collections.Generic.HashSet`1::threshold int32_t ___threshold_10; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::comparer RuntimeObject* ___comparer_11; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::si SerializationInfo_t950877179 * ___si_12; // System.Int32 System.Collections.Generic.HashSet`1::generation int32_t ___generation_13; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(HashSet_1_t1515895227, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_links_5() { return static_cast(offsetof(HashSet_1_t1515895227, ___links_5)); } inline LinkU5BU5D_t3073131127* get_links_5() const { return ___links_5; } inline LinkU5BU5D_t3073131127** get_address_of_links_5() { return &___links_5; } inline void set_links_5(LinkU5BU5D_t3073131127* value) { ___links_5 = value; Il2CppCodeGenWriteBarrier((&___links_5), value); } inline static int32_t get_offset_of_slots_6() { return static_cast(offsetof(HashSet_1_t1515895227, ___slots_6)); } inline Int32U5BU5D_t385246372* get_slots_6() const { return ___slots_6; } inline Int32U5BU5D_t385246372** get_address_of_slots_6() { return &___slots_6; } inline void set_slots_6(Int32U5BU5D_t385246372* value) { ___slots_6 = value; Il2CppCodeGenWriteBarrier((&___slots_6), value); } inline static int32_t get_offset_of_touched_7() { return static_cast(offsetof(HashSet_1_t1515895227, ___touched_7)); } inline int32_t get_touched_7() const { return ___touched_7; } inline int32_t* get_address_of_touched_7() { return &___touched_7; } inline void set_touched_7(int32_t value) { ___touched_7 = value; } inline static int32_t get_offset_of_empty_slot_8() { return static_cast(offsetof(HashSet_1_t1515895227, ___empty_slot_8)); } inline int32_t get_empty_slot_8() const { return ___empty_slot_8; } inline int32_t* get_address_of_empty_slot_8() { return &___empty_slot_8; } inline void set_empty_slot_8(int32_t value) { ___empty_slot_8 = value; } inline static int32_t get_offset_of_count_9() { return static_cast(offsetof(HashSet_1_t1515895227, ___count_9)); } inline int32_t get_count_9() const { return ___count_9; } inline int32_t* get_address_of_count_9() { return &___count_9; } inline void set_count_9(int32_t value) { ___count_9 = value; } inline static int32_t get_offset_of_threshold_10() { return static_cast(offsetof(HashSet_1_t1515895227, ___threshold_10)); } inline int32_t get_threshold_10() const { return ___threshold_10; } inline int32_t* get_address_of_threshold_10() { return &___threshold_10; } inline void set_threshold_10(int32_t value) { ___threshold_10 = value; } inline static int32_t get_offset_of_comparer_11() { return static_cast(offsetof(HashSet_1_t1515895227, ___comparer_11)); } inline RuntimeObject* get_comparer_11() const { return ___comparer_11; } inline RuntimeObject** get_address_of_comparer_11() { return &___comparer_11; } inline void set_comparer_11(RuntimeObject* value) { ___comparer_11 = value; Il2CppCodeGenWriteBarrier((&___comparer_11), value); } inline static int32_t get_offset_of_si_12() { return static_cast(offsetof(HashSet_1_t1515895227, ___si_12)); } inline SerializationInfo_t950877179 * get_si_12() const { return ___si_12; } inline SerializationInfo_t950877179 ** get_address_of_si_12() { return &___si_12; } inline void set_si_12(SerializationInfo_t950877179 * value) { ___si_12 = value; Il2CppCodeGenWriteBarrier((&___si_12), value); } inline static int32_t get_offset_of_generation_13() { return static_cast(offsetof(HashSet_1_t1515895227, ___generation_13)); } inline int32_t get_generation_13() const { return ___generation_13; } inline int32_t* get_address_of_generation_13() { return &___generation_13; } inline void set_generation_13(int32_t value) { ___generation_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHSET_1_T1515895227_H #ifndef ANIMATIONSTATE_T3637309382_H #define ANIMATIONSTATE_T3637309382_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.AnimationState struct AnimationState_t3637309382 : public RuntimeObject { public: // Spine.AnimationStateData Spine.AnimationState::data AnimationStateData_t3010651567 * ___data_5; // Spine.Pool`1 Spine.AnimationState::trackEntryPool Pool_1_t287387900 * ___trackEntryPool_6; // Spine.ExposedList`1 Spine.AnimationState::tracks ExposedList_1_t4023600307 * ___tracks_7; // Spine.ExposedList`1 Spine.AnimationState::events ExposedList_1_t4085685707 * ___events_8; // Spine.EventQueue Spine.AnimationState::queue EventQueue_t808091267 * ___queue_9; // System.Collections.Generic.HashSet`1 Spine.AnimationState::propertyIDs HashSet_1_t1515895227 * ___propertyIDs_10; // System.Boolean Spine.AnimationState::animationsChanged bool ___animationsChanged_11; // System.Single Spine.AnimationState::timeScale float ___timeScale_12; // Spine.AnimationState/TrackEntryDelegate Spine.AnimationState::Interrupt TrackEntryDelegate_t363257942 * ___Interrupt_13; // Spine.AnimationState/TrackEntryDelegate Spine.AnimationState::End TrackEntryDelegate_t363257942 * ___End_14; // Spine.AnimationState/TrackEntryDelegate Spine.AnimationState::Dispose TrackEntryDelegate_t363257942 * ___Dispose_15; // Spine.AnimationState/TrackEntryDelegate Spine.AnimationState::Complete TrackEntryDelegate_t363257942 * ___Complete_16; // Spine.AnimationState/TrackEntryDelegate Spine.AnimationState::Start TrackEntryDelegate_t363257942 * ___Start_17; // Spine.AnimationState/TrackEntryEventDelegate Spine.AnimationState::Event TrackEntryEventDelegate_t1653995044 * ___Event_18; public: inline static int32_t get_offset_of_data_5() { return static_cast(offsetof(AnimationState_t3637309382, ___data_5)); } inline AnimationStateData_t3010651567 * get_data_5() const { return ___data_5; } inline AnimationStateData_t3010651567 ** get_address_of_data_5() { return &___data_5; } inline void set_data_5(AnimationStateData_t3010651567 * value) { ___data_5 = value; Il2CppCodeGenWriteBarrier((&___data_5), value); } inline static int32_t get_offset_of_trackEntryPool_6() { return static_cast(offsetof(AnimationState_t3637309382, ___trackEntryPool_6)); } inline Pool_1_t287387900 * get_trackEntryPool_6() const { return ___trackEntryPool_6; } inline Pool_1_t287387900 ** get_address_of_trackEntryPool_6() { return &___trackEntryPool_6; } inline void set_trackEntryPool_6(Pool_1_t287387900 * value) { ___trackEntryPool_6 = value; Il2CppCodeGenWriteBarrier((&___trackEntryPool_6), value); } inline static int32_t get_offset_of_tracks_7() { return static_cast(offsetof(AnimationState_t3637309382, ___tracks_7)); } inline ExposedList_1_t4023600307 * get_tracks_7() const { return ___tracks_7; } inline ExposedList_1_t4023600307 ** get_address_of_tracks_7() { return &___tracks_7; } inline void set_tracks_7(ExposedList_1_t4023600307 * value) { ___tracks_7 = value; Il2CppCodeGenWriteBarrier((&___tracks_7), value); } inline static int32_t get_offset_of_events_8() { return static_cast(offsetof(AnimationState_t3637309382, ___events_8)); } inline ExposedList_1_t4085685707 * get_events_8() const { return ___events_8; } inline ExposedList_1_t4085685707 ** get_address_of_events_8() { return &___events_8; } inline void set_events_8(ExposedList_1_t4085685707 * value) { ___events_8 = value; Il2CppCodeGenWriteBarrier((&___events_8), value); } inline static int32_t get_offset_of_queue_9() { return static_cast(offsetof(AnimationState_t3637309382, ___queue_9)); } inline EventQueue_t808091267 * get_queue_9() const { return ___queue_9; } inline EventQueue_t808091267 ** get_address_of_queue_9() { return &___queue_9; } inline void set_queue_9(EventQueue_t808091267 * value) { ___queue_9 = value; Il2CppCodeGenWriteBarrier((&___queue_9), value); } inline static int32_t get_offset_of_propertyIDs_10() { return static_cast(offsetof(AnimationState_t3637309382, ___propertyIDs_10)); } inline HashSet_1_t1515895227 * get_propertyIDs_10() const { return ___propertyIDs_10; } inline HashSet_1_t1515895227 ** get_address_of_propertyIDs_10() { return &___propertyIDs_10; } inline void set_propertyIDs_10(HashSet_1_t1515895227 * value) { ___propertyIDs_10 = value; Il2CppCodeGenWriteBarrier((&___propertyIDs_10), value); } inline static int32_t get_offset_of_animationsChanged_11() { return static_cast(offsetof(AnimationState_t3637309382, ___animationsChanged_11)); } inline bool get_animationsChanged_11() const { return ___animationsChanged_11; } inline bool* get_address_of_animationsChanged_11() { return &___animationsChanged_11; } inline void set_animationsChanged_11(bool value) { ___animationsChanged_11 = value; } inline static int32_t get_offset_of_timeScale_12() { return static_cast(offsetof(AnimationState_t3637309382, ___timeScale_12)); } inline float get_timeScale_12() const { return ___timeScale_12; } inline float* get_address_of_timeScale_12() { return &___timeScale_12; } inline void set_timeScale_12(float value) { ___timeScale_12 = value; } inline static int32_t get_offset_of_Interrupt_13() { return static_cast(offsetof(AnimationState_t3637309382, ___Interrupt_13)); } inline TrackEntryDelegate_t363257942 * get_Interrupt_13() const { return ___Interrupt_13; } inline TrackEntryDelegate_t363257942 ** get_address_of_Interrupt_13() { return &___Interrupt_13; } inline void set_Interrupt_13(TrackEntryDelegate_t363257942 * value) { ___Interrupt_13 = value; Il2CppCodeGenWriteBarrier((&___Interrupt_13), value); } inline static int32_t get_offset_of_End_14() { return static_cast(offsetof(AnimationState_t3637309382, ___End_14)); } inline TrackEntryDelegate_t363257942 * get_End_14() const { return ___End_14; } inline TrackEntryDelegate_t363257942 ** get_address_of_End_14() { return &___End_14; } inline void set_End_14(TrackEntryDelegate_t363257942 * value) { ___End_14 = value; Il2CppCodeGenWriteBarrier((&___End_14), value); } inline static int32_t get_offset_of_Dispose_15() { return static_cast(offsetof(AnimationState_t3637309382, ___Dispose_15)); } inline TrackEntryDelegate_t363257942 * get_Dispose_15() const { return ___Dispose_15; } inline TrackEntryDelegate_t363257942 ** get_address_of_Dispose_15() { return &___Dispose_15; } inline void set_Dispose_15(TrackEntryDelegate_t363257942 * value) { ___Dispose_15 = value; Il2CppCodeGenWriteBarrier((&___Dispose_15), value); } inline static int32_t get_offset_of_Complete_16() { return static_cast(offsetof(AnimationState_t3637309382, ___Complete_16)); } inline TrackEntryDelegate_t363257942 * get_Complete_16() const { return ___Complete_16; } inline TrackEntryDelegate_t363257942 ** get_address_of_Complete_16() { return &___Complete_16; } inline void set_Complete_16(TrackEntryDelegate_t363257942 * value) { ___Complete_16 = value; Il2CppCodeGenWriteBarrier((&___Complete_16), value); } inline static int32_t get_offset_of_Start_17() { return static_cast(offsetof(AnimationState_t3637309382, ___Start_17)); } inline TrackEntryDelegate_t363257942 * get_Start_17() const { return ___Start_17; } inline TrackEntryDelegate_t363257942 ** get_address_of_Start_17() { return &___Start_17; } inline void set_Start_17(TrackEntryDelegate_t363257942 * value) { ___Start_17 = value; Il2CppCodeGenWriteBarrier((&___Start_17), value); } inline static int32_t get_offset_of_Event_18() { return static_cast(offsetof(AnimationState_t3637309382, ___Event_18)); } inline TrackEntryEventDelegate_t1653995044 * get_Event_18() const { return ___Event_18; } inline TrackEntryEventDelegate_t1653995044 ** get_address_of_Event_18() { return &___Event_18; } inline void set_Event_18(TrackEntryEventDelegate_t1653995044 * value) { ___Event_18 = value; Il2CppCodeGenWriteBarrier((&___Event_18), value); } }; struct AnimationState_t3637309382_StaticFields { public: // Spine.Animation Spine.AnimationState::EmptyAnimation Animation_t615783283 * ___EmptyAnimation_0; public: inline static int32_t get_offset_of_EmptyAnimation_0() { return static_cast(offsetof(AnimationState_t3637309382_StaticFields, ___EmptyAnimation_0)); } inline Animation_t615783283 * get_EmptyAnimation_0() const { return ___EmptyAnimation_0; } inline Animation_t615783283 ** get_address_of_EmptyAnimation_0() { return &___EmptyAnimation_0; } inline void set_EmptyAnimation_0(Animation_t615783283 * value) { ___EmptyAnimation_0 = value; Il2CppCodeGenWriteBarrier((&___EmptyAnimation_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATIONSTATE_T3637309382_H #ifndef EXPOSEDLIST_1_T4085685707_H #define EXPOSEDLIST_1_T4085685707_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t4085685707 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items EventU5BU5D_t1966750348* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t4085685707, ___Items_0)); } inline EventU5BU5D_t1966750348* get_Items_0() const { return ___Items_0; } inline EventU5BU5D_t1966750348** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(EventU5BU5D_t1966750348* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t4085685707, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t4085685707, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t4085685707_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray EventU5BU5D_t1966750348* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t4085685707_StaticFields, ___EmptyArray_3)); } inline EventU5BU5D_t1966750348* get_EmptyArray_3() const { return ___EmptyArray_3; } inline EventU5BU5D_t1966750348** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(EventU5BU5D_t1966750348* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T4085685707_H #ifndef POOL_1_T287387900_H #define POOL_1_T287387900_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Pool`1 struct Pool_1_t287387900 : public RuntimeObject { public: // System.Int32 Spine.Pool`1::max int32_t ___max_0; // System.Collections.Generic.Stack`1 Spine.Pool`1::freeObjects Stack_1_t2159877896 * ___freeObjects_1; // System.Int32 Spine.Pool`1::k__BackingField int32_t ___U3CPeakU3Ek__BackingField_2; public: inline static int32_t get_offset_of_max_0() { return static_cast(offsetof(Pool_1_t287387900, ___max_0)); } inline int32_t get_max_0() const { return ___max_0; } inline int32_t* get_address_of_max_0() { return &___max_0; } inline void set_max_0(int32_t value) { ___max_0 = value; } inline static int32_t get_offset_of_freeObjects_1() { return static_cast(offsetof(Pool_1_t287387900, ___freeObjects_1)); } inline Stack_1_t2159877896 * get_freeObjects_1() const { return ___freeObjects_1; } inline Stack_1_t2159877896 ** get_address_of_freeObjects_1() { return &___freeObjects_1; } inline void set_freeObjects_1(Stack_1_t2159877896 * value) { ___freeObjects_1 = value; Il2CppCodeGenWriteBarrier((&___freeObjects_1), value); } inline static int32_t get_offset_of_U3CPeakU3Ek__BackingField_2() { return static_cast(offsetof(Pool_1_t287387900, ___U3CPeakU3Ek__BackingField_2)); } inline int32_t get_U3CPeakU3Ek__BackingField_2() const { return ___U3CPeakU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CPeakU3Ek__BackingField_2() { return &___U3CPeakU3Ek__BackingField_2; } inline void set_U3CPeakU3Ek__BackingField_2(int32_t value) { ___U3CPeakU3Ek__BackingField_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POOL_1_T287387900_H #ifndef ANIMATIONSTATEDATA_T3010651567_H #define ANIMATIONSTATEDATA_T3010651567_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.AnimationStateData struct AnimationStateData_t3010651567 : public RuntimeObject { public: // Spine.SkeletonData Spine.AnimationStateData::skeletonData SkeletonData_t2032710716 * ___skeletonData_0; // System.Collections.Generic.Dictionary`2 Spine.AnimationStateData::animationToMixTime Dictionary_2_t680659097 * ___animationToMixTime_1; // System.Single Spine.AnimationStateData::defaultMix float ___defaultMix_2; public: inline static int32_t get_offset_of_skeletonData_0() { return static_cast(offsetof(AnimationStateData_t3010651567, ___skeletonData_0)); } inline SkeletonData_t2032710716 * get_skeletonData_0() const { return ___skeletonData_0; } inline SkeletonData_t2032710716 ** get_address_of_skeletonData_0() { return &___skeletonData_0; } inline void set_skeletonData_0(SkeletonData_t2032710716 * value) { ___skeletonData_0 = value; Il2CppCodeGenWriteBarrier((&___skeletonData_0), value); } inline static int32_t get_offset_of_animationToMixTime_1() { return static_cast(offsetof(AnimationStateData_t3010651567, ___animationToMixTime_1)); } inline Dictionary_2_t680659097 * get_animationToMixTime_1() const { return ___animationToMixTime_1; } inline Dictionary_2_t680659097 ** get_address_of_animationToMixTime_1() { return &___animationToMixTime_1; } inline void set_animationToMixTime_1(Dictionary_2_t680659097 * value) { ___animationToMixTime_1 = value; Il2CppCodeGenWriteBarrier((&___animationToMixTime_1), value); } inline static int32_t get_offset_of_defaultMix_2() { return static_cast(offsetof(AnimationStateData_t3010651567, ___defaultMix_2)); } inline float get_defaultMix_2() const { return ___defaultMix_2; } inline float* get_address_of_defaultMix_2() { return &___defaultMix_2; } inline void set_defaultMix_2(float value) { ___defaultMix_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATIONSTATEDATA_T3010651567_H #ifndef EXPOSEDLIST_1_T4023600307_H #define EXPOSEDLIST_1_T4023600307_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t4023600307 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items TrackEntryU5BU5D_t721146628* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t4023600307, ___Items_0)); } inline TrackEntryU5BU5D_t721146628* get_Items_0() const { return ___Items_0; } inline TrackEntryU5BU5D_t721146628** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(TrackEntryU5BU5D_t721146628* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t4023600307, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t4023600307, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t4023600307_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray TrackEntryU5BU5D_t721146628* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t4023600307_StaticFields, ___EmptyArray_3)); } inline TrackEntryU5BU5D_t721146628* get_EmptyArray_3() const { return ___EmptyArray_3; } inline TrackEntryU5BU5D_t721146628** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(TrackEntryU5BU5D_t721146628* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T4023600307_H #ifndef IKCONSTRAINTTIMELINE_T1094182104_H #define IKCONSTRAINTTIMELINE_T1094182104_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.IkConstraintTimeline struct IkConstraintTimeline_t1094182104 : public CurveTimeline_t3673209699 { public: // System.Int32 Spine.IkConstraintTimeline::ikConstraintIndex int32_t ___ikConstraintIndex_15; // System.Single[] Spine.IkConstraintTimeline::frames SingleU5BU5D_t1444911251* ___frames_16; public: inline static int32_t get_offset_of_ikConstraintIndex_15() { return static_cast(offsetof(IkConstraintTimeline_t1094182104, ___ikConstraintIndex_15)); } inline int32_t get_ikConstraintIndex_15() const { return ___ikConstraintIndex_15; } inline int32_t* get_address_of_ikConstraintIndex_15() { return &___ikConstraintIndex_15; } inline void set_ikConstraintIndex_15(int32_t value) { ___ikConstraintIndex_15 = value; } inline static int32_t get_offset_of_frames_16() { return static_cast(offsetof(IkConstraintTimeline_t1094182104, ___frames_16)); } inline SingleU5BU5D_t1444911251* get_frames_16() const { return ___frames_16; } inline SingleU5BU5D_t1444911251** get_address_of_frames_16() { return &___frames_16; } inline void set_frames_16(SingleU5BU5D_t1444911251* value) { ___frames_16 = value; Il2CppCodeGenWriteBarrier((&___frames_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IKCONSTRAINTTIMELINE_T1094182104_H #ifndef TRANSLATETIMELINE_T2733426737_H #define TRANSLATETIMELINE_T2733426737_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.TranslateTimeline struct TranslateTimeline_t2733426737 : public CurveTimeline_t3673209699 { public: // System.Int32 Spine.TranslateTimeline::boneIndex int32_t ___boneIndex_11; // System.Single[] Spine.TranslateTimeline::frames SingleU5BU5D_t1444911251* ___frames_12; public: inline static int32_t get_offset_of_boneIndex_11() { return static_cast(offsetof(TranslateTimeline_t2733426737, ___boneIndex_11)); } inline int32_t get_boneIndex_11() const { return ___boneIndex_11; } inline int32_t* get_address_of_boneIndex_11() { return &___boneIndex_11; } inline void set_boneIndex_11(int32_t value) { ___boneIndex_11 = value; } inline static int32_t get_offset_of_frames_12() { return static_cast(offsetof(TranslateTimeline_t2733426737, ___frames_12)); } inline SingleU5BU5D_t1444911251* get_frames_12() const { return ___frames_12; } inline SingleU5BU5D_t1444911251** get_address_of_frames_12() { return &___frames_12; } inline void set_frames_12(SingleU5BU5D_t1444911251* value) { ___frames_12 = value; Il2CppCodeGenWriteBarrier((&___frames_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRANSLATETIMELINE_T2733426737_H #ifndef ENUMERATOR_T2495073150_H #define ENUMERATOR_T2495073150_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1/Enumerator struct Enumerator_t2495073150 { public: // Spine.ExposedList`1 Spine.ExposedList`1/Enumerator::l ExposedList_1_t3166231995 * ___l_0; // System.Int32 Spine.ExposedList`1/Enumerator::next int32_t ___next_1; // System.Int32 Spine.ExposedList`1/Enumerator::ver int32_t ___ver_2; // T Spine.ExposedList`1/Enumerator::current IkConstraintData_t459120129 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2495073150, ___l_0)); } inline ExposedList_1_t3166231995 * get_l_0() const { return ___l_0; } inline ExposedList_1_t3166231995 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(ExposedList_1_t3166231995 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2495073150, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t2495073150, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2495073150, ___current_3)); } inline IkConstraintData_t459120129 * get_current_3() const { return ___current_3; } inline IkConstraintData_t459120129 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(IkConstraintData_t459120129 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2495073150_H #ifndef ENUMERATOR_T2565026367_H #define ENUMERATOR_T2565026367_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1/Enumerator struct Enumerator_t2565026367 { public: // Spine.ExposedList`1 Spine.ExposedList`1/Enumerator::l ExposedList_1_t3236185212 * ___l_0; // System.Int32 Spine.ExposedList`1/Enumerator::next int32_t ___next_1; // System.Int32 Spine.ExposedList`1/Enumerator::ver int32_t ___ver_2; // T Spine.ExposedList`1/Enumerator::current TransformConstraintData_t529073346 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2565026367, ___l_0)); } inline ExposedList_1_t3236185212 * get_l_0() const { return ___l_0; } inline ExposedList_1_t3236185212 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(ExposedList_1_t3236185212 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2565026367, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t2565026367, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2565026367, ___current_3)); } inline TransformConstraintData_t529073346 * get_current_3() const { return ___current_3; } inline TransformConstraintData_t529073346 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(TransformConstraintData_t529073346 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2565026367_H #ifndef PATHCONSTRAINTMIXTIMELINE_T534890125_H #define PATHCONSTRAINTMIXTIMELINE_T534890125_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.PathConstraintMixTimeline struct PathConstraintMixTimeline_t534890125 : public CurveTimeline_t3673209699 { public: // System.Int32 Spine.PathConstraintMixTimeline::pathConstraintIndex int32_t ___pathConstraintIndex_11; // System.Single[] Spine.PathConstraintMixTimeline::frames SingleU5BU5D_t1444911251* ___frames_12; public: inline static int32_t get_offset_of_pathConstraintIndex_11() { return static_cast(offsetof(PathConstraintMixTimeline_t534890125, ___pathConstraintIndex_11)); } inline int32_t get_pathConstraintIndex_11() const { return ___pathConstraintIndex_11; } inline int32_t* get_address_of_pathConstraintIndex_11() { return &___pathConstraintIndex_11; } inline void set_pathConstraintIndex_11(int32_t value) { ___pathConstraintIndex_11 = value; } inline static int32_t get_offset_of_frames_12() { return static_cast(offsetof(PathConstraintMixTimeline_t534890125, ___frames_12)); } inline SingleU5BU5D_t1444911251* get_frames_12() const { return ___frames_12; } inline SingleU5BU5D_t1444911251** get_address_of_frames_12() { return &___frames_12; } inline void set_frames_12(SingleU5BU5D_t1444911251* value) { ___frames_12 = value; Il2CppCodeGenWriteBarrier((&___frames_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATHCONSTRAINTMIXTIMELINE_T534890125_H #ifndef ENUMERATOR_T3017250055_H #define ENUMERATOR_T3017250055_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1/Enumerator struct Enumerator_t3017250055 { public: // Spine.ExposedList`1 Spine.ExposedList`1/Enumerator::l ExposedList_1_t3688408900 * ___l_0; // System.Int32 Spine.ExposedList`1/Enumerator::next int32_t ___next_1; // System.Int32 Spine.ExposedList`1/Enumerator::ver int32_t ___ver_2; // T Spine.ExposedList`1/Enumerator::current PathConstraintData_t981297034 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t3017250055, ___l_0)); } inline ExposedList_1_t3688408900 * get_l_0() const { return ___l_0; } inline ExposedList_1_t3688408900 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(ExposedList_1_t3688408900 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3017250055, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t3017250055, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t3017250055, ___current_3)); } inline PathConstraintData_t981297034 * get_current_3() const { return ___current_3; } inline PathConstraintData_t981297034 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(PathConstraintData_t981297034 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3017250055_H #ifndef PATHCONSTRAINTPOSITIONTIMELINE_T1963796833_H #define PATHCONSTRAINTPOSITIONTIMELINE_T1963796833_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.PathConstraintPositionTimeline struct PathConstraintPositionTimeline_t1963796833 : public CurveTimeline_t3673209699 { public: // System.Int32 Spine.PathConstraintPositionTimeline::pathConstraintIndex int32_t ___pathConstraintIndex_9; // System.Single[] Spine.PathConstraintPositionTimeline::frames SingleU5BU5D_t1444911251* ___frames_10; public: inline static int32_t get_offset_of_pathConstraintIndex_9() { return static_cast(offsetof(PathConstraintPositionTimeline_t1963796833, ___pathConstraintIndex_9)); } inline int32_t get_pathConstraintIndex_9() const { return ___pathConstraintIndex_9; } inline int32_t* get_address_of_pathConstraintIndex_9() { return &___pathConstraintIndex_9; } inline void set_pathConstraintIndex_9(int32_t value) { ___pathConstraintIndex_9 = value; } inline static int32_t get_offset_of_frames_10() { return static_cast(offsetof(PathConstraintPositionTimeline_t1963796833, ___frames_10)); } inline SingleU5BU5D_t1444911251* get_frames_10() const { return ___frames_10; } inline SingleU5BU5D_t1444911251** get_address_of_frames_10() { return &___frames_10; } inline void set_frames_10(SingleU5BU5D_t1444911251* value) { ___frames_10 = value; Il2CppCodeGenWriteBarrier((&___frames_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATHCONSTRAINTPOSITIONTIMELINE_T1963796833_H #ifndef POW_T1543183077_H #define POW_T1543183077_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Pow struct Pow_t1543183077 : public IInterpolation_t311334448 { public: // System.Single Spine.Pow::k__BackingField float ___U3CPowerU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPowerU3Ek__BackingField_2() { return static_cast(offsetof(Pow_t1543183077, ___U3CPowerU3Ek__BackingField_2)); } inline float get_U3CPowerU3Ek__BackingField_2() const { return ___U3CPowerU3Ek__BackingField_2; } inline float* get_address_of_U3CPowerU3Ek__BackingField_2() { return &___U3CPowerU3Ek__BackingField_2; } inline void set_U3CPowerU3Ek__BackingField_2(float value) { ___U3CPowerU3Ek__BackingField_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POW_T1543183077_H #ifndef ENUMERATOR_T871160215_H #define ENUMERATOR_T871160215_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1/Enumerator struct Enumerator_t871160215 { public: // Spine.ExposedList`1 Spine.ExposedList`1/Enumerator::l ExposedList_1_t1542319060 * ___l_0; // System.Int32 Spine.ExposedList`1/Enumerator::next int32_t ___next_1; // System.Int32 Spine.ExposedList`1/Enumerator::ver int32_t ___ver_2; // T Spine.ExposedList`1/Enumerator::current BoneData_t3130174490 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t871160215, ___l_0)); } inline ExposedList_1_t1542319060 * get_l_0() const { return ___l_0; } inline ExposedList_1_t1542319060 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(ExposedList_1_t1542319060 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t871160215, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t871160215, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t871160215, ___current_3)); } inline BoneData_t3130174490 * get_current_3() const { return ___current_3; } inline BoneData_t3130174490 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(BoneData_t3130174490 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T871160215_H #ifndef ENUMERATOR_T821091889_H #define ENUMERATOR_T821091889_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1/Enumerator struct Enumerator_t821091889 { public: // Spine.ExposedList`1 Spine.ExposedList`1/Enumerator::l ExposedList_1_t1492250734 * ___l_0; // System.Int32 Spine.ExposedList`1/Enumerator::next int32_t ___next_1; // System.Int32 Spine.ExposedList`1/Enumerator::ver int32_t ___ver_2; // T Spine.ExposedList`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t821091889, ___l_0)); } inline ExposedList_1_t1492250734 * get_l_0() const { return ___l_0; } inline ExposedList_1_t1492250734 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(ExposedList_1_t1492250734 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t821091889, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t821091889, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t821091889, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T821091889_H #ifndef ENUMERATOR_T2196525813_H #define ENUMERATOR_T2196525813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1/Enumerator struct Enumerator_t2196525813 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t307281936 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current BoneData_t3130174490 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2196525813, ___l_0)); } inline List_1_t307281936 * get_l_0() const { return ___l_0; } inline List_1_t307281936 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t307281936 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2196525813, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t2196525813, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2196525813, ___current_3)); } inline BoneData_t3130174490 * get_current_3() const { return ___current_3; } inline BoneData_t3130174490 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(BoneData_t3130174490 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2196525813_H #ifndef DEFORMTIMELINE_T3552075840_H #define DEFORMTIMELINE_T3552075840_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.DeformTimeline struct DeformTimeline_t3552075840 : public CurveTimeline_t3673209699 { public: // System.Int32 Spine.DeformTimeline::slotIndex int32_t ___slotIndex_5; // System.Single[] Spine.DeformTimeline::frames SingleU5BU5D_t1444911251* ___frames_6; // System.Single[][] Spine.DeformTimeline::frameVertices SingleU5BU5DU5BU5D_t3206712258* ___frameVertices_7; // Spine.VertexAttachment Spine.DeformTimeline::attachment VertexAttachment_t4074366829 * ___attachment_8; public: inline static int32_t get_offset_of_slotIndex_5() { return static_cast(offsetof(DeformTimeline_t3552075840, ___slotIndex_5)); } inline int32_t get_slotIndex_5() const { return ___slotIndex_5; } inline int32_t* get_address_of_slotIndex_5() { return &___slotIndex_5; } inline void set_slotIndex_5(int32_t value) { ___slotIndex_5 = value; } inline static int32_t get_offset_of_frames_6() { return static_cast(offsetof(DeformTimeline_t3552075840, ___frames_6)); } inline SingleU5BU5D_t1444911251* get_frames_6() const { return ___frames_6; } inline SingleU5BU5D_t1444911251** get_address_of_frames_6() { return &___frames_6; } inline void set_frames_6(SingleU5BU5D_t1444911251* value) { ___frames_6 = value; Il2CppCodeGenWriteBarrier((&___frames_6), value); } inline static int32_t get_offset_of_frameVertices_7() { return static_cast(offsetof(DeformTimeline_t3552075840, ___frameVertices_7)); } inline SingleU5BU5DU5BU5D_t3206712258* get_frameVertices_7() const { return ___frameVertices_7; } inline SingleU5BU5DU5BU5D_t3206712258** get_address_of_frameVertices_7() { return &___frameVertices_7; } inline void set_frameVertices_7(SingleU5BU5DU5BU5D_t3206712258* value) { ___frameVertices_7 = value; Il2CppCodeGenWriteBarrier((&___frameVertices_7), value); } inline static int32_t get_offset_of_attachment_8() { return static_cast(offsetof(DeformTimeline_t3552075840, ___attachment_8)); } inline VertexAttachment_t4074366829 * get_attachment_8() const { return ___attachment_8; } inline VertexAttachment_t4074366829 ** get_address_of_attachment_8() { return &___attachment_8; } inline void set_attachment_8(VertexAttachment_t4074366829 * value) { ___attachment_8 = value; Il2CppCodeGenWriteBarrier((&___attachment_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFORMTIMELINE_T3552075840_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef TRANSFORMCONSTRAINTTIMELINE_T410042030_H #define TRANSFORMCONSTRAINTTIMELINE_T410042030_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.TransformConstraintTimeline struct TransformConstraintTimeline_t410042030 : public CurveTimeline_t3673209699 { public: // System.Int32 Spine.TransformConstraintTimeline::transformConstraintIndex int32_t ___transformConstraintIndex_15; // System.Single[] Spine.TransformConstraintTimeline::frames SingleU5BU5D_t1444911251* ___frames_16; public: inline static int32_t get_offset_of_transformConstraintIndex_15() { return static_cast(offsetof(TransformConstraintTimeline_t410042030, ___transformConstraintIndex_15)); } inline int32_t get_transformConstraintIndex_15() const { return ___transformConstraintIndex_15; } inline int32_t* get_address_of_transformConstraintIndex_15() { return &___transformConstraintIndex_15; } inline void set_transformConstraintIndex_15(int32_t value) { ___transformConstraintIndex_15 = value; } inline static int32_t get_offset_of_frames_16() { return static_cast(offsetof(TransformConstraintTimeline_t410042030, ___frames_16)); } inline SingleU5BU5D_t1444911251* get_frames_16() const { return ___frames_16; } inline SingleU5BU5D_t1444911251** get_address_of_frames_16() { return &___frames_16; } inline void set_frames_16(SingleU5BU5D_t1444911251* value) { ___frames_16 = value; Il2CppCodeGenWriteBarrier((&___frames_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRANSFORMCONSTRAINTTIMELINE_T410042030_H #ifndef TWOCOLORTIMELINE_T1834727230_H #define TWOCOLORTIMELINE_T1834727230_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.TwoColorTimeline struct TwoColorTimeline_t1834727230 : public CurveTimeline_t3673209699 { public: // System.Int32 Spine.TwoColorTimeline::slotIndex int32_t ___slotIndex_21; // System.Single[] Spine.TwoColorTimeline::frames SingleU5BU5D_t1444911251* ___frames_22; public: inline static int32_t get_offset_of_slotIndex_21() { return static_cast(offsetof(TwoColorTimeline_t1834727230, ___slotIndex_21)); } inline int32_t get_slotIndex_21() const { return ___slotIndex_21; } inline int32_t* get_address_of_slotIndex_21() { return &___slotIndex_21; } inline void set_slotIndex_21(int32_t value) { ___slotIndex_21 = value; } inline static int32_t get_offset_of_frames_22() { return static_cast(offsetof(TwoColorTimeline_t1834727230, ___frames_22)); } inline SingleU5BU5D_t1444911251* get_frames_22() const { return ___frames_22; } inline SingleU5BU5D_t1444911251** get_address_of_frames_22() { return &___frames_22; } inline void set_frames_22(SingleU5BU5D_t1444911251* value) { ___frames_22 = value; Il2CppCodeGenWriteBarrier((&___frames_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWOCOLORTIMELINE_T1834727230_H #ifndef ROTATETIMELINE_T860518009_H #define ROTATETIMELINE_T860518009_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.RotateTimeline struct RotateTimeline_t860518009 : public CurveTimeline_t3673209699 { public: // System.Int32 Spine.RotateTimeline::boneIndex int32_t ___boneIndex_9; // System.Single[] Spine.RotateTimeline::frames SingleU5BU5D_t1444911251* ___frames_10; public: inline static int32_t get_offset_of_boneIndex_9() { return static_cast(offsetof(RotateTimeline_t860518009, ___boneIndex_9)); } inline int32_t get_boneIndex_9() const { return ___boneIndex_9; } inline int32_t* get_address_of_boneIndex_9() { return &___boneIndex_9; } inline void set_boneIndex_9(int32_t value) { ___boneIndex_9 = value; } inline static int32_t get_offset_of_frames_10() { return static_cast(offsetof(RotateTimeline_t860518009, ___frames_10)); } inline SingleU5BU5D_t1444911251* get_frames_10() const { return ___frames_10; } inline SingleU5BU5D_t1444911251** get_address_of_frames_10() { return &___frames_10; } inline void set_frames_10(SingleU5BU5D_t1444911251* value) { ___frames_10 = value; Il2CppCodeGenWriteBarrier((&___frames_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROTATETIMELINE_T860518009_H #ifndef SBYTE_T1669577662_H #define SBYTE_T1669577662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SByte struct SByte_t1669577662 { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t1669577662, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SBYTE_T1669577662_H #ifndef CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_H #ifndef U24ARRAYTYPEU3D20_T1702832645_H #define U24ARRAYTYPEU3D20_T1702832645_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=20 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D20_t1702832645 { public: union { struct { }; uint8_t U24ArrayTypeU3D20_t1702832645__padding[20]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D20_T1702832645_H #ifndef U24ARRAYTYPEU3D24_T2467506693_H #define U24ARRAYTYPEU3D24_T2467506693_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=24 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D24_t2467506693 { public: union { struct { }; uint8_t U24ArrayTypeU3D24_t2467506693__padding[24]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D24_T2467506693_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef SINGLE_T1397266774_H #define SINGLE_T1397266774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single struct Single_t1397266774 { public: // System.Single System.Single::m_value float ___m_value_7; public: inline static int32_t get_offset_of_m_value_7() { return static_cast(offsetof(Single_t1397266774, ___m_value_7)); } inline float get_m_value_7() const { return ___m_value_7; } inline float* get_address_of_m_value_7() { return &___m_value_7; } inline void set_m_value_7(float value) { ___m_value_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_T1397266774_H #ifndef DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef ANIMATIONPAIR_T1784808777_H #define ANIMATIONPAIR_T1784808777_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.AnimationStateData/AnimationPair struct AnimationPair_t1784808777 { public: // Spine.Animation Spine.AnimationStateData/AnimationPair::a1 Animation_t615783283 * ___a1_0; // Spine.Animation Spine.AnimationStateData/AnimationPair::a2 Animation_t615783283 * ___a2_1; public: inline static int32_t get_offset_of_a1_0() { return static_cast(offsetof(AnimationPair_t1784808777, ___a1_0)); } inline Animation_t615783283 * get_a1_0() const { return ___a1_0; } inline Animation_t615783283 ** get_address_of_a1_0() { return &___a1_0; } inline void set_a1_0(Animation_t615783283 * value) { ___a1_0 = value; Il2CppCodeGenWriteBarrier((&___a1_0), value); } inline static int32_t get_offset_of_a2_1() { return static_cast(offsetof(AnimationPair_t1784808777, ___a2_1)); } inline Animation_t615783283 * get_a2_1() const { return ___a2_1; } inline Animation_t615783283 ** get_address_of_a2_1() { return &___a2_1; } inline void set_a2_1(Animation_t615783283 * value) { ___a2_1 = value; Il2CppCodeGenWriteBarrier((&___a2_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.AnimationStateData/AnimationPair struct AnimationPair_t1784808777_marshaled_pinvoke { Animation_t615783283 * ___a1_0; Animation_t615783283 * ___a2_1; }; // Native definition for COM marshalling of Spine.AnimationStateData/AnimationPair struct AnimationPair_t1784808777_marshaled_com { Animation_t615783283 * ___a1_0; Animation_t615783283 * ___a2_1; }; #endif // ANIMATIONPAIR_T1784808777_H #ifndef BYTE_T1134296376_H #define BYTE_T1134296376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_t1134296376 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Byte_t1134296376, ___m_value_2)); } inline uint8_t get_m_value_2() const { return ___m_value_2; } inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint8_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_T1134296376_H #ifndef POINTATTACHMENT_T2275020146_H #define POINTATTACHMENT_T2275020146_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.PointAttachment struct PointAttachment_t2275020146 : public Attachment_t3043756552 { public: // System.Single Spine.PointAttachment::x float ___x_1; // System.Single Spine.PointAttachment::y float ___y_2; // System.Single Spine.PointAttachment::rotation float ___rotation_3; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(PointAttachment_t2275020146, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(PointAttachment_t2275020146, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_rotation_3() { return static_cast(offsetof(PointAttachment_t2275020146, ___rotation_3)); } inline float get_rotation_3() const { return ___rotation_3; } inline float* get_address_of_rotation_3() { return &___rotation_3; } inline void set_rotation_3(float value) { ___rotation_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POINTATTACHMENT_T2275020146_H #ifndef ATTACHMENTKEYTUPLE_T1548106539_H #define ATTACHMENTKEYTUPLE_T1548106539_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Skin/AttachmentKeyTuple struct AttachmentKeyTuple_t1548106539 { public: // System.Int32 Spine.Skin/AttachmentKeyTuple::slotIndex int32_t ___slotIndex_0; // System.String Spine.Skin/AttachmentKeyTuple::name String_t* ___name_1; // System.Int32 Spine.Skin/AttachmentKeyTuple::nameHashCode int32_t ___nameHashCode_2; public: inline static int32_t get_offset_of_slotIndex_0() { return static_cast(offsetof(AttachmentKeyTuple_t1548106539, ___slotIndex_0)); } inline int32_t get_slotIndex_0() const { return ___slotIndex_0; } inline int32_t* get_address_of_slotIndex_0() { return &___slotIndex_0; } inline void set_slotIndex_0(int32_t value) { ___slotIndex_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(AttachmentKeyTuple_t1548106539, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((&___name_1), value); } inline static int32_t get_offset_of_nameHashCode_2() { return static_cast(offsetof(AttachmentKeyTuple_t1548106539, ___nameHashCode_2)); } inline int32_t get_nameHashCode_2() const { return ___nameHashCode_2; } inline int32_t* get_address_of_nameHashCode_2() { return &___nameHashCode_2; } inline void set_nameHashCode_2(int32_t value) { ___nameHashCode_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.Skin/AttachmentKeyTuple struct AttachmentKeyTuple_t1548106539_marshaled_pinvoke { int32_t ___slotIndex_0; char* ___name_1; int32_t ___nameHashCode_2; }; // Native definition for COM marshalling of Spine.Skin/AttachmentKeyTuple struct AttachmentKeyTuple_t1548106539_marshaled_com { int32_t ___slotIndex_0; Il2CppChar* ___name_1; int32_t ___nameHashCode_2; }; #endif // ATTACHMENTKEYTUPLE_T1548106539_H #ifndef BONEMATRIX_T2668835335_H #define BONEMATRIX_T2668835335_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.BoneMatrix struct BoneMatrix_t2668835335 { public: // System.Single Spine.BoneMatrix::a float ___a_0; // System.Single Spine.BoneMatrix::b float ___b_1; // System.Single Spine.BoneMatrix::c float ___c_2; // System.Single Spine.BoneMatrix::d float ___d_3; // System.Single Spine.BoneMatrix::x float ___x_4; // System.Single Spine.BoneMatrix::y float ___y_5; public: inline static int32_t get_offset_of_a_0() { return static_cast(offsetof(BoneMatrix_t2668835335, ___a_0)); } inline float get_a_0() const { return ___a_0; } inline float* get_address_of_a_0() { return &___a_0; } inline void set_a_0(float value) { ___a_0 = value; } inline static int32_t get_offset_of_b_1() { return static_cast(offsetof(BoneMatrix_t2668835335, ___b_1)); } inline float get_b_1() const { return ___b_1; } inline float* get_address_of_b_1() { return &___b_1; } inline void set_b_1(float value) { ___b_1 = value; } inline static int32_t get_offset_of_c_2() { return static_cast(offsetof(BoneMatrix_t2668835335, ___c_2)); } inline float get_c_2() const { return ___c_2; } inline float* get_address_of_c_2() { return &___c_2; } inline void set_c_2(float value) { ___c_2 = value; } inline static int32_t get_offset_of_d_3() { return static_cast(offsetof(BoneMatrix_t2668835335, ___d_3)); } inline float get_d_3() const { return ___d_3; } inline float* get_address_of_d_3() { return &___d_3; } inline void set_d_3(float value) { ___d_3 = value; } inline static int32_t get_offset_of_x_4() { return static_cast(offsetof(BoneMatrix_t2668835335, ___x_4)); } inline float get_x_4() const { return ___x_4; } inline float* get_address_of_x_4() { return &___x_4; } inline void set_x_4(float value) { ___x_4 = value; } inline static int32_t get_offset_of_y_5() { return static_cast(offsetof(BoneMatrix_t2668835335, ___y_5)); } inline float get_y_5() const { return ___y_5; } inline float* get_address_of_y_5() { return &___y_5; } inline void set_y_5(float value) { ___y_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BONEMATRIX_T2668835335_H #ifndef VERTEXATTACHMENT_T4074366829_H #define VERTEXATTACHMENT_T4074366829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.VertexAttachment struct VertexAttachment_t4074366829 : public Attachment_t3043756552 { public: // System.Int32 Spine.VertexAttachment::id int32_t ___id_3; // System.Int32[] Spine.VertexAttachment::bones Int32U5BU5D_t385246372* ___bones_4; // System.Single[] Spine.VertexAttachment::vertices SingleU5BU5D_t1444911251* ___vertices_5; // System.Int32 Spine.VertexAttachment::worldVerticesLength int32_t ___worldVerticesLength_6; public: inline static int32_t get_offset_of_id_3() { return static_cast(offsetof(VertexAttachment_t4074366829, ___id_3)); } inline int32_t get_id_3() const { return ___id_3; } inline int32_t* get_address_of_id_3() { return &___id_3; } inline void set_id_3(int32_t value) { ___id_3 = value; } inline static int32_t get_offset_of_bones_4() { return static_cast(offsetof(VertexAttachment_t4074366829, ___bones_4)); } inline Int32U5BU5D_t385246372* get_bones_4() const { return ___bones_4; } inline Int32U5BU5D_t385246372** get_address_of_bones_4() { return &___bones_4; } inline void set_bones_4(Int32U5BU5D_t385246372* value) { ___bones_4 = value; Il2CppCodeGenWriteBarrier((&___bones_4), value); } inline static int32_t get_offset_of_vertices_5() { return static_cast(offsetof(VertexAttachment_t4074366829, ___vertices_5)); } inline SingleU5BU5D_t1444911251* get_vertices_5() const { return ___vertices_5; } inline SingleU5BU5D_t1444911251** get_address_of_vertices_5() { return &___vertices_5; } inline void set_vertices_5(SingleU5BU5D_t1444911251* value) { ___vertices_5 = value; Il2CppCodeGenWriteBarrier((&___vertices_5), value); } inline static int32_t get_offset_of_worldVerticesLength_6() { return static_cast(offsetof(VertexAttachment_t4074366829, ___worldVerticesLength_6)); } inline int32_t get_worldVerticesLength_6() const { return ___worldVerticesLength_6; } inline int32_t* get_address_of_worldVerticesLength_6() { return &___worldVerticesLength_6; } inline void set_worldVerticesLength_6(int32_t value) { ___worldVerticesLength_6 = value; } }; struct VertexAttachment_t4074366829_StaticFields { public: // System.Int32 Spine.VertexAttachment::nextID int32_t ___nextID_1; // System.Object Spine.VertexAttachment::nextIdLock RuntimeObject * ___nextIdLock_2; public: inline static int32_t get_offset_of_nextID_1() { return static_cast(offsetof(VertexAttachment_t4074366829_StaticFields, ___nextID_1)); } inline int32_t get_nextID_1() const { return ___nextID_1; } inline int32_t* get_address_of_nextID_1() { return &___nextID_1; } inline void set_nextID_1(int32_t value) { ___nextID_1 = value; } inline static int32_t get_offset_of_nextIdLock_2() { return static_cast(offsetof(VertexAttachment_t4074366829_StaticFields, ___nextIdLock_2)); } inline RuntimeObject * get_nextIdLock_2() const { return ___nextIdLock_2; } inline RuntimeObject ** get_address_of_nextIdLock_2() { return &___nextIdLock_2; } inline void set_nextIdLock_2(RuntimeObject * value) { ___nextIdLock_2 = value; Il2CppCodeGenWriteBarrier((&___nextIdLock_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VERTEXATTACHMENT_T4074366829_H #ifndef COLORTIMELINE_T3754116780_H #define COLORTIMELINE_T3754116780_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ColorTimeline struct ColorTimeline_t3754116780 : public CurveTimeline_t3673209699 { public: // System.Int32 Spine.ColorTimeline::slotIndex int32_t ___slotIndex_15; // System.Single[] Spine.ColorTimeline::frames SingleU5BU5D_t1444911251* ___frames_16; public: inline static int32_t get_offset_of_slotIndex_15() { return static_cast(offsetof(ColorTimeline_t3754116780, ___slotIndex_15)); } inline int32_t get_slotIndex_15() const { return ___slotIndex_15; } inline int32_t* get_address_of_slotIndex_15() { return &___slotIndex_15; } inline void set_slotIndex_15(int32_t value) { ___slotIndex_15 = value; } inline static int32_t get_offset_of_frames_16() { return static_cast(offsetof(ColorTimeline_t3754116780, ___frames_16)); } inline SingleU5BU5D_t1444911251* get_frames_16() const { return ___frames_16; } inline SingleU5BU5D_t1444911251** get_address_of_frames_16() { return &___frames_16; } inline void set_frames_16(SingleU5BU5D_t1444911251* value) { ___frames_16 = value; Il2CppCodeGenWriteBarrier((&___frames_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLORTIMELINE_T3754116780_H #ifndef REGIONATTACHMENT_T1770147391_H #define REGIONATTACHMENT_T1770147391_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.RegionAttachment struct RegionAttachment_t1770147391 : public Attachment_t3043756552 { public: // System.Single Spine.RegionAttachment::x float ___x_9; // System.Single Spine.RegionAttachment::y float ___y_10; // System.Single Spine.RegionAttachment::rotation float ___rotation_11; // System.Single Spine.RegionAttachment::scaleX float ___scaleX_12; // System.Single Spine.RegionAttachment::scaleY float ___scaleY_13; // System.Single Spine.RegionAttachment::width float ___width_14; // System.Single Spine.RegionAttachment::height float ___height_15; // System.Single Spine.RegionAttachment::regionOffsetX float ___regionOffsetX_16; // System.Single Spine.RegionAttachment::regionOffsetY float ___regionOffsetY_17; // System.Single Spine.RegionAttachment::regionWidth float ___regionWidth_18; // System.Single Spine.RegionAttachment::regionHeight float ___regionHeight_19; // System.Single Spine.RegionAttachment::regionOriginalWidth float ___regionOriginalWidth_20; // System.Single Spine.RegionAttachment::regionOriginalHeight float ___regionOriginalHeight_21; // System.Single[] Spine.RegionAttachment::offset SingleU5BU5D_t1444911251* ___offset_22; // System.Single[] Spine.RegionAttachment::uvs SingleU5BU5D_t1444911251* ___uvs_23; // System.Single Spine.RegionAttachment::r float ___r_24; // System.Single Spine.RegionAttachment::g float ___g_25; // System.Single Spine.RegionAttachment::b float ___b_26; // System.Single Spine.RegionAttachment::a float ___a_27; // System.String Spine.RegionAttachment::k__BackingField String_t* ___U3CPathU3Ek__BackingField_28; // System.Object Spine.RegionAttachment::k__BackingField RuntimeObject * ___U3CRendererObjectU3Ek__BackingField_29; public: inline static int32_t get_offset_of_x_9() { return static_cast(offsetof(RegionAttachment_t1770147391, ___x_9)); } inline float get_x_9() const { return ___x_9; } inline float* get_address_of_x_9() { return &___x_9; } inline void set_x_9(float value) { ___x_9 = value; } inline static int32_t get_offset_of_y_10() { return static_cast(offsetof(RegionAttachment_t1770147391, ___y_10)); } inline float get_y_10() const { return ___y_10; } inline float* get_address_of_y_10() { return &___y_10; } inline void set_y_10(float value) { ___y_10 = value; } inline static int32_t get_offset_of_rotation_11() { return static_cast(offsetof(RegionAttachment_t1770147391, ___rotation_11)); } inline float get_rotation_11() const { return ___rotation_11; } inline float* get_address_of_rotation_11() { return &___rotation_11; } inline void set_rotation_11(float value) { ___rotation_11 = value; } inline static int32_t get_offset_of_scaleX_12() { return static_cast(offsetof(RegionAttachment_t1770147391, ___scaleX_12)); } inline float get_scaleX_12() const { return ___scaleX_12; } inline float* get_address_of_scaleX_12() { return &___scaleX_12; } inline void set_scaleX_12(float value) { ___scaleX_12 = value; } inline static int32_t get_offset_of_scaleY_13() { return static_cast(offsetof(RegionAttachment_t1770147391, ___scaleY_13)); } inline float get_scaleY_13() const { return ___scaleY_13; } inline float* get_address_of_scaleY_13() { return &___scaleY_13; } inline void set_scaleY_13(float value) { ___scaleY_13 = value; } inline static int32_t get_offset_of_width_14() { return static_cast(offsetof(RegionAttachment_t1770147391, ___width_14)); } inline float get_width_14() const { return ___width_14; } inline float* get_address_of_width_14() { return &___width_14; } inline void set_width_14(float value) { ___width_14 = value; } inline static int32_t get_offset_of_height_15() { return static_cast(offsetof(RegionAttachment_t1770147391, ___height_15)); } inline float get_height_15() const { return ___height_15; } inline float* get_address_of_height_15() { return &___height_15; } inline void set_height_15(float value) { ___height_15 = value; } inline static int32_t get_offset_of_regionOffsetX_16() { return static_cast(offsetof(RegionAttachment_t1770147391, ___regionOffsetX_16)); } inline float get_regionOffsetX_16() const { return ___regionOffsetX_16; } inline float* get_address_of_regionOffsetX_16() { return &___regionOffsetX_16; } inline void set_regionOffsetX_16(float value) { ___regionOffsetX_16 = value; } inline static int32_t get_offset_of_regionOffsetY_17() { return static_cast(offsetof(RegionAttachment_t1770147391, ___regionOffsetY_17)); } inline float get_regionOffsetY_17() const { return ___regionOffsetY_17; } inline float* get_address_of_regionOffsetY_17() { return &___regionOffsetY_17; } inline void set_regionOffsetY_17(float value) { ___regionOffsetY_17 = value; } inline static int32_t get_offset_of_regionWidth_18() { return static_cast(offsetof(RegionAttachment_t1770147391, ___regionWidth_18)); } inline float get_regionWidth_18() const { return ___regionWidth_18; } inline float* get_address_of_regionWidth_18() { return &___regionWidth_18; } inline void set_regionWidth_18(float value) { ___regionWidth_18 = value; } inline static int32_t get_offset_of_regionHeight_19() { return static_cast(offsetof(RegionAttachment_t1770147391, ___regionHeight_19)); } inline float get_regionHeight_19() const { return ___regionHeight_19; } inline float* get_address_of_regionHeight_19() { return &___regionHeight_19; } inline void set_regionHeight_19(float value) { ___regionHeight_19 = value; } inline static int32_t get_offset_of_regionOriginalWidth_20() { return static_cast(offsetof(RegionAttachment_t1770147391, ___regionOriginalWidth_20)); } inline float get_regionOriginalWidth_20() const { return ___regionOriginalWidth_20; } inline float* get_address_of_regionOriginalWidth_20() { return &___regionOriginalWidth_20; } inline void set_regionOriginalWidth_20(float value) { ___regionOriginalWidth_20 = value; } inline static int32_t get_offset_of_regionOriginalHeight_21() { return static_cast(offsetof(RegionAttachment_t1770147391, ___regionOriginalHeight_21)); } inline float get_regionOriginalHeight_21() const { return ___regionOriginalHeight_21; } inline float* get_address_of_regionOriginalHeight_21() { return &___regionOriginalHeight_21; } inline void set_regionOriginalHeight_21(float value) { ___regionOriginalHeight_21 = value; } inline static int32_t get_offset_of_offset_22() { return static_cast(offsetof(RegionAttachment_t1770147391, ___offset_22)); } inline SingleU5BU5D_t1444911251* get_offset_22() const { return ___offset_22; } inline SingleU5BU5D_t1444911251** get_address_of_offset_22() { return &___offset_22; } inline void set_offset_22(SingleU5BU5D_t1444911251* value) { ___offset_22 = value; Il2CppCodeGenWriteBarrier((&___offset_22), value); } inline static int32_t get_offset_of_uvs_23() { return static_cast(offsetof(RegionAttachment_t1770147391, ___uvs_23)); } inline SingleU5BU5D_t1444911251* get_uvs_23() const { return ___uvs_23; } inline SingleU5BU5D_t1444911251** get_address_of_uvs_23() { return &___uvs_23; } inline void set_uvs_23(SingleU5BU5D_t1444911251* value) { ___uvs_23 = value; Il2CppCodeGenWriteBarrier((&___uvs_23), value); } inline static int32_t get_offset_of_r_24() { return static_cast(offsetof(RegionAttachment_t1770147391, ___r_24)); } inline float get_r_24() const { return ___r_24; } inline float* get_address_of_r_24() { return &___r_24; } inline void set_r_24(float value) { ___r_24 = value; } inline static int32_t get_offset_of_g_25() { return static_cast(offsetof(RegionAttachment_t1770147391, ___g_25)); } inline float get_g_25() const { return ___g_25; } inline float* get_address_of_g_25() { return &___g_25; } inline void set_g_25(float value) { ___g_25 = value; } inline static int32_t get_offset_of_b_26() { return static_cast(offsetof(RegionAttachment_t1770147391, ___b_26)); } inline float get_b_26() const { return ___b_26; } inline float* get_address_of_b_26() { return &___b_26; } inline void set_b_26(float value) { ___b_26 = value; } inline static int32_t get_offset_of_a_27() { return static_cast(offsetof(RegionAttachment_t1770147391, ___a_27)); } inline float get_a_27() const { return ___a_27; } inline float* get_address_of_a_27() { return &___a_27; } inline void set_a_27(float value) { ___a_27 = value; } inline static int32_t get_offset_of_U3CPathU3Ek__BackingField_28() { return static_cast(offsetof(RegionAttachment_t1770147391, ___U3CPathU3Ek__BackingField_28)); } inline String_t* get_U3CPathU3Ek__BackingField_28() const { return ___U3CPathU3Ek__BackingField_28; } inline String_t** get_address_of_U3CPathU3Ek__BackingField_28() { return &___U3CPathU3Ek__BackingField_28; } inline void set_U3CPathU3Ek__BackingField_28(String_t* value) { ___U3CPathU3Ek__BackingField_28 = value; Il2CppCodeGenWriteBarrier((&___U3CPathU3Ek__BackingField_28), value); } inline static int32_t get_offset_of_U3CRendererObjectU3Ek__BackingField_29() { return static_cast(offsetof(RegionAttachment_t1770147391, ___U3CRendererObjectU3Ek__BackingField_29)); } inline RuntimeObject * get_U3CRendererObjectU3Ek__BackingField_29() const { return ___U3CRendererObjectU3Ek__BackingField_29; } inline RuntimeObject ** get_address_of_U3CRendererObjectU3Ek__BackingField_29() { return &___U3CRendererObjectU3Ek__BackingField_29; } inline void set_U3CRendererObjectU3Ek__BackingField_29(RuntimeObject * value) { ___U3CRendererObjectU3Ek__BackingField_29 = value; Il2CppCodeGenWriteBarrier((&___U3CRendererObjectU3Ek__BackingField_29), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGIONATTACHMENT_T1770147391_H #ifndef ENUMERATOR_T3375221903_H #define ENUMERATOR_T3375221903_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1/Enumerator struct Enumerator_t3375221903 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t1485978026 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current AtlasRegion_t13903284 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t3375221903, ___l_0)); } inline List_1_t1485978026 * get_l_0() const { return ___l_0; } inline List_1_t1485978026 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t1485978026 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3375221903, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t3375221903, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t3375221903, ___current_3)); } inline AtlasRegion_t13903284 * get_current_3() const { return ___current_3; } inline AtlasRegion_t13903284 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(AtlasRegion_t13903284 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3375221903_H #ifndef ENUMERATOR_T2146457487_H #define ENUMERATOR_T2146457487_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1/Enumerator struct Enumerator_t2146457487 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t257213610 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2146457487, ___l_0)); } inline List_1_t257213610 * get_l_0() const { return ___l_0; } inline List_1_t257213610 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t257213610 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2146457487, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t2146457487, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2146457487, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2146457487_H #ifndef INT64_T3736567304_H #define INT64_T3736567304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t3736567304 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int64_t3736567304, ___m_value_2)); } inline int64_t get_m_value_2() const { return ___m_value_2; } inline int64_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int64_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T3736567304_H #ifndef ENUMERATOR_T2190754923_H #define ENUMERATOR_T2190754923_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1/Enumerator struct Enumerator_t2190754923 { public: // Spine.ExposedList`1 Spine.ExposedList`1/Enumerator::l ExposedList_1_t2861913768 * ___l_0; // System.Int32 Spine.ExposedList`1/Enumerator::next int32_t ___next_1; // System.Int32 Spine.ExposedList`1/Enumerator::ver int32_t ___ver_2; // T Spine.ExposedList`1/Enumerator::current SlotData_t154801902 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2190754923, ___l_0)); } inline ExposedList_1_t2861913768 * get_l_0() const { return ___l_0; } inline ExposedList_1_t2861913768 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(ExposedList_1_t2861913768 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2190754923, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t2190754923, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2190754923, ___current_3)); } inline SlotData_t154801902 * get_current_3() const { return ___current_3; } inline SlotData_t154801902 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(SlotData_t154801902 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2190754923_H #ifndef BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_T2721792723_H #ifndef FILEMODE_T1183438340_H #define FILEMODE_T1183438340_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileMode struct FileMode_t1183438340 { public: // System.Int32 System.IO.FileMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileMode_t1183438340, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEMODE_T1183438340_H #ifndef RUNTIMEFIELDHANDLE_T1871169219_H #define RUNTIMEFIELDHANDLE_T1871169219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t1871169219 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t1871169219, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEFIELDHANDLE_T1871169219_H #ifndef FILEACCESS_T1659085276_H #define FILEACCESS_T1659085276_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileAccess struct FileAccess_t1659085276 { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileAccess_t1659085276, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEACCESS_T1659085276_H #ifndef KEYVALUEPAIR_2_T3366332552_H #define KEYVALUEPAIR_2_T3366332552_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3366332552 { public: // TKey System.Collections.Generic.KeyValuePair`2::key AttachmentKeyTuple_t1548106539 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value Attachment_t3043756552 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3366332552, ___key_0)); } inline AttachmentKeyTuple_t1548106539 get_key_0() const { return ___key_0; } inline AttachmentKeyTuple_t1548106539 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(AttachmentKeyTuple_t1548106539 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3366332552, ___value_1)); } inline Attachment_t3043756552 * get_value_1() const { return ___value_1; } inline Attachment_t3043756552 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(Attachment_t3043756552 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3366332552_H #ifndef FILESHARE_T3553318550_H #define FILESHARE_T3553318550_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileShare struct FileShare_t3553318550 { public: // System.Int32 System.IO.FileShare::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileShare_t3553318550, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESHARE_T3553318550_H #ifndef KEYVALUEPAIR_2_T3402682164_H #define KEYVALUEPAIR_2_T3402682164_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3402682164 { public: // TKey System.Collections.Generic.KeyValuePair`2::key AttachmentKeyTuple_t1548106539 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3402682164, ___key_0)); } inline AttachmentKeyTuple_t1548106539 get_key_0() const { return ___key_0; } inline AttachmentKeyTuple_t1548106539 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(AttachmentKeyTuple_t1548106539 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3402682164, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3402682164_H #ifndef TEXTUREWRAP_T2819935362_H #define TEXTUREWRAP_T2819935362_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.TextureWrap struct TextureWrap_t2819935362 { public: // System.Int32 Spine.TextureWrap::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TextureWrap_t2819935362, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTUREWRAP_T2819935362_H #ifndef FORMAT_T2262486444_H #define FORMAT_T2262486444_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Format struct Format_t2262486444 { public: // System.Int32 Spine.Format::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Format_t2262486444, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMAT_T2262486444_H #ifndef TEXTUREFILTER_T1610186802_H #define TEXTUREFILTER_T1610186802_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.TextureFilter struct TextureFilter_t1610186802 { public: // System.Int32 Spine.TextureFilter::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TextureFilter_t1610186802, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTUREFILTER_T1610186802_H #ifndef MESHATTACHMENT_T1975337962_H #define MESHATTACHMENT_T1975337962_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.MeshAttachment struct MeshAttachment_t1975337962 : public VertexAttachment_t4074366829 { public: // System.Single Spine.MeshAttachment::regionOffsetX float ___regionOffsetX_7; // System.Single Spine.MeshAttachment::regionOffsetY float ___regionOffsetY_8; // System.Single Spine.MeshAttachment::regionWidth float ___regionWidth_9; // System.Single Spine.MeshAttachment::regionHeight float ___regionHeight_10; // System.Single Spine.MeshAttachment::regionOriginalWidth float ___regionOriginalWidth_11; // System.Single Spine.MeshAttachment::regionOriginalHeight float ___regionOriginalHeight_12; // Spine.MeshAttachment Spine.MeshAttachment::parentMesh MeshAttachment_t1975337962 * ___parentMesh_13; // System.Single[] Spine.MeshAttachment::uvs SingleU5BU5D_t1444911251* ___uvs_14; // System.Single[] Spine.MeshAttachment::regionUVs SingleU5BU5D_t1444911251* ___regionUVs_15; // System.Int32[] Spine.MeshAttachment::triangles Int32U5BU5D_t385246372* ___triangles_16; // System.Single Spine.MeshAttachment::r float ___r_17; // System.Single Spine.MeshAttachment::g float ___g_18; // System.Single Spine.MeshAttachment::b float ___b_19; // System.Single Spine.MeshAttachment::a float ___a_20; // System.Int32 Spine.MeshAttachment::hulllength int32_t ___hulllength_21; // System.Boolean Spine.MeshAttachment::inheritDeform bool ___inheritDeform_22; // System.String Spine.MeshAttachment::k__BackingField String_t* ___U3CPathU3Ek__BackingField_23; // System.Object Spine.MeshAttachment::k__BackingField RuntimeObject * ___U3CRendererObjectU3Ek__BackingField_24; // System.Single Spine.MeshAttachment::k__BackingField float ___U3CRegionUU3Ek__BackingField_25; // System.Single Spine.MeshAttachment::k__BackingField float ___U3CRegionVU3Ek__BackingField_26; // System.Single Spine.MeshAttachment::k__BackingField float ___U3CRegionU2U3Ek__BackingField_27; // System.Single Spine.MeshAttachment::k__BackingField float ___U3CRegionV2U3Ek__BackingField_28; // System.Boolean Spine.MeshAttachment::k__BackingField bool ___U3CRegionRotateU3Ek__BackingField_29; // System.Int32[] Spine.MeshAttachment::k__BackingField Int32U5BU5D_t385246372* ___U3CEdgesU3Ek__BackingField_30; // System.Single Spine.MeshAttachment::k__BackingField float ___U3CWidthU3Ek__BackingField_31; // System.Single Spine.MeshAttachment::k__BackingField float ___U3CHeightU3Ek__BackingField_32; public: inline static int32_t get_offset_of_regionOffsetX_7() { return static_cast(offsetof(MeshAttachment_t1975337962, ___regionOffsetX_7)); } inline float get_regionOffsetX_7() const { return ___regionOffsetX_7; } inline float* get_address_of_regionOffsetX_7() { return &___regionOffsetX_7; } inline void set_regionOffsetX_7(float value) { ___regionOffsetX_7 = value; } inline static int32_t get_offset_of_regionOffsetY_8() { return static_cast(offsetof(MeshAttachment_t1975337962, ___regionOffsetY_8)); } inline float get_regionOffsetY_8() const { return ___regionOffsetY_8; } inline float* get_address_of_regionOffsetY_8() { return &___regionOffsetY_8; } inline void set_regionOffsetY_8(float value) { ___regionOffsetY_8 = value; } inline static int32_t get_offset_of_regionWidth_9() { return static_cast(offsetof(MeshAttachment_t1975337962, ___regionWidth_9)); } inline float get_regionWidth_9() const { return ___regionWidth_9; } inline float* get_address_of_regionWidth_9() { return &___regionWidth_9; } inline void set_regionWidth_9(float value) { ___regionWidth_9 = value; } inline static int32_t get_offset_of_regionHeight_10() { return static_cast(offsetof(MeshAttachment_t1975337962, ___regionHeight_10)); } inline float get_regionHeight_10() const { return ___regionHeight_10; } inline float* get_address_of_regionHeight_10() { return &___regionHeight_10; } inline void set_regionHeight_10(float value) { ___regionHeight_10 = value; } inline static int32_t get_offset_of_regionOriginalWidth_11() { return static_cast(offsetof(MeshAttachment_t1975337962, ___regionOriginalWidth_11)); } inline float get_regionOriginalWidth_11() const { return ___regionOriginalWidth_11; } inline float* get_address_of_regionOriginalWidth_11() { return &___regionOriginalWidth_11; } inline void set_regionOriginalWidth_11(float value) { ___regionOriginalWidth_11 = value; } inline static int32_t get_offset_of_regionOriginalHeight_12() { return static_cast(offsetof(MeshAttachment_t1975337962, ___regionOriginalHeight_12)); } inline float get_regionOriginalHeight_12() const { return ___regionOriginalHeight_12; } inline float* get_address_of_regionOriginalHeight_12() { return &___regionOriginalHeight_12; } inline void set_regionOriginalHeight_12(float value) { ___regionOriginalHeight_12 = value; } inline static int32_t get_offset_of_parentMesh_13() { return static_cast(offsetof(MeshAttachment_t1975337962, ___parentMesh_13)); } inline MeshAttachment_t1975337962 * get_parentMesh_13() const { return ___parentMesh_13; } inline MeshAttachment_t1975337962 ** get_address_of_parentMesh_13() { return &___parentMesh_13; } inline void set_parentMesh_13(MeshAttachment_t1975337962 * value) { ___parentMesh_13 = value; Il2CppCodeGenWriteBarrier((&___parentMesh_13), value); } inline static int32_t get_offset_of_uvs_14() { return static_cast(offsetof(MeshAttachment_t1975337962, ___uvs_14)); } inline SingleU5BU5D_t1444911251* get_uvs_14() const { return ___uvs_14; } inline SingleU5BU5D_t1444911251** get_address_of_uvs_14() { return &___uvs_14; } inline void set_uvs_14(SingleU5BU5D_t1444911251* value) { ___uvs_14 = value; Il2CppCodeGenWriteBarrier((&___uvs_14), value); } inline static int32_t get_offset_of_regionUVs_15() { return static_cast(offsetof(MeshAttachment_t1975337962, ___regionUVs_15)); } inline SingleU5BU5D_t1444911251* get_regionUVs_15() const { return ___regionUVs_15; } inline SingleU5BU5D_t1444911251** get_address_of_regionUVs_15() { return &___regionUVs_15; } inline void set_regionUVs_15(SingleU5BU5D_t1444911251* value) { ___regionUVs_15 = value; Il2CppCodeGenWriteBarrier((&___regionUVs_15), value); } inline static int32_t get_offset_of_triangles_16() { return static_cast(offsetof(MeshAttachment_t1975337962, ___triangles_16)); } inline Int32U5BU5D_t385246372* get_triangles_16() const { return ___triangles_16; } inline Int32U5BU5D_t385246372** get_address_of_triangles_16() { return &___triangles_16; } inline void set_triangles_16(Int32U5BU5D_t385246372* value) { ___triangles_16 = value; Il2CppCodeGenWriteBarrier((&___triangles_16), value); } inline static int32_t get_offset_of_r_17() { return static_cast(offsetof(MeshAttachment_t1975337962, ___r_17)); } inline float get_r_17() const { return ___r_17; } inline float* get_address_of_r_17() { return &___r_17; } inline void set_r_17(float value) { ___r_17 = value; } inline static int32_t get_offset_of_g_18() { return static_cast(offsetof(MeshAttachment_t1975337962, ___g_18)); } inline float get_g_18() const { return ___g_18; } inline float* get_address_of_g_18() { return &___g_18; } inline void set_g_18(float value) { ___g_18 = value; } inline static int32_t get_offset_of_b_19() { return static_cast(offsetof(MeshAttachment_t1975337962, ___b_19)); } inline float get_b_19() const { return ___b_19; } inline float* get_address_of_b_19() { return &___b_19; } inline void set_b_19(float value) { ___b_19 = value; } inline static int32_t get_offset_of_a_20() { return static_cast(offsetof(MeshAttachment_t1975337962, ___a_20)); } inline float get_a_20() const { return ___a_20; } inline float* get_address_of_a_20() { return &___a_20; } inline void set_a_20(float value) { ___a_20 = value; } inline static int32_t get_offset_of_hulllength_21() { return static_cast(offsetof(MeshAttachment_t1975337962, ___hulllength_21)); } inline int32_t get_hulllength_21() const { return ___hulllength_21; } inline int32_t* get_address_of_hulllength_21() { return &___hulllength_21; } inline void set_hulllength_21(int32_t value) { ___hulllength_21 = value; } inline static int32_t get_offset_of_inheritDeform_22() { return static_cast(offsetof(MeshAttachment_t1975337962, ___inheritDeform_22)); } inline bool get_inheritDeform_22() const { return ___inheritDeform_22; } inline bool* get_address_of_inheritDeform_22() { return &___inheritDeform_22; } inline void set_inheritDeform_22(bool value) { ___inheritDeform_22 = value; } inline static int32_t get_offset_of_U3CPathU3Ek__BackingField_23() { return static_cast(offsetof(MeshAttachment_t1975337962, ___U3CPathU3Ek__BackingField_23)); } inline String_t* get_U3CPathU3Ek__BackingField_23() const { return ___U3CPathU3Ek__BackingField_23; } inline String_t** get_address_of_U3CPathU3Ek__BackingField_23() { return &___U3CPathU3Ek__BackingField_23; } inline void set_U3CPathU3Ek__BackingField_23(String_t* value) { ___U3CPathU3Ek__BackingField_23 = value; Il2CppCodeGenWriteBarrier((&___U3CPathU3Ek__BackingField_23), value); } inline static int32_t get_offset_of_U3CRendererObjectU3Ek__BackingField_24() { return static_cast(offsetof(MeshAttachment_t1975337962, ___U3CRendererObjectU3Ek__BackingField_24)); } inline RuntimeObject * get_U3CRendererObjectU3Ek__BackingField_24() const { return ___U3CRendererObjectU3Ek__BackingField_24; } inline RuntimeObject ** get_address_of_U3CRendererObjectU3Ek__BackingField_24() { return &___U3CRendererObjectU3Ek__BackingField_24; } inline void set_U3CRendererObjectU3Ek__BackingField_24(RuntimeObject * value) { ___U3CRendererObjectU3Ek__BackingField_24 = value; Il2CppCodeGenWriteBarrier((&___U3CRendererObjectU3Ek__BackingField_24), value); } inline static int32_t get_offset_of_U3CRegionUU3Ek__BackingField_25() { return static_cast(offsetof(MeshAttachment_t1975337962, ___U3CRegionUU3Ek__BackingField_25)); } inline float get_U3CRegionUU3Ek__BackingField_25() const { return ___U3CRegionUU3Ek__BackingField_25; } inline float* get_address_of_U3CRegionUU3Ek__BackingField_25() { return &___U3CRegionUU3Ek__BackingField_25; } inline void set_U3CRegionUU3Ek__BackingField_25(float value) { ___U3CRegionUU3Ek__BackingField_25 = value; } inline static int32_t get_offset_of_U3CRegionVU3Ek__BackingField_26() { return static_cast(offsetof(MeshAttachment_t1975337962, ___U3CRegionVU3Ek__BackingField_26)); } inline float get_U3CRegionVU3Ek__BackingField_26() const { return ___U3CRegionVU3Ek__BackingField_26; } inline float* get_address_of_U3CRegionVU3Ek__BackingField_26() { return &___U3CRegionVU3Ek__BackingField_26; } inline void set_U3CRegionVU3Ek__BackingField_26(float value) { ___U3CRegionVU3Ek__BackingField_26 = value; } inline static int32_t get_offset_of_U3CRegionU2U3Ek__BackingField_27() { return static_cast(offsetof(MeshAttachment_t1975337962, ___U3CRegionU2U3Ek__BackingField_27)); } inline float get_U3CRegionU2U3Ek__BackingField_27() const { return ___U3CRegionU2U3Ek__BackingField_27; } inline float* get_address_of_U3CRegionU2U3Ek__BackingField_27() { return &___U3CRegionU2U3Ek__BackingField_27; } inline void set_U3CRegionU2U3Ek__BackingField_27(float value) { ___U3CRegionU2U3Ek__BackingField_27 = value; } inline static int32_t get_offset_of_U3CRegionV2U3Ek__BackingField_28() { return static_cast(offsetof(MeshAttachment_t1975337962, ___U3CRegionV2U3Ek__BackingField_28)); } inline float get_U3CRegionV2U3Ek__BackingField_28() const { return ___U3CRegionV2U3Ek__BackingField_28; } inline float* get_address_of_U3CRegionV2U3Ek__BackingField_28() { return &___U3CRegionV2U3Ek__BackingField_28; } inline void set_U3CRegionV2U3Ek__BackingField_28(float value) { ___U3CRegionV2U3Ek__BackingField_28 = value; } inline static int32_t get_offset_of_U3CRegionRotateU3Ek__BackingField_29() { return static_cast(offsetof(MeshAttachment_t1975337962, ___U3CRegionRotateU3Ek__BackingField_29)); } inline bool get_U3CRegionRotateU3Ek__BackingField_29() const { return ___U3CRegionRotateU3Ek__BackingField_29; } inline bool* get_address_of_U3CRegionRotateU3Ek__BackingField_29() { return &___U3CRegionRotateU3Ek__BackingField_29; } inline void set_U3CRegionRotateU3Ek__BackingField_29(bool value) { ___U3CRegionRotateU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_U3CEdgesU3Ek__BackingField_30() { return static_cast(offsetof(MeshAttachment_t1975337962, ___U3CEdgesU3Ek__BackingField_30)); } inline Int32U5BU5D_t385246372* get_U3CEdgesU3Ek__BackingField_30() const { return ___U3CEdgesU3Ek__BackingField_30; } inline Int32U5BU5D_t385246372** get_address_of_U3CEdgesU3Ek__BackingField_30() { return &___U3CEdgesU3Ek__BackingField_30; } inline void set_U3CEdgesU3Ek__BackingField_30(Int32U5BU5D_t385246372* value) { ___U3CEdgesU3Ek__BackingField_30 = value; Il2CppCodeGenWriteBarrier((&___U3CEdgesU3Ek__BackingField_30), value); } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_31() { return static_cast(offsetof(MeshAttachment_t1975337962, ___U3CWidthU3Ek__BackingField_31)); } inline float get_U3CWidthU3Ek__BackingField_31() const { return ___U3CWidthU3Ek__BackingField_31; } inline float* get_address_of_U3CWidthU3Ek__BackingField_31() { return &___U3CWidthU3Ek__BackingField_31; } inline void set_U3CWidthU3Ek__BackingField_31(float value) { ___U3CWidthU3Ek__BackingField_31 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_32() { return static_cast(offsetof(MeshAttachment_t1975337962, ___U3CHeightU3Ek__BackingField_32)); } inline float get_U3CHeightU3Ek__BackingField_32() const { return ___U3CHeightU3Ek__BackingField_32; } inline float* get_address_of_U3CHeightU3Ek__BackingField_32() { return &___U3CHeightU3Ek__BackingField_32; } inline void set_U3CHeightU3Ek__BackingField_32(float value) { ___U3CHeightU3Ek__BackingField_32 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESHATTACHMENT_T1975337962_H #ifndef BOUNDINGBOXATTACHMENT_T2797506510_H #define BOUNDINGBOXATTACHMENT_T2797506510_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.BoundingBoxAttachment struct BoundingBoxAttachment_t2797506510 : public VertexAttachment_t4074366829 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOUNDINGBOXATTACHMENT_T2797506510_H #ifndef PATHATTACHMENT_T3565151060_H #define PATHATTACHMENT_T3565151060_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.PathAttachment struct PathAttachment_t3565151060 : public VertexAttachment_t4074366829 { public: // System.Single[] Spine.PathAttachment::lengths SingleU5BU5D_t1444911251* ___lengths_7; // System.Boolean Spine.PathAttachment::closed bool ___closed_8; // System.Boolean Spine.PathAttachment::constantSpeed bool ___constantSpeed_9; public: inline static int32_t get_offset_of_lengths_7() { return static_cast(offsetof(PathAttachment_t3565151060, ___lengths_7)); } inline SingleU5BU5D_t1444911251* get_lengths_7() const { return ___lengths_7; } inline SingleU5BU5D_t1444911251** get_address_of_lengths_7() { return &___lengths_7; } inline void set_lengths_7(SingleU5BU5D_t1444911251* value) { ___lengths_7 = value; Il2CppCodeGenWriteBarrier((&___lengths_7), value); } inline static int32_t get_offset_of_closed_8() { return static_cast(offsetof(PathAttachment_t3565151060, ___closed_8)); } inline bool get_closed_8() const { return ___closed_8; } inline bool* get_address_of_closed_8() { return &___closed_8; } inline void set_closed_8(bool value) { ___closed_8 = value; } inline static int32_t get_offset_of_constantSpeed_9() { return static_cast(offsetof(PathAttachment_t3565151060, ___constantSpeed_9)); } inline bool get_constantSpeed_9() const { return ___constantSpeed_9; } inline bool* get_address_of_constantSpeed_9() { return &___constantSpeed_9; } inline void set_constantSpeed_9(bool value) { ___constantSpeed_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATHATTACHMENT_T3565151060_H #ifndef CLIPPINGATTACHMENT_T2586274570_H #define CLIPPINGATTACHMENT_T2586274570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ClippingAttachment struct ClippingAttachment_t2586274570 : public VertexAttachment_t4074366829 { public: // Spine.SlotData Spine.ClippingAttachment::endSlot SlotData_t154801902 * ___endSlot_7; public: inline static int32_t get_offset_of_endSlot_7() { return static_cast(offsetof(ClippingAttachment_t2586274570, ___endSlot_7)); } inline SlotData_t154801902 * get_endSlot_7() const { return ___endSlot_7; } inline SlotData_t154801902 ** get_address_of_endSlot_7() { return &___endSlot_7; } inline void set_endSlot_7(SlotData_t154801902 * value) { ___endSlot_7 = value; Il2CppCodeGenWriteBarrier((&___endSlot_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLIPPINGATTACHMENT_T2586274570_H #ifndef RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t3027515415, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255370_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255370_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255370 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255370_StaticFields { public: // /$ArrayType=20 ::$field-B6E6EA57C32297E83203480EE50A22C3581AA09C U24ArrayTypeU3D20_t1702832645 ___U24fieldU2DB6E6EA57C32297E83203480EE50A22C3581AA09C_0; // /$ArrayType=24 ::$field-6D78A7DEB7B1A2A73F2CDFA8EFC4FE6DDCC4E47A U24ArrayTypeU3D24_t2467506693 ___U24fieldU2D6D78A7DEB7B1A2A73F2CDFA8EFC4FE6DDCC4E47A_1; // /$ArrayType=24 ::$field-23447D2BC3FF6984AB09F575BC63CFE460337394 U24ArrayTypeU3D24_t2467506693 ___U24fieldU2D23447D2BC3FF6984AB09F575BC63CFE460337394_2; public: inline static int32_t get_offset_of_U24fieldU2DB6E6EA57C32297E83203480EE50A22C3581AA09C_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255370_StaticFields, ___U24fieldU2DB6E6EA57C32297E83203480EE50A22C3581AA09C_0)); } inline U24ArrayTypeU3D20_t1702832645 get_U24fieldU2DB6E6EA57C32297E83203480EE50A22C3581AA09C_0() const { return ___U24fieldU2DB6E6EA57C32297E83203480EE50A22C3581AA09C_0; } inline U24ArrayTypeU3D20_t1702832645 * get_address_of_U24fieldU2DB6E6EA57C32297E83203480EE50A22C3581AA09C_0() { return &___U24fieldU2DB6E6EA57C32297E83203480EE50A22C3581AA09C_0; } inline void set_U24fieldU2DB6E6EA57C32297E83203480EE50A22C3581AA09C_0(U24ArrayTypeU3D20_t1702832645 value) { ___U24fieldU2DB6E6EA57C32297E83203480EE50A22C3581AA09C_0 = value; } inline static int32_t get_offset_of_U24fieldU2D6D78A7DEB7B1A2A73F2CDFA8EFC4FE6DDCC4E47A_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255370_StaticFields, ___U24fieldU2D6D78A7DEB7B1A2A73F2CDFA8EFC4FE6DDCC4E47A_1)); } inline U24ArrayTypeU3D24_t2467506693 get_U24fieldU2D6D78A7DEB7B1A2A73F2CDFA8EFC4FE6DDCC4E47A_1() const { return ___U24fieldU2D6D78A7DEB7B1A2A73F2CDFA8EFC4FE6DDCC4E47A_1; } inline U24ArrayTypeU3D24_t2467506693 * get_address_of_U24fieldU2D6D78A7DEB7B1A2A73F2CDFA8EFC4FE6DDCC4E47A_1() { return &___U24fieldU2D6D78A7DEB7B1A2A73F2CDFA8EFC4FE6DDCC4E47A_1; } inline void set_U24fieldU2D6D78A7DEB7B1A2A73F2CDFA8EFC4FE6DDCC4E47A_1(U24ArrayTypeU3D24_t2467506693 value) { ___U24fieldU2D6D78A7DEB7B1A2A73F2CDFA8EFC4FE6DDCC4E47A_1 = value; } inline static int32_t get_offset_of_U24fieldU2D23447D2BC3FF6984AB09F575BC63CFE460337394_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255370_StaticFields, ___U24fieldU2D23447D2BC3FF6984AB09F575BC63CFE460337394_2)); } inline U24ArrayTypeU3D24_t2467506693 get_U24fieldU2D23447D2BC3FF6984AB09F575BC63CFE460337394_2() const { return ___U24fieldU2D23447D2BC3FF6984AB09F575BC63CFE460337394_2; } inline U24ArrayTypeU3D24_t2467506693 * get_address_of_U24fieldU2D23447D2BC3FF6984AB09F575BC63CFE460337394_2() { return &___U24fieldU2D23447D2BC3FF6984AB09F575BC63CFE460337394_2; } inline void set_U24fieldU2D23447D2BC3FF6984AB09F575BC63CFE460337394_2(U24ArrayTypeU3D24_t2467506693 value) { ___U24fieldU2D23447D2BC3FF6984AB09F575BC63CFE460337394_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255370_H #ifndef TOKEN_T2243639121_H #define TOKEN_T2243639121_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SharpJson.Lexer/Token struct Token_t2243639121 { public: // System.Int32 SharpJson.Lexer/Token::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Token_t2243639121, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOKEN_T2243639121_H #ifndef NUMBERSTYLES_T617258130_H #define NUMBERSTYLES_T617258130_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberStyles struct NumberStyles_t617258130 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NumberStyles_t617258130, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERSTYLES_T617258130_H #ifndef MIXBLEND_T889943025_H #define MIXBLEND_T889943025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.MixBlend struct MixBlend_t889943025 { public: // System.Int32 Spine.MixBlend::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MixBlend_t889943025, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MIXBLEND_T889943025_H #ifndef MIXDIRECTION_T3149175205_H #define MIXDIRECTION_T3149175205_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.MixDirection struct MixDirection_t3149175205 { public: // System.Int32 Spine.MixDirection::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MixDirection_t3149175205, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MIXDIRECTION_T3149175205_H #ifndef DELEGATE_T1188392813_H #define DELEGATE_T1188392813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Delegate struct Delegate_t1188392813 : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_5; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_6; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_7; // System.DelegateData System.Delegate::data DelegateData_t1677132599 * ___data_8; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t1188392813, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t1188392813, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t1188392813, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((&___m_target_2), value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t1188392813, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t1188392813, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_method_code_5() { return static_cast(offsetof(Delegate_t1188392813, ___method_code_5)); } inline intptr_t get_method_code_5() const { return ___method_code_5; } inline intptr_t* get_address_of_method_code_5() { return &___method_code_5; } inline void set_method_code_5(intptr_t value) { ___method_code_5 = value; } inline static int32_t get_offset_of_method_info_6() { return static_cast(offsetof(Delegate_t1188392813, ___method_info_6)); } inline MethodInfo_t * get_method_info_6() const { return ___method_info_6; } inline MethodInfo_t ** get_address_of_method_info_6() { return &___method_info_6; } inline void set_method_info_6(MethodInfo_t * value) { ___method_info_6 = value; Il2CppCodeGenWriteBarrier((&___method_info_6), value); } inline static int32_t get_offset_of_original_method_info_7() { return static_cast(offsetof(Delegate_t1188392813, ___original_method_info_7)); } inline MethodInfo_t * get_original_method_info_7() const { return ___original_method_info_7; } inline MethodInfo_t ** get_address_of_original_method_info_7() { return &___original_method_info_7; } inline void set_original_method_info_7(MethodInfo_t * value) { ___original_method_info_7 = value; Il2CppCodeGenWriteBarrier((&___original_method_info_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(Delegate_t1188392813, ___data_8)); } inline DelegateData_t1677132599 * get_data_8() const { return ___data_8; } inline DelegateData_t1677132599 ** get_address_of_data_8() { return &___data_8; } inline void set_data_8(DelegateData_t1677132599 * value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATE_T1188392813_H #ifndef ARGUMENTEXCEPTION_T132251570_H #define ARGUMENTEXCEPTION_T132251570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentException struct ArgumentException_t132251570 : public SystemException_t176217640 { public: // System.String System.ArgumentException::param_name String_t* ___param_name_12; public: inline static int32_t get_offset_of_param_name_12() { return static_cast(offsetof(ArgumentException_t132251570, ___param_name_12)); } inline String_t* get_param_name_12() const { return ___param_name_12; } inline String_t** get_address_of_param_name_12() { return &___param_name_12; } inline void set_param_name_12(String_t* value) { ___param_name_12 = value; Il2CppCodeGenWriteBarrier((&___param_name_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_T132251570_H #ifndef IOEXCEPTION_T4088381929_H #define IOEXCEPTION_T4088381929_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.IOException struct IOException_t4088381929 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IOEXCEPTION_T4088381929_H #ifndef ROTATEMODE_T2880286220_H #define ROTATEMODE_T2880286220_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.RotateMode struct RotateMode_t2880286220 { public: // System.Int32 Spine.RotateMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RotateMode_t2880286220, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROTATEMODE_T2880286220_H #ifndef SPACINGMODE_T3020059698_H #define SPACINGMODE_T3020059698_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.SpacingMode struct SpacingMode_t3020059698 { public: // System.Int32 Spine.SpacingMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SpacingMode_t3020059698, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SPACINGMODE_T3020059698_H #ifndef POWOUT_T1726912037_H #define POWOUT_T1726912037_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.PowOut struct PowOut_t1726912037 : public Pow_t1543183077 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POWOUT_T1726912037_H #ifndef POSITIONMODE_T2435325583_H #define POSITIONMODE_T2435325583_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.PositionMode struct PositionMode_t2435325583 { public: // System.Int32 Spine.PositionMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PositionMode_t2435325583, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POSITIONMODE_T2435325583_H #ifndef EVENTTYPE_T1835192406_H #define EVENTTYPE_T1835192406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.EventQueue/EventType struct EventType_t1835192406 { public: // System.Int32 Spine.EventQueue/EventType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EventType_t1835192406, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTTYPE_T1835192406_H #ifndef PATHCONSTRAINTSPACINGTIMELINE_T1125597164_H #define PATHCONSTRAINTSPACINGTIMELINE_T1125597164_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.PathConstraintSpacingTimeline struct PathConstraintSpacingTimeline_t1125597164 : public PathConstraintPositionTimeline_t1963796833 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATHCONSTRAINTSPACINGTIMELINE_T1125597164_H #ifndef ATTACHMENTTYPE_T1460157544_H #define ATTACHMENTTYPE_T1460157544_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.AttachmentType struct AttachmentType_t1460157544 { public: // System.Int32 Spine.AttachmentType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AttachmentType_t1460157544, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTACHMENTTYPE_T1460157544_H #ifndef SHEARTIMELINE_T3812859450_H #define SHEARTIMELINE_T3812859450_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ShearTimeline struct ShearTimeline_t3812859450 : public TranslateTimeline_t2733426737 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHEARTIMELINE_T3812859450_H #ifndef SCALETIMELINE_T1810411048_H #define SCALETIMELINE_T1810411048_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ScaleTimeline struct ScaleTimeline_t1810411048 : public TranslateTimeline_t2733426737 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCALETIMELINE_T1810411048_H #ifndef BLENDMODE_T358635744_H #define BLENDMODE_T358635744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.BlendMode struct BlendMode_t358635744 { public: // System.Int32 Spine.BlendMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BlendMode_t358635744, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BLENDMODE_T358635744_H #ifndef TRANSFORMMODE_T614987360_H #define TRANSFORMMODE_T614987360_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.TransformMode struct TransformMode_t614987360 { public: // System.Int32 Spine.TransformMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TransformMode_t614987360, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRANSFORMMODE_T614987360_H #ifndef ARGUMENTNULLEXCEPTION_T1615371798_H #define ARGUMENTNULLEXCEPTION_T1615371798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentNullException struct ArgumentNullException_t1615371798 : public ArgumentException_t132251570 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTNULLEXCEPTION_T1615371798_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t1188392813 { public: // System.MulticastDelegate System.MulticastDelegate::prev MulticastDelegate_t * ___prev_9; // System.MulticastDelegate System.MulticastDelegate::kpm_next MulticastDelegate_t * ___kpm_next_10; public: inline static int32_t get_offset_of_prev_9() { return static_cast(offsetof(MulticastDelegate_t, ___prev_9)); } inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; } inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; } inline void set_prev_9(MulticastDelegate_t * value) { ___prev_9 = value; Il2CppCodeGenWriteBarrier((&___prev_9), value); } inline static int32_t get_offset_of_kpm_next_10() { return static_cast(offsetof(MulticastDelegate_t, ___kpm_next_10)); } inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; } inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; } inline void set_kpm_next_10(MulticastDelegate_t * value) { ___kpm_next_10 = value; Il2CppCodeGenWriteBarrier((&___kpm_next_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTDELEGATE_T_H #ifndef ENDOFSTREAMEXCEPTION_T2015613008_H #define ENDOFSTREAMEXCEPTION_T2015613008_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.EndOfStreamException struct EndOfStreamException_t2015613008 : public IOException_t4088381929 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENDOFSTREAMEXCEPTION_T2015613008_H #ifndef TRACKENTRY_T1316488441_H #define TRACKENTRY_T1316488441_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.TrackEntry struct TrackEntry_t1316488441 : public RuntimeObject { public: // Spine.Animation Spine.TrackEntry::animation Animation_t615783283 * ___animation_0; // Spine.TrackEntry Spine.TrackEntry::next TrackEntry_t1316488441 * ___next_1; // Spine.TrackEntry Spine.TrackEntry::mixingFrom TrackEntry_t1316488441 * ___mixingFrom_2; // Spine.TrackEntry Spine.TrackEntry::mixingTo TrackEntry_t1316488441 * ___mixingTo_3; // System.Int32 Spine.TrackEntry::trackIndex int32_t ___trackIndex_4; // System.Boolean Spine.TrackEntry::loop bool ___loop_5; // System.Boolean Spine.TrackEntry::holdPrevious bool ___holdPrevious_6; // System.Single Spine.TrackEntry::eventThreshold float ___eventThreshold_7; // System.Single Spine.TrackEntry::attachmentThreshold float ___attachmentThreshold_8; // System.Single Spine.TrackEntry::drawOrderThreshold float ___drawOrderThreshold_9; // System.Single Spine.TrackEntry::animationStart float ___animationStart_10; // System.Single Spine.TrackEntry::animationEnd float ___animationEnd_11; // System.Single Spine.TrackEntry::animationLast float ___animationLast_12; // System.Single Spine.TrackEntry::nextAnimationLast float ___nextAnimationLast_13; // System.Single Spine.TrackEntry::delay float ___delay_14; // System.Single Spine.TrackEntry::trackTime float ___trackTime_15; // System.Single Spine.TrackEntry::trackLast float ___trackLast_16; // System.Single Spine.TrackEntry::nextTrackLast float ___nextTrackLast_17; // System.Single Spine.TrackEntry::trackEnd float ___trackEnd_18; // System.Single Spine.TrackEntry::timeScale float ___timeScale_19; // System.Single Spine.TrackEntry::alpha float ___alpha_20; // System.Single Spine.TrackEntry::mixTime float ___mixTime_21; // System.Single Spine.TrackEntry::mixDuration float ___mixDuration_22; // System.Single Spine.TrackEntry::interruptAlpha float ___interruptAlpha_23; // System.Single Spine.TrackEntry::totalAlpha float ___totalAlpha_24; // Spine.MixBlend Spine.TrackEntry::mixBlend int32_t ___mixBlend_25; // Spine.ExposedList`1 Spine.TrackEntry::timelineMode ExposedList_1_t1363090323 * ___timelineMode_26; // Spine.ExposedList`1 Spine.TrackEntry::timelineHoldMix ExposedList_1_t4023600307 * ___timelineHoldMix_27; // Spine.ExposedList`1 Spine.TrackEntry::timelinesRotation ExposedList_1_t4104378640 * ___timelinesRotation_28; // Spine.AnimationState/TrackEntryDelegate Spine.TrackEntry::Interrupt TrackEntryDelegate_t363257942 * ___Interrupt_29; // Spine.AnimationState/TrackEntryDelegate Spine.TrackEntry::End TrackEntryDelegate_t363257942 * ___End_30; // Spine.AnimationState/TrackEntryDelegate Spine.TrackEntry::Dispose TrackEntryDelegate_t363257942 * ___Dispose_31; // Spine.AnimationState/TrackEntryDelegate Spine.TrackEntry::Complete TrackEntryDelegate_t363257942 * ___Complete_32; // Spine.AnimationState/TrackEntryDelegate Spine.TrackEntry::Start TrackEntryDelegate_t363257942 * ___Start_33; // Spine.AnimationState/TrackEntryEventDelegate Spine.TrackEntry::Event TrackEntryEventDelegate_t1653995044 * ___Event_34; public: inline static int32_t get_offset_of_animation_0() { return static_cast(offsetof(TrackEntry_t1316488441, ___animation_0)); } inline Animation_t615783283 * get_animation_0() const { return ___animation_0; } inline Animation_t615783283 ** get_address_of_animation_0() { return &___animation_0; } inline void set_animation_0(Animation_t615783283 * value) { ___animation_0 = value; Il2CppCodeGenWriteBarrier((&___animation_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(TrackEntry_t1316488441, ___next_1)); } inline TrackEntry_t1316488441 * get_next_1() const { return ___next_1; } inline TrackEntry_t1316488441 ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(TrackEntry_t1316488441 * value) { ___next_1 = value; Il2CppCodeGenWriteBarrier((&___next_1), value); } inline static int32_t get_offset_of_mixingFrom_2() { return static_cast(offsetof(TrackEntry_t1316488441, ___mixingFrom_2)); } inline TrackEntry_t1316488441 * get_mixingFrom_2() const { return ___mixingFrom_2; } inline TrackEntry_t1316488441 ** get_address_of_mixingFrom_2() { return &___mixingFrom_2; } inline void set_mixingFrom_2(TrackEntry_t1316488441 * value) { ___mixingFrom_2 = value; Il2CppCodeGenWriteBarrier((&___mixingFrom_2), value); } inline static int32_t get_offset_of_mixingTo_3() { return static_cast(offsetof(TrackEntry_t1316488441, ___mixingTo_3)); } inline TrackEntry_t1316488441 * get_mixingTo_3() const { return ___mixingTo_3; } inline TrackEntry_t1316488441 ** get_address_of_mixingTo_3() { return &___mixingTo_3; } inline void set_mixingTo_3(TrackEntry_t1316488441 * value) { ___mixingTo_3 = value; Il2CppCodeGenWriteBarrier((&___mixingTo_3), value); } inline static int32_t get_offset_of_trackIndex_4() { return static_cast(offsetof(TrackEntry_t1316488441, ___trackIndex_4)); } inline int32_t get_trackIndex_4() const { return ___trackIndex_4; } inline int32_t* get_address_of_trackIndex_4() { return &___trackIndex_4; } inline void set_trackIndex_4(int32_t value) { ___trackIndex_4 = value; } inline static int32_t get_offset_of_loop_5() { return static_cast(offsetof(TrackEntry_t1316488441, ___loop_5)); } inline bool get_loop_5() const { return ___loop_5; } inline bool* get_address_of_loop_5() { return &___loop_5; } inline void set_loop_5(bool value) { ___loop_5 = value; } inline static int32_t get_offset_of_holdPrevious_6() { return static_cast(offsetof(TrackEntry_t1316488441, ___holdPrevious_6)); } inline bool get_holdPrevious_6() const { return ___holdPrevious_6; } inline bool* get_address_of_holdPrevious_6() { return &___holdPrevious_6; } inline void set_holdPrevious_6(bool value) { ___holdPrevious_6 = value; } inline static int32_t get_offset_of_eventThreshold_7() { return static_cast(offsetof(TrackEntry_t1316488441, ___eventThreshold_7)); } inline float get_eventThreshold_7() const { return ___eventThreshold_7; } inline float* get_address_of_eventThreshold_7() { return &___eventThreshold_7; } inline void set_eventThreshold_7(float value) { ___eventThreshold_7 = value; } inline static int32_t get_offset_of_attachmentThreshold_8() { return static_cast(offsetof(TrackEntry_t1316488441, ___attachmentThreshold_8)); } inline float get_attachmentThreshold_8() const { return ___attachmentThreshold_8; } inline float* get_address_of_attachmentThreshold_8() { return &___attachmentThreshold_8; } inline void set_attachmentThreshold_8(float value) { ___attachmentThreshold_8 = value; } inline static int32_t get_offset_of_drawOrderThreshold_9() { return static_cast(offsetof(TrackEntry_t1316488441, ___drawOrderThreshold_9)); } inline float get_drawOrderThreshold_9() const { return ___drawOrderThreshold_9; } inline float* get_address_of_drawOrderThreshold_9() { return &___drawOrderThreshold_9; } inline void set_drawOrderThreshold_9(float value) { ___drawOrderThreshold_9 = value; } inline static int32_t get_offset_of_animationStart_10() { return static_cast(offsetof(TrackEntry_t1316488441, ___animationStart_10)); } inline float get_animationStart_10() const { return ___animationStart_10; } inline float* get_address_of_animationStart_10() { return &___animationStart_10; } inline void set_animationStart_10(float value) { ___animationStart_10 = value; } inline static int32_t get_offset_of_animationEnd_11() { return static_cast(offsetof(TrackEntry_t1316488441, ___animationEnd_11)); } inline float get_animationEnd_11() const { return ___animationEnd_11; } inline float* get_address_of_animationEnd_11() { return &___animationEnd_11; } inline void set_animationEnd_11(float value) { ___animationEnd_11 = value; } inline static int32_t get_offset_of_animationLast_12() { return static_cast(offsetof(TrackEntry_t1316488441, ___animationLast_12)); } inline float get_animationLast_12() const { return ___animationLast_12; } inline float* get_address_of_animationLast_12() { return &___animationLast_12; } inline void set_animationLast_12(float value) { ___animationLast_12 = value; } inline static int32_t get_offset_of_nextAnimationLast_13() { return static_cast(offsetof(TrackEntry_t1316488441, ___nextAnimationLast_13)); } inline float get_nextAnimationLast_13() const { return ___nextAnimationLast_13; } inline float* get_address_of_nextAnimationLast_13() { return &___nextAnimationLast_13; } inline void set_nextAnimationLast_13(float value) { ___nextAnimationLast_13 = value; } inline static int32_t get_offset_of_delay_14() { return static_cast(offsetof(TrackEntry_t1316488441, ___delay_14)); } inline float get_delay_14() const { return ___delay_14; } inline float* get_address_of_delay_14() { return &___delay_14; } inline void set_delay_14(float value) { ___delay_14 = value; } inline static int32_t get_offset_of_trackTime_15() { return static_cast(offsetof(TrackEntry_t1316488441, ___trackTime_15)); } inline float get_trackTime_15() const { return ___trackTime_15; } inline float* get_address_of_trackTime_15() { return &___trackTime_15; } inline void set_trackTime_15(float value) { ___trackTime_15 = value; } inline static int32_t get_offset_of_trackLast_16() { return static_cast(offsetof(TrackEntry_t1316488441, ___trackLast_16)); } inline float get_trackLast_16() const { return ___trackLast_16; } inline float* get_address_of_trackLast_16() { return &___trackLast_16; } inline void set_trackLast_16(float value) { ___trackLast_16 = value; } inline static int32_t get_offset_of_nextTrackLast_17() { return static_cast(offsetof(TrackEntry_t1316488441, ___nextTrackLast_17)); } inline float get_nextTrackLast_17() const { return ___nextTrackLast_17; } inline float* get_address_of_nextTrackLast_17() { return &___nextTrackLast_17; } inline void set_nextTrackLast_17(float value) { ___nextTrackLast_17 = value; } inline static int32_t get_offset_of_trackEnd_18() { return static_cast(offsetof(TrackEntry_t1316488441, ___trackEnd_18)); } inline float get_trackEnd_18() const { return ___trackEnd_18; } inline float* get_address_of_trackEnd_18() { return &___trackEnd_18; } inline void set_trackEnd_18(float value) { ___trackEnd_18 = value; } inline static int32_t get_offset_of_timeScale_19() { return static_cast(offsetof(TrackEntry_t1316488441, ___timeScale_19)); } inline float get_timeScale_19() const { return ___timeScale_19; } inline float* get_address_of_timeScale_19() { return &___timeScale_19; } inline void set_timeScale_19(float value) { ___timeScale_19 = value; } inline static int32_t get_offset_of_alpha_20() { return static_cast(offsetof(TrackEntry_t1316488441, ___alpha_20)); } inline float get_alpha_20() const { return ___alpha_20; } inline float* get_address_of_alpha_20() { return &___alpha_20; } inline void set_alpha_20(float value) { ___alpha_20 = value; } inline static int32_t get_offset_of_mixTime_21() { return static_cast(offsetof(TrackEntry_t1316488441, ___mixTime_21)); } inline float get_mixTime_21() const { return ___mixTime_21; } inline float* get_address_of_mixTime_21() { return &___mixTime_21; } inline void set_mixTime_21(float value) { ___mixTime_21 = value; } inline static int32_t get_offset_of_mixDuration_22() { return static_cast(offsetof(TrackEntry_t1316488441, ___mixDuration_22)); } inline float get_mixDuration_22() const { return ___mixDuration_22; } inline float* get_address_of_mixDuration_22() { return &___mixDuration_22; } inline void set_mixDuration_22(float value) { ___mixDuration_22 = value; } inline static int32_t get_offset_of_interruptAlpha_23() { return static_cast(offsetof(TrackEntry_t1316488441, ___interruptAlpha_23)); } inline float get_interruptAlpha_23() const { return ___interruptAlpha_23; } inline float* get_address_of_interruptAlpha_23() { return &___interruptAlpha_23; } inline void set_interruptAlpha_23(float value) { ___interruptAlpha_23 = value; } inline static int32_t get_offset_of_totalAlpha_24() { return static_cast(offsetof(TrackEntry_t1316488441, ___totalAlpha_24)); } inline float get_totalAlpha_24() const { return ___totalAlpha_24; } inline float* get_address_of_totalAlpha_24() { return &___totalAlpha_24; } inline void set_totalAlpha_24(float value) { ___totalAlpha_24 = value; } inline static int32_t get_offset_of_mixBlend_25() { return static_cast(offsetof(TrackEntry_t1316488441, ___mixBlend_25)); } inline int32_t get_mixBlend_25() const { return ___mixBlend_25; } inline int32_t* get_address_of_mixBlend_25() { return &___mixBlend_25; } inline void set_mixBlend_25(int32_t value) { ___mixBlend_25 = value; } inline static int32_t get_offset_of_timelineMode_26() { return static_cast(offsetof(TrackEntry_t1316488441, ___timelineMode_26)); } inline ExposedList_1_t1363090323 * get_timelineMode_26() const { return ___timelineMode_26; } inline ExposedList_1_t1363090323 ** get_address_of_timelineMode_26() { return &___timelineMode_26; } inline void set_timelineMode_26(ExposedList_1_t1363090323 * value) { ___timelineMode_26 = value; Il2CppCodeGenWriteBarrier((&___timelineMode_26), value); } inline static int32_t get_offset_of_timelineHoldMix_27() { return static_cast(offsetof(TrackEntry_t1316488441, ___timelineHoldMix_27)); } inline ExposedList_1_t4023600307 * get_timelineHoldMix_27() const { return ___timelineHoldMix_27; } inline ExposedList_1_t4023600307 ** get_address_of_timelineHoldMix_27() { return &___timelineHoldMix_27; } inline void set_timelineHoldMix_27(ExposedList_1_t4023600307 * value) { ___timelineHoldMix_27 = value; Il2CppCodeGenWriteBarrier((&___timelineHoldMix_27), value); } inline static int32_t get_offset_of_timelinesRotation_28() { return static_cast(offsetof(TrackEntry_t1316488441, ___timelinesRotation_28)); } inline ExposedList_1_t4104378640 * get_timelinesRotation_28() const { return ___timelinesRotation_28; } inline ExposedList_1_t4104378640 ** get_address_of_timelinesRotation_28() { return &___timelinesRotation_28; } inline void set_timelinesRotation_28(ExposedList_1_t4104378640 * value) { ___timelinesRotation_28 = value; Il2CppCodeGenWriteBarrier((&___timelinesRotation_28), value); } inline static int32_t get_offset_of_Interrupt_29() { return static_cast(offsetof(TrackEntry_t1316488441, ___Interrupt_29)); } inline TrackEntryDelegate_t363257942 * get_Interrupt_29() const { return ___Interrupt_29; } inline TrackEntryDelegate_t363257942 ** get_address_of_Interrupt_29() { return &___Interrupt_29; } inline void set_Interrupt_29(TrackEntryDelegate_t363257942 * value) { ___Interrupt_29 = value; Il2CppCodeGenWriteBarrier((&___Interrupt_29), value); } inline static int32_t get_offset_of_End_30() { return static_cast(offsetof(TrackEntry_t1316488441, ___End_30)); } inline TrackEntryDelegate_t363257942 * get_End_30() const { return ___End_30; } inline TrackEntryDelegate_t363257942 ** get_address_of_End_30() { return &___End_30; } inline void set_End_30(TrackEntryDelegate_t363257942 * value) { ___End_30 = value; Il2CppCodeGenWriteBarrier((&___End_30), value); } inline static int32_t get_offset_of_Dispose_31() { return static_cast(offsetof(TrackEntry_t1316488441, ___Dispose_31)); } inline TrackEntryDelegate_t363257942 * get_Dispose_31() const { return ___Dispose_31; } inline TrackEntryDelegate_t363257942 ** get_address_of_Dispose_31() { return &___Dispose_31; } inline void set_Dispose_31(TrackEntryDelegate_t363257942 * value) { ___Dispose_31 = value; Il2CppCodeGenWriteBarrier((&___Dispose_31), value); } inline static int32_t get_offset_of_Complete_32() { return static_cast(offsetof(TrackEntry_t1316488441, ___Complete_32)); } inline TrackEntryDelegate_t363257942 * get_Complete_32() const { return ___Complete_32; } inline TrackEntryDelegate_t363257942 ** get_address_of_Complete_32() { return &___Complete_32; } inline void set_Complete_32(TrackEntryDelegate_t363257942 * value) { ___Complete_32 = value; Il2CppCodeGenWriteBarrier((&___Complete_32), value); } inline static int32_t get_offset_of_Start_33() { return static_cast(offsetof(TrackEntry_t1316488441, ___Start_33)); } inline TrackEntryDelegate_t363257942 * get_Start_33() const { return ___Start_33; } inline TrackEntryDelegate_t363257942 ** get_address_of_Start_33() { return &___Start_33; } inline void set_Start_33(TrackEntryDelegate_t363257942 * value) { ___Start_33 = value; Il2CppCodeGenWriteBarrier((&___Start_33), value); } inline static int32_t get_offset_of_Event_34() { return static_cast(offsetof(TrackEntry_t1316488441, ___Event_34)); } inline TrackEntryEventDelegate_t1653995044 * get_Event_34() const { return ___Event_34; } inline TrackEntryEventDelegate_t1653995044 ** get_address_of_Event_34() { return &___Event_34; } inline void set_Event_34(TrackEntryEventDelegate_t1653995044 * value) { ___Event_34 = value; Il2CppCodeGenWriteBarrier((&___Event_34), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACKENTRY_T1316488441_H #ifndef ENUMERATOR_T2959192772_H #define ENUMERATOR_T2959192772_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t2959192772 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1005009997 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t3402682164 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2959192772, ___dictionary_0)); } inline Dictionary_2_t1005009997 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1005009997 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1005009997 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2959192772, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t2959192772, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2959192772, ___current_3)); } inline KeyValuePair_2_t3402682164 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t3402682164 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t3402682164 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2959192772_H #ifndef ENUMERATOR_T2922843160_H #define ENUMERATOR_T2922843160_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t2922843160 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t968660385 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t3366332552 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2922843160, ___dictionary_0)); } inline Dictionary_2_t968660385 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t968660385 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t968660385 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2922843160, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t2922843160, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2922843160, ___current_3)); } inline KeyValuePair_2_t3366332552 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t3366332552 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t3366332552 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2922843160_H #ifndef EVENTQUEUEENTRY_T351831961_H #define EVENTQUEUEENTRY_T351831961_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.EventQueue/EventQueueEntry struct EventQueueEntry_t351831961 { public: // Spine.EventQueue/EventType Spine.EventQueue/EventQueueEntry::type int32_t ___type_0; // Spine.TrackEntry Spine.EventQueue/EventQueueEntry::entry TrackEntry_t1316488441 * ___entry_1; // Spine.Event Spine.EventQueue/EventQueueEntry::e Event_t1378573841 * ___e_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(EventQueueEntry_t351831961, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_entry_1() { return static_cast(offsetof(EventQueueEntry_t351831961, ___entry_1)); } inline TrackEntry_t1316488441 * get_entry_1() const { return ___entry_1; } inline TrackEntry_t1316488441 ** get_address_of_entry_1() { return &___entry_1; } inline void set_entry_1(TrackEntry_t1316488441 * value) { ___entry_1 = value; Il2CppCodeGenWriteBarrier((&___entry_1), value); } inline static int32_t get_offset_of_e_2() { return static_cast(offsetof(EventQueueEntry_t351831961, ___e_2)); } inline Event_t1378573841 * get_e_2() const { return ___e_2; } inline Event_t1378573841 ** get_address_of_e_2() { return &___e_2; } inline void set_e_2(Event_t1378573841 * value) { ___e_2 = value; Il2CppCodeGenWriteBarrier((&___e_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.EventQueue/EventQueueEntry struct EventQueueEntry_t351831961_marshaled_pinvoke { int32_t ___type_0; TrackEntry_t1316488441 * ___entry_1; Event_t1378573841 * ___e_2; }; // Native definition for COM marshalling of Spine.EventQueue/EventQueueEntry struct EventQueueEntry_t351831961_marshaled_com { int32_t ___type_0; TrackEntry_t1316488441 * ___entry_1; Event_t1378573841 * ___e_2; }; #endif // EVENTQUEUEENTRY_T351831961_H #ifndef ATLASPAGE_T4077017671_H #define ATLASPAGE_T4077017671_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.AtlasPage struct AtlasPage_t4077017671 : public RuntimeObject { public: // System.String Spine.AtlasPage::name String_t* ___name_0; // Spine.Format Spine.AtlasPage::format int32_t ___format_1; // Spine.TextureFilter Spine.AtlasPage::minFilter int32_t ___minFilter_2; // Spine.TextureFilter Spine.AtlasPage::magFilter int32_t ___magFilter_3; // Spine.TextureWrap Spine.AtlasPage::uWrap int32_t ___uWrap_4; // Spine.TextureWrap Spine.AtlasPage::vWrap int32_t ___vWrap_5; // System.Object Spine.AtlasPage::rendererObject RuntimeObject * ___rendererObject_6; // System.Int32 Spine.AtlasPage::width int32_t ___width_7; // System.Int32 Spine.AtlasPage::height int32_t ___height_8; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AtlasPage_t4077017671, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } inline static int32_t get_offset_of_format_1() { return static_cast(offsetof(AtlasPage_t4077017671, ___format_1)); } inline int32_t get_format_1() const { return ___format_1; } inline int32_t* get_address_of_format_1() { return &___format_1; } inline void set_format_1(int32_t value) { ___format_1 = value; } inline static int32_t get_offset_of_minFilter_2() { return static_cast(offsetof(AtlasPage_t4077017671, ___minFilter_2)); } inline int32_t get_minFilter_2() const { return ___minFilter_2; } inline int32_t* get_address_of_minFilter_2() { return &___minFilter_2; } inline void set_minFilter_2(int32_t value) { ___minFilter_2 = value; } inline static int32_t get_offset_of_magFilter_3() { return static_cast(offsetof(AtlasPage_t4077017671, ___magFilter_3)); } inline int32_t get_magFilter_3() const { return ___magFilter_3; } inline int32_t* get_address_of_magFilter_3() { return &___magFilter_3; } inline void set_magFilter_3(int32_t value) { ___magFilter_3 = value; } inline static int32_t get_offset_of_uWrap_4() { return static_cast(offsetof(AtlasPage_t4077017671, ___uWrap_4)); } inline int32_t get_uWrap_4() const { return ___uWrap_4; } inline int32_t* get_address_of_uWrap_4() { return &___uWrap_4; } inline void set_uWrap_4(int32_t value) { ___uWrap_4 = value; } inline static int32_t get_offset_of_vWrap_5() { return static_cast(offsetof(AtlasPage_t4077017671, ___vWrap_5)); } inline int32_t get_vWrap_5() const { return ___vWrap_5; } inline int32_t* get_address_of_vWrap_5() { return &___vWrap_5; } inline void set_vWrap_5(int32_t value) { ___vWrap_5 = value; } inline static int32_t get_offset_of_rendererObject_6() { return static_cast(offsetof(AtlasPage_t4077017671, ___rendererObject_6)); } inline RuntimeObject * get_rendererObject_6() const { return ___rendererObject_6; } inline RuntimeObject ** get_address_of_rendererObject_6() { return &___rendererObject_6; } inline void set_rendererObject_6(RuntimeObject * value) { ___rendererObject_6 = value; Il2CppCodeGenWriteBarrier((&___rendererObject_6), value); } inline static int32_t get_offset_of_width_7() { return static_cast(offsetof(AtlasPage_t4077017671, ___width_7)); } inline int32_t get_width_7() const { return ___width_7; } inline int32_t* get_address_of_width_7() { return &___width_7; } inline void set_width_7(int32_t value) { ___width_7 = value; } inline static int32_t get_offset_of_height_8() { return static_cast(offsetof(AtlasPage_t4077017671, ___height_8)); } inline int32_t get_height_8() const { return ___height_8; } inline int32_t* get_address_of_height_8() { return &___height_8; } inline void set_height_8(int32_t value) { ___height_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATLASPAGE_T4077017671_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef FILESTREAM_T4292183065_H #define FILESTREAM_T4292183065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileStream struct FileStream_t4292183065 : public Stream_t1273022909 { public: // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_1; // System.Boolean System.IO.FileStream::owner bool ___owner_2; // System.Boolean System.IO.FileStream::async bool ___async_3; // System.Boolean System.IO.FileStream::canseek bool ___canseek_4; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_5; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_6; // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_t4116647657* ___buf_7; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_8; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_9; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_10; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_11; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_12; // System.String System.IO.FileStream::name String_t* ___name_13; // System.IntPtr System.IO.FileStream::handle intptr_t ___handle_14; public: inline static int32_t get_offset_of_access_1() { return static_cast(offsetof(FileStream_t4292183065, ___access_1)); } inline int32_t get_access_1() const { return ___access_1; } inline int32_t* get_address_of_access_1() { return &___access_1; } inline void set_access_1(int32_t value) { ___access_1 = value; } inline static int32_t get_offset_of_owner_2() { return static_cast(offsetof(FileStream_t4292183065, ___owner_2)); } inline bool get_owner_2() const { return ___owner_2; } inline bool* get_address_of_owner_2() { return &___owner_2; } inline void set_owner_2(bool value) { ___owner_2 = value; } inline static int32_t get_offset_of_async_3() { return static_cast(offsetof(FileStream_t4292183065, ___async_3)); } inline bool get_async_3() const { return ___async_3; } inline bool* get_address_of_async_3() { return &___async_3; } inline void set_async_3(bool value) { ___async_3 = value; } inline static int32_t get_offset_of_canseek_4() { return static_cast(offsetof(FileStream_t4292183065, ___canseek_4)); } inline bool get_canseek_4() const { return ___canseek_4; } inline bool* get_address_of_canseek_4() { return &___canseek_4; } inline void set_canseek_4(bool value) { ___canseek_4 = value; } inline static int32_t get_offset_of_append_startpos_5() { return static_cast(offsetof(FileStream_t4292183065, ___append_startpos_5)); } inline int64_t get_append_startpos_5() const { return ___append_startpos_5; } inline int64_t* get_address_of_append_startpos_5() { return &___append_startpos_5; } inline void set_append_startpos_5(int64_t value) { ___append_startpos_5 = value; } inline static int32_t get_offset_of_anonymous_6() { return static_cast(offsetof(FileStream_t4292183065, ___anonymous_6)); } inline bool get_anonymous_6() const { return ___anonymous_6; } inline bool* get_address_of_anonymous_6() { return &___anonymous_6; } inline void set_anonymous_6(bool value) { ___anonymous_6 = value; } inline static int32_t get_offset_of_buf_7() { return static_cast(offsetof(FileStream_t4292183065, ___buf_7)); } inline ByteU5BU5D_t4116647657* get_buf_7() const { return ___buf_7; } inline ByteU5BU5D_t4116647657** get_address_of_buf_7() { return &___buf_7; } inline void set_buf_7(ByteU5BU5D_t4116647657* value) { ___buf_7 = value; Il2CppCodeGenWriteBarrier((&___buf_7), value); } inline static int32_t get_offset_of_buf_size_8() { return static_cast(offsetof(FileStream_t4292183065, ___buf_size_8)); } inline int32_t get_buf_size_8() const { return ___buf_size_8; } inline int32_t* get_address_of_buf_size_8() { return &___buf_size_8; } inline void set_buf_size_8(int32_t value) { ___buf_size_8 = value; } inline static int32_t get_offset_of_buf_length_9() { return static_cast(offsetof(FileStream_t4292183065, ___buf_length_9)); } inline int32_t get_buf_length_9() const { return ___buf_length_9; } inline int32_t* get_address_of_buf_length_9() { return &___buf_length_9; } inline void set_buf_length_9(int32_t value) { ___buf_length_9 = value; } inline static int32_t get_offset_of_buf_offset_10() { return static_cast(offsetof(FileStream_t4292183065, ___buf_offset_10)); } inline int32_t get_buf_offset_10() const { return ___buf_offset_10; } inline int32_t* get_address_of_buf_offset_10() { return &___buf_offset_10; } inline void set_buf_offset_10(int32_t value) { ___buf_offset_10 = value; } inline static int32_t get_offset_of_buf_dirty_11() { return static_cast(offsetof(FileStream_t4292183065, ___buf_dirty_11)); } inline bool get_buf_dirty_11() const { return ___buf_dirty_11; } inline bool* get_address_of_buf_dirty_11() { return &___buf_dirty_11; } inline void set_buf_dirty_11(bool value) { ___buf_dirty_11 = value; } inline static int32_t get_offset_of_buf_start_12() { return static_cast(offsetof(FileStream_t4292183065, ___buf_start_12)); } inline int64_t get_buf_start_12() const { return ___buf_start_12; } inline int64_t* get_address_of_buf_start_12() { return &___buf_start_12; } inline void set_buf_start_12(int64_t value) { ___buf_start_12 = value; } inline static int32_t get_offset_of_name_13() { return static_cast(offsetof(FileStream_t4292183065, ___name_13)); } inline String_t* get_name_13() const { return ___name_13; } inline String_t** get_address_of_name_13() { return &___name_13; } inline void set_name_13(String_t* value) { ___name_13 = value; Il2CppCodeGenWriteBarrier((&___name_13), value); } inline static int32_t get_offset_of_handle_14() { return static_cast(offsetof(FileStream_t4292183065, ___handle_14)); } inline intptr_t get_handle_14() const { return ___handle_14; } inline intptr_t* get_address_of_handle_14() { return &___handle_14; } inline void set_handle_14(intptr_t value) { ___handle_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESTREAM_T4292183065_H #ifndef BONEDATA_T3130174490_H #define BONEDATA_T3130174490_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.BoneData struct BoneData_t3130174490 : public RuntimeObject { public: // System.Int32 Spine.BoneData::index int32_t ___index_0; // System.String Spine.BoneData::name String_t* ___name_1; // Spine.BoneData Spine.BoneData::parent BoneData_t3130174490 * ___parent_2; // System.Single Spine.BoneData::length float ___length_3; // System.Single Spine.BoneData::x float ___x_4; // System.Single Spine.BoneData::y float ___y_5; // System.Single Spine.BoneData::rotation float ___rotation_6; // System.Single Spine.BoneData::scaleX float ___scaleX_7; // System.Single Spine.BoneData::scaleY float ___scaleY_8; // System.Single Spine.BoneData::shearX float ___shearX_9; // System.Single Spine.BoneData::shearY float ___shearY_10; // Spine.TransformMode Spine.BoneData::transformMode int32_t ___transformMode_11; public: inline static int32_t get_offset_of_index_0() { return static_cast(offsetof(BoneData_t3130174490, ___index_0)); } inline int32_t get_index_0() const { return ___index_0; } inline int32_t* get_address_of_index_0() { return &___index_0; } inline void set_index_0(int32_t value) { ___index_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(BoneData_t3130174490, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((&___name_1), value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(BoneData_t3130174490, ___parent_2)); } inline BoneData_t3130174490 * get_parent_2() const { return ___parent_2; } inline BoneData_t3130174490 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(BoneData_t3130174490 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((&___parent_2), value); } inline static int32_t get_offset_of_length_3() { return static_cast(offsetof(BoneData_t3130174490, ___length_3)); } inline float get_length_3() const { return ___length_3; } inline float* get_address_of_length_3() { return &___length_3; } inline void set_length_3(float value) { ___length_3 = value; } inline static int32_t get_offset_of_x_4() { return static_cast(offsetof(BoneData_t3130174490, ___x_4)); } inline float get_x_4() const { return ___x_4; } inline float* get_address_of_x_4() { return &___x_4; } inline void set_x_4(float value) { ___x_4 = value; } inline static int32_t get_offset_of_y_5() { return static_cast(offsetof(BoneData_t3130174490, ___y_5)); } inline float get_y_5() const { return ___y_5; } inline float* get_address_of_y_5() { return &___y_5; } inline void set_y_5(float value) { ___y_5 = value; } inline static int32_t get_offset_of_rotation_6() { return static_cast(offsetof(BoneData_t3130174490, ___rotation_6)); } inline float get_rotation_6() const { return ___rotation_6; } inline float* get_address_of_rotation_6() { return &___rotation_6; } inline void set_rotation_6(float value) { ___rotation_6 = value; } inline static int32_t get_offset_of_scaleX_7() { return static_cast(offsetof(BoneData_t3130174490, ___scaleX_7)); } inline float get_scaleX_7() const { return ___scaleX_7; } inline float* get_address_of_scaleX_7() { return &___scaleX_7; } inline void set_scaleX_7(float value) { ___scaleX_7 = value; } inline static int32_t get_offset_of_scaleY_8() { return static_cast(offsetof(BoneData_t3130174490, ___scaleY_8)); } inline float get_scaleY_8() const { return ___scaleY_8; } inline float* get_address_of_scaleY_8() { return &___scaleY_8; } inline void set_scaleY_8(float value) { ___scaleY_8 = value; } inline static int32_t get_offset_of_shearX_9() { return static_cast(offsetof(BoneData_t3130174490, ___shearX_9)); } inline float get_shearX_9() const { return ___shearX_9; } inline float* get_address_of_shearX_9() { return &___shearX_9; } inline void set_shearX_9(float value) { ___shearX_9 = value; } inline static int32_t get_offset_of_shearY_10() { return static_cast(offsetof(BoneData_t3130174490, ___shearY_10)); } inline float get_shearY_10() const { return ___shearY_10; } inline float* get_address_of_shearY_10() { return &___shearY_10; } inline void set_shearY_10(float value) { ___shearY_10 = value; } inline static int32_t get_offset_of_transformMode_11() { return static_cast(offsetof(BoneData_t3130174490, ___transformMode_11)); } inline int32_t get_transformMode_11() const { return ___transformMode_11; } inline int32_t* get_address_of_transformMode_11() { return &___transformMode_11; } inline void set_transformMode_11(int32_t value) { ___transformMode_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BONEDATA_T3130174490_H #ifndef PATHCONSTRAINTDATA_T981297034_H #define PATHCONSTRAINTDATA_T981297034_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.PathConstraintData struct PathConstraintData_t981297034 : public RuntimeObject { public: // System.String Spine.PathConstraintData::name String_t* ___name_0; // System.Int32 Spine.PathConstraintData::order int32_t ___order_1; // Spine.ExposedList`1 Spine.PathConstraintData::bones ExposedList_1_t1542319060 * ___bones_2; // Spine.SlotData Spine.PathConstraintData::target SlotData_t154801902 * ___target_3; // Spine.PositionMode Spine.PathConstraintData::positionMode int32_t ___positionMode_4; // Spine.SpacingMode Spine.PathConstraintData::spacingMode int32_t ___spacingMode_5; // Spine.RotateMode Spine.PathConstraintData::rotateMode int32_t ___rotateMode_6; // System.Single Spine.PathConstraintData::offsetRotation float ___offsetRotation_7; // System.Single Spine.PathConstraintData::position float ___position_8; // System.Single Spine.PathConstraintData::spacing float ___spacing_9; // System.Single Spine.PathConstraintData::rotateMix float ___rotateMix_10; // System.Single Spine.PathConstraintData::translateMix float ___translateMix_11; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(PathConstraintData_t981297034, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } inline static int32_t get_offset_of_order_1() { return static_cast(offsetof(PathConstraintData_t981297034, ___order_1)); } inline int32_t get_order_1() const { return ___order_1; } inline int32_t* get_address_of_order_1() { return &___order_1; } inline void set_order_1(int32_t value) { ___order_1 = value; } inline static int32_t get_offset_of_bones_2() { return static_cast(offsetof(PathConstraintData_t981297034, ___bones_2)); } inline ExposedList_1_t1542319060 * get_bones_2() const { return ___bones_2; } inline ExposedList_1_t1542319060 ** get_address_of_bones_2() { return &___bones_2; } inline void set_bones_2(ExposedList_1_t1542319060 * value) { ___bones_2 = value; Il2CppCodeGenWriteBarrier((&___bones_2), value); } inline static int32_t get_offset_of_target_3() { return static_cast(offsetof(PathConstraintData_t981297034, ___target_3)); } inline SlotData_t154801902 * get_target_3() const { return ___target_3; } inline SlotData_t154801902 ** get_address_of_target_3() { return &___target_3; } inline void set_target_3(SlotData_t154801902 * value) { ___target_3 = value; Il2CppCodeGenWriteBarrier((&___target_3), value); } inline static int32_t get_offset_of_positionMode_4() { return static_cast(offsetof(PathConstraintData_t981297034, ___positionMode_4)); } inline int32_t get_positionMode_4() const { return ___positionMode_4; } inline int32_t* get_address_of_positionMode_4() { return &___positionMode_4; } inline void set_positionMode_4(int32_t value) { ___positionMode_4 = value; } inline static int32_t get_offset_of_spacingMode_5() { return static_cast(offsetof(PathConstraintData_t981297034, ___spacingMode_5)); } inline int32_t get_spacingMode_5() const { return ___spacingMode_5; } inline int32_t* get_address_of_spacingMode_5() { return &___spacingMode_5; } inline void set_spacingMode_5(int32_t value) { ___spacingMode_5 = value; } inline static int32_t get_offset_of_rotateMode_6() { return static_cast(offsetof(PathConstraintData_t981297034, ___rotateMode_6)); } inline int32_t get_rotateMode_6() const { return ___rotateMode_6; } inline int32_t* get_address_of_rotateMode_6() { return &___rotateMode_6; } inline void set_rotateMode_6(int32_t value) { ___rotateMode_6 = value; } inline static int32_t get_offset_of_offsetRotation_7() { return static_cast(offsetof(PathConstraintData_t981297034, ___offsetRotation_7)); } inline float get_offsetRotation_7() const { return ___offsetRotation_7; } inline float* get_address_of_offsetRotation_7() { return &___offsetRotation_7; } inline void set_offsetRotation_7(float value) { ___offsetRotation_7 = value; } inline static int32_t get_offset_of_position_8() { return static_cast(offsetof(PathConstraintData_t981297034, ___position_8)); } inline float get_position_8() const { return ___position_8; } inline float* get_address_of_position_8() { return &___position_8; } inline void set_position_8(float value) { ___position_8 = value; } inline static int32_t get_offset_of_spacing_9() { return static_cast(offsetof(PathConstraintData_t981297034, ___spacing_9)); } inline float get_spacing_9() const { return ___spacing_9; } inline float* get_address_of_spacing_9() { return &___spacing_9; } inline void set_spacing_9(float value) { ___spacing_9 = value; } inline static int32_t get_offset_of_rotateMix_10() { return static_cast(offsetof(PathConstraintData_t981297034, ___rotateMix_10)); } inline float get_rotateMix_10() const { return ___rotateMix_10; } inline float* get_address_of_rotateMix_10() { return &___rotateMix_10; } inline void set_rotateMix_10(float value) { ___rotateMix_10 = value; } inline static int32_t get_offset_of_translateMix_11() { return static_cast(offsetof(PathConstraintData_t981297034, ___translateMix_11)); } inline float get_translateMix_11() const { return ___translateMix_11; } inline float* get_address_of_translateMix_11() { return &___translateMix_11; } inline void set_translateMix_11(float value) { ___translateMix_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATHCONSTRAINTDATA_T981297034_H #ifndef SLOTDATA_T154801902_H #define SLOTDATA_T154801902_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.SlotData struct SlotData_t154801902 : public RuntimeObject { public: // System.Int32 Spine.SlotData::index int32_t ___index_0; // System.String Spine.SlotData::name String_t* ___name_1; // Spine.BoneData Spine.SlotData::boneData BoneData_t3130174490 * ___boneData_2; // System.Single Spine.SlotData::r float ___r_3; // System.Single Spine.SlotData::g float ___g_4; // System.Single Spine.SlotData::b float ___b_5; // System.Single Spine.SlotData::a float ___a_6; // System.Single Spine.SlotData::r2 float ___r2_7; // System.Single Spine.SlotData::g2 float ___g2_8; // System.Single Spine.SlotData::b2 float ___b2_9; // System.Boolean Spine.SlotData::hasSecondColor bool ___hasSecondColor_10; // System.String Spine.SlotData::attachmentName String_t* ___attachmentName_11; // Spine.BlendMode Spine.SlotData::blendMode int32_t ___blendMode_12; public: inline static int32_t get_offset_of_index_0() { return static_cast(offsetof(SlotData_t154801902, ___index_0)); } inline int32_t get_index_0() const { return ___index_0; } inline int32_t* get_address_of_index_0() { return &___index_0; } inline void set_index_0(int32_t value) { ___index_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(SlotData_t154801902, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((&___name_1), value); } inline static int32_t get_offset_of_boneData_2() { return static_cast(offsetof(SlotData_t154801902, ___boneData_2)); } inline BoneData_t3130174490 * get_boneData_2() const { return ___boneData_2; } inline BoneData_t3130174490 ** get_address_of_boneData_2() { return &___boneData_2; } inline void set_boneData_2(BoneData_t3130174490 * value) { ___boneData_2 = value; Il2CppCodeGenWriteBarrier((&___boneData_2), value); } inline static int32_t get_offset_of_r_3() { return static_cast(offsetof(SlotData_t154801902, ___r_3)); } inline float get_r_3() const { return ___r_3; } inline float* get_address_of_r_3() { return &___r_3; } inline void set_r_3(float value) { ___r_3 = value; } inline static int32_t get_offset_of_g_4() { return static_cast(offsetof(SlotData_t154801902, ___g_4)); } inline float get_g_4() const { return ___g_4; } inline float* get_address_of_g_4() { return &___g_4; } inline void set_g_4(float value) { ___g_4 = value; } inline static int32_t get_offset_of_b_5() { return static_cast(offsetof(SlotData_t154801902, ___b_5)); } inline float get_b_5() const { return ___b_5; } inline float* get_address_of_b_5() { return &___b_5; } inline void set_b_5(float value) { ___b_5 = value; } inline static int32_t get_offset_of_a_6() { return static_cast(offsetof(SlotData_t154801902, ___a_6)); } inline float get_a_6() const { return ___a_6; } inline float* get_address_of_a_6() { return &___a_6; } inline void set_a_6(float value) { ___a_6 = value; } inline static int32_t get_offset_of_r2_7() { return static_cast(offsetof(SlotData_t154801902, ___r2_7)); } inline float get_r2_7() const { return ___r2_7; } inline float* get_address_of_r2_7() { return &___r2_7; } inline void set_r2_7(float value) { ___r2_7 = value; } inline static int32_t get_offset_of_g2_8() { return static_cast(offsetof(SlotData_t154801902, ___g2_8)); } inline float get_g2_8() const { return ___g2_8; } inline float* get_address_of_g2_8() { return &___g2_8; } inline void set_g2_8(float value) { ___g2_8 = value; } inline static int32_t get_offset_of_b2_9() { return static_cast(offsetof(SlotData_t154801902, ___b2_9)); } inline float get_b2_9() const { return ___b2_9; } inline float* get_address_of_b2_9() { return &___b2_9; } inline void set_b2_9(float value) { ___b2_9 = value; } inline static int32_t get_offset_of_hasSecondColor_10() { return static_cast(offsetof(SlotData_t154801902, ___hasSecondColor_10)); } inline bool get_hasSecondColor_10() const { return ___hasSecondColor_10; } inline bool* get_address_of_hasSecondColor_10() { return &___hasSecondColor_10; } inline void set_hasSecondColor_10(bool value) { ___hasSecondColor_10 = value; } inline static int32_t get_offset_of_attachmentName_11() { return static_cast(offsetof(SlotData_t154801902, ___attachmentName_11)); } inline String_t* get_attachmentName_11() const { return ___attachmentName_11; } inline String_t** get_address_of_attachmentName_11() { return &___attachmentName_11; } inline void set_attachmentName_11(String_t* value) { ___attachmentName_11 = value; Il2CppCodeGenWriteBarrier((&___attachmentName_11), value); } inline static int32_t get_offset_of_blendMode_12() { return static_cast(offsetof(SlotData_t154801902, ___blendMode_12)); } inline int32_t get_blendMode_12() const { return ___blendMode_12; } inline int32_t* get_address_of_blendMode_12() { return &___blendMode_12; } inline void set_blendMode_12(int32_t value) { ___blendMode_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SLOTDATA_T154801902_H #ifndef TRACKENTRYEVENTDELEGATE_T1653995044_H #define TRACKENTRYEVENTDELEGATE_T1653995044_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.AnimationState/TrackEntryEventDelegate struct TrackEntryEventDelegate_t1653995044 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACKENTRYEVENTDELEGATE_T1653995044_H #ifndef TRACKENTRYDELEGATE_T363257942_H #define TRACKENTRYDELEGATE_T363257942_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.AnimationState/TrackEntryDelegate struct TrackEntryDelegate_t363257942 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACKENTRYDELEGATE_T363257942_H #ifndef ACTION_T1264377477_H #define ACTION_T1264377477_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action struct Action_t1264377477 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_T1264377477_H #ifndef ASYNCCALLBACK_T3962456242_H #define ASYNCCALLBACK_T3962456242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AsyncCallback struct AsyncCallback_t3962456242 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCCALLBACK_T3962456242_H // System.Char[] struct CharU5BU5D_t3528271667 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // Spine.Timeline[] struct TimelineU5BU5D_t3791347514 : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject* m_Items[1]; public: inline RuntimeObject* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, 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(m_Items + index, value); } }; // System.Single[] struct SingleU5BU5D_t1444911251 : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: 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; } }; // Spine.TrackEntry[] struct TrackEntryU5BU5D_t721146628 : public RuntimeArray { public: ALIGN_FIELD (8) TrackEntry_t1316488441 * m_Items[1]; public: inline TrackEntry_t1316488441 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TrackEntry_t1316488441 ** 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, TrackEntry_t1316488441 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline TrackEntry_t1316488441 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TrackEntry_t1316488441 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TrackEntry_t1316488441 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Int32[] struct Int32U5BU5D_t385246372 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: 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; } }; // Spine.Bone[] struct BoneU5BU5D_t374432249 : public RuntimeArray { public: ALIGN_FIELD (8) Bone_t1086356328 * m_Items[1]; public: inline Bone_t1086356328 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Bone_t1086356328 ** 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, Bone_t1086356328 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Bone_t1086356328 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Bone_t1086356328 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Bone_t1086356328 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // Spine.Event[] struct EventU5BU5D_t1966750348 : public RuntimeArray { public: ALIGN_FIELD (8) Event_t1378573841 * m_Items[1]; public: inline Event_t1378573841 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Event_t1378573841 ** 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, Event_t1378573841 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Event_t1378573841 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Event_t1378573841 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Event_t1378573841 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.String[] struct StringU5BU5D_t1281789340 : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, 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(m_Items + index, value); } }; // Spine.Atlas[] struct AtlasU5BU5D_t3463999232 : public RuntimeArray { public: ALIGN_FIELD (8) Atlas_t4040192941 * m_Items[1]; public: inline Atlas_t4040192941 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Atlas_t4040192941 ** 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, Atlas_t4040192941 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Atlas_t4040192941 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Atlas_t4040192941 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Atlas_t4040192941 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // Spine.Slot[] struct SlotU5BU5D_t285245173 : public RuntimeArray { public: ALIGN_FIELD (8) Slot_t3514940700 * m_Items[1]; public: inline Slot_t3514940700 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Slot_t3514940700 ** 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, Slot_t3514940700 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Slot_t3514940700 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Slot_t3514940700 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Slot_t3514940700 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Single[][] struct SingleU5BU5DU5BU5D_t3206712258 : public RuntimeArray { public: ALIGN_FIELD (8) SingleU5BU5D_t1444911251* m_Items[1]; public: inline SingleU5BU5D_t1444911251* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline SingleU5BU5D_t1444911251** 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, SingleU5BU5D_t1444911251* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline SingleU5BU5D_t1444911251* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline SingleU5BU5D_t1444911251** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, SingleU5BU5D_t1444911251* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Int32[][] struct Int32U5BU5DU5BU5D_t3365920845 : public RuntimeArray { public: ALIGN_FIELD (8) Int32U5BU5D_t385246372* m_Items[1]; public: inline Int32U5BU5D_t385246372* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Int32U5BU5D_t385246372** 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, Int32U5BU5D_t385246372* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Int32U5BU5D_t385246372* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Int32U5BU5D_t385246372** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Int32U5BU5D_t385246372* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // Spine.IkConstraint[] struct IkConstraintU5BU5D_t1657091952 : public RuntimeArray { public: ALIGN_FIELD (8) IkConstraint_t1675190269 * m_Items[1]; public: inline IkConstraint_t1675190269 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline IkConstraint_t1675190269 ** 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, IkConstraint_t1675190269 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline IkConstraint_t1675190269 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline IkConstraint_t1675190269 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, IkConstraint_t1675190269 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // Spine.PathConstraint[] struct PathConstraintU5BU5D_t1831722955 : public RuntimeArray { public: ALIGN_FIELD (8) PathConstraint_t980854910 * m_Items[1]; public: inline PathConstraint_t980854910 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PathConstraint_t980854910 ** 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, PathConstraint_t980854910 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline PathConstraint_t980854910 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PathConstraint_t980854910 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PathConstraint_t980854910 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // Spine.TransformConstraint[] struct TransformConstraintU5BU5D_t1783343736 : public RuntimeArray { public: ALIGN_FIELD (8) TransformConstraint_t454030229 * m_Items[1]; public: inline TransformConstraint_t454030229 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TransformConstraint_t454030229 ** 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, TransformConstraint_t454030229 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline TransformConstraint_t454030229 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TransformConstraint_t454030229 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TransformConstraint_t454030229 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // Spine.Skin[] struct SkinU5BU5D_t2538652843 : public RuntimeArray { public: ALIGN_FIELD (8) Skin_t1174584606 * m_Items[1]; public: inline Skin_t1174584606 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Skin_t1174584606 ** 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, Skin_t1174584606 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Skin_t1174584606 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Skin_t1174584606 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Skin_t1174584606 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // Spine.IUpdatable[] struct IUpdatableU5BU5D_t1557032025 : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject* m_Items[1]; public: inline RuntimeObject* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, 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(m_Items + index, value); } }; // System.Byte[] struct ByteU5BU5D_t4116647657 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // Spine.BoneData[] struct BoneDataU5BU5D_t1439018559 : public RuntimeArray { public: ALIGN_FIELD (8) BoneData_t3130174490 * m_Items[1]; public: inline BoneData_t3130174490 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BoneData_t3130174490 ** 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, BoneData_t3130174490 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline BoneData_t3130174490 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BoneData_t3130174490 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BoneData_t3130174490 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // Spine.TransformMode[] struct TransformModeU5BU5D_t3210249249 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: 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; } }; // Spine.SlotData[] struct SlotDataU5BU5D_t329267611 : public RuntimeArray { public: ALIGN_FIELD (8) SlotData_t154801902 * m_Items[1]; public: inline SlotData_t154801902 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline SlotData_t154801902 ** 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, SlotData_t154801902 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline SlotData_t154801902 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline SlotData_t154801902 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, SlotData_t154801902 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // Spine.PathConstraintData[] struct PathConstraintDataU5BU5D_t2576410383 : public RuntimeArray { public: ALIGN_FIELD (8) PathConstraintData_t981297034 * m_Items[1]; public: inline PathConstraintData_t981297034 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PathConstraintData_t981297034 ** 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, PathConstraintData_t981297034 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline PathConstraintData_t981297034 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PathConstraintData_t981297034 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PathConstraintData_t981297034 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // Spine.EventData[] struct EventDataU5BU5D_t3101783586 : public RuntimeArray { public: ALIGN_FIELD (8) EventData_t724759987 * m_Items[1]; public: inline EventData_t724759987 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EventData_t724759987 ** 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, EventData_t724759987 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline EventData_t724759987 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EventData_t724759987 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EventData_t724759987 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m518943619_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // T SharpJson.JsonDecoder::EvalLexer(T) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonDecoder_EvalLexer_TisRuntimeObject_m88994765_gshared (JsonDecoder_t2143190644 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m3474379962_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2321703786_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m3338814081_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // T SharpJson.JsonDecoder::EvalLexer(T) extern "C" IL2CPP_METHOD_ATTR float JsonDecoder_EvalLexer_TisSingle_t1397266774_m4114072190_gshared (JsonDecoder_t2143190644 * __this, float ___value0, const RuntimeMethod* method); // T SharpJson.JsonDecoder::EvalLexer(T) extern "C" IL2CPP_METHOD_ATTR double JsonDecoder_EvalLexer_TisDouble_t594665363_m3698701834_gshared (JsonDecoder_t2143190644 * __this, double ___value0, const RuntimeMethod* method); // System.Void Spine.Pool`1::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Pool_1__ctor_m63417183_gshared (Pool_1_t2051005623 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m3538157384_gshared (ExposedList_1_t1492250734 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void HashSet_1__ctor_m1416043629_gshared (HashSet_1_t1515895227 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::EnsureCapacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_EnsureCapacity_m3111167108_gshared (ExposedList_1_t4104378640 * __this, int32_t p0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Clear(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Clear_m1053068883_gshared (ExposedList_1_t1492250734 * __this, bool p0, const RuntimeMethod* method); // Spine.ExposedList`1 Spine.ExposedList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t4104378640 * ExposedList_1_Resize_m1248377320_gshared (ExposedList_1_t4104378640 * __this, int32_t p0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Clear(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Clear_m661012492_gshared (ExposedList_1_t4104378640 * __this, bool p0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Add_m1226067921_gshared (ExposedList_1_t1492250734 * __this, RuntimeObject * p0, const RuntimeMethod* method); // T Spine.Pool`1::Obtain() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Pool_1_Obtain_m3850637489_gshared (Pool_1_t2051005623 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::Clear() extern "C" IL2CPP_METHOD_ATTR void HashSet_1_Clear_m2259714021_gshared (HashSet_1_t1515895227 * __this, const RuntimeMethod* method); // Spine.ExposedList`1 Spine.ExposedList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t1363090323 * ExposedList_1_Resize_m3268840586_gshared (ExposedList_1_t1363090323 * __this, int32_t p0, const RuntimeMethod* method); // Spine.ExposedList`1 Spine.ExposedList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t1492250734 * ExposedList_1_Resize_m3453784613_gshared (ExposedList_1_t1492250734 * __this, int32_t p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR bool HashSet_1_Add_m1208034806_gshared (HashSet_1_t1515895227 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m1784596110_gshared (Dictionary_2_t680659097 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m1359533401_gshared (Dictionary_2_t680659097 * __this, AnimationPair_t1784808777 p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2050287957_gshared (Dictionary_2_t680659097 * __this, AnimationPair_t1784808777 p0, float p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m1754507923_gshared (Dictionary_2_t680659097 * __this, AnimationPair_t1784808777 p0, float* p1, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2146457487 List_1_GetEnumerator_m2930774921_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2934127733_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m2287542950_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 Spine.ExposedList`1::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_get_Capacity_m3957516812_gshared (ExposedList_1_t4104378640 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::set_Capacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_set_Capacity_m1671286360_gshared (ExposedList_1_t4104378640 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2977488932_gshared (List_1_t1823906703 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m483142124_gshared (List_1_t1823906703 * __this, EventQueueEntry_t351831961 p0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR EventQueueEntry_t351831961 List_1_get_Item_m2204185667_gshared (List_1_t1823906703 * __this, int32_t p0, const RuntimeMethod* method); // System.Void Spine.Pool`1::Free(T) extern "C" IL2CPP_METHOD_ATTR void Pool_1_Free_m4168637232_gshared (Pool_1_t2051005623 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m3378697506_gshared (List_1_t1823906703 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m3602386645_gshared (List_1_t1823906703 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m3746667435_gshared (ExposedList_1_t1492250734 * __this, int32_t p0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m470245444_gshared (Enumerator_t2146457487 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2142368520_gshared (Enumerator_t2146457487 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m3007748546_gshared (Enumerator_t2146457487 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m2351159599_gshared (ExposedList_1_t4104378640 * __this, const RuntimeMethod* method); // Spine.ExposedList`1/Enumerator Spine.ExposedList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t821091889 ExposedList_1_GetEnumerator_m4207817279_gshared (ExposedList_1_t1492250734 * __this, const RuntimeMethod* method); // T Spine.ExposedList`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m3260398527_gshared (Enumerator_t821091889 * __this, const RuntimeMethod* method); // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1168905927_gshared (Enumerator_t821091889 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m1198458530_gshared (Enumerator_t821091889 * __this, const RuntimeMethod* method); // System.Boolean Spine.ExposedList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Contains_m540649837_gshared (ExposedList_1_t1492250734 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2959192772 Dictionary_2_GetEnumerator_m3606951935_gshared (Dictionary_2_t1005009997 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t3402682164 Enumerator_get_Current_m2204480965_gshared (Enumerator_t2959192772 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() extern "C" IL2CPP_METHOD_ATTR AttachmentKeyTuple_t1548106539 KeyValuePair_2_get_Key_m963096613_gshared (KeyValuePair_2_t3402682164 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m1565438370_gshared (KeyValuePair_2_t3402682164 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3212994191_gshared (Enumerator_t2959192772 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m3853504112_gshared (Enumerator_t2959192772 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m3697625829_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::TrimExcess() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_TrimExcess_m1725122750_gshared (ExposedList_1_t1492250734 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m3034036963_gshared (ExposedList_1_t4104378640 * __this, int32_t p0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m4079222511_gshared (ExposedList_1_t1363090323 * __this, int32_t p0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Add_m2905482489_gshared (ExposedList_1_t1363090323 * __this, int32_t p0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Add_m1323117931_gshared (ExposedList_1_t4104378640 * __this, float p0, const RuntimeMethod* method); // T[] Spine.ExposedList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* ExposedList_1_ToArray_m367527777_gshared (ExposedList_1_t4104378640 * __this, const RuntimeMethod* method); // T[] Spine.ExposedList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* ExposedList_1_ToArray_m1455590142_gshared (ExposedList_1_t1363090323 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void SharpJson.JsonDecoder::set_errorMessage(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonDecoder_set_errorMessage_m881500323 (JsonDecoder_t2143190644 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void SharpJson.JsonDecoder::set_parseNumbersAsFloat(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonDecoder_set_parseNumbersAsFloat_m499486768 (JsonDecoder_t2143190644 * __this, bool ___value0, const RuntimeMethod* method); // System.Void SharpJson.Lexer::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Lexer__ctor_m3216656212 (Lexer_t3897031801 * __this, String_t* ___text0, const RuntimeMethod* method); // System.Boolean SharpJson.JsonDecoder::get_parseNumbersAsFloat() extern "C" IL2CPP_METHOD_ATTR bool JsonDecoder_get_parseNumbersAsFloat_m2069877811 (JsonDecoder_t2143190644 * __this, const RuntimeMethod* method); // System.Void SharpJson.Lexer::set_parseNumbersAsFloat(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Lexer_set_parseNumbersAsFloat_m997519137 (Lexer_t3897031801 * __this, bool ___value0, const RuntimeMethod* method); // System.Object SharpJson.JsonDecoder::ParseValue() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonDecoder_ParseValue_m1473344569 (JsonDecoder_t2143190644 * __this, const RuntimeMethod* method); // System.Void SharpJson.JsonDecoder::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonDecoder__ctor_m4118563529 (JsonDecoder_t2143190644 * __this, const RuntimeMethod* method); // System.Object SharpJson.JsonDecoder::Decode(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonDecoder_Decode_m1983035351 (JsonDecoder_t2143190644 * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1871325280(__this, method) (( void (*) (Dictionary_2_t2865362463 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // SharpJson.Lexer/Token SharpJson.Lexer::NextToken() extern "C" IL2CPP_METHOD_ATTR int32_t Lexer_NextToken_m78441128 (Lexer_t3897031801 * __this, const RuntimeMethod* method); // SharpJson.Lexer/Token SharpJson.Lexer::LookAhead() extern "C" IL2CPP_METHOD_ATTR int32_t Lexer_LookAhead_m2788424432 (Lexer_t3897031801 * __this, const RuntimeMethod* method); // System.Void SharpJson.JsonDecoder::TriggerError(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonDecoder_TriggerError_m2715294864 (JsonDecoder_t2143190644 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String SharpJson.Lexer::ParseString() extern "C" IL2CPP_METHOD_ATTR String_t* Lexer_ParseString_m2969438468 (Lexer_t3897031801 * __this, const RuntimeMethod* method); // T SharpJson.JsonDecoder::EvalLexer(T) #define JsonDecoder_EvalLexer_TisString_t_m1979917144(__this, ___value0, method) (( String_t* (*) (JsonDecoder_t2143190644 *, String_t*, const RuntimeMethod*))JsonDecoder_EvalLexer_TisRuntimeObject_m88994765_gshared)(__this, ___value0, method) // System.String SharpJson.JsonDecoder::get_errorMessage() extern "C" IL2CPP_METHOD_ATTR String_t* JsonDecoder_get_errorMessage_m3143308391 (JsonDecoder_t2143190644 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m3256701891(__this, p0, p1, method) (( void (*) (Dictionary_2_t2865362463 *, String_t*, RuntimeObject *, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2321703786(__this, method) (( void (*) (List_1_t257213610 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3338814081(__this, p0, method) (( void (*) (List_1_t257213610 *, RuntimeObject *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Single SharpJson.Lexer::ParseFloatNumber() extern "C" IL2CPP_METHOD_ATTR float Lexer_ParseFloatNumber_m86003124 (Lexer_t3897031801 * __this, const RuntimeMethod* method); // T SharpJson.JsonDecoder::EvalLexer(T) #define JsonDecoder_EvalLexer_TisSingle_t1397266774_m4114072190(__this, ___value0, method) (( float (*) (JsonDecoder_t2143190644 *, float, const RuntimeMethod*))JsonDecoder_EvalLexer_TisSingle_t1397266774_m4114072190_gshared)(__this, ___value0, method) // System.Double SharpJson.Lexer::ParseDoubleNumber() extern "C" IL2CPP_METHOD_ATTR double Lexer_ParseDoubleNumber_m421829528 (Lexer_t3897031801 * __this, const RuntimeMethod* method); // T SharpJson.JsonDecoder::EvalLexer(T) #define JsonDecoder_EvalLexer_TisDouble_t594665363_m3698701834(__this, ___value0, method) (( double (*) (JsonDecoder_t2143190644 *, double, const RuntimeMethod*))JsonDecoder_EvalLexer_TisDouble_t594665363_m3698701834_gshared)(__this, ___value0, method) // System.Collections.Generic.IDictionary`2 SharpJson.JsonDecoder::ParseObject() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonDecoder_ParseObject_m889990406 (JsonDecoder_t2143190644 * __this, const RuntimeMethod* method); // System.Collections.Generic.IList`1 SharpJson.JsonDecoder::ParseArray() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonDecoder_ParseArray_m3471493550 (JsonDecoder_t2143190644 * __this, const RuntimeMethod* method); // System.Int32 SharpJson.Lexer::get_lineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t Lexer_get_lineNumber_m2670195849 (Lexer_t3897031801 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2556382932 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Void SharpJson.Lexer::Reset() extern "C" IL2CPP_METHOD_ATTR void Lexer_Reset_m2160473653 (Lexer_t3897031801 * __this, const RuntimeMethod* method); // System.Char[] System.String::ToCharArray() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* String_ToCharArray_m1492846834 (String_t* __this, const RuntimeMethod* method); // System.Void SharpJson.Lexer::set_lineNumber(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lexer_set_lineNumber_m1178225622 (Lexer_t3897031801 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void SharpJson.Lexer::SkipWhiteSpaces() extern "C" IL2CPP_METHOD_ATTR void Lexer_SkipWhiteSpaces_m1039574802 (Lexer_t3897031801 * __this, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m860434552 (String_t* __this, CharU5BU5D_t3528271667* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m391894676 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m4089665817 (StringBuilder_t * __this, CharU5BU5D_t3528271667* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Int32 SharpJson.Lexer::GetLastIndexOfNumber(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lexer_GetLastIndexOfNumber_m3357790168 (Lexer_t3897031801 * __this, int32_t ___index0, const RuntimeMethod* method); // System.String SharpJson.Lexer::GetNumberString() extern "C" IL2CPP_METHOD_ATTR String_t* Lexer_GetNumberString_m4178483168 (Lexer_t3897031801 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_InvariantCulture_m3532445182 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Single::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Single&) extern "C" IL2CPP_METHOD_ATTR bool Single_TryParse_m1572008725 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, float* p3, const RuntimeMethod* method); // System.Boolean System.Double::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double&) extern "C" IL2CPP_METHOD_ATTR bool Double_TryParse_m623190659 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, double* p3, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m2148390798 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // SharpJson.Lexer/Token SharpJson.Lexer::NextToken(System.Char[],System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Lexer_NextToken_m1849954580 (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* ___json0, int32_t* ___index1, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m2009621981 (ArgumentNullException_t1615371798 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void Spine.Pool`1::.ctor(System.Int32,System.Int32) #define Pool_1__ctor_m352258229(__this, p0, p1, method) (( void (*) (Pool_1_t287387900 *, int32_t, int32_t, const RuntimeMethod*))Pool_1__ctor_m63417183_gshared)(__this, p0, p1, method) // System.Void Spine.ExposedList`1::.ctor() #define ExposedList_1__ctor_m4056340087(__this, method) (( void (*) (ExposedList_1_t4023600307 *, const RuntimeMethod*))ExposedList_1__ctor_m3538157384_gshared)(__this, method) // System.Void Spine.ExposedList`1::.ctor() #define ExposedList_1__ctor_m2711685228(__this, method) (( void (*) (ExposedList_1_t4085685707 *, const RuntimeMethod*))ExposedList_1__ctor_m3538157384_gshared)(__this, method) // System.Void System.Collections.Generic.HashSet`1::.ctor() #define HashSet_1__ctor_m1416043629(__this, method) (( void (*) (HashSet_1_t1515895227 *, const RuntimeMethod*))HashSet_1__ctor_m1416043629_gshared)(__this, method) // System.Void System.Action::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action__ctor_m2994342681 (Action_t1264377477 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void Spine.EventQueue::.ctor(Spine.AnimationState,System.Action,Spine.Pool`1) extern "C" IL2CPP_METHOD_ATTR void EventQueue__ctor_m420384892 (EventQueue_t808091267 * __this, AnimationState_t3637309382 * ___state0, Action_t1264377477 * ___HandleAnimationsChanged1, Pool_1_t287387900 * ___trackEntryPool2, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Combine_m1859655160 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Remove_m334097152 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Void Spine.AnimationState::SetCurrent(System.Int32,Spine.TrackEntry,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AnimationState_SetCurrent_m4239201767 (AnimationState_t3637309382 * __this, int32_t ___index0, TrackEntry_t1316488441 * ___current1, bool ___interrupt2, const RuntimeMethod* method); // System.Void Spine.EventQueue::End(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void EventQueue_End_m3713395284 (EventQueue_t808091267 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method); // System.Void Spine.AnimationState::DisposeNext(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void AnimationState_DisposeNext_m2868339711 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method); // System.Boolean Spine.AnimationState::UpdateMixingFrom(Spine.TrackEntry,System.Single) extern "C" IL2CPP_METHOD_ATTR bool AnimationState_UpdateMixingFrom_m4155943768 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___to0, float ___delta1, const RuntimeMethod* method); // System.Void Spine.EventQueue::Drain() extern "C" IL2CPP_METHOD_ATTR void EventQueue_Drain_m1783941619 (EventQueue_t808091267 * __this, const RuntimeMethod* method); // System.Void Spine.AnimationState::AnimationsChanged() extern "C" IL2CPP_METHOD_ATTR void AnimationState_AnimationsChanged_m2451421361 (AnimationState_t3637309382 * __this, const RuntimeMethod* method); // System.Single Spine.AnimationState::ApplyMixingFrom(Spine.TrackEntry,Spine.Skeleton,Spine.MixBlend) extern "C" IL2CPP_METHOD_ATTR float AnimationState_ApplyMixingFrom_m77701148 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___to0, Skeleton_t3686076450 * ___skeleton1, int32_t ___blend2, const RuntimeMethod* method); // System.Single Spine.TrackEntry::get_AnimationTime() extern "C" IL2CPP_METHOD_ATTR float TrackEntry_get_AnimationTime_m300955761 (TrackEntry_t1316488441 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::EnsureCapacity(System.Int32) #define ExposedList_1_EnsureCapacity_m3111167108(__this, p0, method) (( void (*) (ExposedList_1_t4104378640 *, int32_t, const RuntimeMethod*))ExposedList_1_EnsureCapacity_m3111167108_gshared)(__this, p0, method) // System.Void Spine.AnimationState::ApplyRotateTimeline(Spine.RotateTimeline,Spine.Skeleton,System.Single,System.Single,Spine.MixBlend,System.Single[],System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AnimationState_ApplyRotateTimeline_m3684642188 (RuntimeObject * __this /* static, unused */, RotateTimeline_t860518009 * ___rotateTimeline0, Skeleton_t3686076450 * ___skeleton1, float ___time2, float ___alpha3, int32_t ___pose4, SingleU5BU5D_t1444911251* ___timelinesRotation5, int32_t ___i6, bool ___firstFrame7, const RuntimeMethod* method); // System.Void Spine.AnimationState::QueueEvents(Spine.TrackEntry,System.Single) extern "C" IL2CPP_METHOD_ATTR void AnimationState_QueueEvents_m1256242866 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___entry0, float ___animationTime1, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Clear(System.Boolean) #define ExposedList_1_Clear_m301147400(__this, p0, method) (( void (*) (ExposedList_1_t4085685707 *, bool, const RuntimeMethod*))ExposedList_1_Clear_m1053068883_gshared)(__this, p0, method) // Spine.ExposedList`1 Spine.ExposedList`1::Resize(System.Int32) #define ExposedList_1_Resize_m1248377320(__this, p0, method) (( ExposedList_1_t4104378640 * (*) (ExposedList_1_t4104378640 *, int32_t, const RuntimeMethod*))ExposedList_1_Resize_m1248377320_gshared)(__this, p0, method) // System.Single System.Math::Max(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Math_Max_m482125436 (RuntimeObject * __this /* static, unused */, float p0, float p1, const RuntimeMethod* method); // System.Int32 Spine.Animation::BinarySearch(System.Single[],System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Animation_BinarySearch_m3606306837 (RuntimeObject * __this /* static, unused */, SingleU5BU5D_t1444911251* ___values0, float ___target1, int32_t ___step2, const RuntimeMethod* method); // System.Single Spine.CurveTimeline::GetCurvePercent(System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR float CurveTimeline_GetCurvePercent_m2554062217 (CurveTimeline_t3673209699 * __this, int32_t ___frameIndex0, float ___percent1, const RuntimeMethod* method); // System.Int32 System.Math::Sign(System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Sign_m1545180090 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.Void Spine.EventQueue::Event(Spine.TrackEntry,Spine.Event) extern "C" IL2CPP_METHOD_ATTR void EventQueue_Event_m192172659 (EventQueue_t808091267 * __this, TrackEntry_t1316488441 * ___entry0, Event_t1378573841 * ___e1, const RuntimeMethod* method); // System.Void Spine.EventQueue::Complete(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void EventQueue_Complete_m1754873878 (EventQueue_t808091267 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method); // System.Void Spine.AnimationState::ClearTrack(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AnimationState_ClearTrack_m2009422132 (AnimationState_t3637309382 * __this, int32_t ___trackIndex0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Clear(System.Boolean) #define ExposedList_1_Clear_m2792904480(__this, p0, method) (( void (*) (ExposedList_1_t4023600307 *, bool, const RuntimeMethod*))ExposedList_1_Clear_m1053068883_gshared)(__this, p0, method) // Spine.TrackEntry Spine.AnimationState::ExpandToIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR TrackEntry_t1316488441 * AnimationState_ExpandToIndex_m2169362454 (AnimationState_t3637309382 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void Spine.EventQueue::Interrupt(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void EventQueue_Interrupt_m1150131680 (EventQueue_t808091267 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method); // System.Single System.Math::Min(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Math_Min_m3253079129 (RuntimeObject * __this /* static, unused */, float p0, float p1, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Clear(System.Boolean) #define ExposedList_1_Clear_m661012492(__this, p0, method) (( void (*) (ExposedList_1_t4104378640 *, bool, const RuntimeMethod*))ExposedList_1_Clear_m661012492_gshared)(__this, p0, method) // System.Void Spine.EventQueue::Start(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void EventQueue_Start_m1318298341 (EventQueue_t808091267 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method); // Spine.Animation Spine.SkeletonData::FindAnimation(System.String) extern "C" IL2CPP_METHOD_ATTR Animation_t615783283 * SkeletonData_FindAnimation_m3119151155 (SkeletonData_t2032710716 * __this, String_t* ___animationName0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1216717135 (ArgumentException_t132251570 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // Spine.TrackEntry Spine.AnimationState::SetAnimation(System.Int32,Spine.Animation,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TrackEntry_t1316488441 * AnimationState_SetAnimation_m2562929781 (AnimationState_t3637309382 * __this, int32_t ___trackIndex0, Animation_t615783283 * ___animation1, bool ___loop2, const RuntimeMethod* method); // Spine.TrackEntry Spine.AnimationState::NewTrackEntry(System.Int32,Spine.Animation,System.Boolean,Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR TrackEntry_t1316488441 * AnimationState_NewTrackEntry_m4206777551 (AnimationState_t3637309382 * __this, int32_t ___trackIndex0, Animation_t615783283 * ___animation1, bool ___loop2, TrackEntry_t1316488441 * ___last3, const RuntimeMethod* method); // Spine.TrackEntry Spine.AnimationState::AddAnimation(System.Int32,Spine.Animation,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR TrackEntry_t1316488441 * AnimationState_AddAnimation_m230681568 (AnimationState_t3637309382 * __this, int32_t ___trackIndex0, Animation_t615783283 * ___animation1, bool ___loop2, float ___delay3, const RuntimeMethod* method); // System.Single Spine.AnimationStateData::GetMix(Spine.Animation,Spine.Animation) extern "C" IL2CPP_METHOD_ATTR float AnimationStateData_GetMix_m3007667886 (AnimationStateData_t3010651567 * __this, Animation_t615783283 * ___from0, Animation_t615783283 * ___to1, const RuntimeMethod* method); // Spine.TrackEntry Spine.AnimationState::SetEmptyAnimation(System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR TrackEntry_t1316488441 * AnimationState_SetEmptyAnimation_m129008755 (AnimationState_t3637309382 * __this, int32_t ___trackIndex0, float ___mixDuration1, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Add(T) #define ExposedList_1_Add_m864184596(__this, p0, method) (( void (*) (ExposedList_1_t4023600307 *, TrackEntry_t1316488441 *, const RuntimeMethod*))ExposedList_1_Add_m1226067921_gshared)(__this, p0, method) // T Spine.Pool`1::Obtain() #define Pool_1_Obtain_m3978431377(__this, method) (( TrackEntry_t1316488441 * (*) (Pool_1_t287387900 *, const RuntimeMethod*))Pool_1_Obtain_m3850637489_gshared)(__this, method) // System.Single Spine.Animation::get_Duration() extern "C" IL2CPP_METHOD_ATTR float Animation_get_Duration_m2437525862 (Animation_t615783283 * __this, const RuntimeMethod* method); // System.Void Spine.EventQueue::Dispose(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void EventQueue_Dispose_m2573937254 (EventQueue_t808091267 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::Clear() #define HashSet_1_Clear_m2259714021(__this, method) (( void (*) (HashSet_1_t1515895227 *, const RuntimeMethod*))HashSet_1_Clear_m2259714021_gshared)(__this, method) // System.Void Spine.AnimationState::SetTimelineModes(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void AnimationState_SetTimelineModes_m2922164141 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method); // Spine.ExposedList`1 Spine.ExposedList`1::Resize(System.Int32) #define ExposedList_1_Resize_m3268840586(__this, p0, method) (( ExposedList_1_t1363090323 * (*) (ExposedList_1_t1363090323 *, int32_t, const RuntimeMethod*))ExposedList_1_Resize_m3268840586_gshared)(__this, p0, method) // Spine.ExposedList`1 Spine.ExposedList`1::Resize(System.Int32) #define ExposedList_1_Resize_m1952617012(__this, p0, method) (( ExposedList_1_t4023600307 * (*) (ExposedList_1_t4023600307 *, int32_t, const RuntimeMethod*))ExposedList_1_Resize_m3453784613_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) #define HashSet_1_Add_m1208034806(__this, p0, method) (( bool (*) (HashSet_1_t1515895227 *, int32_t, const RuntimeMethod*))HashSet_1_Add_m1208034806_gshared)(__this, p0, method) // System.Boolean Spine.AnimationState::HasTimeline(Spine.TrackEntry,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool AnimationState_HasTimeline_m3069989213 (RuntimeObject * __this /* static, unused */, TrackEntry_t1316488441 * ___entry0, int32_t ___id1, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m3238060835 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1965104174 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void Spine.AnimationState/TrackEntryDelegate::Invoke(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void TrackEntryDelegate_Invoke_m1445805859 (TrackEntryDelegate_t363257942 * __this, TrackEntry_t1316488441 * ___trackEntry0, const RuntimeMethod* method); // System.Void Spine.AnimationState/TrackEntryEventDelegate::Invoke(Spine.TrackEntry,Spine.Event) extern "C" IL2CPP_METHOD_ATTR void TrackEntryEventDelegate_Invoke_m2895815752 (TrackEntryEventDelegate_t1653995044 * __this, TrackEntry_t1316488441 * ___trackEntry0, Event_t1378573841 * ___e1, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::.ctor() #define ExposedList_1__ctor_m1916876347(__this, method) (( void (*) (ExposedList_1_t383950901 *, const RuntimeMethod*))ExposedList_1__ctor_m3538157384_gshared)(__this, method) // System.Void Spine.Animation::.ctor(System.String,Spine.ExposedList`1,System.Single) extern "C" IL2CPP_METHOD_ATTR void Animation__ctor_m1361832553 (Animation_t615783283 * __this, String_t* ___name0, ExposedList_1_t383950901 * ___timelines1, float ___duration2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1) #define Dictionary_2__ctor_m1784596110(__this, p0, method) (( void (*) (Dictionary_2_t680659097 *, RuntimeObject*, const RuntimeMethod*))Dictionary_2__ctor_m1784596110_gshared)(__this, p0, method) // System.Void Spine.AnimationStateData::SetMix(Spine.Animation,Spine.Animation,System.Single) extern "C" IL2CPP_METHOD_ATTR void AnimationStateData_SetMix_m4267309612 (AnimationStateData_t3010651567 * __this, Animation_t615783283 * ___from0, Animation_t615783283 * ___to1, float ___duration2, const RuntimeMethod* method); // System.Void Spine.AnimationStateData/AnimationPair::.ctor(Spine.Animation,Spine.Animation) extern "C" IL2CPP_METHOD_ATTR void AnimationPair__ctor_m485742727 (AnimationPair_t1784808777 * __this, Animation_t615783283 * ___a10, Animation_t615783283 * ___a21, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m1359533401(__this, p0, method) (( bool (*) (Dictionary_2_t680659097 *, AnimationPair_t1784808777 , const RuntimeMethod*))Dictionary_2_Remove_m1359533401_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2050287957(__this, p0, p1, method) (( void (*) (Dictionary_2_t680659097 *, AnimationPair_t1784808777 , float, const RuntimeMethod*))Dictionary_2_Add_m2050287957_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1754507923(__this, p0, p1, method) (( bool (*) (Dictionary_2_t680659097 *, AnimationPair_t1784808777 , float*, const RuntimeMethod*))Dictionary_2_TryGetValue_m1754507923_gshared)(__this, p0, p1, method) // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.String Spine.AnimationStateData/AnimationPair::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* AnimationPair_ToString_m412262255 (AnimationPair_t1784808777 * __this, const RuntimeMethod* method); // System.Boolean System.Object::ReferenceEquals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_ReferenceEquals_m610702577 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void Spine.AnimationStateData/AnimationPairComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void AnimationPairComparer__ctor_m633553299 (AnimationPairComparer_t175378255 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1991422993(__this, method) (( void (*) (List_1_t1254125117 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3643843290(__this, method) (( void (*) (List_1_t1485978026 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void Spine.Atlas::Load(System.IO.TextReader,System.String,Spine.TextureLoader) extern "C" IL2CPP_METHOD_ATTR void Atlas_Load_m812447106 (Atlas_t4040192941 * __this, TextReader_t283511965 * ___reader0, String_t* ___imagesDir1, RuntimeObject* ___textureLoader2, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m3205279093(__this, method) (( Enumerator_t3375221903 (*) (List_1_t1485978026 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // System.String System.String::Trim() extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m923598732 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.Void Spine.AtlasPage::.ctor() extern "C" IL2CPP_METHOD_ATTR void AtlasPage__ctor_m3795786881 (AtlasPage_t4077017671 * __this, const RuntimeMethod* method); // System.Int32 Spine.Atlas::ReadTuple(System.IO.TextReader,System.String[]) extern "C" IL2CPP_METHOD_ATTR int32_t Atlas_ReadTuple_m816462414 (RuntimeObject * __this /* static, unused */, TextReader_t283511965 * ___reader0, StringU5BU5D_t1281789340* ___tuple1, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m1033611559 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 p0, const RuntimeMethod* method); // System.Object System.Enum::Parse(System.Type,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_m1579637477 (RuntimeObject * __this /* static, unused */, Type_t * p0, String_t* p1, bool p2, const RuntimeMethod* method); // System.String Spine.Atlas::ReadValue(System.IO.TextReader) extern "C" IL2CPP_METHOD_ATTR String_t* Atlas_ReadValue_m1958403494 (RuntimeObject * __this /* static, unused */, TextReader_t283511965 * ___reader0, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.String System.IO.Path::Combine(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_Combine_m3389272516 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m592325151(__this, p0, method) (( void (*) (List_1_t1254125117 *, AtlasPage_t4077017671 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void Spine.AtlasRegion::.ctor() extern "C" IL2CPP_METHOD_ATTR void AtlasRegion__ctor_m2705127635 (AtlasRegion_t13903284 * __this, const RuntimeMethod* method); // System.Boolean System.Boolean::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR bool Boolean_Parse_m2370352694 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m309576876(__this, p0, method) (( void (*) (List_1_t1485978026 *, AtlasRegion_t13903284 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m363431711 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1152696503 (Exception_t * __this, String_t* p0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2466398549 (String_t* __this, Il2CppChar p0, int32_t p1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2328584697(__this, method) (( int32_t (*) (List_1_t1485978026 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2680368064(__this, p0, method) (( AtlasRegion_t13903284 * (*) (List_1_t1485978026 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2809419662(__this, method) (( int32_t (*) (List_1_t1254125117 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1962915623(__this, p0, method) (( AtlasPage_t4077017671 * (*) (List_1_t1254125117 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* p0, const RuntimeMethod* method); // Spine.AtlasRegion Spine.AtlasAttachmentLoader::FindRegion(System.String) extern "C" IL2CPP_METHOD_ATTR AtlasRegion_t13903284 * AtlasAttachmentLoader_FindRegion_m1565414959 (AtlasAttachmentLoader_t3966790320 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* p0, const RuntimeMethod* method); // System.Void Spine.RegionAttachment::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment__ctor_m1527679494 (RegionAttachment_t1770147391 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Spine.RegionAttachment::set_RendererObject(System.Object) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_set_RendererObject_m1274213480 (RegionAttachment_t1770147391 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void Spine.RegionAttachment::SetUVs(System.Single,System.Single,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_SetUVs_m3450627629 (RegionAttachment_t1770147391 * __this, float ___u0, float ___v1, float ___u22, float ___v23, bool ___rotate4, const RuntimeMethod* method); // System.Void Spine.MeshAttachment::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment__ctor_m3915495686 (MeshAttachment_t1975337962 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Spine.MeshAttachment::set_RendererObject(System.Object) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_RendererObject_m1460674513 (MeshAttachment_t1975337962 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void Spine.MeshAttachment::set_RegionU(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_RegionU_m550873806 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method); // System.Void Spine.MeshAttachment::set_RegionV(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_RegionV_m555082405 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method); // System.Void Spine.MeshAttachment::set_RegionU2(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_RegionU2_m1257172348 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method); // System.Void Spine.MeshAttachment::set_RegionV2(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_RegionV2_m981227621 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method); // System.Void Spine.MeshAttachment::set_RegionRotate(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_RegionRotate_m53944593 (MeshAttachment_t1975337962 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Spine.BoundingBoxAttachment::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void BoundingBoxAttachment__ctor_m3861128766 (BoundingBoxAttachment_t2797506510 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Spine.PathAttachment::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void PathAttachment__ctor_m709103174 (PathAttachment_t3565151060 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Spine.PointAttachment::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void PointAttachment__ctor_m640070577 (PointAttachment_t2275020146 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Spine.ClippingAttachment::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ClippingAttachment__ctor_m2765219991 (ClippingAttachment_t2586274570 * __this, String_t* ___name0, const RuntimeMethod* method); // Spine.AtlasRegion Spine.Atlas::FindRegion(System.String) extern "C" IL2CPP_METHOD_ATTR AtlasRegion_t13903284 * Atlas_FindRegion_m2944783334 (Atlas_t4040192941 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Object System.Object::MemberwiseClone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Object_MemberwiseClone_m1474068832 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void Spine.Attachment::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void Attachment_set_Name_m1984535090 (Attachment_t3043756552 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String Spine.Attachment::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* Attachment_get_Name_m3847529203 (Attachment_t3043756552 * __this, const RuntimeMethod* method); // Spine.Attachment Spine.Skeleton::GetAttachment(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR Attachment_t3043756552 * Skeleton_GetAttachment_m2295404847 (Skeleton_t3686076450 * __this, int32_t ___slotIndex0, String_t* ___attachmentName1, const RuntimeMethod* method); // System.Void Spine.Slot::set_Attachment(Spine.Attachment) extern "C" IL2CPP_METHOD_ATTR void Slot_set_Attachment_m2846783909 (Slot_t3514940700 * __this, Attachment_t3043756552 * ___value0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::.ctor() #define ExposedList_1__ctor_m2583486954(__this, method) (( void (*) (ExposedList_1_t3793468194 *, const RuntimeMethod*))ExposedList_1__ctor_m3538157384_gshared)(__this, method) // System.Void Spine.Bone::SetToSetupPose() extern "C" IL2CPP_METHOD_ATTR void Bone_SetToSetupPose_m2123037704 (Bone_t1086356328 * __this, const RuntimeMethod* method); // System.Single Spine.MathUtils::Atan2(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float MathUtils_Atan2_m3858297628 (RuntimeObject * __this /* static, unused */, float ___y0, float ___x1, const RuntimeMethod* method); // System.Void Spine.Bone::UpdateWorldTransform(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Bone_UpdateWorldTransform_m1569389598 (Bone_t1086356328 * __this, float ___x0, float ___y1, float ___rotation2, float ___scaleX3, float ___scaleY4, float ___shearX5, float ___shearY6, const RuntimeMethod* method); // System.Single Spine.MathUtils::CosDeg(System.Single) extern "C" IL2CPP_METHOD_ATTR float MathUtils_CosDeg_m3743599285 (RuntimeObject * __this /* static, unused */, float ___degrees0, const RuntimeMethod* method); // System.Single Spine.MathUtils::SinDeg(System.Single) extern "C" IL2CPP_METHOD_ATTR float MathUtils_SinDeg_m349705992 (RuntimeObject * __this /* static, unused */, float ___degrees0, const RuntimeMethod* method); // System.Single Spine.MathUtils::Cos(System.Single) extern "C" IL2CPP_METHOD_ATTR float MathUtils_Cos_m1345388411 (RuntimeObject * __this /* static, unused */, float ___radians0, const RuntimeMethod* method); // System.Single Spine.MathUtils::Sin(System.Single) extern "C" IL2CPP_METHOD_ATTR float MathUtils_Sin_m1592658079 (RuntimeObject * __this /* static, unused */, float ___radians0, const RuntimeMethod* method); // System.Void Spine.BoneMatrix::.ctor(Spine.BoneData) extern "C" IL2CPP_METHOD_ATTR void BoneMatrix__ctor_m2927312215 (BoneMatrix_t2668835335 * __this, BoneData_t3130174490 * ___boneData0, const RuntimeMethod* method); // System.Void Spine.BoneMatrix::.ctor(Spine.Bone) extern "C" IL2CPP_METHOD_ATTR void BoneMatrix__ctor_m1322808389 (BoneMatrix_t2668835335 * __this, Bone_t1086356328 * ___bone0, const RuntimeMethod* method); // Spine.BoneMatrix Spine.BoneMatrix::GetInheritedInternal(Spine.BoneData,Spine.BoneMatrix) extern "C" IL2CPP_METHOD_ATTR BoneMatrix_t2668835335 BoneMatrix_GetInheritedInternal_m2337105327 (RuntimeObject * __this /* static, unused */, BoneData_t3130174490 * ___boneData0, BoneMatrix_t2668835335 ___parentMatrix1, const RuntimeMethod* method); // Spine.BoneMatrix Spine.BoneMatrix::CalculateSetupWorld(Spine.BoneData) extern "C" IL2CPP_METHOD_ATTR BoneMatrix_t2668835335 BoneMatrix_CalculateSetupWorld_m1168190740 (RuntimeObject * __this /* static, unused */, BoneData_t3130174490 * ___boneData0, const RuntimeMethod* method); // Spine.BoneMatrix Spine.BoneMatrix::TransformMatrix(Spine.BoneMatrix) extern "C" IL2CPP_METHOD_ATTR BoneMatrix_t2668835335 BoneMatrix_TransformMatrix_m207390821 (BoneMatrix_t2668835335 * __this, BoneMatrix_t2668835335 ___local0, const RuntimeMethod* method); // System.Void Spine.VertexAttachment::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void VertexAttachment__ctor_m1120837746 (VertexAttachment_t4074366829 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Spine.CurveTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CurveTimeline__ctor_m1745141662 (CurveTimeline_t3673209699 * __this, int32_t ___frameCount0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Single Spine.MathUtils::Clamp(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float MathUtils_Clamp_m2529902946 (RuntimeObject * __this /* static, unused */, float ___value0, float ___min1, float ___max2, const RuntimeMethod* method); // System.Int32 Spine.ExposedList`1::get_Capacity() #define ExposedList_1_get_Capacity_m3957516812(__this, method) (( int32_t (*) (ExposedList_1_t4104378640 *, const RuntimeMethod*))ExposedList_1_get_Capacity_m3957516812_gshared)(__this, method) // System.Void Spine.ExposedList`1::set_Capacity(System.Int32) #define ExposedList_1_set_Capacity_m1671286360(__this, p0, method) (( void (*) (ExposedList_1_t4104378640 *, int32_t, const RuntimeMethod*))ExposedList_1_set_Capacity_m1671286360_gshared)(__this, p0, method) // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m344457298 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.Int32 Spine.Animation::BinarySearch(System.Single[],System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t Animation_BinarySearch_m1342936843 (RuntimeObject * __this /* static, unused */, SingleU5BU5D_t1444911251* ___values0, float ___target1, const RuntimeMethod* method); // System.String Spine.EventData::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* EventData_get_Name_m2437983502 (EventData_t724759987 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2977488932(__this, method) (( void (*) (List_1_t1823906703 *, const RuntimeMethod*))List_1__ctor_m2977488932_gshared)(__this, method) // System.Void Spine.EventQueue::add_AnimationsChanged(System.Action) extern "C" IL2CPP_METHOD_ATTR void EventQueue_add_AnimationsChanged_m3710738603 (EventQueue_t808091267 * __this, Action_t1264377477 * ___value0, const RuntimeMethod* method); // System.Void Spine.EventQueue/EventQueueEntry::.ctor(Spine.EventQueue/EventType,Spine.TrackEntry,Spine.Event) extern "C" IL2CPP_METHOD_ATTR void EventQueueEntry__ctor_m2857084488 (EventQueueEntry_t351831961 * __this, int32_t ___eventType0, TrackEntry_t1316488441 * ___trackEntry1, Event_t1378573841 * ___e2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m483142124(__this, p0, method) (( void (*) (List_1_t1823906703 *, EventQueueEntry_t351831961 , const RuntimeMethod*))List_1_Add_m483142124_gshared)(__this, p0, method) // System.Void System.Action::Invoke() extern "C" IL2CPP_METHOD_ATTR void Action_Invoke_m937035532 (Action_t1264377477 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2204185667(__this, p0, method) (( EventQueueEntry_t351831961 (*) (List_1_t1823906703 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2204185667_gshared)(__this, p0, method) // System.Void Spine.TrackEntry::OnStart() extern "C" IL2CPP_METHOD_ATTR void TrackEntry_OnStart_m2562668571 (TrackEntry_t1316488441 * __this, const RuntimeMethod* method); // System.Void Spine.AnimationState::OnStart(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void AnimationState_OnStart_m1708186089 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method); // System.Void Spine.TrackEntry::OnInterrupt() extern "C" IL2CPP_METHOD_ATTR void TrackEntry_OnInterrupt_m272171270 (TrackEntry_t1316488441 * __this, const RuntimeMethod* method); // System.Void Spine.AnimationState::OnInterrupt(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void AnimationState_OnInterrupt_m1331658690 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method); // System.Void Spine.TrackEntry::OnEnd() extern "C" IL2CPP_METHOD_ATTR void TrackEntry_OnEnd_m3047205767 (TrackEntry_t1316488441 * __this, const RuntimeMethod* method); // System.Void Spine.AnimationState::OnEnd(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void AnimationState_OnEnd_m1635130688 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method); // System.Void Spine.TrackEntry::OnDispose() extern "C" IL2CPP_METHOD_ATTR void TrackEntry_OnDispose_m2519726507 (TrackEntry_t1316488441 * __this, const RuntimeMethod* method); // System.Void Spine.AnimationState::OnDispose(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void AnimationState_OnDispose_m4148613094 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method); // System.Void Spine.Pool`1::Free(T) #define Pool_1_Free_m3417388902(__this, p0, method) (( void (*) (Pool_1_t287387900 *, TrackEntry_t1316488441 *, const RuntimeMethod*))Pool_1_Free_m4168637232_gshared)(__this, p0, method) // System.Void Spine.TrackEntry::OnComplete() extern "C" IL2CPP_METHOD_ATTR void TrackEntry_OnComplete_m3164719585 (TrackEntry_t1316488441 * __this, const RuntimeMethod* method); // System.Void Spine.AnimationState::OnComplete(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void AnimationState_OnComplete_m321692108 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method); // System.Void Spine.TrackEntry::OnEvent(Spine.Event) extern "C" IL2CPP_METHOD_ATTR void TrackEntry_OnEvent_m2517089713 (TrackEntry_t1316488441 * __this, Event_t1378573841 * ___e0, const RuntimeMethod* method); // System.Void Spine.AnimationState::OnEvent(Spine.TrackEntry,Spine.Event) extern "C" IL2CPP_METHOD_ATTR void AnimationState_OnEvent_m3991771056 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___entry0, Event_t1378573841 * ___e1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3378697506(__this, method) (( int32_t (*) (List_1_t1823906703 *, const RuntimeMethod*))List_1_get_Count_m3378697506_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m3602386645(__this, method) (( void (*) (List_1_t1823906703 *, const RuntimeMethod*))List_1_Clear_m3602386645_gshared)(__this, method) // System.Single Spine.Event::get_Time() extern "C" IL2CPP_METHOD_ATTR float Event_get_Time_m1723940448 (Event_t1378573841 * __this, const RuntimeMethod* method); // System.Void Spine.EventTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection) extern "C" IL2CPP_METHOD_ATTR void EventTimeline_Apply_m957778197 (EventTimeline_t2341881094 * __this, Skeleton_t3686076450 * ___skeleton0, float ___lastTime1, float ___time2, ExposedList_1_t4085685707 * ___firedEvents3, float ___alpha4, int32_t ___blend5, int32_t ___direction6, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Add(T) #define ExposedList_1_Add_m239255736(__this, p0, method) (( void (*) (ExposedList_1_t4085685707 *, Event_t1378573841 *, const RuntimeMethod*))ExposedList_1_Add_m1226067921_gshared)(__this, p0, method) // System.Void Spine.Pow::.ctor(System.Single) extern "C" IL2CPP_METHOD_ATTR void Pow__ctor_m1198104751 (Pow_t1543183077 * __this, float ___power0, const RuntimeMethod* method); // System.Void Spine.PowOut::.ctor(System.Single) extern "C" IL2CPP_METHOD_ATTR void PowOut__ctor_m420559308 (PowOut_t1726912037 * __this, float ___power0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2255228858(__this, method) (( int32_t (*) (List_1_t307281936 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void Spine.ExposedList`1::.ctor(System.Int32) #define ExposedList_1__ctor_m1308120247(__this, p0, method) (( void (*) (ExposedList_1_t3793468194 *, int32_t, const RuntimeMethod*))ExposedList_1__ctor_m3746667435_gshared)(__this, p0, method) // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m548293561(__this, method) (( Enumerator_t2196525813 (*) (List_1_t307281936 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m1578793359(__this, method) (( BoneData_t3130174490 * (*) (Enumerator_t2196525813 *, const RuntimeMethod*))Enumerator_get_Current_m470245444_gshared)(__this, method) // Spine.Bone Spine.Skeleton::FindBone(System.String) extern "C" IL2CPP_METHOD_ATTR Bone_t1086356328 * Skeleton_FindBone_m691037340 (Skeleton_t3686076450 * __this, String_t* ___boneName0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Add(T) #define ExposedList_1_Add_m3259542597(__this, p0, method) (( void (*) (ExposedList_1_t3793468194 *, Bone_t1086356328 *, const RuntimeMethod*))ExposedList_1_Add_m1226067921_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m371757022(__this, method) (( bool (*) (Enumerator_t2196525813 *, const RuntimeMethod*))Enumerator_MoveNext_m2142368520_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m580861507(__this, method) (( void (*) (Enumerator_t2196525813 *, const RuntimeMethod*))Enumerator_Dispose_m3007748546_gshared)(__this, method) // System.Void Spine.IkConstraint::Update() extern "C" IL2CPP_METHOD_ATTR void IkConstraint_Update_m328669667 (IkConstraint_t1675190269 * __this, const RuntimeMethod* method); // System.Void Spine.IkConstraint::Apply(Spine.Bone,System.Single,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR void IkConstraint_Apply_m3352269740 (RuntimeObject * __this /* static, unused */, Bone_t1086356328 * ___bone0, float ___targetX1, float ___targetY2, bool ___compress3, bool ___stretch4, bool ___uniform5, float ___alpha6, const RuntimeMethod* method); // System.Void Spine.IkConstraint::Apply(Spine.Bone,Spine.Bone,System.Single,System.Single,System.Int32,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR void IkConstraint_Apply_m1022535698 (RuntimeObject * __this /* static, unused */, Bone_t1086356328 * ___parent0, Bone_t1086356328 * ___child1, float ___targetX2, float ___targetY3, int32_t ___bendDir4, bool ___stretch5, float ___alpha6, const RuntimeMethod* method); // System.Void Spine.Bone::UpdateAppliedTransform() extern "C" IL2CPP_METHOD_ATTR void Bone_UpdateAppliedTransform_m3509461156 (Bone_t1086356328 * __this, const RuntimeMethod* method); // System.Void Spine.Bone::UpdateWorldTransform() extern "C" IL2CPP_METHOD_ATTR void Bone_UpdateWorldTransform_m459548868 (Bone_t1086356328 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m4260228677(__this, method) (( void (*) (List_1_t307281936 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Random::.ctor() extern "C" IL2CPP_METHOD_ATTR void Random__ctor_m4122933043 (Random_t108471755 * __this, const RuntimeMethod* method); // System.Single Spine.MathUtils::RandomTriangle(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float MathUtils_RandomTriangle_m1563577223 (RuntimeObject * __this /* static, unused */, float ___min0, float ___max1, float ___mode2, const RuntimeMethod* method); // System.Int32 Spine.MeshAttachment::get_HullLength() extern "C" IL2CPP_METHOD_ATTR int32_t MeshAttachment_get_HullLength_m259025677 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method); // System.Void Spine.MeshAttachment::set_HullLength(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_HullLength_m1547340380 (MeshAttachment_t1975337962 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32[] Spine.MeshAttachment::get_Edges() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* MeshAttachment_get_Edges_m4141291453 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method); // System.Void Spine.MeshAttachment::set_Edges(System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_Edges_m4227853743 (MeshAttachment_t1975337962 * __this, Int32U5BU5D_t385246372* ___value0, const RuntimeMethod* method); // System.Single Spine.MeshAttachment::get_Width() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_Width_m1225198405 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method); // System.Void Spine.MeshAttachment::set_Width(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_Width_m4133520296 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method); // System.Single Spine.MeshAttachment::get_Height() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_Height_m3202123430 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method); // System.Void Spine.MeshAttachment::set_Height(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_Height_m1587960250 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method); // System.Boolean Spine.MeshAttachment::get_RegionRotate() extern "C" IL2CPP_METHOD_ATTR bool MeshAttachment_get_RegionRotate_m1181091409 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method); // System.Single Spine.MeshAttachment::get_RegionV2() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_RegionV2_m2911005656 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method); // System.Single Spine.MeshAttachment::get_RegionV() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_RegionV_m1001876441 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method); // System.Single Spine.MeshAttachment::get_RegionU2() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_RegionU2_m3314290183 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method); // System.Single Spine.MeshAttachment::get_RegionU() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_RegionU_m1405160968 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method); // System.Single Spine.MeshAttachment::get_RegionOriginalHeight() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_RegionOriginalHeight_m658746982 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method); // System.Single Spine.MeshAttachment::get_RegionOffsetY() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_RegionOffsetY_m396643328 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method); // System.Single Spine.MeshAttachment::get_RegionHeight() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_RegionHeight_m3813342248 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method); // System.Single Spine.MeshAttachment::get_RegionOriginalWidth() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_RegionOriginalWidth_m1735034763 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method); // System.Single Spine.MeshAttachment::get_RegionOffsetX() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_RegionOffsetX_m396643329 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method); // System.Single Spine.MeshAttachment::get_RegionWidth() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_RegionWidth_m4044766817 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::.ctor() #define ExposedList_1__ctor_m2351159599(__this, method) (( void (*) (ExposedList_1_t4104378640 *, const RuntimeMethod*))ExposedList_1__ctor_m2351159599_gshared)(__this, method) // Spine.ExposedList`1 Spine.PathConstraintData::get_Bones() extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t1542319060 * PathConstraintData_get_Bones_m2492948516 (PathConstraintData_t981297034 * __this, const RuntimeMethod* method); // Spine.ExposedList`1/Enumerator Spine.ExposedList`1::GetEnumerator() #define ExposedList_1_GetEnumerator_m3400359507(__this, method) (( Enumerator_t871160215 (*) (ExposedList_1_t1542319060 *, const RuntimeMethod*))ExposedList_1_GetEnumerator_m4207817279_gshared)(__this, method) // T Spine.ExposedList`1/Enumerator::get_Current() #define Enumerator_get_Current_m2748912341(__this, method) (( BoneData_t3130174490 * (*) (Enumerator_t871160215 *, const RuntimeMethod*))Enumerator_get_Current_m3260398527_gshared)(__this, method) // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m2298577104(__this, method) (( bool (*) (Enumerator_t871160215 *, const RuntimeMethod*))Enumerator_MoveNext_m1168905927_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::Dispose() #define Enumerator_Dispose_m447508299(__this, method) (( void (*) (Enumerator_t871160215 *, const RuntimeMethod*))Enumerator_Dispose_m1198458530_gshared)(__this, method) // Spine.Slot Spine.Skeleton::FindSlot(System.String) extern "C" IL2CPP_METHOD_ATTR Slot_t3514940700 * Skeleton_FindSlot_m4126498326 (Skeleton_t3686076450 * __this, String_t* ___slotName0, const RuntimeMethod* method); // System.Void Spine.PathConstraint::Update() extern "C" IL2CPP_METHOD_ATTR void PathConstraint_Update_m3988151889 (PathConstraint_t980854910 * __this, const RuntimeMethod* method); // Spine.Attachment Spine.Slot::get_Attachment() extern "C" IL2CPP_METHOD_ATTR Attachment_t3043756552 * Slot_get_Attachment_m1453611526 (Slot_t3514940700 * __this, const RuntimeMethod* method); // System.Single[] Spine.PathConstraint::ComputeWorldPositions(Spine.PathAttachment,System.Int32,System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* PathConstraint_ComputeWorldPositions_m2835453749 (PathConstraint_t980854910 * __this, PathAttachment_t3565151060 * ___path0, int32_t ___spacesCount1, bool ___tangents2, bool ___percentPosition3, bool ___percentSpacing4, const RuntimeMethod* method); // System.Boolean Spine.PathAttachment::get_Closed() extern "C" IL2CPP_METHOD_ATTR bool PathAttachment_get_Closed_m4041060778 (PathAttachment_t3565151060 * __this, const RuntimeMethod* method); // System.Int32 Spine.VertexAttachment::get_WorldVerticesLength() extern "C" IL2CPP_METHOD_ATTR int32_t VertexAttachment_get_WorldVerticesLength_m4071134523 (VertexAttachment_t4074366829 * __this, const RuntimeMethod* method); // System.Boolean Spine.PathAttachment::get_ConstantSpeed() extern "C" IL2CPP_METHOD_ATTR bool PathAttachment_get_ConstantSpeed_m1127222093 (PathAttachment_t3565151060 * __this, const RuntimeMethod* method); // System.Single[] Spine.PathAttachment::get_Lengths() extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* PathAttachment_get_Lengths_m492062580 (PathAttachment_t3565151060 * __this, const RuntimeMethod* method); // System.Void Spine.VertexAttachment::ComputeWorldVertices(Spine.Slot,System.Int32,System.Int32,System.Single[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void VertexAttachment_ComputeWorldVertices_m3237522835 (VertexAttachment_t4074366829 * __this, Slot_t3514940700 * ___slot0, int32_t ___start1, int32_t ___count2, SingleU5BU5D_t1444911251* ___worldVertices3, int32_t ___offset4, int32_t ___stride5, const RuntimeMethod* method); // System.Void Spine.PathConstraint::AddBeforePosition(System.Single,System.Single[],System.Int32,System.Single[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void PathConstraint_AddBeforePosition_m1174193683 (RuntimeObject * __this /* static, unused */, float ___p0, SingleU5BU5D_t1444911251* ___temp1, int32_t ___i2, SingleU5BU5D_t1444911251* ___output3, int32_t ___o4, const RuntimeMethod* method); // System.Void Spine.PathConstraint::AddAfterPosition(System.Single,System.Single[],System.Int32,System.Single[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void PathConstraint_AddAfterPosition_m805443755 (RuntimeObject * __this /* static, unused */, float ___p0, SingleU5BU5D_t1444911251* ___temp1, int32_t ___i2, SingleU5BU5D_t1444911251* ___output3, int32_t ___o4, const RuntimeMethod* method); // System.Void Spine.PathConstraint::AddCurvePosition(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single[],System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void PathConstraint_AddCurvePosition_m1869873959 (RuntimeObject * __this /* static, unused */, float ___p0, float ___x11, float ___y12, float ___cx13, float ___cy14, float ___cx25, float ___cy26, float ___x27, float ___y28, SingleU5BU5D_t1444911251* ___output9, int32_t ___o10, bool ___tangents11, const RuntimeMethod* method); // System.Boolean System.Single::IsNaN(System.Single) extern "C" IL2CPP_METHOD_ATTR bool Single_IsNaN_m4024467661 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::.ctor() #define ExposedList_1__ctor_m428831404(__this, method) (( void (*) (ExposedList_1_t1542319060 *, const RuntimeMethod*))ExposedList_1__ctor_m3538157384_gshared)(__this, method) // System.Void Spine.PathConstraintPositionTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PathConstraintPositionTimeline__ctor_m1628534052 (PathConstraintPositionTimeline_t1963796833 * __this, int32_t ___frameCount0, const RuntimeMethod* method); // System.Void Spine.Attachment::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Attachment__ctor_m467667006 (Attachment_t3043756552 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Spine.Bone::LocalToWorld(System.Single,System.Single,System.Single&,System.Single&) extern "C" IL2CPP_METHOD_ATTR void Bone_LocalToWorld_m1925577538 (Bone_t1086356328 * __this, float ___localX0, float ___localY1, float* ___worldX2, float* ___worldY3, const RuntimeMethod* method); // System.Void Spine.Polygon::set_Vertices(System.Single[]) extern "C" IL2CPP_METHOD_ATTR void Polygon_set_Vertices_m2081097647 (Polygon_t3315116257 * __this, SingleU5BU5D_t1444911251* ___value0, const RuntimeMethod* method); // System.Void Spine.IInterpolation::.ctor() extern "C" IL2CPP_METHOD_ATTR void IInterpolation__ctor_m692763986 (IInterpolation_t311334448 * __this, const RuntimeMethod* method); // System.Void Spine.Pow::set_Power(System.Single) extern "C" IL2CPP_METHOD_ATTR void Pow_set_Power_m4064843785 (Pow_t1543183077 * __this, float ___value0, const RuntimeMethod* method); // System.Single Spine.Pow::get_Power() extern "C" IL2CPP_METHOD_ATTR float Pow_get_Power_m1541755468 (Pow_t1543183077 * __this, const RuntimeMethod* method); // System.Void Spine.TranslateTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void TranslateTimeline__ctor_m1628050115 (TranslateTimeline_t2733426737 * __this, int32_t ___frameCount0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::.ctor() #define ExposedList_1__ctor_m2734591865(__this, method) (( void (*) (ExposedList_1_t2549315650 *, const RuntimeMethod*))ExposedList_1__ctor_m3538157384_gshared)(__this, method) // System.Void Spine.Bone::.ctor(Spine.BoneData,Spine.Skeleton,Spine.Bone) extern "C" IL2CPP_METHOD_ATTR void Bone__ctor_m2476611986 (Bone_t1086356328 * __this, BoneData_t3130174490 * ___data0, Skeleton_t3686076450 * ___skeleton1, Bone_t1086356328 * ___parent2, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::.ctor(System.Int32) #define ExposedList_1__ctor_m3332048616(__this, p0, method) (( void (*) (ExposedList_1_t1927085270 *, int32_t, const RuntimeMethod*))ExposedList_1__ctor_m3746667435_gshared)(__this, p0, method) // Spine.ExposedList`1/Enumerator Spine.ExposedList`1::GetEnumerator() #define ExposedList_1_GetEnumerator_m3604152816(__this, method) (( Enumerator_t2190754923 (*) (ExposedList_1_t2861913768 *, const RuntimeMethod*))ExposedList_1_GetEnumerator_m4207817279_gshared)(__this, method) // T Spine.ExposedList`1/Enumerator::get_Current() #define Enumerator_get_Current_m2585231808(__this, method) (( SlotData_t154801902 * (*) (Enumerator_t2190754923 *, const RuntimeMethod*))Enumerator_get_Current_m3260398527_gshared)(__this, method) // System.Void Spine.Slot::.ctor(Spine.SlotData,Spine.Bone) extern "C" IL2CPP_METHOD_ATTR void Slot__ctor_m3917723628 (Slot_t3514940700 * __this, SlotData_t154801902 * ___data0, Bone_t1086356328 * ___bone1, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Add(T) #define ExposedList_1_Add_m2427321318(__this, p0, method) (( void (*) (ExposedList_1_t1927085270 *, Slot_t3514940700 *, const RuntimeMethod*))ExposedList_1_Add_m1226067921_gshared)(__this, p0, method) // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m1480471039(__this, method) (( bool (*) (Enumerator_t2190754923 *, const RuntimeMethod*))Enumerator_MoveNext_m1168905927_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::Dispose() #define Enumerator_Dispose_m317859233(__this, method) (( void (*) (Enumerator_t2190754923 *, const RuntimeMethod*))Enumerator_Dispose_m1198458530_gshared)(__this, method) // System.Void Spine.ExposedList`1::.ctor(System.Int32) #define ExposedList_1__ctor_m1117348797(__this, p0, method) (( void (*) (ExposedList_1_t87334839 *, int32_t, const RuntimeMethod*))ExposedList_1__ctor_m3746667435_gshared)(__this, p0, method) // Spine.ExposedList`1/Enumerator Spine.ExposedList`1::GetEnumerator() #define ExposedList_1_GetEnumerator_m2680766566(__this, method) (( Enumerator_t2495073150 (*) (ExposedList_1_t3166231995 *, const RuntimeMethod*))ExposedList_1_GetEnumerator_m4207817279_gshared)(__this, method) // T Spine.ExposedList`1/Enumerator::get_Current() #define Enumerator_get_Current_m2130762231(__this, method) (( IkConstraintData_t459120129 * (*) (Enumerator_t2495073150 *, const RuntimeMethod*))Enumerator_get_Current_m3260398527_gshared)(__this, method) // System.Void Spine.IkConstraint::.ctor(Spine.IkConstraintData,Spine.Skeleton) extern "C" IL2CPP_METHOD_ATTR void IkConstraint__ctor_m4021069598 (IkConstraint_t1675190269 * __this, IkConstraintData_t459120129 * ___data0, Skeleton_t3686076450 * ___skeleton1, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Add(T) #define ExposedList_1_Add_m3835176904(__this, p0, method) (( void (*) (ExposedList_1_t87334839 *, IkConstraint_t1675190269 *, const RuntimeMethod*))ExposedList_1_Add_m1226067921_gshared)(__this, p0, method) // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m1919447666(__this, method) (( bool (*) (Enumerator_t2495073150 *, const RuntimeMethod*))Enumerator_MoveNext_m1168905927_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::Dispose() #define Enumerator_Dispose_m1858787389(__this, method) (( void (*) (Enumerator_t2495073150 *, const RuntimeMethod*))Enumerator_Dispose_m1198458530_gshared)(__this, method) // System.Void Spine.ExposedList`1::.ctor(System.Int32) #define ExposedList_1__ctor_m2459562492(__this, p0, method) (( void (*) (ExposedList_1_t3161142095 *, int32_t, const RuntimeMethod*))ExposedList_1__ctor_m3746667435_gshared)(__this, p0, method) // Spine.ExposedList`1/Enumerator Spine.ExposedList`1::GetEnumerator() #define ExposedList_1_GetEnumerator_m801652158(__this, method) (( Enumerator_t2565026367 (*) (ExposedList_1_t3236185212 *, const RuntimeMethod*))ExposedList_1_GetEnumerator_m4207817279_gshared)(__this, method) // T Spine.ExposedList`1/Enumerator::get_Current() #define Enumerator_get_Current_m1132271782(__this, method) (( TransformConstraintData_t529073346 * (*) (Enumerator_t2565026367 *, const RuntimeMethod*))Enumerator_get_Current_m3260398527_gshared)(__this, method) // System.Void Spine.TransformConstraint::.ctor(Spine.TransformConstraintData,Spine.Skeleton) extern "C" IL2CPP_METHOD_ATTR void TransformConstraint__ctor_m483111526 (TransformConstraint_t454030229 * __this, TransformConstraintData_t529073346 * ___data0, Skeleton_t3686076450 * ___skeleton1, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Add(T) #define ExposedList_1_Add_m3642235439(__this, p0, method) (( void (*) (ExposedList_1_t3161142095 *, TransformConstraint_t454030229 *, const RuntimeMethod*))ExposedList_1_Add_m1226067921_gshared)(__this, p0, method) // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m2165655163(__this, method) (( bool (*) (Enumerator_t2565026367 *, const RuntimeMethod*))Enumerator_MoveNext_m1168905927_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::Dispose() #define Enumerator_Dispose_m2252429560(__this, method) (( void (*) (Enumerator_t2565026367 *, const RuntimeMethod*))Enumerator_Dispose_m1198458530_gshared)(__this, method) // System.Void Spine.ExposedList`1::.ctor(System.Int32) #define ExposedList_1__ctor_m654395538(__this, p0, method) (( void (*) (ExposedList_1_t3687966776 *, int32_t, const RuntimeMethod*))ExposedList_1__ctor_m3746667435_gshared)(__this, p0, method) // Spine.ExposedList`1/Enumerator Spine.ExposedList`1::GetEnumerator() #define ExposedList_1_GetEnumerator_m905447065(__this, method) (( Enumerator_t3017250055 (*) (ExposedList_1_t3688408900 *, const RuntimeMethod*))ExposedList_1_GetEnumerator_m4207817279_gshared)(__this, method) // T Spine.ExposedList`1/Enumerator::get_Current() #define Enumerator_get_Current_m324840476(__this, method) (( PathConstraintData_t981297034 * (*) (Enumerator_t3017250055 *, const RuntimeMethod*))Enumerator_get_Current_m3260398527_gshared)(__this, method) // System.Void Spine.PathConstraint::.ctor(Spine.PathConstraintData,Spine.Skeleton) extern "C" IL2CPP_METHOD_ATTR void PathConstraint__ctor_m3251739535 (PathConstraint_t980854910 * __this, PathConstraintData_t981297034 * ___data0, Skeleton_t3686076450 * ___skeleton1, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Add(T) #define ExposedList_1_Add_m760562411(__this, p0, method) (( void (*) (ExposedList_1_t3687966776 *, PathConstraint_t980854910 *, const RuntimeMethod*))ExposedList_1_Add_m1226067921_gshared)(__this, p0, method) // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m3473470084(__this, method) (( bool (*) (Enumerator_t3017250055 *, const RuntimeMethod*))Enumerator_MoveNext_m1168905927_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::Dispose() #define Enumerator_Dispose_m2255547949(__this, method) (( void (*) (Enumerator_t3017250055 *, const RuntimeMethod*))Enumerator_Dispose_m1198458530_gshared)(__this, method) // System.Void Spine.Skeleton::UpdateCache() extern "C" IL2CPP_METHOD_ATTR void Skeleton_UpdateCache_m382733475 (Skeleton_t3686076450 * __this, const RuntimeMethod* method); // System.Void Spine.Skeleton::UpdateWorldTransform() extern "C" IL2CPP_METHOD_ATTR void Skeleton_UpdateWorldTransform_m3175162923 (Skeleton_t3686076450 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Clear(System.Boolean) #define ExposedList_1_Clear_m3678749154(__this, p0, method) (( void (*) (ExposedList_1_t2549315650 *, bool, const RuntimeMethod*))ExposedList_1_Clear_m1053068883_gshared)(__this, p0, method) // System.Void Spine.ExposedList`1::Clear(System.Boolean) #define ExposedList_1_Clear_m3187291059(__this, p0, method) (( void (*) (ExposedList_1_t3793468194 *, bool, const RuntimeMethod*))ExposedList_1_Clear_m1053068883_gshared)(__this, p0, method) // System.Void Spine.Skeleton::SortIkConstraint(Spine.IkConstraint) extern "C" IL2CPP_METHOD_ATTR void Skeleton_SortIkConstraint_m2359731356 (Skeleton_t3686076450 * __this, IkConstraint_t1675190269 * ___constraint0, const RuntimeMethod* method); // System.Void Spine.Skeleton::SortTransformConstraint(Spine.TransformConstraint) extern "C" IL2CPP_METHOD_ATTR void Skeleton_SortTransformConstraint_m1736842559 (Skeleton_t3686076450 * __this, TransformConstraint_t454030229 * ___constraint0, const RuntimeMethod* method); // System.Void Spine.Skeleton::SortPathConstraint(Spine.PathConstraint) extern "C" IL2CPP_METHOD_ATTR void Skeleton_SortPathConstraint_m516802946 (Skeleton_t3686076450 * __this, PathConstraint_t980854910 * ___constraint0, const RuntimeMethod* method); // System.Void Spine.Skeleton::SortBone(Spine.Bone) extern "C" IL2CPP_METHOD_ATTR void Skeleton_SortBone_m494082581 (Skeleton_t3686076450 * __this, Bone_t1086356328 * ___bone0, const RuntimeMethod* method); // System.Boolean Spine.ExposedList`1::Contains(T) #define ExposedList_1_Contains_m2967521356(__this, p0, method) (( bool (*) (ExposedList_1_t2549315650 *, RuntimeObject*, const RuntimeMethod*))ExposedList_1_Contains_m540649837_gshared)(__this, p0, method) // System.Void Spine.ExposedList`1::Add(T) #define ExposedList_1_Add_m980415420(__this, p0, method) (( void (*) (ExposedList_1_t2549315650 *, RuntimeObject*, const RuntimeMethod*))ExposedList_1_Add_m1226067921_gshared)(__this, p0, method) // System.Void Spine.Skeleton::SortReset(Spine.ExposedList`1) extern "C" IL2CPP_METHOD_ATTR void Skeleton_SortReset_m907180758 (RuntimeObject * __this /* static, unused */, ExposedList_1_t3793468194 * ___bones0, const RuntimeMethod* method); // System.Void Spine.Skeleton::SortPathConstraintAttachment(Spine.Skin,System.Int32,Spine.Bone) extern "C" IL2CPP_METHOD_ATTR void Skeleton_SortPathConstraintAttachment_m4074110325 (Skeleton_t3686076450 * __this, Skin_t1174584606 * ___skin0, int32_t ___slotIndex1, Bone_t1086356328 * ___slotBone2, const RuntimeMethod* method); // System.Void Spine.Skeleton::SortPathConstraintAttachment(Spine.Attachment,Spine.Bone) extern "C" IL2CPP_METHOD_ATTR void Skeleton_SortPathConstraintAttachment_m181351381 (Skeleton_t3686076450 * __this, Attachment_t3043756552 * ___attachment0, Bone_t1086356328 * ___slotBone1, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 Spine.Skin::get_Attachments() extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t968660385 * Skin_get_Attachments_m1086333689 (Skin_t1174584606 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m826383037(__this, method) (( Enumerator_t2922843160 (*) (Dictionary_2_t968660385 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m3606951935_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m2307594188(__this, method) (( KeyValuePair_2_t3366332552 (*) (Enumerator_t2922843160 *, const RuntimeMethod*))Enumerator_get_Current_m2204480965_gshared)(__this, method) // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m2771811339(__this, method) (( AttachmentKeyTuple_t1548106539 (*) (KeyValuePair_2_t3366332552 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m963096613_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m3441137046(__this, method) (( Attachment_t3043756552 * (*) (KeyValuePair_2_t3366332552 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m1565438370_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m1747908408(__this, method) (( bool (*) (Enumerator_t2922843160 *, const RuntimeMethod*))Enumerator_MoveNext_m3212994191_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() #define Enumerator_Dispose_m1736142723(__this, method) (( void (*) (Enumerator_t2922843160 *, const RuntimeMethod*))Enumerator_Dispose_m3853504112_gshared)(__this, method) // Spine.Bone Spine.Skeleton::get_RootBone() extern "C" IL2CPP_METHOD_ATTR Bone_t1086356328 * Skeleton_get_RootBone_m2977149638 (Skeleton_t3686076450 * __this, const RuntimeMethod* method); // System.Void Spine.Skeleton::SetBonesToSetupPose() extern "C" IL2CPP_METHOD_ATTR void Skeleton_SetBonesToSetupPose_m4265156966 (Skeleton_t3686076450 * __this, const RuntimeMethod* method); // System.Void Spine.Skeleton::SetSlotsToSetupPose() extern "C" IL2CPP_METHOD_ATTR void Skeleton_SetSlotsToSetupPose_m1375778352 (Skeleton_t3686076450 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Clear(System.Boolean) #define ExposedList_1_Clear_m2174950840(__this, p0, method) (( void (*) (ExposedList_1_t1927085270 *, bool, const RuntimeMethod*))ExposedList_1_Clear_m1053068883_gshared)(__this, p0, method) // System.Void Spine.Slot::SetToSetupPose() extern "C" IL2CPP_METHOD_ATTR void Slot_SetToSetupPose_m2812583228 (Slot_t3514940700 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m2270643605 (String_t* __this, String_t* p0, const RuntimeMethod* method); // Spine.Skin Spine.SkeletonData::FindSkin(System.String) extern "C" IL2CPP_METHOD_ATTR Skin_t1174584606 * SkeletonData_FindSkin_m3114017459 (SkeletonData_t2032710716 * __this, String_t* ___skinName0, const RuntimeMethod* method); // System.Void Spine.Skeleton::SetSkin(Spine.Skin) extern "C" IL2CPP_METHOD_ATTR void Skeleton_SetSkin_m2099840953 (Skeleton_t3686076450 * __this, Skin_t1174584606 * ___newSkin0, const RuntimeMethod* method); // System.Void Spine.Skin::AttachAll(Spine.Skeleton,Spine.Skin) extern "C" IL2CPP_METHOD_ATTR void Skin_AttachAll_m1160809991 (Skin_t1174584606 * __this, Skeleton_t3686076450 * ___skeleton0, Skin_t1174584606 * ___oldSkin1, const RuntimeMethod* method); // Spine.Attachment Spine.Skin::GetAttachment(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR Attachment_t3043756552 * Skin_GetAttachment_m2040609636 (Skin_t1174584606 * __this, int32_t ___slotIndex0, String_t* ___name1, const RuntimeMethod* method); // System.Int32 Spine.SkeletonData::FindSlotIndex(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t SkeletonData_FindSlotIndex_m4166210197 (SkeletonData_t2032710716 * __this, String_t* ___slotName0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2163913788 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method); // System.Void Spine.RegionAttachment::ComputeWorldVertices(Spine.Bone,System.Single[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_ComputeWorldVertices_m598853595 (RegionAttachment_t1770147391 * __this, Bone_t1086356328 * ___bone0, SingleU5BU5D_t1444911251* ___worldVertices1, int32_t ___offset2, int32_t ___stride3, const RuntimeMethod* method); // System.Void Spine.AtlasAttachmentLoader::.ctor(Spine.Atlas[]) extern "C" IL2CPP_METHOD_ATTR void AtlasAttachmentLoader__ctor_m2757335163 (AtlasAttachmentLoader_t3966790320 * __this, AtlasU5BU5D_t3463999232* ___atlasArray0, const RuntimeMethod* method); // System.Void Spine.SkeletonBinary::.ctor(Spine.AttachmentLoader) extern "C" IL2CPP_METHOD_ATTR void SkeletonBinary__ctor_m1744863266 (SkeletonBinary_t1796686580 * __this, RuntimeObject* ___attachmentLoader0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2346559478(__this, method) (( void (*) (List_1_t3168994201 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void Spine.SkeletonBinary::set_Scale(System.Single) extern "C" IL2CPP_METHOD_ATTR void SkeletonBinary_set_Scale_m1455130785 (SkeletonBinary_t1796686580 * __this, float ___value0, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m2889718780 (FileStream_t4292183065 * __this, String_t* p0, int32_t p1, int32_t p2, int32_t p3, const RuntimeMethod* method); // Spine.SkeletonData Spine.SkeletonBinary::ReadSkeletonData(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR SkeletonData_t2032710716 * SkeletonBinary_ReadSkeletonData_m2684318942 (SkeletonBinary_t1796686580 * __this, Stream_t1273022909 * ___input0, const RuntimeMethod* method); // System.String System.IO.Path::GetFileNameWithoutExtension(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetFileNameWithoutExtension_m895535029 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Int32 Spine.SkeletonBinary::ReadVarint(System.IO.Stream,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t SkeletonBinary_ReadVarint_m2913530182 (RuntimeObject * __this /* static, unused */, Stream_t1273022909 * ___input0, bool ___optimizePositive1, const RuntimeMethod* method); // System.Void Spine.SkeletonBinary::ReadFully(System.IO.Stream,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SkeletonBinary_ReadFully_m517043734 (RuntimeObject * __this /* static, unused */, Stream_t1273022909 * ___input0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___length3, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_UTF8_m1008486739 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single Spine.SkeletonBinary::get_Scale() extern "C" IL2CPP_METHOD_ATTR float SkeletonBinary_get_Scale_m2213985005 (SkeletonBinary_t1796686580 * __this, const RuntimeMethod* method); // System.Void Spine.SkeletonData::.ctor() extern "C" IL2CPP_METHOD_ATTR void SkeletonData__ctor_m1890833562 (SkeletonData_t2032710716 * __this, const RuntimeMethod* method); // System.String Spine.SkeletonBinary::ReadString(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR String_t* SkeletonBinary_ReadString_m4201742740 (SkeletonBinary_t1796686580 * __this, Stream_t1273022909 * ___input0, const RuntimeMethod* method); // System.Single Spine.SkeletonBinary::ReadFloat(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR float SkeletonBinary_ReadFloat_m611799653 (SkeletonBinary_t1796686580 * __this, Stream_t1273022909 * ___input0, const RuntimeMethod* method); // System.Boolean Spine.SkeletonBinary::ReadBoolean(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR bool SkeletonBinary_ReadBoolean_m1725606443 (RuntimeObject * __this /* static, unused */, Stream_t1273022909 * ___input0, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m2969720369 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void Spine.BoneData::.ctor(System.Int32,System.String,Spine.BoneData) extern "C" IL2CPP_METHOD_ATTR void BoneData__ctor_m3600388444 (BoneData_t3130174490 * __this, int32_t ___index0, String_t* ___name1, BoneData_t3130174490 * ___parent2, const RuntimeMethod* method); // System.Int32 Spine.SkeletonBinary::ReadInt(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR int32_t SkeletonBinary_ReadInt_m3486881616 (RuntimeObject * __this /* static, unused */, Stream_t1273022909 * ___input0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Add(T) #define ExposedList_1_Add_m1220349209(__this, p0, method) (( void (*) (ExposedList_1_t1542319060 *, BoneData_t3130174490 *, const RuntimeMethod*))ExposedList_1_Add_m1226067921_gshared)(__this, p0, method) // System.Void Spine.SlotData::.ctor(System.Int32,System.String,Spine.BoneData) extern "C" IL2CPP_METHOD_ATTR void SlotData__ctor_m1545173929 (SlotData_t154801902 * __this, int32_t ___index0, String_t* ___name1, BoneData_t3130174490 * ___boneData2, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Add(T) #define ExposedList_1_Add_m818752335(__this, p0, method) (( void (*) (ExposedList_1_t2861913768 *, SlotData_t154801902 *, const RuntimeMethod*))ExposedList_1_Add_m1226067921_gshared)(__this, p0, method) // System.Void Spine.IkConstraintData::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void IkConstraintData__ctor_m339786972 (IkConstraintData_t459120129 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m551836381(__this, p0, method) (( void (*) (List_1_t307281936 *, BoneData_t3130174490 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.SByte Spine.SkeletonBinary::ReadSByte(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR int8_t SkeletonBinary_ReadSByte_m1101727188 (RuntimeObject * __this /* static, unused */, Stream_t1273022909 * ___input0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Add(T) #define ExposedList_1_Add_m114354598(__this, p0, method) (( void (*) (ExposedList_1_t3166231995 *, IkConstraintData_t459120129 *, const RuntimeMethod*))ExposedList_1_Add_m1226067921_gshared)(__this, p0, method) // System.Void Spine.TransformConstraintData::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void TransformConstraintData__ctor_m414215057 (TransformConstraintData_t529073346 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Add(T) #define ExposedList_1_Add_m2892658901(__this, p0, method) (( void (*) (ExposedList_1_t3236185212 *, TransformConstraintData_t529073346 *, const RuntimeMethod*))ExposedList_1_Add_m1226067921_gshared)(__this, p0, method) // System.Void Spine.PathConstraintData::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void PathConstraintData__ctor_m3396857240 (PathConstraintData_t981297034 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Array System.Enum::GetValues(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Enum_GetValues_m4192343468 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // System.Object System.Array::GetValue(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m2528546681 (RuntimeArray * __this, int32_t p0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Add(T) #define ExposedList_1_Add_m3550227591(__this, p0, method) (( void (*) (ExposedList_1_t3688408900 *, PathConstraintData_t981297034 *, const RuntimeMethod*))ExposedList_1_Add_m1226067921_gshared)(__this, p0, method) // Spine.Skin Spine.SkeletonBinary::ReadSkin(System.IO.Stream,Spine.SkeletonData,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Skin_t1174584606 * SkeletonBinary_ReadSkin_m3015284652 (SkeletonBinary_t1796686580 * __this, Stream_t1273022909 * ___input0, SkeletonData_t2032710716 * ___skeletonData1, String_t* ___skinName2, bool ___nonessential3, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Add(T) #define ExposedList_1_Add_m1682840157(__this, p0, method) (( void (*) (ExposedList_1_t3881696472 *, Skin_t1174584606 *, const RuntimeMethod*))ExposedList_1_Add_m1226067921_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1274005879(__this, method) (( int32_t (*) (List_1_t3168994201 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2590232269(__this, p0, method) (( LinkedMesh_t1696919459 * (*) (List_1_t3168994201 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // Spine.Skin Spine.SkeletonData::get_DefaultSkin() extern "C" IL2CPP_METHOD_ATTR Skin_t1174584606 * SkeletonData_get_DefaultSkin_m2112627509 (SkeletonData_t2032710716 * __this, const RuntimeMethod* method); // System.Void Spine.MeshAttachment::set_ParentMesh(Spine.MeshAttachment) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_ParentMesh_m3921104777 (MeshAttachment_t1975337962 * __this, MeshAttachment_t1975337962 * ___value0, const RuntimeMethod* method); // System.Void Spine.MeshAttachment::UpdateUVs() extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_UpdateUVs_m572410885 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m3818377690(__this, method) (( void (*) (List_1_t3168994201 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void Spine.EventData::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void EventData__ctor_m1468847951 (EventData_t724759987 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Spine.EventData::set_Int(System.Int32) extern "C" IL2CPP_METHOD_ATTR void EventData_set_Int_m4283235737 (EventData_t724759987 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Spine.EventData::set_Float(System.Single) extern "C" IL2CPP_METHOD_ATTR void EventData_set_Float_m1917560394 (EventData_t724759987 * __this, float ___value0, const RuntimeMethod* method); // System.Void Spine.EventData::set_String(System.String) extern "C" IL2CPP_METHOD_ATTR void EventData_set_String_m27313476 (EventData_t724759987 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Spine.EventData::set_AudioPath(System.String) extern "C" IL2CPP_METHOD_ATTR void EventData_set_AudioPath_m626624068 (EventData_t724759987 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String Spine.EventData::get_AudioPath() extern "C" IL2CPP_METHOD_ATTR String_t* EventData_get_AudioPath_m2493658223 (EventData_t724759987 * __this, const RuntimeMethod* method); // System.Void Spine.EventData::set_Volume(System.Single) extern "C" IL2CPP_METHOD_ATTR void EventData_set_Volume_m1283633249 (EventData_t724759987 * __this, float ___value0, const RuntimeMethod* method); // System.Void Spine.EventData::set_Balance(System.Single) extern "C" IL2CPP_METHOD_ATTR void EventData_set_Balance_m2061080133 (EventData_t724759987 * __this, float ___value0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Add(T) #define ExposedList_1_Add_m23153687(__this, p0, method) (( void (*) (ExposedList_1_t3431871853 *, EventData_t724759987 *, const RuntimeMethod*))ExposedList_1_Add_m1226067921_gshared)(__this, p0, method) // System.Void Spine.SkeletonBinary::ReadAnimation(System.String,System.IO.Stream,Spine.SkeletonData) extern "C" IL2CPP_METHOD_ATTR void SkeletonBinary_ReadAnimation_m1904552867 (SkeletonBinary_t1796686580 * __this, String_t* ___name0, Stream_t1273022909 * ___input1, SkeletonData_t2032710716 * ___skeletonData2, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::TrimExcess() #define ExposedList_1_TrimExcess_m2182649893(__this, method) (( void (*) (ExposedList_1_t1542319060 *, const RuntimeMethod*))ExposedList_1_TrimExcess_m1725122750_gshared)(__this, method) // System.Void Spine.ExposedList`1::TrimExcess() #define ExposedList_1_TrimExcess_m2802449127(__this, method) (( void (*) (ExposedList_1_t2861913768 *, const RuntimeMethod*))ExposedList_1_TrimExcess_m1725122750_gshared)(__this, method) // System.Void Spine.ExposedList`1::TrimExcess() #define ExposedList_1_TrimExcess_m2094193418(__this, method) (( void (*) (ExposedList_1_t3881696472 *, const RuntimeMethod*))ExposedList_1_TrimExcess_m1725122750_gshared)(__this, method) // System.Void Spine.ExposedList`1::TrimExcess() #define ExposedList_1_TrimExcess_m547830103(__this, method) (( void (*) (ExposedList_1_t3431871853 *, const RuntimeMethod*))ExposedList_1_TrimExcess_m1725122750_gshared)(__this, method) // System.Void Spine.ExposedList`1::TrimExcess() #define ExposedList_1_TrimExcess_m2740891451(__this, method) (( void (*) (ExposedList_1_t3322895149 *, const RuntimeMethod*))ExposedList_1_TrimExcess_m1725122750_gshared)(__this, method) // System.Void Spine.ExposedList`1::TrimExcess() #define ExposedList_1_TrimExcess_m3989540651(__this, method) (( void (*) (ExposedList_1_t3166231995 *, const RuntimeMethod*))ExposedList_1_TrimExcess_m1725122750_gshared)(__this, method) // System.Void Spine.ExposedList`1::TrimExcess() #define ExposedList_1_TrimExcess_m1213212165(__this, method) (( void (*) (ExposedList_1_t3688408900 *, const RuntimeMethod*))ExposedList_1_TrimExcess_m1725122750_gshared)(__this, method) // System.Void Spine.Skin::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Skin__ctor_m26666071 (Skin_t1174584606 * __this, String_t* ___name0, const RuntimeMethod* method); // Spine.Attachment Spine.SkeletonBinary::ReadAttachment(System.IO.Stream,Spine.SkeletonData,Spine.Skin,System.Int32,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Attachment_t3043756552 * SkeletonBinary_ReadAttachment_m4294747320 (SkeletonBinary_t1796686580 * __this, Stream_t1273022909 * ___input0, SkeletonData_t2032710716 * ___skeletonData1, Skin_t1174584606 * ___skin2, int32_t ___slotIndex3, String_t* ___attachmentName4, bool ___nonessential5, const RuntimeMethod* method); // System.Void Spine.Skin::AddAttachment(System.Int32,System.String,Spine.Attachment) extern "C" IL2CPP_METHOD_ATTR void Skin_AddAttachment_m165806907 (Skin_t1174584606 * __this, int32_t ___slotIndex0, String_t* ___name1, Attachment_t3043756552 * ___attachment2, const RuntimeMethod* method); // System.Void Spine.RegionAttachment::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_set_Path_m1929365969 (RegionAttachment_t1770147391 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Spine.RegionAttachment::UpdateOffset() extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_UpdateOffset_m1524617805 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method); // Spine.SkeletonBinary/Vertices Spine.SkeletonBinary::ReadVertices(System.IO.Stream,System.Int32) extern "C" IL2CPP_METHOD_ATTR Vertices_t807797978 * SkeletonBinary_ReadVertices_m395018376 (SkeletonBinary_t1796686580 * __this, Stream_t1273022909 * ___input0, int32_t ___vertexCount1, const RuntimeMethod* method); // System.Single[] Spine.SkeletonBinary::ReadFloatArray(System.IO.Stream,System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* SkeletonBinary_ReadFloatArray_m604960723 (SkeletonBinary_t1796686580 * __this, Stream_t1273022909 * ___input0, int32_t ___n1, float ___scale2, const RuntimeMethod* method); // System.Int32[] Spine.SkeletonBinary::ReadShortArray(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* SkeletonBinary_ReadShortArray_m2765121480 (SkeletonBinary_t1796686580 * __this, Stream_t1273022909 * ___input0, const RuntimeMethod* method); // System.Void Spine.MeshAttachment::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_Path_m3813911935 (MeshAttachment_t1975337962 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Spine.VertexAttachment::set_WorldVerticesLength(System.Int32) extern "C" IL2CPP_METHOD_ATTR void VertexAttachment_set_WorldVerticesLength_m1855973783 (VertexAttachment_t4074366829 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Spine.SkeletonJson/LinkedMesh::.ctor(Spine.MeshAttachment,System.String,System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void LinkedMesh__ctor_m2776678920 (LinkedMesh_t1696919459 * __this, MeshAttachment_t1975337962 * ___mesh0, String_t* ___skin1, int32_t ___slotIndex2, String_t* ___parent3, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3342903056(__this, p0, method) (( void (*) (List_1_t3168994201 *, LinkedMesh_t1696919459 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void Spine.ClippingAttachment::set_EndSlot(Spine.SlotData) extern "C" IL2CPP_METHOD_ATTR void ClippingAttachment_set_EndSlot_m4076470980 (ClippingAttachment_t2586274570 * __this, SlotData_t154801902 * ___value0, const RuntimeMethod* method); // System.Void Spine.SkeletonBinary/Vertices::.ctor() extern "C" IL2CPP_METHOD_ATTR void Vertices__ctor_m2377694548 (Vertices_t807797978 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::.ctor(System.Int32) #define ExposedList_1__ctor_m3034036963(__this, p0, method) (( void (*) (ExposedList_1_t4104378640 *, int32_t, const RuntimeMethod*))ExposedList_1__ctor_m3034036963_gshared)(__this, p0, method) // System.Void Spine.ExposedList`1::.ctor(System.Int32) #define ExposedList_1__ctor_m4079222511(__this, p0, method) (( void (*) (ExposedList_1_t1363090323 *, int32_t, const RuntimeMethod*))ExposedList_1__ctor_m4079222511_gshared)(__this, p0, method) // System.Void Spine.ExposedList`1::Add(T) #define ExposedList_1_Add_m2905482489(__this, p0, method) (( void (*) (ExposedList_1_t1363090323 *, int32_t, const RuntimeMethod*))ExposedList_1_Add_m2905482489_gshared)(__this, p0, method) // System.Void Spine.ExposedList`1::Add(T) #define ExposedList_1_Add_m1323117931(__this, p0, method) (( void (*) (ExposedList_1_t4104378640 *, float, const RuntimeMethod*))ExposedList_1_Add_m1323117931_gshared)(__this, p0, method) // T[] Spine.ExposedList`1::ToArray() #define ExposedList_1_ToArray_m367527777(__this, method) (( SingleU5BU5D_t1444911251* (*) (ExposedList_1_t4104378640 *, const RuntimeMethod*))ExposedList_1_ToArray_m367527777_gshared)(__this, method) // T[] Spine.ExposedList`1::ToArray() #define ExposedList_1_ToArray_m1455590142(__this, method) (( Int32U5BU5D_t385246372* (*) (ExposedList_1_t1363090323 *, const RuntimeMethod*))ExposedList_1_ToArray_m1455590142_gshared)(__this, method) // System.Void Spine.AttachmentTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AttachmentTimeline__ctor_m1938363147 (AttachmentTimeline_t2048728856 * __this, int32_t ___frameCount0, const RuntimeMethod* method); // System.Void Spine.AttachmentTimeline::SetFrame(System.Int32,System.Single,System.String) extern "C" IL2CPP_METHOD_ATTR void AttachmentTimeline_SetFrame_m3608645729 (AttachmentTimeline_t2048728856 * __this, int32_t ___frameIndex0, float ___time1, String_t* ___attachmentName2, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::Add(T) #define ExposedList_1_Add_m1394417668(__this, p0, method) (( void (*) (ExposedList_1_t383950901 *, RuntimeObject*, const RuntimeMethod*))ExposedList_1_Add_m1226067921_gshared)(__this, p0, method) // System.Void Spine.ColorTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ColorTimeline__ctor_m3866746517 (ColorTimeline_t3754116780 * __this, int32_t ___frameCount0, const RuntimeMethod* method); // System.Void Spine.ColorTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void ColorTimeline_SetFrame_m229843151 (ColorTimeline_t3754116780 * __this, int32_t ___frameIndex0, float ___time1, float ___r2, float ___g3, float ___b4, float ___a5, const RuntimeMethod* method); // System.Void Spine.SkeletonBinary::ReadCurve(System.IO.Stream,System.Int32,Spine.CurveTimeline) extern "C" IL2CPP_METHOD_ATTR void SkeletonBinary_ReadCurve_m3488707544 (SkeletonBinary_t1796686580 * __this, Stream_t1273022909 * ___input0, int32_t ___frameIndex1, CurveTimeline_t3673209699 * ___timeline2, const RuntimeMethod* method); // System.Int32 Spine.CurveTimeline::get_FrameCount() extern "C" IL2CPP_METHOD_ATTR int32_t CurveTimeline_get_FrameCount_m628607029 (CurveTimeline_t3673209699 * __this, const RuntimeMethod* method); // System.Void Spine.TwoColorTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void TwoColorTimeline__ctor_m2850126244 (TwoColorTimeline_t1834727230 * __this, int32_t ___frameCount0, const RuntimeMethod* method); // System.Void Spine.TwoColorTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void TwoColorTimeline_SetFrame_m2529862136 (TwoColorTimeline_t1834727230 * __this, int32_t ___frameIndex0, float ___time1, float ___r2, float ___g3, float ___b4, float ___a5, float ___r26, float ___g27, float ___b28, const RuntimeMethod* method); // System.Void Spine.RotateTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RotateTimeline__ctor_m3851472634 (RotateTimeline_t860518009 * __this, int32_t ___frameCount0, const RuntimeMethod* method); // System.Void Spine.RotateTimeline::SetFrame(System.Int32,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void RotateTimeline_SetFrame_m2588394311 (RotateTimeline_t860518009 * __this, int32_t ___frameIndex0, float ___time1, float ___degrees2, const RuntimeMethod* method); // System.Void Spine.ScaleTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScaleTimeline__ctor_m460360373 (ScaleTimeline_t1810411048 * __this, int32_t ___frameCount0, const RuntimeMethod* method); // System.Void Spine.ShearTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ShearTimeline__ctor_m3406431517 (ShearTimeline_t3812859450 * __this, int32_t ___frameCount0, const RuntimeMethod* method); // System.Void Spine.TranslateTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void TranslateTimeline_SetFrame_m3636016591 (TranslateTimeline_t2733426737 * __this, int32_t ___frameIndex0, float ___time1, float ___x2, float ___y3, const RuntimeMethod* method); // System.Void Spine.IkConstraintTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IkConstraintTimeline__ctor_m616678923 (IkConstraintTimeline_t1094182104 * __this, int32_t ___frameCount0, const RuntimeMethod* method); // System.Void Spine.IkConstraintTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IkConstraintTimeline_SetFrame_m1415257799 (IkConstraintTimeline_t1094182104 * __this, int32_t ___frameIndex0, float ___time1, float ___mix2, int32_t ___bendDirection3, bool ___compress4, bool ___stretch5, const RuntimeMethod* method); // System.Void Spine.TransformConstraintTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void TransformConstraintTimeline__ctor_m2544497800 (TransformConstraintTimeline_t410042030 * __this, int32_t ___frameCount0, const RuntimeMethod* method); // System.Void Spine.TransformConstraintTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void TransformConstraintTimeline_SetFrame_m1161508027 (TransformConstraintTimeline_t410042030 * __this, int32_t ___frameIndex0, float ___time1, float ___rotateMix2, float ___translateMix3, float ___scaleMix4, float ___shearMix5, const RuntimeMethod* method); // System.Void Spine.PathConstraintSpacingTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PathConstraintSpacingTimeline__ctor_m1425927580 (PathConstraintSpacingTimeline_t1125597164 * __this, int32_t ___frameCount0, const RuntimeMethod* method); // System.Void Spine.PathConstraintPositionTimeline::SetFrame(System.Int32,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void PathConstraintPositionTimeline_SetFrame_m210799475 (PathConstraintPositionTimeline_t1963796833 * __this, int32_t ___frameIndex0, float ___time1, float ___value2, const RuntimeMethod* method); // System.Void Spine.PathConstraintMixTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PathConstraintMixTimeline__ctor_m1198689827 (PathConstraintMixTimeline_t534890125 * __this, int32_t ___frameCount0, const RuntimeMethod* method); // System.Void Spine.PathConstraintMixTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void PathConstraintMixTimeline_SetFrame_m3866680330 (PathConstraintMixTimeline_t534890125 * __this, int32_t ___frameIndex0, float ___time1, float ___rotateMix2, float ___translateMix3, const RuntimeMethod* method); // System.Void Spine.DeformTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeformTimeline__ctor_m471795702 (DeformTimeline_t3552075840 * __this, int32_t ___frameCount0, const RuntimeMethod* method); // System.Void Spine.DeformTimeline::SetFrame(System.Int32,System.Single,System.Single[]) extern "C" IL2CPP_METHOD_ATTR void DeformTimeline_SetFrame_m3684133779 (DeformTimeline_t3552075840 * __this, int32_t ___frameIndex0, float ___time1, SingleU5BU5D_t1444911251* ___vertices2, const RuntimeMethod* method); // System.Void Spine.DrawOrderTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DrawOrderTimeline__ctor_m380664354 (DrawOrderTimeline_t1092982325 * __this, int32_t ___frameCount0, const RuntimeMethod* method); // System.Void Spine.DrawOrderTimeline::SetFrame(System.Int32,System.Single,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void DrawOrderTimeline_SetFrame_m648187960 (DrawOrderTimeline_t1092982325 * __this, int32_t ___frameIndex0, float ___time1, Int32U5BU5D_t385246372* ___drawOrder2, const RuntimeMethod* method); // System.Void Spine.EventTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void EventTimeline__ctor_m3508961264 (EventTimeline_t2341881094 * __this, int32_t ___frameCount0, const RuntimeMethod* method); // System.Void Spine.Event::.ctor(System.Single,Spine.EventData) extern "C" IL2CPP_METHOD_ATTR void Event__ctor_m3083278541 (Event_t1378573841 * __this, float ___time0, EventData_t724759987 * ___data1, const RuntimeMethod* method); // System.Void Spine.Event::set_Int(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Event_set_Int_m2779679522 (Event_t1378573841 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Spine.Event::set_Float(System.Single) extern "C" IL2CPP_METHOD_ATTR void Event_set_Float_m3610837605 (Event_t1378573841 * __this, float ___value0, const RuntimeMethod* method); // System.String Spine.EventData::get_String() extern "C" IL2CPP_METHOD_ATTR String_t* EventData_get_String_m3128503700 (EventData_t724759987 * __this, const RuntimeMethod* method); // System.Void Spine.Event::set_String(System.String) extern "C" IL2CPP_METHOD_ATTR void Event_set_String_m513580688 (Event_t1378573841 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Spine.EventTimeline::SetFrame(System.Int32,Spine.Event) extern "C" IL2CPP_METHOD_ATTR void EventTimeline_SetFrame_m2314190735 (EventTimeline_t2341881094 * __this, int32_t ___frameIndex0, Event_t1378573841 * ___e1, const RuntimeMethod* method); // System.Void Spine.ExposedList`1::TrimExcess() #define ExposedList_1_TrimExcess_m2401714282(__this, method) (( void (*) (ExposedList_1_t383950901 *, const RuntimeMethod*))ExposedList_1_TrimExcess_m1725122750_gshared)(__this, method) // System.Void Spine.ExposedList`1::Add(T) #define ExposedList_1_Add_m181021706(__this, p0, method) (( void (*) (ExposedList_1_t3322895149 *, Animation_t615783283 *, const RuntimeMethod*))ExposedList_1_Add_m1226067921_gshared)(__this, p0, method) // System.Void Spine.CurveTimeline::SetStepped(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CurveTimeline_SetStepped_m359227674 (CurveTimeline_t3673209699 * __this, int32_t ___frameIndex0, const RuntimeMethod* method); // System.Void Spine.CurveTimeline::SetCurve(System.Int32,System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void CurveTimeline_SetCurve_m3682310541 (CurveTimeline_t3673209699 * __this, int32_t ___frameIndex0, float ___cx11, float ___cy12, float ___cx23, float ___cy24, const RuntimeMethod* method); // System.Void System.IO.EndOfStreamException::.ctor() extern "C" IL2CPP_METHOD_ATTR void EndOfStreamException__ctor_m2202021005 (EndOfStreamException_t2015613008 * __this, const RuntimeMethod* method); // System.Single System.BitConverter::ToSingle(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR float BitConverter_ToSingle_m2597008633 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m3117905507 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, RuntimeFieldHandle_t1871169219 p1, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SharpJson.JsonDecoder::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonDecoder__ctor_m4118563529 (JsonDecoder_t2143190644 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); JsonDecoder_set_errorMessage_m881500323(__this, (String_t*)NULL, /*hidden argument*/NULL); JsonDecoder_set_parseNumbersAsFloat_m499486768(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.String SharpJson.JsonDecoder::get_errorMessage() extern "C" IL2CPP_METHOD_ATTR String_t* JsonDecoder_get_errorMessage_m3143308391 (JsonDecoder_t2143190644 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CerrorMessageU3Ek__BackingField_0(); return L_0; } } // System.Void SharpJson.JsonDecoder::set_errorMessage(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonDecoder_set_errorMessage_m881500323 (JsonDecoder_t2143190644 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CerrorMessageU3Ek__BackingField_0(L_0); return; } } // System.Boolean SharpJson.JsonDecoder::get_parseNumbersAsFloat() extern "C" IL2CPP_METHOD_ATTR bool JsonDecoder_get_parseNumbersAsFloat_m2069877811 (JsonDecoder_t2143190644 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CparseNumbersAsFloatU3Ek__BackingField_1(); return L_0; } } // System.Void SharpJson.JsonDecoder::set_parseNumbersAsFloat(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonDecoder_set_parseNumbersAsFloat_m499486768 (JsonDecoder_t2143190644 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CparseNumbersAsFloatU3Ek__BackingField_1(L_0); return; } } // System.Object SharpJson.JsonDecoder::Decode(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonDecoder_Decode_m1983035351 (JsonDecoder_t2143190644 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonDecoder_Decode_m1983035351_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonDecoder_set_errorMessage_m881500323(__this, (String_t*)NULL, /*hidden argument*/NULL); String_t* L_0 = ___text0; Lexer_t3897031801 * L_1 = (Lexer_t3897031801 *)il2cpp_codegen_object_new(Lexer_t3897031801_il2cpp_TypeInfo_var); Lexer__ctor_m3216656212(L_1, L_0, /*hidden argument*/NULL); __this->set_lexer_2(L_1); Lexer_t3897031801 * L_2 = __this->get_lexer_2(); bool L_3 = JsonDecoder_get_parseNumbersAsFloat_m2069877811(__this, /*hidden argument*/NULL); NullCheck(L_2); Lexer_set_parseNumbersAsFloat_m997519137(L_2, L_3, /*hidden argument*/NULL); RuntimeObject * L_4 = JsonDecoder_ParseValue_m1473344569(__this, /*hidden argument*/NULL); return L_4; } } // System.Object SharpJson.JsonDecoder::DecodeText(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonDecoder_DecodeText_m3845332849 (RuntimeObject * __this /* static, unused */, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonDecoder_DecodeText_m3845332849_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonDecoder_t2143190644 * V_0 = NULL; { JsonDecoder_t2143190644 * L_0 = (JsonDecoder_t2143190644 *)il2cpp_codegen_object_new(JsonDecoder_t2143190644_il2cpp_TypeInfo_var); JsonDecoder__ctor_m4118563529(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonDecoder_t2143190644 * L_1 = V_0; String_t* L_2 = ___text0; NullCheck(L_1); RuntimeObject * L_3 = JsonDecoder_Decode_m1983035351(L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Collections.Generic.IDictionary`2 SharpJson.JsonDecoder::ParseObject() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonDecoder_ParseObject_m889990406 (JsonDecoder_t2143190644 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonDecoder_ParseObject_m889990406_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t2865362463 * V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; RuntimeObject * V_3 = NULL; { Dictionary_2_t2865362463 * L_0 = (Dictionary_2_t2865362463 *)il2cpp_codegen_object_new(Dictionary_2_t2865362463_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1871325280(L_0, /*hidden argument*/Dictionary_2__ctor_m1871325280_RuntimeMethod_var); V_0 = L_0; Lexer_t3897031801 * L_1 = __this->get_lexer_2(); NullCheck(L_1); Lexer_NextToken_m78441128(L_1, /*hidden argument*/NULL); } IL_0012: { Lexer_t3897031801 * L_2 = __this->get_lexer_2(); NullCheck(L_2); int32_t L_3 = Lexer_LookAhead_m2788424432(L_2, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; if (!L_4) { goto IL_0038; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)5))) { goto IL_0045; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)9)))) { goto IL_0056; } } { goto IL_0064; } IL_0038: { JsonDecoder_TriggerError_m2715294864(__this, _stringLiteral2582864329, /*hidden argument*/NULL); return (RuntimeObject*)NULL; } IL_0045: { Lexer_t3897031801 * L_7 = __this->get_lexer_2(); NullCheck(L_7); Lexer_NextToken_m78441128(L_7, /*hidden argument*/NULL); goto IL_00c4; } IL_0056: { Lexer_t3897031801 * L_8 = __this->get_lexer_2(); NullCheck(L_8); Lexer_NextToken_m78441128(L_8, /*hidden argument*/NULL); Dictionary_2_t2865362463 * L_9 = V_0; return L_9; } IL_0064: { Lexer_t3897031801 * L_10 = __this->get_lexer_2(); NullCheck(L_10); String_t* L_11 = Lexer_ParseString_m2969438468(L_10, /*hidden argument*/NULL); String_t* L_12 = JsonDecoder_EvalLexer_TisString_t_m1979917144(__this, L_11, /*hidden argument*/JsonDecoder_EvalLexer_TisString_t_m1979917144_RuntimeMethod_var); V_2 = L_12; String_t* L_13 = JsonDecoder_get_errorMessage_m3143308391(__this, /*hidden argument*/NULL); if (!L_13) { goto IL_0083; } } { return (RuntimeObject*)NULL; } IL_0083: { Lexer_t3897031801 * L_14 = __this->get_lexer_2(); NullCheck(L_14); int32_t L_15 = Lexer_NextToken_m78441128(L_14, /*hidden argument*/NULL); V_1 = L_15; int32_t L_16 = V_1; if ((((int32_t)L_16) == ((int32_t)4))) { goto IL_00a3; } } { JsonDecoder_TriggerError_m2715294864(__this, _stringLiteral3420355287, /*hidden argument*/NULL); return (RuntimeObject*)NULL; } IL_00a3: { RuntimeObject * L_17 = JsonDecoder_ParseValue_m1473344569(__this, /*hidden argument*/NULL); V_3 = L_17; String_t* L_18 = JsonDecoder_get_errorMessage_m3143308391(__this, /*hidden argument*/NULL); if (!L_18) { goto IL_00b7; } } { return (RuntimeObject*)NULL; } IL_00b7: { Dictionary_2_t2865362463 * L_19 = V_0; String_t* L_20 = V_2; RuntimeObject * L_21 = V_3; NullCheck(L_19); Dictionary_2_set_Item_m3256701891(L_19, L_20, L_21, /*hidden argument*/Dictionary_2_set_Item_m3256701891_RuntimeMethod_var); goto IL_00c4; } IL_00c4: { goto IL_0012; } } // System.Collections.Generic.IList`1 SharpJson.JsonDecoder::ParseArray() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonDecoder_ParseArray_m3471493550 (JsonDecoder_t2143190644 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonDecoder_ParseArray_m3471493550_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t257213610 * V_0 = NULL; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; { List_1_t257213610 * L_0 = (List_1_t257213610 *)il2cpp_codegen_object_new(List_1_t257213610_il2cpp_TypeInfo_var); List_1__ctor_m2321703786(L_0, /*hidden argument*/List_1__ctor_m2321703786_RuntimeMethod_var); V_0 = L_0; Lexer_t3897031801 * L_1 = __this->get_lexer_2(); NullCheck(L_1); Lexer_NextToken_m78441128(L_1, /*hidden argument*/NULL); } IL_0012: { Lexer_t3897031801 * L_2 = __this->get_lexer_2(); NullCheck(L_2); int32_t L_3 = Lexer_LookAhead_m2788424432(L_2, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; if (!L_4) { goto IL_0038; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)5))) { goto IL_0045; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)11)))) { goto IL_0056; } } { goto IL_0064; } IL_0038: { JsonDecoder_TriggerError_m2715294864(__this, _stringLiteral2582864329, /*hidden argument*/NULL); return (RuntimeObject*)NULL; } IL_0045: { Lexer_t3897031801 * L_7 = __this->get_lexer_2(); NullCheck(L_7); Lexer_NextToken_m78441128(L_7, /*hidden argument*/NULL); goto IL_0084; } IL_0056: { Lexer_t3897031801 * L_8 = __this->get_lexer_2(); NullCheck(L_8); Lexer_NextToken_m78441128(L_8, /*hidden argument*/NULL); List_1_t257213610 * L_9 = V_0; return L_9; } IL_0064: { RuntimeObject * L_10 = JsonDecoder_ParseValue_m1473344569(__this, /*hidden argument*/NULL); V_2 = L_10; String_t* L_11 = JsonDecoder_get_errorMessage_m3143308391(__this, /*hidden argument*/NULL); if (!L_11) { goto IL_0078; } } { return (RuntimeObject*)NULL; } IL_0078: { List_1_t257213610 * L_12 = V_0; RuntimeObject * L_13 = V_2; NullCheck(L_12); List_1_Add_m3338814081(L_12, L_13, /*hidden argument*/List_1_Add_m3338814081_RuntimeMethod_var); goto IL_0084; } IL_0084: { goto IL_0012; } } // System.Object SharpJson.JsonDecoder::ParseValue() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonDecoder_ParseValue_m1473344569 (JsonDecoder_t2143190644 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonDecoder_ParseValue_m1473344569_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Lexer_t3897031801 * L_0 = __this->get_lexer_2(); NullCheck(L_0); int32_t L_1 = Lexer_LookAhead_m2788424432(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_00d0; } case 1: { goto IL_00c2; } case 2: { goto IL_009c; } case 3: { goto IL_00af; } case 4: { goto IL_00d5; } case 5: { goto IL_00d5; } case 6: { goto IL_0043; } case 7: { goto IL_0055; } case 8: { goto IL_008e; } case 9: { goto IL_00d5; } case 10: { goto IL_0095; } } } { goto IL_00d5; } IL_0043: { Lexer_t3897031801 * L_3 = __this->get_lexer_2(); NullCheck(L_3); String_t* L_4 = Lexer_ParseString_m2969438468(L_3, /*hidden argument*/NULL); String_t* L_5 = JsonDecoder_EvalLexer_TisString_t_m1979917144(__this, L_4, /*hidden argument*/JsonDecoder_EvalLexer_TisString_t_m1979917144_RuntimeMethod_var); return L_5; } IL_0055: { bool L_6 = JsonDecoder_get_parseNumbersAsFloat_m2069877811(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0077; } } { Lexer_t3897031801 * L_7 = __this->get_lexer_2(); NullCheck(L_7); float L_8 = Lexer_ParseFloatNumber_m86003124(L_7, /*hidden argument*/NULL); float L_9 = JsonDecoder_EvalLexer_TisSingle_t1397266774_m4114072190(__this, L_8, /*hidden argument*/JsonDecoder_EvalLexer_TisSingle_t1397266774_m4114072190_RuntimeMethod_var); float L_10 = L_9; RuntimeObject * L_11 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_10); return L_11; } IL_0077: { Lexer_t3897031801 * L_12 = __this->get_lexer_2(); NullCheck(L_12); double L_13 = Lexer_ParseDoubleNumber_m421829528(L_12, /*hidden argument*/NULL); double L_14 = JsonDecoder_EvalLexer_TisDouble_t594665363_m3698701834(__this, L_13, /*hidden argument*/JsonDecoder_EvalLexer_TisDouble_t594665363_m3698701834_RuntimeMethod_var); double L_15 = L_14; RuntimeObject * L_16 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_15); return L_16; } IL_008e: { RuntimeObject* L_17 = JsonDecoder_ParseObject_m889990406(__this, /*hidden argument*/NULL); return L_17; } IL_0095: { RuntimeObject* L_18 = JsonDecoder_ParseArray_m3471493550(__this, /*hidden argument*/NULL); return L_18; } IL_009c: { Lexer_t3897031801 * L_19 = __this->get_lexer_2(); NullCheck(L_19); Lexer_NextToken_m78441128(L_19, /*hidden argument*/NULL); bool L_20 = ((bool)1); RuntimeObject * L_21 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_20); return L_21; } IL_00af: { Lexer_t3897031801 * L_22 = __this->get_lexer_2(); NullCheck(L_22); Lexer_NextToken_m78441128(L_22, /*hidden argument*/NULL); bool L_23 = ((bool)0); RuntimeObject * L_24 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_23); return L_24; } IL_00c2: { Lexer_t3897031801 * L_25 = __this->get_lexer_2(); NullCheck(L_25); Lexer_NextToken_m78441128(L_25, /*hidden argument*/NULL); return NULL; } IL_00d0: { goto IL_00d5; } IL_00d5: { JsonDecoder_TriggerError_m2715294864(__this, _stringLiteral724403847, /*hidden argument*/NULL); return NULL; } } // System.Void SharpJson.JsonDecoder::TriggerError(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonDecoder_TriggerError_m2715294864 (JsonDecoder_t2143190644 * __this, String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonDecoder_TriggerError_m2715294864_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___message0; Lexer_t3897031801 * L_1 = __this->get_lexer_2(); NullCheck(L_1); int32_t L_2 = Lexer_get_lineNumber_m2670195849(L_1, /*hidden argument*/NULL); int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1379058657, L_0, L_4, /*hidden argument*/NULL); JsonDecoder_set_errorMessage_m881500323(__this, L_5, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SharpJson.Lexer::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Lexer__ctor_m3216656212 (Lexer_t3897031801 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lexer__ctor_m3216656212_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_success_4((bool)1); __this->set_stringBuffer_5(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096)))); Object__ctor_m297566312(__this, /*hidden argument*/NULL); Lexer_Reset_m2160473653(__this, /*hidden argument*/NULL); String_t* L_0 = ___text0; NullCheck(L_0); CharU5BU5D_t3528271667* L_1 = String_ToCharArray_m1492846834(L_0, /*hidden argument*/NULL); __this->set_json_2(L_1); Lexer_set_parseNumbersAsFloat_m997519137(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Boolean SharpJson.Lexer::get_hasError() extern "C" IL2CPP_METHOD_ATTR bool Lexer_get_hasError_m377069599 (Lexer_t3897031801 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_success_4(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Int32 SharpJson.Lexer::get_lineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t Lexer_get_lineNumber_m2670195849 (Lexer_t3897031801 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3ClineNumberU3Ek__BackingField_0(); return L_0; } } // System.Void SharpJson.Lexer::set_lineNumber(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lexer_set_lineNumber_m1178225622 (Lexer_t3897031801 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3ClineNumberU3Ek__BackingField_0(L_0); return; } } // System.Boolean SharpJson.Lexer::get_parseNumbersAsFloat() extern "C" IL2CPP_METHOD_ATTR bool Lexer_get_parseNumbersAsFloat_m2703668937 (Lexer_t3897031801 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CparseNumbersAsFloatU3Ek__BackingField_1(); return L_0; } } // System.Void SharpJson.Lexer::set_parseNumbersAsFloat(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Lexer_set_parseNumbersAsFloat_m997519137 (Lexer_t3897031801 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CparseNumbersAsFloatU3Ek__BackingField_1(L_0); return; } } // System.Void SharpJson.Lexer::Reset() extern "C" IL2CPP_METHOD_ATTR void Lexer_Reset_m2160473653 (Lexer_t3897031801 * __this, const RuntimeMethod* method) { { __this->set_index_3(0); Lexer_set_lineNumber_m1178225622(__this, 1, /*hidden argument*/NULL); __this->set_success_4((bool)1); return; } } // System.String SharpJson.Lexer::ParseString() extern "C" IL2CPP_METHOD_ATTR String_t* Lexer_ParseString_m2969438468 (Lexer_t3897031801 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lexer_ParseString_m2969438468_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringBuilder_t * V_1 = NULL; Il2CppChar V_2 = 0x0; int32_t V_3 = 0; bool V_4 = false; bool V_5 = false; int32_t V_6 = 0; String_t* V_7 = NULL; { V_0 = 0; V_1 = (StringBuilder_t *)NULL; Lexer_SkipWhiteSpaces_m1039574802(__this, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_0 = __this->get_json_2(); int32_t L_1 = __this->get_index_3(); int32_t L_2 = L_1; V_3 = L_2; __this->set_index_3(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_3; NullCheck(L_0); int32_t L_4 = L_3; uint16_t L_5 = (L_0)->GetAt(static_cast(L_4)); V_2 = L_5; V_4 = (bool)0; V_5 = (bool)0; goto IL_0228; } IL_002e: { int32_t L_6 = __this->get_index_3(); CharU5BU5D_t3528271667* L_7 = __this->get_json_2(); NullCheck(L_7); if ((!(((uint32_t)L_6) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))))))) { goto IL_0046; } } { goto IL_0236; } IL_0046: { CharU5BU5D_t3528271667* L_8 = __this->get_json_2(); int32_t L_9 = __this->get_index_3(); int32_t L_10 = L_9; V_3 = L_10; __this->set_index_3(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); int32_t L_11 = V_3; NullCheck(L_8); int32_t L_12 = L_11; uint16_t L_13 = (L_8)->GetAt(static_cast(L_12)); V_2 = L_13; Il2CppChar L_14 = V_2; if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)34))))) { goto IL_006f; } } { V_5 = (bool)1; goto IL_0236; } IL_006f: { Il2CppChar L_15 = V_2; if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)92))))) { goto IL_01f0; } } { int32_t L_16 = __this->get_index_3(); CharU5BU5D_t3528271667* L_17 = __this->get_json_2(); NullCheck(L_17); if ((!(((uint32_t)L_16) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))))) { goto IL_008f; } } { goto IL_0236; } IL_008f: { CharU5BU5D_t3528271667* L_18 = __this->get_json_2(); int32_t L_19 = __this->get_index_3(); int32_t L_20 = L_19; V_3 = L_20; __this->set_index_3(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))); int32_t L_21 = V_3; NullCheck(L_18); int32_t L_22 = L_21; uint16_t L_23 = (L_18)->GetAt(static_cast(L_22)); V_2 = L_23; Il2CppChar L_24 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)((int32_t)114)))) { case 0: { goto IL_0167; } case 1: { goto IL_00c1; } case 2: { goto IL_017a; } case 3: { goto IL_018d; } } } IL_00c1: { Il2CppChar L_25 = V_2; if ((((int32_t)L_25) == ((int32_t)((int32_t)34)))) { goto IL_00f6; } } { Il2CppChar L_26 = V_2; if ((((int32_t)L_26) == ((int32_t)((int32_t)47)))) { goto IL_011c; } } { Il2CppChar L_27 = V_2; if ((((int32_t)L_27) == ((int32_t)((int32_t)92)))) { goto IL_0109; } } { Il2CppChar L_28 = V_2; if ((((int32_t)L_28) == ((int32_t)((int32_t)98)))) { goto IL_012f; } } { Il2CppChar L_29 = V_2; if ((((int32_t)L_29) == ((int32_t)((int32_t)102)))) { goto IL_0141; } } { Il2CppChar L_30 = V_2; if ((((int32_t)L_30) == ((int32_t)((int32_t)110)))) { goto IL_0154; } } { goto IL_01eb; } IL_00f6: { CharU5BU5D_t3528271667* L_31 = __this->get_stringBuffer_5(); int32_t L_32 = V_0; int32_t L_33 = L_32; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); NullCheck(L_31); (L_31)->SetAt(static_cast(L_33), (Il2CppChar)((int32_t)34)); goto IL_01eb; } IL_0109: { CharU5BU5D_t3528271667* L_34 = __this->get_stringBuffer_5(); int32_t L_35 = V_0; int32_t L_36 = L_35; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); NullCheck(L_34); (L_34)->SetAt(static_cast(L_36), (Il2CppChar)((int32_t)92)); goto IL_01eb; } IL_011c: { CharU5BU5D_t3528271667* L_37 = __this->get_stringBuffer_5(); int32_t L_38 = V_0; int32_t L_39 = L_38; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); NullCheck(L_37); (L_37)->SetAt(static_cast(L_39), (Il2CppChar)((int32_t)47)); goto IL_01eb; } IL_012f: { CharU5BU5D_t3528271667* L_40 = __this->get_stringBuffer_5(); int32_t L_41 = V_0; int32_t L_42 = L_41; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); NullCheck(L_40); (L_40)->SetAt(static_cast(L_42), (Il2CppChar)8); goto IL_01eb; } IL_0141: { CharU5BU5D_t3528271667* L_43 = __this->get_stringBuffer_5(); int32_t L_44 = V_0; int32_t L_45 = L_44; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); NullCheck(L_43); (L_43)->SetAt(static_cast(L_45), (Il2CppChar)((int32_t)12)); goto IL_01eb; } IL_0154: { CharU5BU5D_t3528271667* L_46 = __this->get_stringBuffer_5(); int32_t L_47 = V_0; int32_t L_48 = L_47; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); NullCheck(L_46); (L_46)->SetAt(static_cast(L_48), (Il2CppChar)((int32_t)10)); goto IL_01eb; } IL_0167: { CharU5BU5D_t3528271667* L_49 = __this->get_stringBuffer_5(); int32_t L_50 = V_0; int32_t L_51 = L_50; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); NullCheck(L_49); (L_49)->SetAt(static_cast(L_51), (Il2CppChar)((int32_t)13)); goto IL_01eb; } IL_017a: { CharU5BU5D_t3528271667* L_52 = __this->get_stringBuffer_5(); int32_t L_53 = V_0; int32_t L_54 = L_53; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); NullCheck(L_52); (L_52)->SetAt(static_cast(L_54), (Il2CppChar)((int32_t)9)); goto IL_01eb; } IL_018d: { CharU5BU5D_t3528271667* L_55 = __this->get_json_2(); NullCheck(L_55); int32_t L_56 = __this->get_index_3(); V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_55)->max_length)))), (int32_t)L_56)); int32_t L_57 = V_6; if ((((int32_t)L_57) < ((int32_t)4))) { goto IL_01e3; } } { CharU5BU5D_t3528271667* L_58 = __this->get_json_2(); int32_t L_59 = __this->get_index_3(); String_t* L_60 = String_CreateString_m860434552(NULL, L_58, L_59, 4, /*hidden argument*/NULL); V_7 = L_60; CharU5BU5D_t3528271667* L_61 = __this->get_stringBuffer_5(); int32_t L_62 = V_0; int32_t L_63 = L_62; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); String_t* L_64 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_65 = Convert_ToInt32_m391894676(NULL /*static, unused*/, L_64, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_61); (L_61)->SetAt(static_cast(L_63), (Il2CppChar)(((int32_t)((uint16_t)L_65)))); int32_t L_66 = __this->get_index_3(); __this->set_index_3(((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)4))); goto IL_01e6; } IL_01e3: { V_4 = (bool)1; } IL_01e6: { goto IL_01eb; } IL_01eb: { goto IL_01fd; } IL_01f0: { CharU5BU5D_t3528271667* L_67 = __this->get_stringBuffer_5(); int32_t L_68 = V_0; int32_t L_69 = L_68; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); Il2CppChar L_70 = V_2; NullCheck(L_67); (L_67)->SetAt(static_cast(L_69), (Il2CppChar)L_70); } IL_01fd: { int32_t L_71 = V_0; CharU5BU5D_t3528271667* L_72 = __this->get_stringBuffer_5(); NullCheck(L_72); if ((((int32_t)L_71) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_72)->max_length))))))) { goto IL_0228; } } { StringBuilder_t * L_73 = V_1; if (L_73) { goto IL_0217; } } { StringBuilder_t * L_74 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_74, /*hidden argument*/NULL); V_1 = L_74; } IL_0217: { StringBuilder_t * L_75 = V_1; CharU5BU5D_t3528271667* L_76 = __this->get_stringBuffer_5(); int32_t L_77 = V_0; NullCheck(L_75); StringBuilder_Append_m4089665817(L_75, L_76, 0, L_77, /*hidden argument*/NULL); V_0 = 0; } IL_0228: { bool L_78 = V_5; if (L_78) { goto IL_0236; } } { bool L_79 = V_4; if (!L_79) { goto IL_002e; } } IL_0236: { bool L_80 = V_5; if (L_80) { goto IL_0246; } } { __this->set_success_4((bool)0); return (String_t*)NULL; } IL_0246: { StringBuilder_t * L_81 = V_1; if (!L_81) { goto IL_0253; } } { StringBuilder_t * L_82 = V_1; NullCheck(L_82); String_t* L_83 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_82); return L_83; } IL_0253: { CharU5BU5D_t3528271667* L_84 = __this->get_stringBuffer_5(); int32_t L_85 = V_0; String_t* L_86 = String_CreateString_m860434552(NULL, L_84, 0, L_85, /*hidden argument*/NULL); return L_86; } } // System.String SharpJson.Lexer::GetNumberString() extern "C" IL2CPP_METHOD_ATTR String_t* Lexer_GetNumberString_m4178483168 (Lexer_t3897031801 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; { Lexer_SkipWhiteSpaces_m1039574802(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get_index_3(); int32_t L_1 = Lexer_GetLastIndexOfNumber_m3357790168(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; int32_t L_3 = __this->get_index_3(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)), (int32_t)1)); CharU5BU5D_t3528271667* L_4 = __this->get_json_2(); int32_t L_5 = __this->get_index_3(); int32_t L_6 = V_1; String_t* L_7 = String_CreateString_m860434552(NULL, L_4, L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; int32_t L_8 = V_0; __this->set_index_3(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); String_t* L_9 = V_2; return L_9; } } // System.Single SharpJson.Lexer::ParseFloatNumber() extern "C" IL2CPP_METHOD_ATTR float Lexer_ParseFloatNumber_m86003124 (Lexer_t3897031801 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lexer_ParseFloatNumber_m86003124_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; String_t* V_1 = NULL; { String_t* L_0 = Lexer_GetNumberString_m4178483168(__this, /*hidden argument*/NULL); V_1 = L_0; String_t* L_1 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_2 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_3 = Single_TryParse_m1572008725(NULL /*static, unused*/, L_1, ((int32_t)167), L_2, (&V_0), /*hidden argument*/NULL); if (L_3) { goto IL_0024; } } { return (0.0f); } IL_0024: { float L_4 = V_0; return L_4; } } // System.Double SharpJson.Lexer::ParseDoubleNumber() extern "C" IL2CPP_METHOD_ATTR double Lexer_ParseDoubleNumber_m421829528 (Lexer_t3897031801 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lexer_ParseDoubleNumber_m421829528_MetadataUsageId); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; String_t* V_1 = NULL; { String_t* L_0 = Lexer_GetNumberString_m4178483168(__this, /*hidden argument*/NULL); V_1 = L_0; String_t* L_1 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_2 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_3 = Double_TryParse_m623190659(NULL /*static, unused*/, L_1, ((int32_t)511), L_2, (&V_0), /*hidden argument*/NULL); if (L_3) { goto IL_0028; } } { return (0.0); } IL_0028: { double L_4 = V_0; return L_4; } } // System.Int32 SharpJson.Lexer::GetLastIndexOfNumber(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lexer_GetLastIndexOfNumber_m3357790168 (Lexer_t3897031801 * __this, int32_t ___index0, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar V_1 = 0x0; { int32_t L_0 = ___index0; V_0 = L_0; goto IL_0051; } IL_0007: { CharU5BU5D_t3528271667* L_1 = __this->get_json_2(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; uint16_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_1 = L_4; Il2CppChar L_5 = V_1; if ((((int32_t)L_5) < ((int32_t)((int32_t)48)))) { goto IL_0020; } } { Il2CppChar L_6 = V_1; if ((((int32_t)L_6) <= ((int32_t)((int32_t)57)))) { goto IL_004d; } } IL_0020: { Il2CppChar L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)43)))) { goto IL_004d; } } { Il2CppChar L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)45)))) { goto IL_004d; } } { Il2CppChar L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)46)))) { goto IL_004d; } } { Il2CppChar L_10 = V_1; if ((((int32_t)L_10) == ((int32_t)((int32_t)101)))) { goto IL_004d; } } { Il2CppChar L_11 = V_1; if ((((int32_t)L_11) == ((int32_t)((int32_t)69)))) { goto IL_004d; } } { goto IL_005f; } IL_004d: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0051: { int32_t L_13 = V_0; CharU5BU5D_t3528271667* L_14 = __this->get_json_2(); NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0007; } } IL_005f: { int32_t L_15 = V_0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)); } } // System.Void SharpJson.Lexer::SkipWhiteSpaces() extern "C" IL2CPP_METHOD_ATTR void Lexer_SkipWhiteSpaces_m1039574802 (Lexer_t3897031801 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lexer_SkipWhiteSpaces_m1039574802_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { goto IL_0053; } IL_0005: { CharU5BU5D_t3528271667* L_0 = __this->get_json_2(); int32_t L_1 = __this->get_index_3(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)10))))) { goto IL_0029; } } { int32_t L_5 = Lexer_get_lineNumber_m2670195849(__this, /*hidden argument*/NULL); Lexer_set_lineNumber_m1178225622(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL); } IL_0029: { CharU5BU5D_t3528271667* L_6 = __this->get_json_2(); int32_t L_7 = __this->get_index_3(); NullCheck(L_6); int32_t L_8 = L_7; uint16_t L_9 = (L_6)->GetAt(static_cast(L_8)); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_10 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0045; } } { goto IL_0066; } IL_0045: { int32_t L_11 = __this->get_index_3(); __this->set_index_3(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); } IL_0053: { int32_t L_12 = __this->get_index_3(); CharU5BU5D_t3528271667* L_13 = __this->get_json_2(); NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))))) { goto IL_0005; } } IL_0066: { return; } } // SharpJson.Lexer/Token SharpJson.Lexer::LookAhead() extern "C" IL2CPP_METHOD_ATTR int32_t Lexer_LookAhead_m2788424432 (Lexer_t3897031801 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { Lexer_SkipWhiteSpaces_m1039574802(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get_index_3(); V_0 = L_0; CharU5BU5D_t3528271667* L_1 = __this->get_json_2(); int32_t L_2 = Lexer_NextToken_m1849954580(NULL /*static, unused*/, L_1, (&V_0), /*hidden argument*/NULL); return L_2; } } // SharpJson.Lexer/Token SharpJson.Lexer::NextToken() extern "C" IL2CPP_METHOD_ATTR int32_t Lexer_NextToken_m78441128 (Lexer_t3897031801 * __this, const RuntimeMethod* method) { { Lexer_SkipWhiteSpaces_m1039574802(__this, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_0 = __this->get_json_2(); int32_t* L_1 = __this->get_address_of_index_3(); int32_t L_2 = Lexer_NextToken_m1849954580(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // SharpJson.Lexer/Token SharpJson.Lexer::NextToken(System.Char[],System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Lexer_NextToken_m1849954580 (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* ___json0, int32_t* ___index1, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t* L_0 = ___index1; CharU5BU5D_t3528271667* L_1 = ___json0; NullCheck(L_1); if ((!(((uint32_t)(*((int32_t*)L_0))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))) { goto IL_000c; } } { return (int32_t)(0); } IL_000c: { CharU5BU5D_t3528271667* L_2 = ___json0; int32_t* L_3 = ___index1; int32_t* L_4 = ___index1; int32_t L_5 = (*((int32_t*)L_4)); V_1 = L_5; *((int32_t*)(L_3)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_1; NullCheck(L_2); int32_t L_7 = L_6; uint16_t L_8 = (L_2)->GetAt(static_cast(L_7)); V_0 = L_8; Il2CppChar L_9 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)44)))) { case 0: { goto IL_009f; } case 1: { goto IL_00a3; } case 2: { goto IL_005d; } case 3: { goto IL_005d; } case 4: { goto IL_00a3; } case 5: { goto IL_00a3; } case 6: { goto IL_00a3; } case 7: { goto IL_00a3; } case 8: { goto IL_00a3; } case 9: { goto IL_00a3; } case 10: { goto IL_00a3; } case 11: { goto IL_00a3; } case 12: { goto IL_00a3; } case 13: { goto IL_00a3; } case 14: { goto IL_00a5; } } } IL_005d: { Il2CppChar L_10 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)91)))) { case 0: { goto IL_0099; } case 1: { goto IL_0072; } case 2: { goto IL_009c; } } } IL_0072: { Il2CppChar L_11 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)((int32_t)123)))) { case 0: { goto IL_0094; } case 1: { goto IL_0087; } case 2: { goto IL_0096; } } } IL_0087: { Il2CppChar L_12 = V_0; if ((((int32_t)L_12) == ((int32_t)((int32_t)34)))) { goto IL_00a1; } } { goto IL_00a7; } IL_0094: { return (int32_t)(8); } IL_0096: { return (int32_t)(((int32_t)9)); } IL_0099: { return (int32_t)(((int32_t)10)); } IL_009c: { return (int32_t)(((int32_t)11)); } IL_009f: { return (int32_t)(5); } IL_00a1: { return (int32_t)(6); } IL_00a3: { return (int32_t)(7); } IL_00a5: { return (int32_t)(4); } IL_00a7: { int32_t* L_13 = ___index1; int32_t* L_14 = ___index1; *((int32_t*)(L_13)) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(*((int32_t*)L_14)), (int32_t)1)); CharU5BU5D_t3528271667* L_15 = ___json0; NullCheck(L_15); int32_t* L_16 = ___index1; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))), (int32_t)(*((int32_t*)L_16)))); int32_t L_17 = V_2; if ((((int32_t)L_17) < ((int32_t)5))) { goto IL_0102; } } { CharU5BU5D_t3528271667* L_18 = ___json0; int32_t* L_19 = ___index1; NullCheck(L_18); int32_t L_20 = (*((int32_t*)L_19)); uint16_t L_21 = (L_18)->GetAt(static_cast(L_20)); if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)102))))) { goto IL_0102; } } { CharU5BU5D_t3528271667* L_22 = ___json0; int32_t* L_23 = ___index1; NullCheck(L_22); int32_t L_24 = ((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_23)), (int32_t)1)); uint16_t L_25 = (L_22)->GetAt(static_cast(L_24)); if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)97))))) { goto IL_0102; } } { CharU5BU5D_t3528271667* L_26 = ___json0; int32_t* L_27 = ___index1; NullCheck(L_26); int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_27)), (int32_t)2)); uint16_t L_29 = (L_26)->GetAt(static_cast(L_28)); if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)108))))) { goto IL_0102; } } { CharU5BU5D_t3528271667* L_30 = ___json0; int32_t* L_31 = ___index1; NullCheck(L_30); int32_t L_32 = ((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_31)), (int32_t)3)); uint16_t L_33 = (L_30)->GetAt(static_cast(L_32)); if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)115))))) { goto IL_0102; } } { CharU5BU5D_t3528271667* L_34 = ___json0; int32_t* L_35 = ___index1; NullCheck(L_34); int32_t L_36 = ((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_35)), (int32_t)4)); uint16_t L_37 = (L_34)->GetAt(static_cast(L_36)); if ((!(((uint32_t)L_37) == ((uint32_t)((int32_t)101))))) { goto IL_0102; } } { int32_t* L_38 = ___index1; int32_t* L_39 = ___index1; *((int32_t*)(L_38)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_39)), (int32_t)5)); return (int32_t)(3); } IL_0102: { int32_t L_40 = V_2; if ((((int32_t)L_40) < ((int32_t)4))) { goto IL_0143; } } { CharU5BU5D_t3528271667* L_41 = ___json0; int32_t* L_42 = ___index1; NullCheck(L_41); int32_t L_43 = (*((int32_t*)L_42)); uint16_t L_44 = (L_41)->GetAt(static_cast(L_43)); if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)116))))) { goto IL_0143; } } { CharU5BU5D_t3528271667* L_45 = ___json0; int32_t* L_46 = ___index1; NullCheck(L_45); int32_t L_47 = ((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_46)), (int32_t)1)); uint16_t L_48 = (L_45)->GetAt(static_cast(L_47)); if ((!(((uint32_t)L_48) == ((uint32_t)((int32_t)114))))) { goto IL_0143; } } { CharU5BU5D_t3528271667* L_49 = ___json0; int32_t* L_50 = ___index1; NullCheck(L_49); int32_t L_51 = ((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_50)), (int32_t)2)); uint16_t L_52 = (L_49)->GetAt(static_cast(L_51)); if ((!(((uint32_t)L_52) == ((uint32_t)((int32_t)117))))) { goto IL_0143; } } { CharU5BU5D_t3528271667* L_53 = ___json0; int32_t* L_54 = ___index1; NullCheck(L_53); int32_t L_55 = ((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_54)), (int32_t)3)); uint16_t L_56 = (L_53)->GetAt(static_cast(L_55)); if ((!(((uint32_t)L_56) == ((uint32_t)((int32_t)101))))) { goto IL_0143; } } { int32_t* L_57 = ___index1; int32_t* L_58 = ___index1; *((int32_t*)(L_57)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_58)), (int32_t)4)); return (int32_t)(2); } IL_0143: { int32_t L_59 = V_2; if ((((int32_t)L_59) < ((int32_t)4))) { goto IL_0184; } } { CharU5BU5D_t3528271667* L_60 = ___json0; int32_t* L_61 = ___index1; NullCheck(L_60); int32_t L_62 = (*((int32_t*)L_61)); uint16_t L_63 = (L_60)->GetAt(static_cast(L_62)); if ((!(((uint32_t)L_63) == ((uint32_t)((int32_t)110))))) { goto IL_0184; } } { CharU5BU5D_t3528271667* L_64 = ___json0; int32_t* L_65 = ___index1; NullCheck(L_64); int32_t L_66 = ((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_65)), (int32_t)1)); uint16_t L_67 = (L_64)->GetAt(static_cast(L_66)); if ((!(((uint32_t)L_67) == ((uint32_t)((int32_t)117))))) { goto IL_0184; } } { CharU5BU5D_t3528271667* L_68 = ___json0; int32_t* L_69 = ___index1; NullCheck(L_68); int32_t L_70 = ((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_69)), (int32_t)2)); uint16_t L_71 = (L_68)->GetAt(static_cast(L_70)); if ((!(((uint32_t)L_71) == ((uint32_t)((int32_t)108))))) { goto IL_0184; } } { CharU5BU5D_t3528271667* L_72 = ___json0; int32_t* L_73 = ___index1; NullCheck(L_72); int32_t L_74 = ((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_73)), (int32_t)3)); uint16_t L_75 = (L_72)->GetAt(static_cast(L_74)); if ((!(((uint32_t)L_75) == ((uint32_t)((int32_t)108))))) { goto IL_0184; } } { int32_t* L_76 = ___index1; int32_t* L_77 = ___index1; *((int32_t*)(L_76)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_77)), (int32_t)4)); return (int32_t)(1); } IL_0184: { return (int32_t)(0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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 Spine.Animation::.ctor(System.String,Spine.ExposedList`1,System.Single) extern "C" IL2CPP_METHOD_ATTR void Animation__ctor_m1361832553 (Animation_t615783283 * __this, String_t* ___name0, ExposedList_1_t383950901 * ___timelines1, float ___duration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Animation__ctor_m1361832553_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; if (L_0) { goto IL_001c; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral62725243, _stringLiteral1807104109, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Animation__ctor_m1361832553_RuntimeMethod_var); } IL_001c: { ExposedList_1_t383950901 * L_2 = ___timelines1; if (L_2) { goto IL_0032; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_3, _stringLiteral3569559783, _stringLiteral2461513157, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Animation__ctor_m1361832553_RuntimeMethod_var); } IL_0032: { String_t* L_4 = ___name0; __this->set_name_2(L_4); ExposedList_1_t383950901 * L_5 = ___timelines1; __this->set_timelines_0(L_5); float L_6 = ___duration2; __this->set_duration_1(L_6); return; } } // System.String Spine.Animation::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* Animation_get_Name_m2701919342 (Animation_t615783283 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_2(); return L_0; } } // Spine.ExposedList`1 Spine.Animation::get_Timelines() extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t383950901 * Animation_get_Timelines_m2092802781 (Animation_t615783283 * __this, const RuntimeMethod* method) { { ExposedList_1_t383950901 * L_0 = __this->get_timelines_0(); return L_0; } } // System.Void Spine.Animation::set_Timelines(Spine.ExposedList`1) extern "C" IL2CPP_METHOD_ATTR void Animation_set_Timelines_m946403322 (Animation_t615783283 * __this, ExposedList_1_t383950901 * ___value0, const RuntimeMethod* method) { { ExposedList_1_t383950901 * L_0 = ___value0; __this->set_timelines_0(L_0); return; } } // System.Single Spine.Animation::get_Duration() extern "C" IL2CPP_METHOD_ATTR float Animation_get_Duration_m2437525862 (Animation_t615783283 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_duration_1(); return L_0; } } // System.Void Spine.Animation::set_Duration(System.Single) extern "C" IL2CPP_METHOD_ATTR void Animation_set_Duration_m1108135761 (Animation_t615783283 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_duration_1(L_0); return; } } // System.Void Spine.Animation::Apply(Spine.Skeleton,System.Single,System.Single,System.Boolean,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection) extern "C" IL2CPP_METHOD_ATTR void Animation_Apply_m3823180894 (Animation_t615783283 * __this, Skeleton_t3686076450 * ___skeleton0, float ___lastTime1, float ___time2, bool ___loop3, ExposedList_1_t4085685707 * ___events4, float ___alpha5, int32_t ___pose6, int32_t ___direction7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Animation_Apply_m3823180894_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExposedList_1_t383950901 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { Skeleton_t3686076450 * L_0 = ___skeleton0; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral4060588482, _stringLiteral4119531450, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Animation_Apply_m3823180894_RuntimeMethod_var); } IL_0016: { bool L_2 = ___loop3; if (!L_2) { goto IL_004c; } } { float L_3 = __this->get_duration_1(); if ((((float)L_3) == ((float)(0.0f)))) { goto IL_004c; } } { float L_4 = ___time2; float L_5 = __this->get_duration_1(); ___time2 = (fmodf(L_4, L_5)); float L_6 = ___lastTime1; if ((!(((float)L_6) > ((float)(0.0f))))) { goto IL_004c; } } { float L_7 = ___lastTime1; float L_8 = __this->get_duration_1(); ___lastTime1 = (fmodf(L_7, L_8)); } IL_004c: { ExposedList_1_t383950901 * L_9 = __this->get_timelines_0(); V_0 = L_9; V_1 = 0; ExposedList_1_t383950901 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = L_10->get_Count_1(); V_2 = L_11; goto IL_007d; } IL_0061: { ExposedList_1_t383950901 * L_12 = V_0; NullCheck(L_12); TimelineU5BU5D_t3791347514* L_13 = L_12->get_Items_0(); int32_t L_14 = V_1; NullCheck(L_13); int32_t L_15 = L_14; RuntimeObject* L_16 = (L_13)->GetAt(static_cast(L_15)); Skeleton_t3686076450 * L_17 = ___skeleton0; float L_18 = ___lastTime1; float L_19 = ___time2; ExposedList_1_t4085685707 * L_20 = ___events4; float L_21 = ___alpha5; int32_t L_22 = ___pose6; int32_t L_23 = ___direction7; NullCheck(L_16); InterfaceActionInvoker7< Skeleton_t3686076450 *, float, float, ExposedList_1_t4085685707 *, float, int32_t, int32_t >::Invoke(0 /* System.Void Spine.Timeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection) */, Timeline_t1971806331_il2cpp_TypeInfo_var, L_16, L_17, L_18, L_19, L_20, L_21, L_22, L_23); int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_007d: { int32_t L_25 = V_1; int32_t L_26 = V_2; if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_0061; } } { return; } } // System.Int32 Spine.Animation::BinarySearch(System.Single[],System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Animation_BinarySearch_m3606306837 (RuntimeObject * __this /* static, unused */, SingleU5BU5D_t1444911251* ___values0, float ___target1, int32_t ___step2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; SingleU5BU5D_t1444911251* L_0 = ___values0; NullCheck(L_0); int32_t L_1 = ___step2; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))/(int32_t)L_1)), (int32_t)2)); int32_t L_2 = V_1; if (L_2) { goto IL_0012; } } { int32_t L_3 = ___step2; return L_3; } IL_0012: { int32_t L_4 = V_1; V_2 = ((int32_t)((uint32_t)L_4>>1)); } IL_0016: { SingleU5BU5D_t1444911251* L_5 = ___values0; int32_t L_6 = V_2; int32_t L_7 = ___step2; NullCheck(L_5); int32_t L_8 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), (int32_t)L_7)); float L_9 = (L_5)->GetAt(static_cast(L_8)); float L_10 = ___target1; if ((!(((float)L_9) <= ((float)L_10)))) { goto IL_002c; } } { int32_t L_11 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); goto IL_002e; } IL_002c: { int32_t L_12 = V_2; V_1 = L_12; } IL_002e: { int32_t L_13 = V_0; int32_t L_14 = V_1; if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_003b; } } { int32_t L_15 = V_0; int32_t L_16 = ___step2; return ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)), (int32_t)L_16)); } IL_003b: { int32_t L_17 = V_0; int32_t L_18 = V_1; V_2 = ((int32_t)((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18))>>1)); goto IL_0016; } } // System.Int32 Spine.Animation::BinarySearch(System.Single[],System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t Animation_BinarySearch_m1342936843 (RuntimeObject * __this /* static, unused */, SingleU5BU5D_t1444911251* ___values0, float ___target1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; SingleU5BU5D_t1444911251* L_0 = ___values0; NullCheck(L_0); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)2)); int32_t L_1 = V_1; if (L_1) { goto IL_0010; } } { return 1; } IL_0010: { int32_t L_2 = V_1; V_2 = ((int32_t)((uint32_t)L_2>>1)); } IL_0014: { SingleU5BU5D_t1444911251* L_3 = ___values0; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); float L_6 = (L_3)->GetAt(static_cast(L_5)); float L_7 = ___target1; if ((!(((float)L_6) <= ((float)L_7)))) { goto IL_0028; } } { int32_t L_8 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); goto IL_002a; } IL_0028: { int32_t L_9 = V_2; V_1 = L_9; } IL_002a: { int32_t L_10 = V_0; int32_t L_11 = V_1; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0035; } } { int32_t L_12 = V_0; return ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0035: { int32_t L_13 = V_0; int32_t L_14 = V_1; V_2 = ((int32_t)((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14))>>1)); goto IL_0014; } } // System.Int32 Spine.Animation::LinearSearch(System.Single[],System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Animation_LinearSearch_m2234676627 (RuntimeObject * __this /* static, unused */, SingleU5BU5D_t1444911251* ___values0, float ___target1, int32_t ___step2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; SingleU5BU5D_t1444911251* L_0 = ___values0; NullCheck(L_0); int32_t L_1 = ___step2; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)L_1)); goto IL_001c; } IL_000d: { SingleU5BU5D_t1444911251* L_2 = ___values0; int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; float L_5 = (L_2)->GetAt(static_cast(L_4)); float L_6 = ___target1; if ((!(((float)L_5) > ((float)L_6)))) { goto IL_0018; } } { int32_t L_7 = V_0; return L_7; } IL_0018: { int32_t L_8 = V_0; int32_t L_9 = ___step2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)); } IL_001c: { int32_t L_10 = V_0; int32_t L_11 = V_1; if ((((int32_t)L_10) <= ((int32_t)L_11))) { goto IL_000d; } } { 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 Spine.AnimationState::.ctor(Spine.AnimationStateData) extern "C" IL2CPP_METHOD_ATTR void AnimationState__ctor_m1368969686 (AnimationState_t3637309382 * __this, AnimationStateData_t3010651567 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState__ctor_m1368969686_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Pool_1_t287387900 * L_0 = (Pool_1_t287387900 *)il2cpp_codegen_object_new(Pool_1_t287387900_il2cpp_TypeInfo_var); Pool_1__ctor_m352258229(L_0, ((int32_t)16), ((int32_t)2147483647LL), /*hidden argument*/Pool_1__ctor_m352258229_RuntimeMethod_var); __this->set_trackEntryPool_6(L_0); ExposedList_1_t4023600307 * L_1 = (ExposedList_1_t4023600307 *)il2cpp_codegen_object_new(ExposedList_1_t4023600307_il2cpp_TypeInfo_var); ExposedList_1__ctor_m4056340087(L_1, /*hidden argument*/ExposedList_1__ctor_m4056340087_RuntimeMethod_var); __this->set_tracks_7(L_1); ExposedList_1_t4085685707 * L_2 = (ExposedList_1_t4085685707 *)il2cpp_codegen_object_new(ExposedList_1_t4085685707_il2cpp_TypeInfo_var); ExposedList_1__ctor_m2711685228(L_2, /*hidden argument*/ExposedList_1__ctor_m2711685228_RuntimeMethod_var); __this->set_events_8(L_2); HashSet_1_t1515895227 * L_3 = (HashSet_1_t1515895227 *)il2cpp_codegen_object_new(HashSet_1_t1515895227_il2cpp_TypeInfo_var); HashSet_1__ctor_m1416043629(L_3, /*hidden argument*/HashSet_1__ctor_m1416043629_RuntimeMethod_var); __this->set_propertyIDs_10(L_3); __this->set_timeScale_12((1.0f)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); AnimationStateData_t3010651567 * L_4 = ___data0; if (L_4) { goto IL_005a; } } { ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_5, _stringLiteral2037252866, _stringLiteral1682804726, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,AnimationState__ctor_m1368969686_RuntimeMethod_var); } IL_005a: { AnimationStateData_t3010651567 * L_6 = ___data0; __this->set_data_5(L_6); intptr_t L_7 = (intptr_t)AnimationState_U3CAnimationStateU3Em__0_m51343432_RuntimeMethod_var; Action_t1264377477 * L_8 = (Action_t1264377477 *)il2cpp_codegen_object_new(Action_t1264377477_il2cpp_TypeInfo_var); Action__ctor_m2994342681(L_8, __this, L_7, /*hidden argument*/NULL); Pool_1_t287387900 * L_9 = __this->get_trackEntryPool_6(); EventQueue_t808091267 * L_10 = (EventQueue_t808091267 *)il2cpp_codegen_object_new(EventQueue_t808091267_il2cpp_TypeInfo_var); EventQueue__ctor_m420384892(L_10, __this, L_8, L_9, /*hidden argument*/NULL); __this->set_queue_9(L_10); return; } } // Spine.AnimationStateData Spine.AnimationState::get_Data() extern "C" IL2CPP_METHOD_ATTR AnimationStateData_t3010651567 * AnimationState_get_Data_m3543992170 (AnimationState_t3637309382 * __this, const RuntimeMethod* method) { { AnimationStateData_t3010651567 * L_0 = __this->get_data_5(); return L_0; } } // Spine.ExposedList`1 Spine.AnimationState::get_Tracks() extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t4023600307 * AnimationState_get_Tracks_m1759219498 (AnimationState_t3637309382 * __this, const RuntimeMethod* method) { { ExposedList_1_t4023600307 * L_0 = __this->get_tracks_7(); return L_0; } } // System.Single Spine.AnimationState::get_TimeScale() extern "C" IL2CPP_METHOD_ATTR float AnimationState_get_TimeScale_m595679716 (AnimationState_t3637309382 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_timeScale_12(); return L_0; } } // System.Void Spine.AnimationState::set_TimeScale(System.Single) extern "C" IL2CPP_METHOD_ATTR void AnimationState_set_TimeScale_m3482315852 (AnimationState_t3637309382 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_timeScale_12(L_0); return; } } // System.Void Spine.AnimationState::add_Start(Spine.AnimationState/TrackEntryDelegate) extern "C" IL2CPP_METHOD_ATTR void AnimationState_add_Start_m336801997 (AnimationState_t3637309382 * __this, TrackEntryDelegate_t363257942 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_add_Start_m336801997_MetadataUsageId); s_Il2CppMethodInitialized = true; } TrackEntryDelegate_t363257942 * V_0 = NULL; TrackEntryDelegate_t363257942 * V_1 = NULL; { TrackEntryDelegate_t363257942 * L_0 = __this->get_Start_17(); V_0 = L_0; } IL_0007: { TrackEntryDelegate_t363257942 * L_1 = V_0; V_1 = L_1; TrackEntryDelegate_t363257942 ** L_2 = __this->get_address_of_Start_17(); TrackEntryDelegate_t363257942 * L_3 = V_1; TrackEntryDelegate_t363257942 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); TrackEntryDelegate_t363257942 * L_6 = V_0; TrackEntryDelegate_t363257942 * L_7 = InterlockedCompareExchangeImpl(L_2, ((TrackEntryDelegate_t363257942 *)CastclassSealed((RuntimeObject*)L_5, TrackEntryDelegate_t363257942_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; TrackEntryDelegate_t363257942 * L_8 = V_0; TrackEntryDelegate_t363257942 * L_9 = V_1; if ((!(((RuntimeObject*)(TrackEntryDelegate_t363257942 *)L_8) == ((RuntimeObject*)(TrackEntryDelegate_t363257942 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void Spine.AnimationState::remove_Start(Spine.AnimationState/TrackEntryDelegate) extern "C" IL2CPP_METHOD_ATTR void AnimationState_remove_Start_m3489023008 (AnimationState_t3637309382 * __this, TrackEntryDelegate_t363257942 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_remove_Start_m3489023008_MetadataUsageId); s_Il2CppMethodInitialized = true; } TrackEntryDelegate_t363257942 * V_0 = NULL; TrackEntryDelegate_t363257942 * V_1 = NULL; { TrackEntryDelegate_t363257942 * L_0 = __this->get_Start_17(); V_0 = L_0; } IL_0007: { TrackEntryDelegate_t363257942 * L_1 = V_0; V_1 = L_1; TrackEntryDelegate_t363257942 ** L_2 = __this->get_address_of_Start_17(); TrackEntryDelegate_t363257942 * L_3 = V_1; TrackEntryDelegate_t363257942 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); TrackEntryDelegate_t363257942 * L_6 = V_0; TrackEntryDelegate_t363257942 * L_7 = InterlockedCompareExchangeImpl(L_2, ((TrackEntryDelegate_t363257942 *)CastclassSealed((RuntimeObject*)L_5, TrackEntryDelegate_t363257942_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; TrackEntryDelegate_t363257942 * L_8 = V_0; TrackEntryDelegate_t363257942 * L_9 = V_1; if ((!(((RuntimeObject*)(TrackEntryDelegate_t363257942 *)L_8) == ((RuntimeObject*)(TrackEntryDelegate_t363257942 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void Spine.AnimationState::add_Event(Spine.AnimationState/TrackEntryEventDelegate) extern "C" IL2CPP_METHOD_ATTR void AnimationState_add_Event_m839758421 (AnimationState_t3637309382 * __this, TrackEntryEventDelegate_t1653995044 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_add_Event_m839758421_MetadataUsageId); s_Il2CppMethodInitialized = true; } TrackEntryEventDelegate_t1653995044 * V_0 = NULL; TrackEntryEventDelegate_t1653995044 * V_1 = NULL; { TrackEntryEventDelegate_t1653995044 * L_0 = __this->get_Event_18(); V_0 = L_0; } IL_0007: { TrackEntryEventDelegate_t1653995044 * L_1 = V_0; V_1 = L_1; TrackEntryEventDelegate_t1653995044 ** L_2 = __this->get_address_of_Event_18(); TrackEntryEventDelegate_t1653995044 * L_3 = V_1; TrackEntryEventDelegate_t1653995044 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); TrackEntryEventDelegate_t1653995044 * L_6 = V_0; TrackEntryEventDelegate_t1653995044 * L_7 = InterlockedCompareExchangeImpl(L_2, ((TrackEntryEventDelegate_t1653995044 *)CastclassSealed((RuntimeObject*)L_5, TrackEntryEventDelegate_t1653995044_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; TrackEntryEventDelegate_t1653995044 * L_8 = V_0; TrackEntryEventDelegate_t1653995044 * L_9 = V_1; if ((!(((RuntimeObject*)(TrackEntryEventDelegate_t1653995044 *)L_8) == ((RuntimeObject*)(TrackEntryEventDelegate_t1653995044 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void Spine.AnimationState::remove_Event(Spine.AnimationState/TrackEntryEventDelegate) extern "C" IL2CPP_METHOD_ATTR void AnimationState_remove_Event_m2235198243 (AnimationState_t3637309382 * __this, TrackEntryEventDelegate_t1653995044 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_remove_Event_m2235198243_MetadataUsageId); s_Il2CppMethodInitialized = true; } TrackEntryEventDelegate_t1653995044 * V_0 = NULL; TrackEntryEventDelegate_t1653995044 * V_1 = NULL; { TrackEntryEventDelegate_t1653995044 * L_0 = __this->get_Event_18(); V_0 = L_0; } IL_0007: { TrackEntryEventDelegate_t1653995044 * L_1 = V_0; V_1 = L_1; TrackEntryEventDelegate_t1653995044 ** L_2 = __this->get_address_of_Event_18(); TrackEntryEventDelegate_t1653995044 * L_3 = V_1; TrackEntryEventDelegate_t1653995044 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); TrackEntryEventDelegate_t1653995044 * L_6 = V_0; TrackEntryEventDelegate_t1653995044 * L_7 = InterlockedCompareExchangeImpl(L_2, ((TrackEntryEventDelegate_t1653995044 *)CastclassSealed((RuntimeObject*)L_5, TrackEntryEventDelegate_t1653995044_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; TrackEntryEventDelegate_t1653995044 * L_8 = V_0; TrackEntryEventDelegate_t1653995044 * L_9 = V_1; if ((!(((RuntimeObject*)(TrackEntryEventDelegate_t1653995044 *)L_8) == ((RuntimeObject*)(TrackEntryEventDelegate_t1653995044 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void Spine.AnimationState::Update(System.Single) extern "C" IL2CPP_METHOD_ATTR void AnimationState_Update_m1426011177 (AnimationState_t3637309382 * __this, float ___delta0, const RuntimeMethod* method) { TrackEntryU5BU5D_t721146628* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; TrackEntry_t1316488441 * V_3 = NULL; float V_4 = 0.0f; TrackEntry_t1316488441 * V_5 = NULL; float V_6 = 0.0f; TrackEntry_t1316488441 * V_7 = NULL; { float L_0 = ___delta0; float L_1 = __this->get_timeScale_12(); ___delta0 = ((float)il2cpp_codegen_multiply((float)L_0, (float)L_1)); ExposedList_1_t4023600307 * L_2 = __this->get_tracks_7(); NullCheck(L_2); TrackEntryU5BU5D_t721146628* L_3 = L_2->get_Items_0(); V_0 = L_3; V_1 = 0; ExposedList_1_t4023600307 * L_4 = __this->get_tracks_7(); NullCheck(L_4); int32_t L_5 = L_4->get_Count_1(); V_2 = L_5; goto IL_01e2; } IL_0029: { TrackEntryU5BU5D_t721146628* L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; TrackEntry_t1316488441 * L_9 = (L_6)->GetAt(static_cast(L_8)); V_3 = L_9; TrackEntry_t1316488441 * L_10 = V_3; if (L_10) { goto IL_0038; } } { goto IL_01de; } IL_0038: { TrackEntry_t1316488441 * L_11 = V_3; TrackEntry_t1316488441 * L_12 = V_3; NullCheck(L_12); float L_13 = L_12->get_nextAnimationLast_13(); NullCheck(L_11); L_11->set_animationLast_12(L_13); TrackEntry_t1316488441 * L_14 = V_3; TrackEntry_t1316488441 * L_15 = V_3; NullCheck(L_15); float L_16 = L_15->get_nextTrackLast_17(); NullCheck(L_14); L_14->set_trackLast_16(L_16); float L_17 = ___delta0; TrackEntry_t1316488441 * L_18 = V_3; NullCheck(L_18); float L_19 = L_18->get_timeScale_19(); V_4 = ((float)il2cpp_codegen_multiply((float)L_17, (float)L_19)); TrackEntry_t1316488441 * L_20 = V_3; NullCheck(L_20); float L_21 = L_20->get_delay_14(); if ((!(((float)L_21) > ((float)(0.0f))))) { goto IL_00a2; } } { TrackEntry_t1316488441 * L_22 = V_3; TrackEntry_t1316488441 * L_23 = L_22; NullCheck(L_23); float L_24 = L_23->get_delay_14(); float L_25 = V_4; NullCheck(L_23); L_23->set_delay_14(((float)il2cpp_codegen_subtract((float)L_24, (float)L_25))); TrackEntry_t1316488441 * L_26 = V_3; NullCheck(L_26); float L_27 = L_26->get_delay_14(); if ((!(((float)L_27) > ((float)(0.0f))))) { goto IL_008e; } } { goto IL_01de; } IL_008e: { TrackEntry_t1316488441 * L_28 = V_3; NullCheck(L_28); float L_29 = L_28->get_delay_14(); V_4 = ((-L_29)); TrackEntry_t1316488441 * L_30 = V_3; NullCheck(L_30); L_30->set_delay_14((0.0f)); } IL_00a2: { TrackEntry_t1316488441 * L_31 = V_3; NullCheck(L_31); TrackEntry_t1316488441 * L_32 = L_31->get_next_1(); V_5 = L_32; TrackEntry_t1316488441 * L_33 = V_5; if (!L_33) { goto IL_013f; } } { TrackEntry_t1316488441 * L_34 = V_3; NullCheck(L_34); float L_35 = L_34->get_trackLast_16(); TrackEntry_t1316488441 * L_36 = V_5; NullCheck(L_36); float L_37 = L_36->get_delay_14(); V_6 = ((float)il2cpp_codegen_subtract((float)L_35, (float)L_37)); float L_38 = V_6; if ((!(((float)L_38) >= ((float)(0.0f))))) { goto IL_013a; } } { TrackEntry_t1316488441 * L_39 = V_5; NullCheck(L_39); L_39->set_delay_14((0.0f)); TrackEntry_t1316488441 * L_40 = V_5; float L_41 = V_6; TrackEntry_t1316488441 * L_42 = V_3; NullCheck(L_42); float L_43 = L_42->get_timeScale_19(); float L_44 = ___delta0; TrackEntry_t1316488441 * L_45 = V_5; NullCheck(L_45); float L_46 = L_45->get_timeScale_19(); NullCheck(L_40); L_40->set_trackTime_15(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)((float)L_41/(float)L_43)), (float)L_44)), (float)L_46))); TrackEntry_t1316488441 * L_47 = V_3; TrackEntry_t1316488441 * L_48 = L_47; NullCheck(L_48); float L_49 = L_48->get_trackTime_15(); float L_50 = V_4; NullCheck(L_48); L_48->set_trackTime_15(((float)il2cpp_codegen_add((float)L_49, (float)L_50))); int32_t L_51 = V_1; TrackEntry_t1316488441 * L_52 = V_5; AnimationState_SetCurrent_m4239201767(__this, L_51, L_52, (bool)1, /*hidden argument*/NULL); goto IL_0129; } IL_0111: { TrackEntry_t1316488441 * L_53 = V_5; TrackEntry_t1316488441 * L_54 = L_53; NullCheck(L_54); float L_55 = L_54->get_mixTime_21(); float L_56 = ___delta0; NullCheck(L_54); L_54->set_mixTime_21(((float)il2cpp_codegen_add((float)L_55, (float)L_56))); TrackEntry_t1316488441 * L_57 = V_5; NullCheck(L_57); TrackEntry_t1316488441 * L_58 = L_57->get_mixingFrom_2(); V_5 = L_58; } IL_0129: { TrackEntry_t1316488441 * L_59 = V_5; NullCheck(L_59); TrackEntry_t1316488441 * L_60 = L_59->get_mixingFrom_2(); if (L_60) { goto IL_0111; } } { goto IL_01de; } IL_013a: { goto IL_0177; } IL_013f: { TrackEntry_t1316488441 * L_61 = V_3; NullCheck(L_61); float L_62 = L_61->get_trackLast_16(); TrackEntry_t1316488441 * L_63 = V_3; NullCheck(L_63); float L_64 = L_63->get_trackEnd_18(); if ((!(((float)L_62) >= ((float)L_64)))) { goto IL_0177; } } { TrackEntry_t1316488441 * L_65 = V_3; NullCheck(L_65); TrackEntry_t1316488441 * L_66 = L_65->get_mixingFrom_2(); if (L_66) { goto IL_0177; } } { TrackEntryU5BU5D_t721146628* L_67 = V_0; int32_t L_68 = V_1; NullCheck(L_67); ArrayElementTypeCheck (L_67, NULL); (L_67)->SetAt(static_cast(L_68), (TrackEntry_t1316488441 *)NULL); EventQueue_t808091267 * L_69 = __this->get_queue_9(); TrackEntry_t1316488441 * L_70 = V_3; NullCheck(L_69); EventQueue_End_m3713395284(L_69, L_70, /*hidden argument*/NULL); TrackEntry_t1316488441 * L_71 = V_3; AnimationState_DisposeNext_m2868339711(__this, L_71, /*hidden argument*/NULL); goto IL_01de; } IL_0177: { TrackEntry_t1316488441 * L_72 = V_3; NullCheck(L_72); TrackEntry_t1316488441 * L_73 = L_72->get_mixingFrom_2(); if (!L_73) { goto IL_01cf; } } { TrackEntry_t1316488441 * L_74 = V_3; float L_75 = ___delta0; bool L_76 = AnimationState_UpdateMixingFrom_m4155943768(__this, L_74, L_75, /*hidden argument*/NULL); if (!L_76) { goto IL_01cf; } } { TrackEntry_t1316488441 * L_77 = V_3; NullCheck(L_77); TrackEntry_t1316488441 * L_78 = L_77->get_mixingFrom_2(); V_7 = L_78; TrackEntry_t1316488441 * L_79 = V_3; NullCheck(L_79); L_79->set_mixingFrom_2((TrackEntry_t1316488441 *)NULL); TrackEntry_t1316488441 * L_80 = V_7; if (!L_80) { goto IL_01ad; } } { TrackEntry_t1316488441 * L_81 = V_7; NullCheck(L_81); L_81->set_mixingTo_3((TrackEntry_t1316488441 *)NULL); } IL_01ad: { goto IL_01c8; } IL_01b2: { EventQueue_t808091267 * L_82 = __this->get_queue_9(); TrackEntry_t1316488441 * L_83 = V_7; NullCheck(L_82); EventQueue_End_m3713395284(L_82, L_83, /*hidden argument*/NULL); TrackEntry_t1316488441 * L_84 = V_7; NullCheck(L_84); TrackEntry_t1316488441 * L_85 = L_84->get_mixingFrom_2(); V_7 = L_85; } IL_01c8: { TrackEntry_t1316488441 * L_86 = V_7; if (L_86) { goto IL_01b2; } } IL_01cf: { TrackEntry_t1316488441 * L_87 = V_3; TrackEntry_t1316488441 * L_88 = L_87; NullCheck(L_88); float L_89 = L_88->get_trackTime_15(); float L_90 = V_4; NullCheck(L_88); L_88->set_trackTime_15(((float)il2cpp_codegen_add((float)L_89, (float)L_90))); } IL_01de: { int32_t L_91 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1)); } IL_01e2: { int32_t L_92 = V_1; int32_t L_93 = V_2; if ((((int32_t)L_92) < ((int32_t)L_93))) { goto IL_0029; } } { EventQueue_t808091267 * L_94 = __this->get_queue_9(); NullCheck(L_94); EventQueue_Drain_m1783941619(L_94, /*hidden argument*/NULL); return; } } // System.Boolean Spine.AnimationState::UpdateMixingFrom(Spine.TrackEntry,System.Single) extern "C" IL2CPP_METHOD_ATTR bool AnimationState_UpdateMixingFrom_m4155943768 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___to0, float ___delta1, const RuntimeMethod* method) { TrackEntry_t1316488441 * V_0 = NULL; bool V_1 = false; { TrackEntry_t1316488441 * L_0 = ___to0; NullCheck(L_0); TrackEntry_t1316488441 * L_1 = L_0->get_mixingFrom_2(); V_0 = L_1; TrackEntry_t1316488441 * L_2 = V_0; if (L_2) { goto IL_000f; } } { return (bool)1; } IL_000f: { TrackEntry_t1316488441 * L_3 = V_0; float L_4 = ___delta1; bool L_5 = AnimationState_UpdateMixingFrom_m4155943768(__this, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; TrackEntry_t1316488441 * L_6 = V_0; TrackEntry_t1316488441 * L_7 = V_0; NullCheck(L_7); float L_8 = L_7->get_nextAnimationLast_13(); NullCheck(L_6); L_6->set_animationLast_12(L_8); TrackEntry_t1316488441 * L_9 = V_0; TrackEntry_t1316488441 * L_10 = V_0; NullCheck(L_10); float L_11 = L_10->get_nextTrackLast_17(); NullCheck(L_9); L_9->set_trackLast_16(L_11); TrackEntry_t1316488441 * L_12 = ___to0; NullCheck(L_12); float L_13 = L_12->get_mixTime_21(); if ((!(((float)L_13) > ((float)(0.0f))))) { goto IL_00ae; } } { TrackEntry_t1316488441 * L_14 = ___to0; NullCheck(L_14); float L_15 = L_14->get_mixTime_21(); TrackEntry_t1316488441 * L_16 = ___to0; NullCheck(L_16); float L_17 = L_16->get_mixDuration_22(); if ((!(((float)L_15) >= ((float)L_17)))) { goto IL_00ae; } } { TrackEntry_t1316488441 * L_18 = V_0; NullCheck(L_18); float L_19 = L_18->get_totalAlpha_24(); if ((((float)L_19) == ((float)(0.0f)))) { goto IL_0071; } } { TrackEntry_t1316488441 * L_20 = ___to0; NullCheck(L_20); float L_21 = L_20->get_mixDuration_22(); if ((!(((float)L_21) == ((float)(0.0f))))) { goto IL_00ac; } } IL_0071: { TrackEntry_t1316488441 * L_22 = ___to0; TrackEntry_t1316488441 * L_23 = V_0; NullCheck(L_23); TrackEntry_t1316488441 * L_24 = L_23->get_mixingFrom_2(); NullCheck(L_22); L_22->set_mixingFrom_2(L_24); TrackEntry_t1316488441 * L_25 = V_0; NullCheck(L_25); TrackEntry_t1316488441 * L_26 = L_25->get_mixingFrom_2(); if (!L_26) { goto IL_0094; } } { TrackEntry_t1316488441 * L_27 = V_0; NullCheck(L_27); TrackEntry_t1316488441 * L_28 = L_27->get_mixingFrom_2(); TrackEntry_t1316488441 * L_29 = ___to0; NullCheck(L_28); L_28->set_mixingTo_3(L_29); } IL_0094: { TrackEntry_t1316488441 * L_30 = ___to0; TrackEntry_t1316488441 * L_31 = V_0; NullCheck(L_31); float L_32 = L_31->get_interruptAlpha_23(); NullCheck(L_30); L_30->set_interruptAlpha_23(L_32); EventQueue_t808091267 * L_33 = __this->get_queue_9(); TrackEntry_t1316488441 * L_34 = V_0; NullCheck(L_33); EventQueue_End_m3713395284(L_33, L_34, /*hidden argument*/NULL); } IL_00ac: { bool L_35 = V_1; return L_35; } IL_00ae: { TrackEntry_t1316488441 * L_36 = V_0; TrackEntry_t1316488441 * L_37 = L_36; NullCheck(L_37); float L_38 = L_37->get_trackTime_15(); float L_39 = ___delta1; TrackEntry_t1316488441 * L_40 = V_0; NullCheck(L_40); float L_41 = L_40->get_timeScale_19(); NullCheck(L_37); L_37->set_trackTime_15(((float)il2cpp_codegen_add((float)L_38, (float)((float)il2cpp_codegen_multiply((float)L_39, (float)L_41))))); TrackEntry_t1316488441 * L_42 = ___to0; TrackEntry_t1316488441 * L_43 = L_42; NullCheck(L_43); float L_44 = L_43->get_mixTime_21(); float L_45 = ___delta1; NullCheck(L_43); L_43->set_mixTime_21(((float)il2cpp_codegen_add((float)L_44, (float)L_45))); return (bool)0; } } // System.Boolean Spine.AnimationState::Apply(Spine.Skeleton) extern "C" IL2CPP_METHOD_ATTR bool AnimationState_Apply_m910920418 (AnimationState_t3637309382 * __this, Skeleton_t3686076450 * ___skeleton0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_Apply_m910920418_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExposedList_1_t4085685707 * V_0 = NULL; bool V_1 = false; TrackEntryU5BU5D_t721146628* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; TrackEntry_t1316488441 * V_5 = NULL; int32_t V_6 = 0; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; int32_t V_10 = 0; ExposedList_1_t383950901 * V_11 = NULL; TimelineU5BU5D_t3791347514* V_12 = NULL; int32_t V_13 = 0; Int32U5BU5D_t385246372* V_14 = NULL; bool V_15 = false; SingleU5BU5D_t1444911251* V_16 = NULL; int32_t V_17 = 0; RuntimeObject* V_18 = NULL; int32_t V_19 = 0; RotateTimeline_t860518009 * V_20 = NULL; int32_t G_B11_0 = 0; int32_t G_B29_0 = 0; { Skeleton_t3686076450 * L_0 = ___skeleton0; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral4060588482, _stringLiteral4119531450, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,AnimationState_Apply_m910920418_RuntimeMethod_var); } IL_0016: { bool L_2 = __this->get_animationsChanged_11(); if (!L_2) { goto IL_0027; } } { AnimationState_AnimationsChanged_m2451421361(__this, /*hidden argument*/NULL); } IL_0027: { ExposedList_1_t4085685707 * L_3 = __this->get_events_8(); V_0 = L_3; V_1 = (bool)0; ExposedList_1_t4023600307 * L_4 = __this->get_tracks_7(); NullCheck(L_4); TrackEntryU5BU5D_t721146628* L_5 = L_4->get_Items_0(); V_2 = L_5; V_3 = 0; ExposedList_1_t4023600307 * L_6 = __this->get_tracks_7(); NullCheck(L_6); int32_t L_7 = L_6->get_Count_1(); V_4 = L_7; goto IL_0245; } IL_0050: { TrackEntryU5BU5D_t721146628* L_8 = V_2; int32_t L_9 = V_3; NullCheck(L_8); int32_t L_10 = L_9; TrackEntry_t1316488441 * L_11 = (L_8)->GetAt(static_cast(L_10)); V_5 = L_11; TrackEntry_t1316488441 * L_12 = V_5; if (!L_12) { goto IL_006d; } } { TrackEntry_t1316488441 * L_13 = V_5; NullCheck(L_13); float L_14 = L_13->get_delay_14(); if ((!(((float)L_14) > ((float)(0.0f))))) { goto IL_0072; } } IL_006d: { goto IL_0241; } IL_0072: { V_1 = (bool)1; int32_t L_15 = V_3; if (L_15) { goto IL_0080; } } { G_B11_0 = 1; goto IL_0087; } IL_0080: { TrackEntry_t1316488441 * L_16 = V_5; NullCheck(L_16); int32_t L_17 = L_16->get_mixBlend_25(); G_B11_0 = ((int32_t)(L_17)); } IL_0087: { V_6 = G_B11_0; TrackEntry_t1316488441 * L_18 = V_5; NullCheck(L_18); float L_19 = L_18->get_alpha_20(); V_7 = L_19; TrackEntry_t1316488441 * L_20 = V_5; NullCheck(L_20); TrackEntry_t1316488441 * L_21 = L_20->get_mixingFrom_2(); if (!L_21) { goto IL_00b3; } } { float L_22 = V_7; TrackEntry_t1316488441 * L_23 = V_5; Skeleton_t3686076450 * L_24 = ___skeleton0; int32_t L_25 = V_6; float L_26 = AnimationState_ApplyMixingFrom_m77701148(__this, L_23, L_24, L_25, /*hidden argument*/NULL); V_7 = ((float)il2cpp_codegen_multiply((float)L_22, (float)L_26)); goto IL_00d9; } IL_00b3: { TrackEntry_t1316488441 * L_27 = V_5; NullCheck(L_27); float L_28 = L_27->get_trackTime_15(); TrackEntry_t1316488441 * L_29 = V_5; NullCheck(L_29); float L_30 = L_29->get_trackEnd_18(); if ((!(((float)L_28) >= ((float)L_30)))) { goto IL_00d9; } } { TrackEntry_t1316488441 * L_31 = V_5; NullCheck(L_31); TrackEntry_t1316488441 * L_32 = L_31->get_next_1(); if (L_32) { goto IL_00d9; } } { V_7 = (0.0f); } IL_00d9: { TrackEntry_t1316488441 * L_33 = V_5; NullCheck(L_33); float L_34 = L_33->get_animationLast_12(); V_8 = L_34; TrackEntry_t1316488441 * L_35 = V_5; NullCheck(L_35); float L_36 = TrackEntry_get_AnimationTime_m300955761(L_35, /*hidden argument*/NULL); V_9 = L_36; TrackEntry_t1316488441 * L_37 = V_5; NullCheck(L_37); Animation_t615783283 * L_38 = L_37->get_animation_0(); NullCheck(L_38); ExposedList_1_t383950901 * L_39 = L_38->get_timelines_0(); NullCheck(L_39); int32_t L_40 = L_39->get_Count_1(); V_10 = L_40; TrackEntry_t1316488441 * L_41 = V_5; NullCheck(L_41); Animation_t615783283 * L_42 = L_41->get_animation_0(); NullCheck(L_42); ExposedList_1_t383950901 * L_43 = L_42->get_timelines_0(); V_11 = L_43; ExposedList_1_t383950901 * L_44 = V_11; NullCheck(L_44); TimelineU5BU5D_t3791347514* L_45 = L_44->get_Items_0(); V_12 = L_45; int32_t L_46 = V_3; if (L_46) { goto IL_0160; } } { float L_47 = V_7; if ((((float)L_47) == ((float)(1.0f)))) { goto IL_012f; } } { int32_t L_48 = V_6; if ((!(((uint32_t)L_48) == ((uint32_t)3)))) { goto IL_0160; } } IL_012f: { V_13 = 0; goto IL_0152; } IL_0137: { TimelineU5BU5D_t3791347514* L_49 = V_12; int32_t L_50 = V_13; NullCheck(L_49); int32_t L_51 = L_50; RuntimeObject* L_52 = (L_49)->GetAt(static_cast(L_51)); Skeleton_t3686076450 * L_53 = ___skeleton0; float L_54 = V_8; float L_55 = V_9; ExposedList_1_t4085685707 * L_56 = V_0; float L_57 = V_7; int32_t L_58 = V_6; NullCheck(L_52); InterfaceActionInvoker7< Skeleton_t3686076450 *, float, float, ExposedList_1_t4085685707 *, float, int32_t, int32_t >::Invoke(0 /* System.Void Spine.Timeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection) */, Timeline_t1971806331_il2cpp_TypeInfo_var, L_52, L_53, L_54, L_55, L_56, L_57, L_58, 0); int32_t L_59 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_0152: { int32_t L_60 = V_13; int32_t L_61 = V_10; if ((((int32_t)L_60) < ((int32_t)L_61))) { goto IL_0137; } } { goto IL_0219; } IL_0160: { TrackEntry_t1316488441 * L_62 = V_5; NullCheck(L_62); ExposedList_1_t1363090323 * L_63 = L_62->get_timelineMode_26(); NullCheck(L_63); Int32U5BU5D_t385246372* L_64 = L_63->get_Items_0(); V_14 = L_64; TrackEntry_t1316488441 * L_65 = V_5; NullCheck(L_65); ExposedList_1_t4104378640 * L_66 = L_65->get_timelinesRotation_28(); NullCheck(L_66); int32_t L_67 = L_66->get_Count_1(); V_15 = (bool)((((int32_t)L_67) == ((int32_t)0))? 1 : 0); bool L_68 = V_15; if (!L_68) { goto IL_019b; } } { TrackEntry_t1316488441 * L_69 = V_5; NullCheck(L_69); ExposedList_1_t4104378640 * L_70 = L_69->get_timelinesRotation_28(); ExposedList_1_t383950901 * L_71 = V_11; NullCheck(L_71); int32_t L_72 = L_71->get_Count_1(); NullCheck(L_70); ExposedList_1_EnsureCapacity_m3111167108(L_70, ((int32_t)((int32_t)L_72<<(int32_t)1)), /*hidden argument*/ExposedList_1_EnsureCapacity_m3111167108_RuntimeMethod_var); } IL_019b: { TrackEntry_t1316488441 * L_73 = V_5; NullCheck(L_73); ExposedList_1_t4104378640 * L_74 = L_73->get_timelinesRotation_28(); NullCheck(L_74); SingleU5BU5D_t1444911251* L_75 = L_74->get_Items_0(); V_16 = L_75; V_17 = 0; goto IL_0210; } IL_01b1: { TimelineU5BU5D_t3791347514* L_76 = V_12; int32_t L_77 = V_17; NullCheck(L_76); int32_t L_78 = L_77; RuntimeObject* L_79 = (L_76)->GetAt(static_cast(L_78)); V_18 = L_79; Int32U5BU5D_t385246372* L_80 = V_14; int32_t L_81 = V_17; NullCheck(L_80); int32_t L_82 = L_81; int32_t L_83 = (L_80)->GetAt(static_cast(L_82)); if ((((int32_t)L_83) < ((int32_t)0))) { goto IL_01ca; } } { int32_t L_84 = V_6; G_B29_0 = ((int32_t)(L_84)); goto IL_01cb; } IL_01ca: { G_B29_0 = 0; } IL_01cb: { V_19 = G_B29_0; RuntimeObject* L_85 = V_18; V_20 = ((RotateTimeline_t860518009 *)IsInstClass((RuntimeObject*)L_85, RotateTimeline_t860518009_il2cpp_TypeInfo_var)); RotateTimeline_t860518009 * L_86 = V_20; if (!L_86) { goto IL_01f8; } } { RotateTimeline_t860518009 * L_87 = V_20; Skeleton_t3686076450 * L_88 = ___skeleton0; float L_89 = V_9; float L_90 = V_7; int32_t L_91 = V_19; SingleU5BU5D_t1444911251* L_92 = V_16; int32_t L_93 = V_17; bool L_94 = V_15; IL2CPP_RUNTIME_CLASS_INIT(AnimationState_t3637309382_il2cpp_TypeInfo_var); AnimationState_ApplyRotateTimeline_m3684642188(NULL /*static, unused*/, L_87, L_88, L_89, L_90, L_91, L_92, ((int32_t)((int32_t)L_93<<(int32_t)1)), L_94, /*hidden argument*/NULL); goto IL_020a; } IL_01f8: { RuntimeObject* L_95 = V_18; Skeleton_t3686076450 * L_96 = ___skeleton0; float L_97 = V_8; float L_98 = V_9; ExposedList_1_t4085685707 * L_99 = V_0; float L_100 = V_7; int32_t L_101 = V_19; NullCheck(L_95); InterfaceActionInvoker7< Skeleton_t3686076450 *, float, float, ExposedList_1_t4085685707 *, float, int32_t, int32_t >::Invoke(0 /* System.Void Spine.Timeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection) */, Timeline_t1971806331_il2cpp_TypeInfo_var, L_95, L_96, L_97, L_98, L_99, L_100, L_101, 0); } IL_020a: { int32_t L_102 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)1)); } IL_0210: { int32_t L_103 = V_17; int32_t L_104 = V_10; if ((((int32_t)L_103) < ((int32_t)L_104))) { goto IL_01b1; } } IL_0219: { TrackEntry_t1316488441 * L_105 = V_5; float L_106 = V_9; AnimationState_QueueEvents_m1256242866(__this, L_105, L_106, /*hidden argument*/NULL); ExposedList_1_t4085685707 * L_107 = V_0; NullCheck(L_107); ExposedList_1_Clear_m301147400(L_107, (bool)0, /*hidden argument*/ExposedList_1_Clear_m301147400_RuntimeMethod_var); TrackEntry_t1316488441 * L_108 = V_5; float L_109 = V_9; NullCheck(L_108); L_108->set_nextAnimationLast_13(L_109); TrackEntry_t1316488441 * L_110 = V_5; TrackEntry_t1316488441 * L_111 = V_5; NullCheck(L_111); float L_112 = L_111->get_trackTime_15(); NullCheck(L_110); L_110->set_nextTrackLast_17(L_112); } IL_0241: { int32_t L_113 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)1)); } IL_0245: { int32_t L_114 = V_3; int32_t L_115 = V_4; if ((((int32_t)L_114) < ((int32_t)L_115))) { goto IL_0050; } } { EventQueue_t808091267 * L_116 = __this->get_queue_9(); NullCheck(L_116); EventQueue_Drain_m1783941619(L_116, /*hidden argument*/NULL); bool L_117 = V_1; return L_117; } } // System.Single Spine.AnimationState::ApplyMixingFrom(Spine.TrackEntry,Spine.Skeleton,Spine.MixBlend) extern "C" IL2CPP_METHOD_ATTR float AnimationState_ApplyMixingFrom_m77701148 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___to0, Skeleton_t3686076450 * ___skeleton1, int32_t ___blend2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_ApplyMixingFrom_m77701148_MetadataUsageId); s_Il2CppMethodInitialized = true; } TrackEntry_t1316488441 * V_0 = NULL; float V_1 = 0.0f; ExposedList_1_t4085685707 * V_2 = NULL; bool V_3 = false; bool V_4 = false; float V_5 = 0.0f; float V_6 = 0.0f; ExposedList_1_t383950901 * V_7 = NULL; int32_t V_8 = 0; TimelineU5BU5D_t3791347514* V_9 = NULL; float V_10 = 0.0f; float V_11 = 0.0f; int32_t V_12 = 0; Int32U5BU5D_t385246372* V_13 = NULL; TrackEntryU5BU5D_t721146628* V_14 = NULL; bool V_15 = false; SingleU5BU5D_t1444911251* V_16 = NULL; int32_t V_17 = 0; RuntimeObject* V_18 = NULL; int32_t V_19 = 0; int32_t V_20 = 0; float V_21 = 0.0f; int32_t V_22 = 0; TrackEntry_t1316488441 * V_23 = NULL; RotateTimeline_t860518009 * V_24 = NULL; ExposedList_1_t4085685707 * G_B13_0 = NULL; { TrackEntry_t1316488441 * L_0 = ___to0; NullCheck(L_0); TrackEntry_t1316488441 * L_1 = L_0->get_mixingFrom_2(); V_0 = L_1; TrackEntry_t1316488441 * L_2 = V_0; NullCheck(L_2); TrackEntry_t1316488441 * L_3 = L_2->get_mixingFrom_2(); if (!L_3) { goto IL_001c; } } { TrackEntry_t1316488441 * L_4 = V_0; Skeleton_t3686076450 * L_5 = ___skeleton1; int32_t L_6 = ___blend2; AnimationState_ApplyMixingFrom_m77701148(__this, L_4, L_5, L_6, /*hidden argument*/NULL); } IL_001c: { TrackEntry_t1316488441 * L_7 = ___to0; NullCheck(L_7); float L_8 = L_7->get_mixDuration_22(); if ((!(((float)L_8) == ((float)(0.0f))))) { goto IL_0041; } } { V_1 = (1.0f); int32_t L_9 = ___blend2; if ((!(((uint32_t)L_9) == ((uint32_t)1)))) { goto IL_003c; } } { ___blend2 = 0; } IL_003c: { goto IL_006f; } IL_0041: { TrackEntry_t1316488441 * L_10 = ___to0; NullCheck(L_10); float L_11 = L_10->get_mixTime_21(); TrackEntry_t1316488441 * L_12 = ___to0; NullCheck(L_12); float L_13 = L_12->get_mixDuration_22(); V_1 = ((float)((float)L_11/(float)L_13)); float L_14 = V_1; if ((!(((float)L_14) > ((float)(1.0f))))) { goto IL_0060; } } { V_1 = (1.0f); } IL_0060: { int32_t L_15 = ___blend2; if ((((int32_t)L_15) == ((int32_t)1))) { goto IL_006f; } } { TrackEntry_t1316488441 * L_16 = V_0; NullCheck(L_16); int32_t L_17 = L_16->get_mixBlend_25(); ___blend2 = L_17; } IL_006f: { float L_18 = V_1; TrackEntry_t1316488441 * L_19 = V_0; NullCheck(L_19); float L_20 = L_19->get_eventThreshold_7(); if ((!(((float)L_18) < ((float)L_20)))) { goto IL_0086; } } { ExposedList_1_t4085685707 * L_21 = __this->get_events_8(); G_B13_0 = L_21; goto IL_0087; } IL_0086: { G_B13_0 = ((ExposedList_1_t4085685707 *)(NULL)); } IL_0087: { V_2 = G_B13_0; float L_22 = V_1; TrackEntry_t1316488441 * L_23 = V_0; NullCheck(L_23); float L_24 = L_23->get_attachmentThreshold_8(); V_3 = (bool)((((float)L_22) < ((float)L_24))? 1 : 0); float L_25 = V_1; TrackEntry_t1316488441 * L_26 = V_0; NullCheck(L_26); float L_27 = L_26->get_drawOrderThreshold_9(); V_4 = (bool)((((float)L_25) < ((float)L_27))? 1 : 0); TrackEntry_t1316488441 * L_28 = V_0; NullCheck(L_28); float L_29 = L_28->get_animationLast_12(); V_5 = L_29; TrackEntry_t1316488441 * L_30 = V_0; NullCheck(L_30); float L_31 = TrackEntry_get_AnimationTime_m300955761(L_30, /*hidden argument*/NULL); V_6 = L_31; TrackEntry_t1316488441 * L_32 = V_0; NullCheck(L_32); Animation_t615783283 * L_33 = L_32->get_animation_0(); NullCheck(L_33); ExposedList_1_t383950901 * L_34 = L_33->get_timelines_0(); V_7 = L_34; ExposedList_1_t383950901 * L_35 = V_7; NullCheck(L_35); int32_t L_36 = L_35->get_Count_1(); V_8 = L_36; ExposedList_1_t383950901 * L_37 = V_7; NullCheck(L_37); TimelineU5BU5D_t3791347514* L_38 = L_37->get_Items_0(); V_9 = L_38; TrackEntry_t1316488441 * L_39 = V_0; NullCheck(L_39); float L_40 = L_39->get_alpha_20(); TrackEntry_t1316488441 * L_41 = ___to0; NullCheck(L_41); float L_42 = L_41->get_interruptAlpha_23(); V_10 = ((float)il2cpp_codegen_multiply((float)L_40, (float)L_42)); float L_43 = V_10; float L_44 = V_1; V_11 = ((float)il2cpp_codegen_multiply((float)L_43, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_44)))); int32_t L_45 = ___blend2; if ((!(((uint32_t)L_45) == ((uint32_t)3)))) { goto IL_011e; } } { V_12 = 0; goto IL_0110; } IL_00f6: { TimelineU5BU5D_t3791347514* L_46 = V_9; int32_t L_47 = V_12; NullCheck(L_46); int32_t L_48 = L_47; RuntimeObject* L_49 = (L_46)->GetAt(static_cast(L_48)); Skeleton_t3686076450 * L_50 = ___skeleton1; float L_51 = V_5; float L_52 = V_6; ExposedList_1_t4085685707 * L_53 = V_2; float L_54 = V_11; int32_t L_55 = ___blend2; NullCheck(L_49); InterfaceActionInvoker7< Skeleton_t3686076450 *, float, float, ExposedList_1_t4085685707 *, float, int32_t, int32_t >::Invoke(0 /* System.Void Spine.Timeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection) */, Timeline_t1971806331_il2cpp_TypeInfo_var, L_49, L_50, L_51, L_52, L_53, L_54, L_55, 1); int32_t L_56 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0110: { int32_t L_57 = V_12; int32_t L_58 = V_8; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00f6; } } { goto IL_02c6; } IL_011e: { TrackEntry_t1316488441 * L_59 = V_0; NullCheck(L_59); ExposedList_1_t1363090323 * L_60 = L_59->get_timelineMode_26(); NullCheck(L_60); Int32U5BU5D_t385246372* L_61 = L_60->get_Items_0(); V_13 = L_61; TrackEntry_t1316488441 * L_62 = V_0; NullCheck(L_62); ExposedList_1_t4023600307 * L_63 = L_62->get_timelineHoldMix_27(); NullCheck(L_63); TrackEntryU5BU5D_t721146628* L_64 = L_63->get_Items_0(); V_14 = L_64; TrackEntry_t1316488441 * L_65 = V_0; NullCheck(L_65); ExposedList_1_t4104378640 * L_66 = L_65->get_timelinesRotation_28(); NullCheck(L_66); int32_t L_67 = L_66->get_Count_1(); V_15 = (bool)((((int32_t)L_67) == ((int32_t)0))? 1 : 0); bool L_68 = V_15; if (!L_68) { goto IL_0164; } } { TrackEntry_t1316488441 * L_69 = V_0; NullCheck(L_69); ExposedList_1_t4104378640 * L_70 = L_69->get_timelinesRotation_28(); ExposedList_1_t383950901 * L_71 = V_7; NullCheck(L_71); int32_t L_72 = L_71->get_Count_1(); NullCheck(L_70); ExposedList_1_Resize_m1248377320(L_70, ((int32_t)((int32_t)L_72<<(int32_t)1)), /*hidden argument*/ExposedList_1_Resize_m1248377320_RuntimeMethod_var); } IL_0164: { TrackEntry_t1316488441 * L_73 = V_0; NullCheck(L_73); ExposedList_1_t4104378640 * L_74 = L_73->get_timelinesRotation_28(); NullCheck(L_74); SingleU5BU5D_t1444911251* L_75 = L_74->get_Items_0(); V_16 = L_75; TrackEntry_t1316488441 * L_76 = V_0; NullCheck(L_76); L_76->set_totalAlpha_24((0.0f)); V_17 = 0; goto IL_02bd; } IL_0184: { TimelineU5BU5D_t3791347514* L_77 = V_9; int32_t L_78 = V_17; NullCheck(L_77); int32_t L_79 = L_78; RuntimeObject* L_80 = (L_77)->GetAt(static_cast(L_79)); V_18 = L_80; V_19 = 1; Int32U5BU5D_t385246372* L_81 = V_13; int32_t L_82 = V_17; NullCheck(L_81); int32_t L_83 = L_82; int32_t L_84 = (L_81)->GetAt(static_cast(L_83)); V_22 = L_84; int32_t L_85 = V_22; switch (L_85) { case 0: { goto IL_01ad; } case 1: { goto IL_01e8; } case 2: { goto IL_01f4; } } } { goto IL_0200; } IL_01ad: { bool L_86 = V_3; if (L_86) { goto IL_01c4; } } { RuntimeObject* L_87 = V_18; if (!((AttachmentTimeline_t2048728856 *)IsInstClass((RuntimeObject*)L_87, AttachmentTimeline_t2048728856_il2cpp_TypeInfo_var))) { goto IL_01c4; } } { goto IL_02b7; } IL_01c4: { bool L_88 = V_4; if (L_88) { goto IL_01dc; } } { RuntimeObject* L_89 = V_18; if (!((DrawOrderTimeline_t1092982325 *)IsInstClass((RuntimeObject*)L_89, DrawOrderTimeline_t1092982325_il2cpp_TypeInfo_var))) { goto IL_01dc; } } { goto IL_02b7; } IL_01dc: { int32_t L_90 = ___blend2; V_20 = L_90; float L_91 = V_11; V_21 = L_91; goto IL_0233; } IL_01e8: { V_20 = 0; float L_92 = V_11; V_21 = L_92; goto IL_0233; } IL_01f4: { V_20 = 0; float L_93 = V_10; V_21 = L_93; goto IL_0233; } IL_0200: { V_20 = 0; TrackEntryU5BU5D_t721146628* L_94 = V_14; int32_t L_95 = V_17; NullCheck(L_94); int32_t L_96 = L_95; TrackEntry_t1316488441 * L_97 = (L_94)->GetAt(static_cast(L_96)); V_23 = L_97; float L_98 = V_10; TrackEntry_t1316488441 * L_99 = V_23; NullCheck(L_99); float L_100 = L_99->get_mixTime_21(); TrackEntry_t1316488441 * L_101 = V_23; NullCheck(L_101); float L_102 = L_101->get_mixDuration_22(); float L_103 = Math_Max_m482125436(NULL /*static, unused*/, (0.0f), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)L_100/(float)L_102)))), /*hidden argument*/NULL); V_21 = ((float)il2cpp_codegen_multiply((float)L_98, (float)L_103)); goto IL_0233; } IL_0233: { TrackEntry_t1316488441 * L_104 = V_0; TrackEntry_t1316488441 * L_105 = L_104; NullCheck(L_105); float L_106 = L_105->get_totalAlpha_24(); float L_107 = V_21; NullCheck(L_105); L_105->set_totalAlpha_24(((float)il2cpp_codegen_add((float)L_106, (float)L_107))); RuntimeObject* L_108 = V_18; V_24 = ((RotateTimeline_t860518009 *)IsInstClass((RuntimeObject*)L_108, RotateTimeline_t860518009_il2cpp_TypeInfo_var)); RotateTimeline_t860518009 * L_109 = V_24; if (!L_109) { goto IL_026d; } } { RotateTimeline_t860518009 * L_110 = V_24; Skeleton_t3686076450 * L_111 = ___skeleton1; float L_112 = V_6; float L_113 = V_21; int32_t L_114 = V_20; SingleU5BU5D_t1444911251* L_115 = V_16; int32_t L_116 = V_17; bool L_117 = V_15; IL2CPP_RUNTIME_CLASS_INIT(AnimationState_t3637309382_il2cpp_TypeInfo_var); AnimationState_ApplyRotateTimeline_m3684642188(NULL /*static, unused*/, L_110, L_111, L_112, L_113, L_114, L_115, ((int32_t)((int32_t)L_116<<(int32_t)1)), L_117, /*hidden argument*/NULL); goto IL_02b7; } IL_026d: { int32_t L_118 = V_20; if (L_118) { goto IL_02a4; } } { RuntimeObject* L_119 = V_18; if (!((AttachmentTimeline_t2048728856 *)IsInstClass((RuntimeObject*)L_119, AttachmentTimeline_t2048728856_il2cpp_TypeInfo_var))) { goto IL_028e; } } { bool L_120 = V_3; if (!L_120) { goto IL_0289; } } { V_19 = 0; } IL_0289: { goto IL_02a4; } IL_028e: { RuntimeObject* L_121 = V_18; if (!((DrawOrderTimeline_t1092982325 *)IsInstClass((RuntimeObject*)L_121, DrawOrderTimeline_t1092982325_il2cpp_TypeInfo_var))) { goto IL_02a4; } } { bool L_122 = V_4; if (!L_122) { goto IL_02a4; } } { V_19 = 0; } IL_02a4: { RuntimeObject* L_123 = V_18; Skeleton_t3686076450 * L_124 = ___skeleton1; float L_125 = V_5; float L_126 = V_6; ExposedList_1_t4085685707 * L_127 = V_2; float L_128 = V_21; int32_t L_129 = V_20; int32_t L_130 = V_19; NullCheck(L_123); InterfaceActionInvoker7< Skeleton_t3686076450 *, float, float, ExposedList_1_t4085685707 *, float, int32_t, int32_t >::Invoke(0 /* System.Void Spine.Timeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection) */, Timeline_t1971806331_il2cpp_TypeInfo_var, L_123, L_124, L_125, L_126, L_127, L_128, L_129, L_130); } IL_02b7: { int32_t L_131 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)1)); } IL_02bd: { int32_t L_132 = V_17; int32_t L_133 = V_8; if ((((int32_t)L_132) < ((int32_t)L_133))) { goto IL_0184; } } IL_02c6: { TrackEntry_t1316488441 * L_134 = ___to0; NullCheck(L_134); float L_135 = L_134->get_mixDuration_22(); if ((!(((float)L_135) > ((float)(0.0f))))) { goto IL_02df; } } { TrackEntry_t1316488441 * L_136 = V_0; float L_137 = V_6; AnimationState_QueueEvents_m1256242866(__this, L_136, L_137, /*hidden argument*/NULL); } IL_02df: { ExposedList_1_t4085685707 * L_138 = __this->get_events_8(); NullCheck(L_138); ExposedList_1_Clear_m301147400(L_138, (bool)0, /*hidden argument*/ExposedList_1_Clear_m301147400_RuntimeMethod_var); TrackEntry_t1316488441 * L_139 = V_0; float L_140 = V_6; NullCheck(L_139); L_139->set_nextAnimationLast_13(L_140); TrackEntry_t1316488441 * L_141 = V_0; TrackEntry_t1316488441 * L_142 = V_0; NullCheck(L_142); float L_143 = L_142->get_trackTime_15(); NullCheck(L_141); L_141->set_nextTrackLast_17(L_143); float L_144 = V_1; return L_144; } } // System.Void Spine.AnimationState::ApplyRotateTimeline(Spine.RotateTimeline,Spine.Skeleton,System.Single,System.Single,Spine.MixBlend,System.Single[],System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AnimationState_ApplyRotateTimeline_m3684642188 (RuntimeObject * __this /* static, unused */, RotateTimeline_t860518009 * ___rotateTimeline0, Skeleton_t3686076450 * ___skeleton1, float ___time2, float ___alpha3, int32_t ___pose4, SingleU5BU5D_t1444911251* ___timelinesRotation5, int32_t ___i6, bool ___firstFrame7, const RuntimeMethod* method) { Bone_t1086356328 * V_0 = NULL; SingleU5BU5D_t1444911251* V_1 = NULL; float V_2 = 0.0f; int32_t V_3 = 0; float V_4 = 0.0f; float V_5 = 0.0f; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; float V_10 = 0.0f; float V_11 = 0.0f; bool V_12 = false; bool V_13 = false; float G_B14_0 = 0.0f; { bool L_0 = ___firstFrame7; if (!L_0) { goto IL_0011; } } { SingleU5BU5D_t1444911251* L_1 = ___timelinesRotation5; int32_t L_2 = ___i6; NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (float)(0.0f)); } IL_0011: { float L_3 = ___alpha3; if ((!(((float)L_3) == ((float)(1.0f))))) { goto IL_0033; } } { RotateTimeline_t860518009 * L_4 = ___rotateTimeline0; Skeleton_t3686076450 * L_5 = ___skeleton1; float L_6 = ___time2; int32_t L_7 = ___pose4; NullCheck(L_4); VirtActionInvoker7< Skeleton_t3686076450 *, float, float, ExposedList_1_t4085685707 *, float, int32_t, int32_t >::Invoke(6 /* System.Void Spine.CurveTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection) */, L_4, L_5, (0.0f), L_6, (ExposedList_1_t4085685707 *)NULL, (1.0f), L_7, 0); return; } IL_0033: { Skeleton_t3686076450 * L_8 = ___skeleton1; NullCheck(L_8); ExposedList_1_t3793468194 * L_9 = L_8->get_bones_1(); NullCheck(L_9); BoneU5BU5D_t374432249* L_10 = L_9->get_Items_0(); RotateTimeline_t860518009 * L_11 = ___rotateTimeline0; NullCheck(L_11); int32_t L_12 = L_11->get_boneIndex_9(); NullCheck(L_10); int32_t L_13 = L_12; Bone_t1086356328 * L_14 = (L_10)->GetAt(static_cast(L_13)); V_0 = L_14; RotateTimeline_t860518009 * L_15 = ___rotateTimeline0; NullCheck(L_15); SingleU5BU5D_t1444911251* L_16 = L_15->get_frames_10(); V_1 = L_16; float L_17 = ___time2; SingleU5BU5D_t1444911251* L_18 = V_1; NullCheck(L_18); int32_t L_19 = 0; float L_20 = (L_18)->GetAt(static_cast(L_19)); if ((!(((float)L_17) < ((float)L_20)))) { goto IL_006f; } } { int32_t L_21 = ___pose4; if (L_21) { goto IL_006e; } } { Bone_t1086356328 * L_22 = V_0; Bone_t1086356328 * L_23 = V_0; NullCheck(L_23); BoneData_t3130174490 * L_24 = L_23->get_data_1(); NullCheck(L_24); float L_25 = L_24->get_rotation_6(); NullCheck(L_22); L_22->set_rotation_7(L_25); } IL_006e: { return; } IL_006f: { float L_26 = ___time2; SingleU5BU5D_t1444911251* L_27 = V_1; SingleU5BU5D_t1444911251* L_28 = V_1; NullCheck(L_28); NullCheck(L_27); int32_t L_29 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length)))), (int32_t)2)); float L_30 = (L_27)->GetAt(static_cast(L_29)); if ((!(((float)L_26) >= ((float)L_30)))) { goto IL_0095; } } { Bone_t1086356328 * L_31 = V_0; NullCheck(L_31); BoneData_t3130174490 * L_32 = L_31->get_data_1(); NullCheck(L_32); float L_33 = L_32->get_rotation_6(); SingleU5BU5D_t1444911251* L_34 = V_1; SingleU5BU5D_t1444911251* L_35 = V_1; NullCheck(L_35); NullCheck(L_34); int32_t L_36 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length)))), (int32_t)(-1))); float L_37 = (L_34)->GetAt(static_cast(L_36)); V_2 = ((float)il2cpp_codegen_add((float)L_33, (float)L_37)); goto IL_012e; } IL_0095: { SingleU5BU5D_t1444911251* L_38 = V_1; float L_39 = ___time2; int32_t L_40 = Animation_BinarySearch_m3606306837(NULL /*static, unused*/, L_38, L_39, 2, /*hidden argument*/NULL); V_3 = L_40; SingleU5BU5D_t1444911251* L_41 = V_1; int32_t L_42 = V_3; NullCheck(L_41); int32_t L_43 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)(-1))); float L_44 = (L_41)->GetAt(static_cast(L_43)); V_4 = L_44; SingleU5BU5D_t1444911251* L_45 = V_1; int32_t L_46 = V_3; NullCheck(L_45); int32_t L_47 = L_46; float L_48 = (L_45)->GetAt(static_cast(L_47)); V_5 = L_48; RotateTimeline_t860518009 * L_49 = ___rotateTimeline0; int32_t L_50 = V_3; float L_51 = ___time2; float L_52 = V_5; SingleU5BU5D_t1444911251* L_53 = V_1; int32_t L_54 = V_3; NullCheck(L_53); int32_t L_55 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)((int32_t)-2))); float L_56 = (L_53)->GetAt(static_cast(L_55)); float L_57 = V_5; NullCheck(L_49); float L_58 = CurveTimeline_GetCurvePercent_m2554062217(L_49, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_50>>(int32_t)1)), (int32_t)1)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)((float)il2cpp_codegen_subtract((float)L_51, (float)L_52))/(float)((float)il2cpp_codegen_subtract((float)L_56, (float)L_57)))))), /*hidden argument*/NULL); V_6 = L_58; SingleU5BU5D_t1444911251* L_59 = V_1; int32_t L_60 = V_3; NullCheck(L_59); int32_t L_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); float L_62 = (L_59)->GetAt(static_cast(L_61)); float L_63 = V_4; V_2 = ((float)il2cpp_codegen_subtract((float)L_62, (float)L_63)); float L_64 = V_2; float L_65 = V_2; V_2 = ((float)il2cpp_codegen_subtract((float)L_64, (float)(((float)((float)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16384), (int32_t)(((int32_t)((int32_t)((double)il2cpp_codegen_subtract((double)(16384.499999999996), (double)(((double)((double)((float)((float)L_65/(float)(360.0f))))))))))))), (int32_t)((int32_t)360)))))))); float L_66 = V_4; float L_67 = V_2; float L_68 = V_6; Bone_t1086356328 * L_69 = V_0; NullCheck(L_69); BoneData_t3130174490 * L_70 = L_69->get_data_1(); NullCheck(L_70); float L_71 = L_70->get_rotation_6(); V_2 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_66, (float)((float)il2cpp_codegen_multiply((float)L_67, (float)L_68)))), (float)L_71)); float L_72 = V_2; float L_73 = V_2; V_2 = ((float)il2cpp_codegen_subtract((float)L_72, (float)(((float)((float)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16384), (int32_t)(((int32_t)((int32_t)((double)il2cpp_codegen_subtract((double)(16384.499999999996), (double)(((double)((double)((float)((float)L_73/(float)(360.0f))))))))))))), (int32_t)((int32_t)360)))))))); } IL_012e: { int32_t L_74 = ___pose4; if (L_74) { goto IL_0145; } } { Bone_t1086356328 * L_75 = V_0; NullCheck(L_75); BoneData_t3130174490 * L_76 = L_75->get_data_1(); NullCheck(L_76); float L_77 = L_76->get_rotation_6(); G_B14_0 = L_77; goto IL_014b; } IL_0145: { Bone_t1086356328 * L_78 = V_0; NullCheck(L_78); float L_79 = L_78->get_rotation_7(); G_B14_0 = L_79; } IL_014b: { V_7 = G_B14_0; float L_80 = V_2; float L_81 = V_7; V_9 = ((float)il2cpp_codegen_subtract((float)L_80, (float)L_81)); float L_82 = V_9; float L_83 = V_9; V_9 = ((float)il2cpp_codegen_subtract((float)L_82, (float)(((float)((float)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16384), (int32_t)(((int32_t)((int32_t)((double)il2cpp_codegen_subtract((double)(16384.499999999996), (double)(((double)((double)((float)((float)L_83/(float)(360.0f))))))))))))), (int32_t)((int32_t)360)))))))); float L_84 = V_9; if ((!(((float)L_84) == ((float)(0.0f))))) { goto IL_0191; } } { SingleU5BU5D_t1444911251* L_85 = ___timelinesRotation5; int32_t L_86 = ___i6; NullCheck(L_85); int32_t L_87 = L_86; float L_88 = (L_85)->GetAt(static_cast(L_87)); V_8 = L_88; goto IL_0250; } IL_0191: { bool L_89 = ___firstFrame7; if (!L_89) { goto IL_01a8; } } { V_10 = (0.0f); float L_90 = V_9; V_11 = L_90; goto IL_01b8; } IL_01a8: { SingleU5BU5D_t1444911251* L_91 = ___timelinesRotation5; int32_t L_92 = ___i6; NullCheck(L_91); int32_t L_93 = L_92; float L_94 = (L_91)->GetAt(static_cast(L_93)); V_10 = L_94; SingleU5BU5D_t1444911251* L_95 = ___timelinesRotation5; int32_t L_96 = ___i6; NullCheck(L_95); int32_t L_97 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1)); float L_98 = (L_95)->GetAt(static_cast(L_97)); V_11 = L_98; } IL_01b8: { float L_99 = V_9; V_12 = (bool)((((float)L_99) > ((float)(0.0f)))? 1 : 0); float L_100 = V_10; V_13 = (bool)((((int32_t)((!(((float)L_100) >= ((float)(0.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0); float L_101 = V_11; int32_t L_102 = Math_Sign_m1545180090(NULL /*static, unused*/, L_101, /*hidden argument*/NULL); float L_103 = V_9; int32_t L_104 = Math_Sign_m1545180090(NULL /*static, unused*/, L_103, /*hidden argument*/NULL); if ((((int32_t)L_102) == ((int32_t)L_104))) { goto IL_021d; } } { float L_105 = V_11; float L_106 = fabsf(L_105); if ((!(((float)L_106) <= ((float)(90.0f))))) { goto IL_021d; } } { float L_107 = V_10; float L_108 = fabsf(L_107); if ((!(((float)L_108) > ((float)(180.0f))))) { goto IL_0219; } } { float L_109 = V_10; float L_110 = V_10; int32_t L_111 = Math_Sign_m1545180090(NULL /*static, unused*/, L_110, /*hidden argument*/NULL); V_10 = ((float)il2cpp_codegen_add((float)L_109, (float)(((float)((float)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)360), (int32_t)L_111))))))); } IL_0219: { bool L_112 = V_12; V_13 = L_112; } IL_021d: { float L_113 = V_9; float L_114 = V_10; float L_115 = V_10; V_8 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_113, (float)L_114)), (float)(fmodf(L_115, (360.0f))))); bool L_116 = V_13; bool L_117 = V_12; if ((((int32_t)L_116) == ((int32_t)L_117))) { goto IL_0249; } } { float L_118 = V_8; float L_119 = V_10; int32_t L_120 = Math_Sign_m1545180090(NULL /*static, unused*/, L_119, /*hidden argument*/NULL); V_8 = ((float)il2cpp_codegen_add((float)L_118, (float)(((float)((float)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)360), (int32_t)L_120))))))); } IL_0249: { SingleU5BU5D_t1444911251* L_121 = ___timelinesRotation5; int32_t L_122 = ___i6; float L_123 = V_8; NullCheck(L_121); (L_121)->SetAt(static_cast(L_122), (float)L_123); } IL_0250: { SingleU5BU5D_t1444911251* L_124 = ___timelinesRotation5; int32_t L_125 = ___i6; float L_126 = V_9; NullCheck(L_124); (L_124)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)1))), (float)L_126); float L_127 = V_7; float L_128 = V_8; float L_129 = ___alpha3; V_7 = ((float)il2cpp_codegen_add((float)L_127, (float)((float)il2cpp_codegen_multiply((float)L_128, (float)L_129)))); Bone_t1086356328 * L_130 = V_0; float L_131 = V_7; float L_132 = V_7; NullCheck(L_130); L_130->set_rotation_7(((float)il2cpp_codegen_subtract((float)L_131, (float)(((float)((float)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16384), (int32_t)(((int32_t)((int32_t)((double)il2cpp_codegen_subtract((double)(16384.499999999996), (double)(((double)((double)((float)((float)L_132/(float)(360.0f))))))))))))), (int32_t)((int32_t)360))))))))); return; } } // System.Void Spine.AnimationState::QueueEvents(Spine.TrackEntry,System.Single) extern "C" IL2CPP_METHOD_ATTR void AnimationState_QueueEvents_m1256242866 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___entry0, float ___animationTime1, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; ExposedList_1_t4085685707 * V_4 = NULL; EventU5BU5D_t1966750348* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; Event_t1378573841 * V_8 = NULL; bool V_9 = false; Event_t1378573841 * V_10 = NULL; int32_t G_B12_0 = 0; int32_t G_B16_0 = 0; { TrackEntry_t1316488441 * L_0 = ___entry0; NullCheck(L_0); float L_1 = L_0->get_animationStart_10(); V_0 = L_1; TrackEntry_t1316488441 * L_2 = ___entry0; NullCheck(L_2); float L_3 = L_2->get_animationEnd_11(); V_1 = L_3; float L_4 = V_1; float L_5 = V_0; V_2 = ((float)il2cpp_codegen_subtract((float)L_4, (float)L_5)); TrackEntry_t1316488441 * L_6 = ___entry0; NullCheck(L_6); float L_7 = L_6->get_trackLast_16(); float L_8 = V_2; V_3 = (fmodf(L_7, L_8)); ExposedList_1_t4085685707 * L_9 = __this->get_events_8(); V_4 = L_9; ExposedList_1_t4085685707 * L_10 = V_4; NullCheck(L_10); EventU5BU5D_t1966750348* L_11 = L_10->get_Items_0(); V_5 = L_11; V_6 = 0; ExposedList_1_t4085685707 * L_12 = V_4; NullCheck(L_12); int32_t L_13 = L_12->get_Count_1(); V_7 = L_13; goto IL_007c; } IL_003d: { EventU5BU5D_t1966750348* L_14 = V_5; int32_t L_15 = V_6; NullCheck(L_14); int32_t L_16 = L_15; Event_t1378573841 * L_17 = (L_14)->GetAt(static_cast(L_16)); V_8 = L_17; Event_t1378573841 * L_18 = V_8; NullCheck(L_18); float L_19 = L_18->get_time_1(); float L_20 = V_3; if ((!(((float)L_19) < ((float)L_20)))) { goto IL_0056; } } { goto IL_0085; } IL_0056: { Event_t1378573841 * L_21 = V_8; NullCheck(L_21); float L_22 = L_21->get_time_1(); float L_23 = V_1; if ((!(((float)L_22) > ((float)L_23)))) { goto IL_0068; } } { goto IL_0076; } IL_0068: { EventQueue_t808091267 * L_24 = __this->get_queue_9(); TrackEntry_t1316488441 * L_25 = ___entry0; Event_t1378573841 * L_26 = V_8; NullCheck(L_24); EventQueue_Event_m192172659(L_24, L_25, L_26, /*hidden argument*/NULL); } IL_0076: { int32_t L_27 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_007c: { int32_t L_28 = V_6; int32_t L_29 = V_7; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_003d; } } IL_0085: { V_9 = (bool)0; TrackEntry_t1316488441 * L_30 = ___entry0; NullCheck(L_30); bool L_31 = L_30->get_loop_5(); if (!L_31) { goto IL_00b3; } } { float L_32 = V_2; if ((((float)L_32) == ((float)(0.0f)))) { goto IL_00ab; } } { float L_33 = V_3; TrackEntry_t1316488441 * L_34 = ___entry0; NullCheck(L_34); float L_35 = L_34->get_trackTime_15(); float L_36 = V_2; G_B12_0 = ((((float)L_33) > ((float)(fmodf(L_35, L_36))))? 1 : 0); goto IL_00ac; } IL_00ab: { G_B12_0 = 1; } IL_00ac: { V_9 = (bool)G_B12_0; goto IL_00c8; } IL_00b3: { float L_37 = ___animationTime1; float L_38 = V_1; if ((!(((float)L_37) >= ((float)L_38)))) { goto IL_00c5; } } { TrackEntry_t1316488441 * L_39 = ___entry0; NullCheck(L_39); float L_40 = L_39->get_animationLast_12(); float L_41 = V_1; G_B16_0 = ((((float)L_40) < ((float)L_41))? 1 : 0); goto IL_00c6; } IL_00c5: { G_B16_0 = 0; } IL_00c6: { V_9 = (bool)G_B16_0; } IL_00c8: { bool L_42 = V_9; if (!L_42) { goto IL_00db; } } { EventQueue_t808091267 * L_43 = __this->get_queue_9(); TrackEntry_t1316488441 * L_44 = ___entry0; NullCheck(L_43); EventQueue_Complete_m1754873878(L_43, L_44, /*hidden argument*/NULL); } IL_00db: { goto IL_0110; } IL_00e0: { EventU5BU5D_t1966750348* L_45 = V_5; int32_t L_46 = V_6; NullCheck(L_45); int32_t L_47 = L_46; Event_t1378573841 * L_48 = (L_45)->GetAt(static_cast(L_47)); V_10 = L_48; Event_t1378573841 * L_49 = V_10; NullCheck(L_49); float L_50 = L_49->get_time_1(); float L_51 = V_0; if ((!(((float)L_50) < ((float)L_51)))) { goto IL_00f9; } } { goto IL_010a; } IL_00f9: { EventQueue_t808091267 * L_52 = __this->get_queue_9(); TrackEntry_t1316488441 * L_53 = ___entry0; EventU5BU5D_t1966750348* L_54 = V_5; int32_t L_55 = V_6; NullCheck(L_54); int32_t L_56 = L_55; Event_t1378573841 * L_57 = (L_54)->GetAt(static_cast(L_56)); NullCheck(L_52); EventQueue_Event_m192172659(L_52, L_53, L_57, /*hidden argument*/NULL); } IL_010a: { int32_t L_58 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_0110: { int32_t L_59 = V_6; int32_t L_60 = V_7; if ((((int32_t)L_59) < ((int32_t)L_60))) { goto IL_00e0; } } { return; } } // System.Void Spine.AnimationState::ClearTracks() extern "C" IL2CPP_METHOD_ATTR void AnimationState_ClearTracks_m1396067464 (AnimationState_t3637309382 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_ClearTracks_m1396067464_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; { EventQueue_t808091267 * L_0 = __this->get_queue_9(); NullCheck(L_0); bool L_1 = L_0->get_drainDisabled_1(); V_0 = L_1; EventQueue_t808091267 * L_2 = __this->get_queue_9(); NullCheck(L_2); L_2->set_drainDisabled_1((bool)1); V_1 = 0; ExposedList_1_t4023600307 * L_3 = __this->get_tracks_7(); NullCheck(L_3); int32_t L_4 = L_3->get_Count_1(); V_2 = L_4; goto IL_0036; } IL_002b: { int32_t L_5 = V_1; AnimationState_ClearTrack_m2009422132(__this, L_5, /*hidden argument*/NULL); int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0036: { int32_t L_7 = V_1; int32_t L_8 = V_2; if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_002b; } } { ExposedList_1_t4023600307 * L_9 = __this->get_tracks_7(); NullCheck(L_9); ExposedList_1_Clear_m2792904480(L_9, (bool)1, /*hidden argument*/ExposedList_1_Clear_m2792904480_RuntimeMethod_var); EventQueue_t808091267 * L_10 = __this->get_queue_9(); bool L_11 = V_0; NullCheck(L_10); L_10->set_drainDisabled_1(L_11); EventQueue_t808091267 * L_12 = __this->get_queue_9(); NullCheck(L_12); EventQueue_Drain_m1783941619(L_12, /*hidden argument*/NULL); return; } } // System.Void Spine.AnimationState::ClearTrack(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AnimationState_ClearTrack_m2009422132 (AnimationState_t3637309382 * __this, int32_t ___trackIndex0, const RuntimeMethod* method) { TrackEntry_t1316488441 * V_0 = NULL; TrackEntry_t1316488441 * V_1 = NULL; TrackEntry_t1316488441 * V_2 = NULL; { int32_t L_0 = ___trackIndex0; ExposedList_1_t4023600307 * L_1 = __this->get_tracks_7(); NullCheck(L_1); int32_t L_2 = L_1->get_Count_1(); if ((((int32_t)L_0) < ((int32_t)L_2))) { goto IL_0012; } } { return; } IL_0012: { ExposedList_1_t4023600307 * L_3 = __this->get_tracks_7(); NullCheck(L_3); TrackEntryU5BU5D_t721146628* L_4 = L_3->get_Items_0(); int32_t L_5 = ___trackIndex0; NullCheck(L_4); int32_t L_6 = L_5; TrackEntry_t1316488441 * L_7 = (L_4)->GetAt(static_cast(L_6)); V_0 = L_7; TrackEntry_t1316488441 * L_8 = V_0; if (L_8) { goto IL_0027; } } { return; } IL_0027: { EventQueue_t808091267 * L_9 = __this->get_queue_9(); TrackEntry_t1316488441 * L_10 = V_0; NullCheck(L_9); EventQueue_End_m3713395284(L_9, L_10, /*hidden argument*/NULL); TrackEntry_t1316488441 * L_11 = V_0; AnimationState_DisposeNext_m2868339711(__this, L_11, /*hidden argument*/NULL); TrackEntry_t1316488441 * L_12 = V_0; V_1 = L_12; } IL_003c: { TrackEntry_t1316488441 * L_13 = V_1; NullCheck(L_13); TrackEntry_t1316488441 * L_14 = L_13->get_mixingFrom_2(); V_2 = L_14; TrackEntry_t1316488441 * L_15 = V_2; if (L_15) { goto IL_004e; } } { goto IL_006f; } IL_004e: { EventQueue_t808091267 * L_16 = __this->get_queue_9(); TrackEntry_t1316488441 * L_17 = V_2; NullCheck(L_16); EventQueue_End_m3713395284(L_16, L_17, /*hidden argument*/NULL); TrackEntry_t1316488441 * L_18 = V_1; NullCheck(L_18); L_18->set_mixingFrom_2((TrackEntry_t1316488441 *)NULL); TrackEntry_t1316488441 * L_19 = V_1; NullCheck(L_19); L_19->set_mixingTo_3((TrackEntry_t1316488441 *)NULL); TrackEntry_t1316488441 * L_20 = V_2; V_1 = L_20; goto IL_003c; } IL_006f: { ExposedList_1_t4023600307 * L_21 = __this->get_tracks_7(); NullCheck(L_21); TrackEntryU5BU5D_t721146628* L_22 = L_21->get_Items_0(); TrackEntry_t1316488441 * L_23 = V_0; NullCheck(L_23); int32_t L_24 = L_23->get_trackIndex_4(); NullCheck(L_22); ArrayElementTypeCheck (L_22, NULL); (L_22)->SetAt(static_cast(L_24), (TrackEntry_t1316488441 *)NULL); EventQueue_t808091267 * L_25 = __this->get_queue_9(); NullCheck(L_25); EventQueue_Drain_m1783941619(L_25, /*hidden argument*/NULL); return; } } // System.Void Spine.AnimationState::SetCurrent(System.Int32,Spine.TrackEntry,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AnimationState_SetCurrent_m4239201767 (AnimationState_t3637309382 * __this, int32_t ___index0, TrackEntry_t1316488441 * ___current1, bool ___interrupt2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_SetCurrent_m4239201767_MetadataUsageId); s_Il2CppMethodInitialized = true; } TrackEntry_t1316488441 * V_0 = NULL; { int32_t L_0 = ___index0; TrackEntry_t1316488441 * L_1 = AnimationState_ExpandToIndex_m2169362454(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; ExposedList_1_t4023600307 * L_2 = __this->get_tracks_7(); NullCheck(L_2); TrackEntryU5BU5D_t721146628* L_3 = L_2->get_Items_0(); int32_t L_4 = ___index0; TrackEntry_t1316488441 * L_5 = ___current1; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(L_4), (TrackEntry_t1316488441 *)L_5); TrackEntry_t1316488441 * L_6 = V_0; if (!L_6) { goto IL_0092; } } { bool L_7 = ___interrupt2; if (!L_7) { goto IL_002e; } } { EventQueue_t808091267 * L_8 = __this->get_queue_9(); TrackEntry_t1316488441 * L_9 = V_0; NullCheck(L_8); EventQueue_Interrupt_m1150131680(L_8, L_9, /*hidden argument*/NULL); } IL_002e: { TrackEntry_t1316488441 * L_10 = ___current1; TrackEntry_t1316488441 * L_11 = V_0; NullCheck(L_10); L_10->set_mixingFrom_2(L_11); TrackEntry_t1316488441 * L_12 = V_0; TrackEntry_t1316488441 * L_13 = ___current1; NullCheck(L_12); L_12->set_mixingTo_3(L_13); TrackEntry_t1316488441 * L_14 = ___current1; NullCheck(L_14); L_14->set_mixTime_21((0.0f)); TrackEntry_t1316488441 * L_15 = V_0; NullCheck(L_15); TrackEntry_t1316488441 * L_16 = L_15->get_mixingFrom_2(); if (!L_16) { goto IL_0086; } } { TrackEntry_t1316488441 * L_17 = V_0; NullCheck(L_17); float L_18 = L_17->get_mixDuration_22(); if ((!(((float)L_18) > ((float)(0.0f))))) { goto IL_0086; } } { TrackEntry_t1316488441 * L_19 = ___current1; TrackEntry_t1316488441 * L_20 = L_19; NullCheck(L_20); float L_21 = L_20->get_interruptAlpha_23(); TrackEntry_t1316488441 * L_22 = V_0; NullCheck(L_22); float L_23 = L_22->get_mixTime_21(); TrackEntry_t1316488441 * L_24 = V_0; NullCheck(L_24); float L_25 = L_24->get_mixDuration_22(); float L_26 = Math_Min_m3253079129(NULL /*static, unused*/, (1.0f), ((float)((float)L_23/(float)L_25)), /*hidden argument*/NULL); NullCheck(L_20); L_20->set_interruptAlpha_23(((float)il2cpp_codegen_multiply((float)L_21, (float)L_26))); } IL_0086: { TrackEntry_t1316488441 * L_27 = V_0; NullCheck(L_27); ExposedList_1_t4104378640 * L_28 = L_27->get_timelinesRotation_28(); NullCheck(L_28); ExposedList_1_Clear_m661012492(L_28, (bool)1, /*hidden argument*/ExposedList_1_Clear_m661012492_RuntimeMethod_var); } IL_0092: { EventQueue_t808091267 * L_29 = __this->get_queue_9(); TrackEntry_t1316488441 * L_30 = ___current1; NullCheck(L_29); EventQueue_Start_m1318298341(L_29, L_30, /*hidden argument*/NULL); return; } } // Spine.TrackEntry Spine.AnimationState::SetAnimation(System.Int32,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TrackEntry_t1316488441 * AnimationState_SetAnimation_m2651273526 (AnimationState_t3637309382 * __this, int32_t ___trackIndex0, String_t* ___animationName1, bool ___loop2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_SetAnimation_m2651273526_MetadataUsageId); s_Il2CppMethodInitialized = true; } Animation_t615783283 * V_0 = NULL; { AnimationStateData_t3010651567 * L_0 = __this->get_data_5(); NullCheck(L_0); SkeletonData_t2032710716 * L_1 = L_0->get_skeletonData_0(); String_t* L_2 = ___animationName1; NullCheck(L_1); Animation_t615783283 * L_3 = SkeletonData_FindAnimation_m3119151155(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; Animation_t615783283 * L_4 = V_0; if (L_4) { goto IL_002e; } } { String_t* L_5 = ___animationName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3226986616, L_5, /*hidden argument*/NULL); ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_7, L_6, _stringLiteral93459281, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,AnimationState_SetAnimation_m2651273526_RuntimeMethod_var); } IL_002e: { int32_t L_8 = ___trackIndex0; Animation_t615783283 * L_9 = V_0; bool L_10 = ___loop2; TrackEntry_t1316488441 * L_11 = AnimationState_SetAnimation_m2562929781(__this, L_8, L_9, L_10, /*hidden argument*/NULL); return L_11; } } // Spine.TrackEntry Spine.AnimationState::SetAnimation(System.Int32,Spine.Animation,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TrackEntry_t1316488441 * AnimationState_SetAnimation_m2562929781 (AnimationState_t3637309382 * __this, int32_t ___trackIndex0, Animation_t615783283 * ___animation1, bool ___loop2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_SetAnimation_m2562929781_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; TrackEntry_t1316488441 * V_1 = NULL; TrackEntry_t1316488441 * V_2 = NULL; { Animation_t615783283 * L_0 = ___animation1; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral1899104549, _stringLiteral695828583, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,AnimationState_SetAnimation_m2562929781_RuntimeMethod_var); } IL_0016: { V_0 = (bool)1; int32_t L_2 = ___trackIndex0; TrackEntry_t1316488441 * L_3 = AnimationState_ExpandToIndex_m2169362454(__this, L_2, /*hidden argument*/NULL); V_1 = L_3; TrackEntry_t1316488441 * L_4 = V_1; if (!L_4) { goto IL_007d; } } { TrackEntry_t1316488441 * L_5 = V_1; NullCheck(L_5); float L_6 = L_5->get_nextTrackLast_17(); if ((!(((float)L_6) == ((float)(-1.0f))))) { goto IL_0076; } } { ExposedList_1_t4023600307 * L_7 = __this->get_tracks_7(); NullCheck(L_7); TrackEntryU5BU5D_t721146628* L_8 = L_7->get_Items_0(); int32_t L_9 = ___trackIndex0; TrackEntry_t1316488441 * L_10 = V_1; NullCheck(L_10); TrackEntry_t1316488441 * L_11 = L_10->get_mixingFrom_2(); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(L_9), (TrackEntry_t1316488441 *)L_11); EventQueue_t808091267 * L_12 = __this->get_queue_9(); TrackEntry_t1316488441 * L_13 = V_1; NullCheck(L_12); EventQueue_Interrupt_m1150131680(L_12, L_13, /*hidden argument*/NULL); EventQueue_t808091267 * L_14 = __this->get_queue_9(); TrackEntry_t1316488441 * L_15 = V_1; NullCheck(L_14); EventQueue_End_m3713395284(L_14, L_15, /*hidden argument*/NULL); TrackEntry_t1316488441 * L_16 = V_1; AnimationState_DisposeNext_m2868339711(__this, L_16, /*hidden argument*/NULL); TrackEntry_t1316488441 * L_17 = V_1; NullCheck(L_17); TrackEntry_t1316488441 * L_18 = L_17->get_mixingFrom_2(); V_1 = L_18; V_0 = (bool)0; goto IL_007d; } IL_0076: { TrackEntry_t1316488441 * L_19 = V_1; AnimationState_DisposeNext_m2868339711(__this, L_19, /*hidden argument*/NULL); } IL_007d: { int32_t L_20 = ___trackIndex0; Animation_t615783283 * L_21 = ___animation1; bool L_22 = ___loop2; TrackEntry_t1316488441 * L_23 = V_1; TrackEntry_t1316488441 * L_24 = AnimationState_NewTrackEntry_m4206777551(__this, L_20, L_21, L_22, L_23, /*hidden argument*/NULL); V_2 = L_24; int32_t L_25 = ___trackIndex0; TrackEntry_t1316488441 * L_26 = V_2; bool L_27 = V_0; AnimationState_SetCurrent_m4239201767(__this, L_25, L_26, L_27, /*hidden argument*/NULL); EventQueue_t808091267 * L_28 = __this->get_queue_9(); NullCheck(L_28); EventQueue_Drain_m1783941619(L_28, /*hidden argument*/NULL); TrackEntry_t1316488441 * L_29 = V_2; return L_29; } } // Spine.TrackEntry Spine.AnimationState::AddAnimation(System.Int32,System.String,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR TrackEntry_t1316488441 * AnimationState_AddAnimation_m432955812 (AnimationState_t3637309382 * __this, int32_t ___trackIndex0, String_t* ___animationName1, bool ___loop2, float ___delay3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_AddAnimation_m432955812_MetadataUsageId); s_Il2CppMethodInitialized = true; } Animation_t615783283 * V_0 = NULL; { AnimationStateData_t3010651567 * L_0 = __this->get_data_5(); NullCheck(L_0); SkeletonData_t2032710716 * L_1 = L_0->get_skeletonData_0(); String_t* L_2 = ___animationName1; NullCheck(L_1); Animation_t615783283 * L_3 = SkeletonData_FindAnimation_m3119151155(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; Animation_t615783283 * L_4 = V_0; if (L_4) { goto IL_002e; } } { String_t* L_5 = ___animationName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3226986616, L_5, /*hidden argument*/NULL); ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_7, L_6, _stringLiteral93459281, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,AnimationState_AddAnimation_m432955812_RuntimeMethod_var); } IL_002e: { int32_t L_8 = ___trackIndex0; Animation_t615783283 * L_9 = V_0; bool L_10 = ___loop2; float L_11 = ___delay3; TrackEntry_t1316488441 * L_12 = AnimationState_AddAnimation_m230681568(__this, L_8, L_9, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // Spine.TrackEntry Spine.AnimationState::AddAnimation(System.Int32,Spine.Animation,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR TrackEntry_t1316488441 * AnimationState_AddAnimation_m230681568 (AnimationState_t3637309382 * __this, int32_t ___trackIndex0, Animation_t615783283 * ___animation1, bool ___loop2, float ___delay3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_AddAnimation_m230681568_MetadataUsageId); s_Il2CppMethodInitialized = true; } TrackEntry_t1316488441 * V_0 = NULL; TrackEntry_t1316488441 * V_1 = NULL; float V_2 = 0.0f; { Animation_t615783283 * L_0 = ___animation1; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral1899104549, _stringLiteral695828583, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,AnimationState_AddAnimation_m230681568_RuntimeMethod_var); } IL_0016: { int32_t L_2 = ___trackIndex0; TrackEntry_t1316488441 * L_3 = AnimationState_ExpandToIndex_m2169362454(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; TrackEntry_t1316488441 * L_4 = V_0; if (!L_4) { goto IL_003b; } } { goto IL_0030; } IL_0029: { TrackEntry_t1316488441 * L_5 = V_0; NullCheck(L_5); TrackEntry_t1316488441 * L_6 = L_5->get_next_1(); V_0 = L_6; } IL_0030: { TrackEntry_t1316488441 * L_7 = V_0; NullCheck(L_7); TrackEntry_t1316488441 * L_8 = L_7->get_next_1(); if (L_8) { goto IL_0029; } } IL_003b: { int32_t L_9 = ___trackIndex0; Animation_t615783283 * L_10 = ___animation1; bool L_11 = ___loop2; TrackEntry_t1316488441 * L_12 = V_0; TrackEntry_t1316488441 * L_13 = AnimationState_NewTrackEntry_m4206777551(__this, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); V_1 = L_13; TrackEntry_t1316488441 * L_14 = V_0; if (L_14) { goto IL_0065; } } { int32_t L_15 = ___trackIndex0; TrackEntry_t1316488441 * L_16 = V_1; AnimationState_SetCurrent_m4239201767(__this, L_15, L_16, (bool)1, /*hidden argument*/NULL); EventQueue_t808091267 * L_17 = __this->get_queue_9(); NullCheck(L_17); EventQueue_Drain_m1783941619(L_17, /*hidden argument*/NULL); goto IL_00e9; } IL_0065: { TrackEntry_t1316488441 * L_18 = V_0; TrackEntry_t1316488441 * L_19 = V_1; NullCheck(L_18); L_18->set_next_1(L_19); float L_20 = ___delay3; if ((!(((float)L_20) <= ((float)(0.0f))))) { goto IL_00e9; } } { TrackEntry_t1316488441 * L_21 = V_0; NullCheck(L_21); float L_22 = L_21->get_animationEnd_11(); TrackEntry_t1316488441 * L_23 = V_0; NullCheck(L_23); float L_24 = L_23->get_animationStart_10(); V_2 = ((float)il2cpp_codegen_subtract((float)L_22, (float)L_24)); float L_25 = V_2; if ((((float)L_25) == ((float)(0.0f)))) { goto IL_00e1; } } { TrackEntry_t1316488441 * L_26 = V_0; NullCheck(L_26); bool L_27 = L_26->get_loop_5(); if (!L_27) { goto IL_00b4; } } { float L_28 = ___delay3; float L_29 = V_2; TrackEntry_t1316488441 * L_30 = V_0; NullCheck(L_30); float L_31 = L_30->get_trackTime_15(); float L_32 = V_2; ___delay3 = ((float)il2cpp_codegen_add((float)L_28, (float)((float)il2cpp_codegen_multiply((float)L_29, (float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)(((int32_t)((int32_t)((float)((float)L_31/(float)L_32)))))))))))))); goto IL_00c5; } IL_00b4: { float L_33 = ___delay3; float L_34 = V_2; TrackEntry_t1316488441 * L_35 = V_0; NullCheck(L_35); float L_36 = L_35->get_trackTime_15(); float L_37 = Math_Max_m482125436(NULL /*static, unused*/, L_34, L_36, /*hidden argument*/NULL); ___delay3 = ((float)il2cpp_codegen_add((float)L_33, (float)L_37)); } IL_00c5: { float L_38 = ___delay3; AnimationStateData_t3010651567 * L_39 = __this->get_data_5(); TrackEntry_t1316488441 * L_40 = V_0; NullCheck(L_40); Animation_t615783283 * L_41 = L_40->get_animation_0(); Animation_t615783283 * L_42 = ___animation1; NullCheck(L_39); float L_43 = AnimationStateData_GetMix_m3007667886(L_39, L_41, L_42, /*hidden argument*/NULL); ___delay3 = ((float)il2cpp_codegen_subtract((float)L_38, (float)L_43)); goto IL_00e9; } IL_00e1: { TrackEntry_t1316488441 * L_44 = V_0; NullCheck(L_44); float L_45 = L_44->get_trackTime_15(); ___delay3 = L_45; } IL_00e9: { TrackEntry_t1316488441 * L_46 = V_1; float L_47 = ___delay3; NullCheck(L_46); L_46->set_delay_14(L_47); TrackEntry_t1316488441 * L_48 = V_1; return L_48; } } // Spine.TrackEntry Spine.AnimationState::SetEmptyAnimation(System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR TrackEntry_t1316488441 * AnimationState_SetEmptyAnimation_m129008755 (AnimationState_t3637309382 * __this, int32_t ___trackIndex0, float ___mixDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_SetEmptyAnimation_m129008755_MetadataUsageId); s_Il2CppMethodInitialized = true; } TrackEntry_t1316488441 * V_0 = NULL; { int32_t L_0 = ___trackIndex0; IL2CPP_RUNTIME_CLASS_INIT(AnimationState_t3637309382_il2cpp_TypeInfo_var); Animation_t615783283 * L_1 = ((AnimationState_t3637309382_StaticFields*)il2cpp_codegen_static_fields_for(AnimationState_t3637309382_il2cpp_TypeInfo_var))->get_EmptyAnimation_0(); TrackEntry_t1316488441 * L_2 = AnimationState_SetAnimation_m2562929781(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); V_0 = L_2; TrackEntry_t1316488441 * L_3 = V_0; float L_4 = ___mixDuration1; NullCheck(L_3); L_3->set_mixDuration_22(L_4); TrackEntry_t1316488441 * L_5 = V_0; float L_6 = ___mixDuration1; NullCheck(L_5); L_5->set_trackEnd_18(L_6); TrackEntry_t1316488441 * L_7 = V_0; return L_7; } } // Spine.TrackEntry Spine.AnimationState::AddEmptyAnimation(System.Int32,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TrackEntry_t1316488441 * AnimationState_AddEmptyAnimation_m64731778 (AnimationState_t3637309382 * __this, int32_t ___trackIndex0, float ___mixDuration1, float ___delay2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_AddEmptyAnimation_m64731778_MetadataUsageId); s_Il2CppMethodInitialized = true; } TrackEntry_t1316488441 * V_0 = NULL; { float L_0 = ___delay2; if ((!(((float)L_0) <= ((float)(0.0f))))) { goto IL_0010; } } { float L_1 = ___delay2; float L_2 = ___mixDuration1; ___delay2 = ((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)); } IL_0010: { int32_t L_3 = ___trackIndex0; IL2CPP_RUNTIME_CLASS_INIT(AnimationState_t3637309382_il2cpp_TypeInfo_var); Animation_t615783283 * L_4 = ((AnimationState_t3637309382_StaticFields*)il2cpp_codegen_static_fields_for(AnimationState_t3637309382_il2cpp_TypeInfo_var))->get_EmptyAnimation_0(); float L_5 = ___delay2; TrackEntry_t1316488441 * L_6 = AnimationState_AddAnimation_m230681568(__this, L_3, L_4, (bool)0, L_5, /*hidden argument*/NULL); V_0 = L_6; TrackEntry_t1316488441 * L_7 = V_0; float L_8 = ___mixDuration1; NullCheck(L_7); L_7->set_mixDuration_22(L_8); TrackEntry_t1316488441 * L_9 = V_0; float L_10 = ___mixDuration1; NullCheck(L_9); L_9->set_trackEnd_18(L_10); TrackEntry_t1316488441 * L_11 = V_0; return L_11; } } // System.Void Spine.AnimationState::SetEmptyAnimations(System.Single) extern "C" IL2CPP_METHOD_ATTR void AnimationState_SetEmptyAnimations_m520902502 (AnimationState_t3637309382 * __this, float ___mixDuration0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; TrackEntry_t1316488441 * V_3 = NULL; { EventQueue_t808091267 * L_0 = __this->get_queue_9(); NullCheck(L_0); bool L_1 = L_0->get_drainDisabled_1(); V_0 = L_1; EventQueue_t808091267 * L_2 = __this->get_queue_9(); NullCheck(L_2); L_2->set_drainDisabled_1((bool)1); V_1 = 0; ExposedList_1_t4023600307 * L_3 = __this->get_tracks_7(); NullCheck(L_3); int32_t L_4 = L_3->get_Count_1(); V_2 = L_4; goto IL_004c; } IL_002b: { ExposedList_1_t4023600307 * L_5 = __this->get_tracks_7(); NullCheck(L_5); TrackEntryU5BU5D_t721146628* L_6 = L_5->get_Items_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; TrackEntry_t1316488441 * L_9 = (L_6)->GetAt(static_cast(L_8)); V_3 = L_9; TrackEntry_t1316488441 * L_10 = V_3; if (!L_10) { goto IL_0048; } } { int32_t L_11 = V_1; float L_12 = ___mixDuration0; AnimationState_SetEmptyAnimation_m129008755(__this, L_11, L_12, /*hidden argument*/NULL); } IL_0048: { int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_1; int32_t L_15 = V_2; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_002b; } } { EventQueue_t808091267 * L_16 = __this->get_queue_9(); bool L_17 = V_0; NullCheck(L_16); L_16->set_drainDisabled_1(L_17); EventQueue_t808091267 * L_18 = __this->get_queue_9(); NullCheck(L_18); EventQueue_Drain_m1783941619(L_18, /*hidden argument*/NULL); return; } } // Spine.TrackEntry Spine.AnimationState::ExpandToIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR TrackEntry_t1316488441 * AnimationState_ExpandToIndex_m2169362454 (AnimationState_t3637309382 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_ExpandToIndex_m2169362454_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; ExposedList_1_t4023600307 * L_1 = __this->get_tracks_7(); NullCheck(L_1); int32_t L_2 = L_1->get_Count_1(); if ((((int32_t)L_0) >= ((int32_t)L_2))) { goto IL_001f; } } { ExposedList_1_t4023600307 * L_3 = __this->get_tracks_7(); NullCheck(L_3); TrackEntryU5BU5D_t721146628* L_4 = L_3->get_Items_0(); int32_t L_5 = ___index0; NullCheck(L_4); int32_t L_6 = L_5; TrackEntry_t1316488441 * L_7 = (L_4)->GetAt(static_cast(L_6)); return L_7; } IL_001f: { goto IL_0030; } IL_0024: { ExposedList_1_t4023600307 * L_8 = __this->get_tracks_7(); NullCheck(L_8); ExposedList_1_Add_m864184596(L_8, (TrackEntry_t1316488441 *)NULL, /*hidden argument*/ExposedList_1_Add_m864184596_RuntimeMethod_var); } IL_0030: { int32_t L_9 = ___index0; ExposedList_1_t4023600307 * L_10 = __this->get_tracks_7(); NullCheck(L_10); int32_t L_11 = L_10->get_Count_1(); if ((((int32_t)L_9) >= ((int32_t)L_11))) { goto IL_0024; } } { return (TrackEntry_t1316488441 *)NULL; } } // Spine.TrackEntry Spine.AnimationState::NewTrackEntry(System.Int32,Spine.Animation,System.Boolean,Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR TrackEntry_t1316488441 * AnimationState_NewTrackEntry_m4206777551 (AnimationState_t3637309382 * __this, int32_t ___trackIndex0, Animation_t615783283 * ___animation1, bool ___loop2, TrackEntry_t1316488441 * ___last3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_NewTrackEntry_m4206777551_MetadataUsageId); s_Il2CppMethodInitialized = true; } TrackEntry_t1316488441 * V_0 = NULL; TrackEntry_t1316488441 * G_B2_0 = NULL; TrackEntry_t1316488441 * G_B1_0 = NULL; float G_B3_0 = 0.0f; TrackEntry_t1316488441 * G_B3_1 = NULL; { Pool_1_t287387900 * L_0 = __this->get_trackEntryPool_6(); NullCheck(L_0); TrackEntry_t1316488441 * L_1 = Pool_1_Obtain_m3978431377(L_0, /*hidden argument*/Pool_1_Obtain_m3978431377_RuntimeMethod_var); V_0 = L_1; TrackEntry_t1316488441 * L_2 = V_0; int32_t L_3 = ___trackIndex0; NullCheck(L_2); L_2->set_trackIndex_4(L_3); TrackEntry_t1316488441 * L_4 = V_0; Animation_t615783283 * L_5 = ___animation1; NullCheck(L_4); L_4->set_animation_0(L_5); TrackEntry_t1316488441 * L_6 = V_0; bool L_7 = ___loop2; NullCheck(L_6); L_6->set_loop_5(L_7); TrackEntry_t1316488441 * L_8 = V_0; NullCheck(L_8); L_8->set_holdPrevious_6((bool)0); TrackEntry_t1316488441 * L_9 = V_0; NullCheck(L_9); L_9->set_eventThreshold_7((0.0f)); TrackEntry_t1316488441 * L_10 = V_0; NullCheck(L_10); L_10->set_attachmentThreshold_8((0.0f)); TrackEntry_t1316488441 * L_11 = V_0; NullCheck(L_11); L_11->set_drawOrderThreshold_9((0.0f)); TrackEntry_t1316488441 * L_12 = V_0; NullCheck(L_12); L_12->set_animationStart_10((0.0f)); TrackEntry_t1316488441 * L_13 = V_0; Animation_t615783283 * L_14 = ___animation1; NullCheck(L_14); float L_15 = Animation_get_Duration_m2437525862(L_14, /*hidden argument*/NULL); NullCheck(L_13); L_13->set_animationEnd_11(L_15); TrackEntry_t1316488441 * L_16 = V_0; NullCheck(L_16); L_16->set_animationLast_12((-1.0f)); TrackEntry_t1316488441 * L_17 = V_0; NullCheck(L_17); L_17->set_nextAnimationLast_13((-1.0f)); TrackEntry_t1316488441 * L_18 = V_0; NullCheck(L_18); L_18->set_delay_14((0.0f)); TrackEntry_t1316488441 * L_19 = V_0; NullCheck(L_19); L_19->set_trackTime_15((0.0f)); TrackEntry_t1316488441 * L_20 = V_0; NullCheck(L_20); L_20->set_trackLast_16((-1.0f)); TrackEntry_t1316488441 * L_21 = V_0; NullCheck(L_21); L_21->set_nextTrackLast_17((-1.0f)); TrackEntry_t1316488441 * L_22 = V_0; NullCheck(L_22); L_22->set_trackEnd_18((std::numeric_limits::max())); TrackEntry_t1316488441 * L_23 = V_0; NullCheck(L_23); L_23->set_timeScale_19((1.0f)); TrackEntry_t1316488441 * L_24 = V_0; NullCheck(L_24); L_24->set_alpha_20((1.0f)); TrackEntry_t1316488441 * L_25 = V_0; NullCheck(L_25); L_25->set_interruptAlpha_23((1.0f)); TrackEntry_t1316488441 * L_26 = V_0; NullCheck(L_26); L_26->set_mixTime_21((0.0f)); TrackEntry_t1316488441 * L_27 = V_0; TrackEntry_t1316488441 * L_28 = ___last3; G_B1_0 = L_27; if (L_28) { G_B2_0 = L_27; goto IL_00eb; } } { G_B3_0 = (0.0f); G_B3_1 = G_B1_0; goto IL_00fe; } IL_00eb: { AnimationStateData_t3010651567 * L_29 = __this->get_data_5(); TrackEntry_t1316488441 * L_30 = ___last3; NullCheck(L_30); Animation_t615783283 * L_31 = L_30->get_animation_0(); Animation_t615783283 * L_32 = ___animation1; NullCheck(L_29); float L_33 = AnimationStateData_GetMix_m3007667886(L_29, L_31, L_32, /*hidden argument*/NULL); G_B3_0 = L_33; G_B3_1 = G_B2_0; } IL_00fe: { NullCheck(G_B3_1); G_B3_1->set_mixDuration_22(G_B3_0); TrackEntry_t1316488441 * L_34 = V_0; return L_34; } } // System.Void Spine.AnimationState::DisposeNext(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void AnimationState_DisposeNext_m2868339711 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method) { TrackEntry_t1316488441 * V_0 = NULL; { TrackEntry_t1316488441 * L_0 = ___entry0; NullCheck(L_0); TrackEntry_t1316488441 * L_1 = L_0->get_next_1(); V_0 = L_1; goto IL_001f; } IL_000c: { EventQueue_t808091267 * L_2 = __this->get_queue_9(); TrackEntry_t1316488441 * L_3 = V_0; NullCheck(L_2); EventQueue_Dispose_m2573937254(L_2, L_3, /*hidden argument*/NULL); TrackEntry_t1316488441 * L_4 = V_0; NullCheck(L_4); TrackEntry_t1316488441 * L_5 = L_4->get_next_1(); V_0 = L_5; } IL_001f: { TrackEntry_t1316488441 * L_6 = V_0; if (L_6) { goto IL_000c; } } { TrackEntry_t1316488441 * L_7 = ___entry0; NullCheck(L_7); L_7->set_next_1((TrackEntry_t1316488441 *)NULL); return; } } // System.Void Spine.AnimationState::AnimationsChanged() extern "C" IL2CPP_METHOD_ATTR void AnimationState_AnimationsChanged_m2451421361 (AnimationState_t3637309382 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_AnimationsChanged_m2451421361_MetadataUsageId); s_Il2CppMethodInitialized = true; } TrackEntryU5BU5D_t721146628* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; TrackEntry_t1316488441 * V_3 = NULL; { __this->set_animationsChanged_11((bool)0); HashSet_1_t1515895227 * L_0 = __this->get_propertyIDs_10(); NullCheck(L_0); HashSet_1_Clear_m2259714021(L_0, /*hidden argument*/HashSet_1_Clear_m2259714021_RuntimeMethod_var); ExposedList_1_t4023600307 * L_1 = __this->get_tracks_7(); NullCheck(L_1); TrackEntryU5BU5D_t721146628* L_2 = L_1->get_Items_0(); V_0 = L_2; V_1 = 0; ExposedList_1_t4023600307 * L_3 = __this->get_tracks_7(); NullCheck(L_3); int32_t L_4 = L_3->get_Count_1(); V_2 = L_4; goto IL_0086; } IL_0031: { TrackEntryU5BU5D_t721146628* L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; TrackEntry_t1316488441 * L_8 = (L_5)->GetAt(static_cast(L_7)); V_3 = L_8; TrackEntry_t1316488441 * L_9 = V_3; if (L_9) { goto IL_0040; } } { goto IL_0082; } IL_0040: { goto IL_004c; } IL_0045: { TrackEntry_t1316488441 * L_10 = V_3; NullCheck(L_10); TrackEntry_t1316488441 * L_11 = L_10->get_mixingFrom_2(); V_3 = L_11; } IL_004c: { TrackEntry_t1316488441 * L_12 = V_3; NullCheck(L_12); TrackEntry_t1316488441 * L_13 = L_12->get_mixingFrom_2(); if (L_13) { goto IL_0045; } } IL_0057: { TrackEntry_t1316488441 * L_14 = V_3; NullCheck(L_14); TrackEntry_t1316488441 * L_15 = L_14->get_mixingTo_3(); if (!L_15) { goto IL_006e; } } { TrackEntry_t1316488441 * L_16 = V_3; NullCheck(L_16); int32_t L_17 = L_16->get_mixBlend_25(); if ((((int32_t)L_17) == ((int32_t)3))) { goto IL_0075; } } IL_006e: { TrackEntry_t1316488441 * L_18 = V_3; AnimationState_SetTimelineModes_m2922164141(__this, L_18, /*hidden argument*/NULL); } IL_0075: { TrackEntry_t1316488441 * L_19 = V_3; NullCheck(L_19); TrackEntry_t1316488441 * L_20 = L_19->get_mixingTo_3(); V_3 = L_20; TrackEntry_t1316488441 * L_21 = V_3; if (L_21) { goto IL_0057; } } IL_0082: { int32_t L_22 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0086: { int32_t L_23 = V_1; int32_t L_24 = V_2; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0031; } } { return; } } // System.Void Spine.AnimationState::SetTimelineModes(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void AnimationState_SetTimelineModes_m2922164141 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_SetTimelineModes_m2922164141_MetadataUsageId); s_Il2CppMethodInitialized = true; } TrackEntry_t1316488441 * V_0 = NULL; TimelineU5BU5D_t3791347514* V_1 = NULL; int32_t V_2 = 0; Int32U5BU5D_t385246372* V_3 = NULL; TrackEntryU5BU5D_t721146628* V_4 = NULL; HashSet_1_t1515895227 * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; TrackEntry_t1316488441 * V_9 = NULL; { TrackEntry_t1316488441 * L_0 = ___entry0; NullCheck(L_0); TrackEntry_t1316488441 * L_1 = L_0->get_mixingTo_3(); V_0 = L_1; TrackEntry_t1316488441 * L_2 = ___entry0; NullCheck(L_2); Animation_t615783283 * L_3 = L_2->get_animation_0(); NullCheck(L_3); ExposedList_1_t383950901 * L_4 = L_3->get_timelines_0(); NullCheck(L_4); TimelineU5BU5D_t3791347514* L_5 = L_4->get_Items_0(); V_1 = L_5; TrackEntry_t1316488441 * L_6 = ___entry0; NullCheck(L_6); Animation_t615783283 * L_7 = L_6->get_animation_0(); NullCheck(L_7); ExposedList_1_t383950901 * L_8 = L_7->get_timelines_0(); NullCheck(L_8); int32_t L_9 = L_8->get_Count_1(); V_2 = L_9; TrackEntry_t1316488441 * L_10 = ___entry0; NullCheck(L_10); ExposedList_1_t1363090323 * L_11 = L_10->get_timelineMode_26(); int32_t L_12 = V_2; NullCheck(L_11); ExposedList_1_t1363090323 * L_13 = ExposedList_1_Resize_m3268840586(L_11, L_12, /*hidden argument*/ExposedList_1_Resize_m3268840586_RuntimeMethod_var); NullCheck(L_13); Int32U5BU5D_t385246372* L_14 = L_13->get_Items_0(); V_3 = L_14; TrackEntry_t1316488441 * L_15 = ___entry0; NullCheck(L_15); ExposedList_1_t4023600307 * L_16 = L_15->get_timelineHoldMix_27(); NullCheck(L_16); ExposedList_1_Clear_m2792904480(L_16, (bool)1, /*hidden argument*/ExposedList_1_Clear_m2792904480_RuntimeMethod_var); TrackEntry_t1316488441 * L_17 = ___entry0; NullCheck(L_17); ExposedList_1_t4023600307 * L_18 = L_17->get_timelineHoldMix_27(); int32_t L_19 = V_2; NullCheck(L_18); ExposedList_1_t4023600307 * L_20 = ExposedList_1_Resize_m1952617012(L_18, L_19, /*hidden argument*/ExposedList_1_Resize_m1952617012_RuntimeMethod_var); NullCheck(L_20); TrackEntryU5BU5D_t721146628* L_21 = L_20->get_Items_0(); V_4 = L_21; HashSet_1_t1515895227 * L_22 = __this->get_propertyIDs_10(); V_5 = L_22; TrackEntry_t1316488441 * L_23 = V_0; if (!L_23) { goto IL_00a0; } } { TrackEntry_t1316488441 * L_24 = V_0; NullCheck(L_24); bool L_25 = L_24->get_holdPrevious_6(); if (!L_25) { goto IL_00a0; } } { V_6 = 0; goto IL_0097; } IL_007b: { HashSet_1_t1515895227 * L_26 = V_5; TimelineU5BU5D_t3791347514* L_27 = V_1; int32_t L_28 = V_6; NullCheck(L_27); int32_t L_29 = L_28; RuntimeObject* L_30 = (L_27)->GetAt(static_cast(L_29)); NullCheck(L_30); int32_t L_31 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 Spine.Timeline::get_PropertyId() */, Timeline_t1971806331_il2cpp_TypeInfo_var, L_30); NullCheck(L_26); HashSet_1_Add_m1208034806(L_26, L_31, /*hidden argument*/HashSet_1_Add_m1208034806_RuntimeMethod_var); Int32U5BU5D_t385246372* L_32 = V_3; int32_t L_33 = V_6; NullCheck(L_32); (L_32)->SetAt(static_cast(L_33), (int32_t)2); int32_t L_34 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_0097: { int32_t L_35 = V_6; int32_t L_36 = V_2; if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_007b; } } { return; } IL_00a0: { V_7 = 0; goto IL_014a; } IL_00a8: { TimelineU5BU5D_t3791347514* L_37 = V_1; int32_t L_38 = V_7; NullCheck(L_37); int32_t L_39 = L_38; RuntimeObject* L_40 = (L_37)->GetAt(static_cast(L_39)); NullCheck(L_40); int32_t L_41 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 Spine.Timeline::get_PropertyId() */, Timeline_t1971806331_il2cpp_TypeInfo_var, L_40); V_8 = L_41; HashSet_1_t1515895227 * L_42 = V_5; int32_t L_43 = V_8; NullCheck(L_42); bool L_44 = HashSet_1_Add_m1208034806(L_42, L_43, /*hidden argument*/HashSet_1_Add_m1208034806_RuntimeMethod_var); if (L_44) { goto IL_00cb; } } { Int32U5BU5D_t385246372* L_45 = V_3; int32_t L_46 = V_7; NullCheck(L_45); (L_45)->SetAt(static_cast(L_46), (int32_t)0); goto IL_0144; } IL_00cb: { TrackEntry_t1316488441 * L_47 = V_0; if (!L_47) { goto IL_00de; } } { TrackEntry_t1316488441 * L_48 = V_0; int32_t L_49 = V_8; IL2CPP_RUNTIME_CLASS_INIT(AnimationState_t3637309382_il2cpp_TypeInfo_var); bool L_50 = AnimationState_HasTimeline_m3069989213(NULL /*static, unused*/, L_48, L_49, /*hidden argument*/NULL); if (L_50) { goto IL_00e8; } } IL_00de: { Int32U5BU5D_t385246372* L_51 = V_3; int32_t L_52 = V_7; NullCheck(L_51); (L_51)->SetAt(static_cast(L_52), (int32_t)1); goto IL_0144; } IL_00e8: { TrackEntry_t1316488441 * L_53 = V_0; NullCheck(L_53); TrackEntry_t1316488441 * L_54 = L_53->get_mixingTo_3(); V_9 = L_54; goto IL_0138; } IL_00f5: { TrackEntry_t1316488441 * L_55 = V_9; int32_t L_56 = V_8; IL2CPP_RUNTIME_CLASS_INIT(AnimationState_t3637309382_il2cpp_TypeInfo_var); bool L_57 = AnimationState_HasTimeline_m3069989213(NULL /*static, unused*/, L_55, L_56, /*hidden argument*/NULL); if (!L_57) { goto IL_0108; } } { goto IL_012f; } IL_0108: { TrackEntry_t1316488441 * L_58 = V_9; NullCheck(L_58); float L_59 = L_58->get_mixDuration_22(); if ((!(((float)L_59) > ((float)(0.0f))))) { goto IL_012a; } } { Int32U5BU5D_t385246372* L_60 = V_3; int32_t L_61 = V_7; NullCheck(L_60); (L_60)->SetAt(static_cast(L_61), (int32_t)3); TrackEntryU5BU5D_t721146628* L_62 = V_4; int32_t L_63 = V_7; TrackEntry_t1316488441 * L_64 = V_9; NullCheck(L_62); ArrayElementTypeCheck (L_62, L_64); (L_62)->SetAt(static_cast(L_63), (TrackEntry_t1316488441 *)L_64); goto IL_0144; } IL_012a: { goto IL_013f; } IL_012f: { TrackEntry_t1316488441 * L_65 = V_9; NullCheck(L_65); TrackEntry_t1316488441 * L_66 = L_65->get_mixingTo_3(); V_9 = L_66; } IL_0138: { TrackEntry_t1316488441 * L_67 = V_9; if (L_67) { goto IL_00f5; } } IL_013f: { Int32U5BU5D_t385246372* L_68 = V_3; int32_t L_69 = V_7; NullCheck(L_68); (L_68)->SetAt(static_cast(L_69), (int32_t)2); } IL_0144: { int32_t L_70 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); } IL_014a: { int32_t L_71 = V_7; int32_t L_72 = V_2; if ((((int32_t)L_71) < ((int32_t)L_72))) { goto IL_00a8; } } { return; } } // System.Boolean Spine.AnimationState::HasTimeline(Spine.TrackEntry,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool AnimationState_HasTimeline_m3069989213 (RuntimeObject * __this /* static, unused */, TrackEntry_t1316488441 * ___entry0, int32_t ___id1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_HasTimeline_m3069989213_MetadataUsageId); s_Il2CppMethodInitialized = true; } TimelineU5BU5D_t3791347514* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { TrackEntry_t1316488441 * L_0 = ___entry0; NullCheck(L_0); Animation_t615783283 * L_1 = L_0->get_animation_0(); NullCheck(L_1); ExposedList_1_t383950901 * L_2 = L_1->get_timelines_0(); NullCheck(L_2); TimelineU5BU5D_t3791347514* L_3 = L_2->get_Items_0(); V_0 = L_3; V_1 = 0; TrackEntry_t1316488441 * L_4 = ___entry0; NullCheck(L_4); Animation_t615783283 * L_5 = L_4->get_animation_0(); NullCheck(L_5); ExposedList_1_t383950901 * L_6 = L_5->get_timelines_0(); NullCheck(L_6); int32_t L_7 = L_6->get_Count_1(); V_2 = L_7; goto IL_003d; } IL_0029: { TimelineU5BU5D_t3791347514* L_8 = V_0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; RuntimeObject* L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_11); int32_t L_12 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 Spine.Timeline::get_PropertyId() */, Timeline_t1971806331_il2cpp_TypeInfo_var, L_11); int32_t L_13 = ___id1; if ((!(((uint32_t)L_12) == ((uint32_t)L_13)))) { goto IL_0039; } } { return (bool)1; } IL_0039: { int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_003d: { int32_t L_15 = V_1; int32_t L_16 = V_2; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0029; } } { return (bool)0; } } // Spine.TrackEntry Spine.AnimationState::GetCurrent(System.Int32) extern "C" IL2CPP_METHOD_ATTR TrackEntry_t1316488441 * AnimationState_GetCurrent_m1826504039 (AnimationState_t3637309382 * __this, int32_t ___trackIndex0, const RuntimeMethod* method) { TrackEntry_t1316488441 * G_B3_0 = NULL; { int32_t L_0 = ___trackIndex0; ExposedList_1_t4023600307 * L_1 = __this->get_tracks_7(); NullCheck(L_1); int32_t L_2 = L_1->get_Count_1(); if ((((int32_t)L_0) < ((int32_t)L_2))) { goto IL_0017; } } { G_B3_0 = ((TrackEntry_t1316488441 *)(NULL)); goto IL_0024; } IL_0017: { ExposedList_1_t4023600307 * L_3 = __this->get_tracks_7(); NullCheck(L_3); TrackEntryU5BU5D_t721146628* L_4 = L_3->get_Items_0(); int32_t L_5 = ___trackIndex0; NullCheck(L_4); int32_t L_6 = L_5; TrackEntry_t1316488441 * L_7 = (L_4)->GetAt(static_cast(L_6)); G_B3_0 = L_7; } IL_0024: { return G_B3_0; } } // System.String Spine.AnimationState::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* AnimationState_ToString_m126332979 (AnimationState_t3637309382 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_ToString_m126332979_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; TrackEntry_t1316488441 * V_3 = NULL; String_t* G_B11_0 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = 0; ExposedList_1_t4023600307 * L_1 = __this->get_tracks_7(); NullCheck(L_1); int32_t L_2 = L_1->get_Count_1(); V_2 = L_2; goto IL_005b; } IL_0019: { ExposedList_1_t4023600307 * L_3 = __this->get_tracks_7(); NullCheck(L_3); TrackEntryU5BU5D_t721146628* L_4 = L_3->get_Items_0(); int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; TrackEntry_t1316488441 * L_7 = (L_4)->GetAt(static_cast(L_6)); V_3 = L_7; TrackEntry_t1316488441 * L_8 = V_3; if (L_8) { goto IL_0032; } } { goto IL_0057; } IL_0032: { StringBuilder_t * L_9 = V_0; NullCheck(L_9); int32_t L_10 = StringBuilder_get_Length_m3238060835(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_004a; } } { StringBuilder_t * L_11 = V_0; NullCheck(L_11); StringBuilder_Append_m1965104174(L_11, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_004a: { StringBuilder_t * L_12 = V_0; TrackEntry_t1316488441 * L_13 = V_3; NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); NullCheck(L_12); StringBuilder_Append_m1965104174(L_12, L_14, /*hidden argument*/NULL); } IL_0057: { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_005b: { int32_t L_16 = V_1; int32_t L_17 = V_2; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0019; } } { StringBuilder_t * L_18 = V_0; NullCheck(L_18); int32_t L_19 = StringBuilder_get_Length_m3238060835(L_18, /*hidden argument*/NULL); if (L_19) { goto IL_0077; } } { G_B11_0 = _stringLiteral3527850108; goto IL_007d; } IL_0077: { StringBuilder_t * L_20 = V_0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_20); G_B11_0 = L_21; } IL_007d: { return G_B11_0; } } // System.Void Spine.AnimationState::OnStart(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void AnimationState_OnStart_m1708186089 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method) { { TrackEntryDelegate_t363257942 * L_0 = __this->get_Start_17(); if (!L_0) { goto IL_0017; } } { TrackEntryDelegate_t363257942 * L_1 = __this->get_Start_17(); TrackEntry_t1316488441 * L_2 = ___entry0; NullCheck(L_1); TrackEntryDelegate_Invoke_m1445805859(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { return; } } // System.Void Spine.AnimationState::OnInterrupt(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void AnimationState_OnInterrupt_m1331658690 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method) { { TrackEntryDelegate_t363257942 * L_0 = __this->get_Interrupt_13(); if (!L_0) { goto IL_0017; } } { TrackEntryDelegate_t363257942 * L_1 = __this->get_Interrupt_13(); TrackEntry_t1316488441 * L_2 = ___entry0; NullCheck(L_1); TrackEntryDelegate_Invoke_m1445805859(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { return; } } // System.Void Spine.AnimationState::OnEnd(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void AnimationState_OnEnd_m1635130688 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method) { { TrackEntryDelegate_t363257942 * L_0 = __this->get_End_14(); if (!L_0) { goto IL_0017; } } { TrackEntryDelegate_t363257942 * L_1 = __this->get_End_14(); TrackEntry_t1316488441 * L_2 = ___entry0; NullCheck(L_1); TrackEntryDelegate_Invoke_m1445805859(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { return; } } // System.Void Spine.AnimationState::OnDispose(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void AnimationState_OnDispose_m4148613094 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method) { { TrackEntryDelegate_t363257942 * L_0 = __this->get_Dispose_15(); if (!L_0) { goto IL_0017; } } { TrackEntryDelegate_t363257942 * L_1 = __this->get_Dispose_15(); TrackEntry_t1316488441 * L_2 = ___entry0; NullCheck(L_1); TrackEntryDelegate_Invoke_m1445805859(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { return; } } // System.Void Spine.AnimationState::OnComplete(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void AnimationState_OnComplete_m321692108 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method) { { TrackEntryDelegate_t363257942 * L_0 = __this->get_Complete_16(); if (!L_0) { goto IL_0017; } } { TrackEntryDelegate_t363257942 * L_1 = __this->get_Complete_16(); TrackEntry_t1316488441 * L_2 = ___entry0; NullCheck(L_1); TrackEntryDelegate_Invoke_m1445805859(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { return; } } // System.Void Spine.AnimationState::OnEvent(Spine.TrackEntry,Spine.Event) extern "C" IL2CPP_METHOD_ATTR void AnimationState_OnEvent_m3991771056 (AnimationState_t3637309382 * __this, TrackEntry_t1316488441 * ___entry0, Event_t1378573841 * ___e1, const RuntimeMethod* method) { { TrackEntryEventDelegate_t1653995044 * L_0 = __this->get_Event_18(); if (!L_0) { goto IL_0018; } } { TrackEntryEventDelegate_t1653995044 * L_1 = __this->get_Event_18(); TrackEntry_t1316488441 * L_2 = ___entry0; Event_t1378573841 * L_3 = ___e1; NullCheck(L_1); TrackEntryEventDelegate_Invoke_m2895815752(L_1, L_2, L_3, /*hidden argument*/NULL); } IL_0018: { return; } } // System.Void Spine.AnimationState::add_Interrupt(Spine.AnimationState/TrackEntryDelegate) extern "C" IL2CPP_METHOD_ATTR void AnimationState_add_Interrupt_m1188618317 (AnimationState_t3637309382 * __this, TrackEntryDelegate_t363257942 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_add_Interrupt_m1188618317_MetadataUsageId); s_Il2CppMethodInitialized = true; } TrackEntryDelegate_t363257942 * V_0 = NULL; TrackEntryDelegate_t363257942 * V_1 = NULL; { TrackEntryDelegate_t363257942 * L_0 = __this->get_Interrupt_13(); V_0 = L_0; } IL_0007: { TrackEntryDelegate_t363257942 * L_1 = V_0; V_1 = L_1; TrackEntryDelegate_t363257942 ** L_2 = __this->get_address_of_Interrupt_13(); TrackEntryDelegate_t363257942 * L_3 = V_1; TrackEntryDelegate_t363257942 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); TrackEntryDelegate_t363257942 * L_6 = V_0; TrackEntryDelegate_t363257942 * L_7 = InterlockedCompareExchangeImpl(L_2, ((TrackEntryDelegate_t363257942 *)CastclassSealed((RuntimeObject*)L_5, TrackEntryDelegate_t363257942_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; TrackEntryDelegate_t363257942 * L_8 = V_0; TrackEntryDelegate_t363257942 * L_9 = V_1; if ((!(((RuntimeObject*)(TrackEntryDelegate_t363257942 *)L_8) == ((RuntimeObject*)(TrackEntryDelegate_t363257942 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void Spine.AnimationState::remove_Interrupt(Spine.AnimationState/TrackEntryDelegate) extern "C" IL2CPP_METHOD_ATTR void AnimationState_remove_Interrupt_m3147301416 (AnimationState_t3637309382 * __this, TrackEntryDelegate_t363257942 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_remove_Interrupt_m3147301416_MetadataUsageId); s_Il2CppMethodInitialized = true; } TrackEntryDelegate_t363257942 * V_0 = NULL; TrackEntryDelegate_t363257942 * V_1 = NULL; { TrackEntryDelegate_t363257942 * L_0 = __this->get_Interrupt_13(); V_0 = L_0; } IL_0007: { TrackEntryDelegate_t363257942 * L_1 = V_0; V_1 = L_1; TrackEntryDelegate_t363257942 ** L_2 = __this->get_address_of_Interrupt_13(); TrackEntryDelegate_t363257942 * L_3 = V_1; TrackEntryDelegate_t363257942 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); TrackEntryDelegate_t363257942 * L_6 = V_0; TrackEntryDelegate_t363257942 * L_7 = InterlockedCompareExchangeImpl(L_2, ((TrackEntryDelegate_t363257942 *)CastclassSealed((RuntimeObject*)L_5, TrackEntryDelegate_t363257942_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; TrackEntryDelegate_t363257942 * L_8 = V_0; TrackEntryDelegate_t363257942 * L_9 = V_1; if ((!(((RuntimeObject*)(TrackEntryDelegate_t363257942 *)L_8) == ((RuntimeObject*)(TrackEntryDelegate_t363257942 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void Spine.AnimationState::add_End(Spine.AnimationState/TrackEntryDelegate) extern "C" IL2CPP_METHOD_ATTR void AnimationState_add_End_m2559450435 (AnimationState_t3637309382 * __this, TrackEntryDelegate_t363257942 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_add_End_m2559450435_MetadataUsageId); s_Il2CppMethodInitialized = true; } TrackEntryDelegate_t363257942 * V_0 = NULL; TrackEntryDelegate_t363257942 * V_1 = NULL; { TrackEntryDelegate_t363257942 * L_0 = __this->get_End_14(); V_0 = L_0; } IL_0007: { TrackEntryDelegate_t363257942 * L_1 = V_0; V_1 = L_1; TrackEntryDelegate_t363257942 ** L_2 = __this->get_address_of_End_14(); TrackEntryDelegate_t363257942 * L_3 = V_1; TrackEntryDelegate_t363257942 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); TrackEntryDelegate_t363257942 * L_6 = V_0; TrackEntryDelegate_t363257942 * L_7 = InterlockedCompareExchangeImpl(L_2, ((TrackEntryDelegate_t363257942 *)CastclassSealed((RuntimeObject*)L_5, TrackEntryDelegate_t363257942_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; TrackEntryDelegate_t363257942 * L_8 = V_0; TrackEntryDelegate_t363257942 * L_9 = V_1; if ((!(((RuntimeObject*)(TrackEntryDelegate_t363257942 *)L_8) == ((RuntimeObject*)(TrackEntryDelegate_t363257942 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void Spine.AnimationState::remove_End(Spine.AnimationState/TrackEntryDelegate) extern "C" IL2CPP_METHOD_ATTR void AnimationState_remove_End_m2728003722 (AnimationState_t3637309382 * __this, TrackEntryDelegate_t363257942 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_remove_End_m2728003722_MetadataUsageId); s_Il2CppMethodInitialized = true; } TrackEntryDelegate_t363257942 * V_0 = NULL; TrackEntryDelegate_t363257942 * V_1 = NULL; { TrackEntryDelegate_t363257942 * L_0 = __this->get_End_14(); V_0 = L_0; } IL_0007: { TrackEntryDelegate_t363257942 * L_1 = V_0; V_1 = L_1; TrackEntryDelegate_t363257942 ** L_2 = __this->get_address_of_End_14(); TrackEntryDelegate_t363257942 * L_3 = V_1; TrackEntryDelegate_t363257942 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); TrackEntryDelegate_t363257942 * L_6 = V_0; TrackEntryDelegate_t363257942 * L_7 = InterlockedCompareExchangeImpl(L_2, ((TrackEntryDelegate_t363257942 *)CastclassSealed((RuntimeObject*)L_5, TrackEntryDelegate_t363257942_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; TrackEntryDelegate_t363257942 * L_8 = V_0; TrackEntryDelegate_t363257942 * L_9 = V_1; if ((!(((RuntimeObject*)(TrackEntryDelegate_t363257942 *)L_8) == ((RuntimeObject*)(TrackEntryDelegate_t363257942 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void Spine.AnimationState::add_Dispose(Spine.AnimationState/TrackEntryDelegate) extern "C" IL2CPP_METHOD_ATTR void AnimationState_add_Dispose_m3661111049 (AnimationState_t3637309382 * __this, TrackEntryDelegate_t363257942 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_add_Dispose_m3661111049_MetadataUsageId); s_Il2CppMethodInitialized = true; } TrackEntryDelegate_t363257942 * V_0 = NULL; TrackEntryDelegate_t363257942 * V_1 = NULL; { TrackEntryDelegate_t363257942 * L_0 = __this->get_Dispose_15(); V_0 = L_0; } IL_0007: { TrackEntryDelegate_t363257942 * L_1 = V_0; V_1 = L_1; TrackEntryDelegate_t363257942 ** L_2 = __this->get_address_of_Dispose_15(); TrackEntryDelegate_t363257942 * L_3 = V_1; TrackEntryDelegate_t363257942 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); TrackEntryDelegate_t363257942 * L_6 = V_0; TrackEntryDelegate_t363257942 * L_7 = InterlockedCompareExchangeImpl(L_2, ((TrackEntryDelegate_t363257942 *)CastclassSealed((RuntimeObject*)L_5, TrackEntryDelegate_t363257942_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; TrackEntryDelegate_t363257942 * L_8 = V_0; TrackEntryDelegate_t363257942 * L_9 = V_1; if ((!(((RuntimeObject*)(TrackEntryDelegate_t363257942 *)L_8) == ((RuntimeObject*)(TrackEntryDelegate_t363257942 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void Spine.AnimationState::remove_Dispose(Spine.AnimationState/TrackEntryDelegate) extern "C" IL2CPP_METHOD_ATTR void AnimationState_remove_Dispose_m4265483012 (AnimationState_t3637309382 * __this, TrackEntryDelegate_t363257942 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_remove_Dispose_m4265483012_MetadataUsageId); s_Il2CppMethodInitialized = true; } TrackEntryDelegate_t363257942 * V_0 = NULL; TrackEntryDelegate_t363257942 * V_1 = NULL; { TrackEntryDelegate_t363257942 * L_0 = __this->get_Dispose_15(); V_0 = L_0; } IL_0007: { TrackEntryDelegate_t363257942 * L_1 = V_0; V_1 = L_1; TrackEntryDelegate_t363257942 ** L_2 = __this->get_address_of_Dispose_15(); TrackEntryDelegate_t363257942 * L_3 = V_1; TrackEntryDelegate_t363257942 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); TrackEntryDelegate_t363257942 * L_6 = V_0; TrackEntryDelegate_t363257942 * L_7 = InterlockedCompareExchangeImpl(L_2, ((TrackEntryDelegate_t363257942 *)CastclassSealed((RuntimeObject*)L_5, TrackEntryDelegate_t363257942_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; TrackEntryDelegate_t363257942 * L_8 = V_0; TrackEntryDelegate_t363257942 * L_9 = V_1; if ((!(((RuntimeObject*)(TrackEntryDelegate_t363257942 *)L_8) == ((RuntimeObject*)(TrackEntryDelegate_t363257942 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void Spine.AnimationState::add_Complete(Spine.AnimationState/TrackEntryDelegate) extern "C" IL2CPP_METHOD_ATTR void AnimationState_add_Complete_m1151593632 (AnimationState_t3637309382 * __this, TrackEntryDelegate_t363257942 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_add_Complete_m1151593632_MetadataUsageId); s_Il2CppMethodInitialized = true; } TrackEntryDelegate_t363257942 * V_0 = NULL; TrackEntryDelegate_t363257942 * V_1 = NULL; { TrackEntryDelegate_t363257942 * L_0 = __this->get_Complete_16(); V_0 = L_0; } IL_0007: { TrackEntryDelegate_t363257942 * L_1 = V_0; V_1 = L_1; TrackEntryDelegate_t363257942 ** L_2 = __this->get_address_of_Complete_16(); TrackEntryDelegate_t363257942 * L_3 = V_1; TrackEntryDelegate_t363257942 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); TrackEntryDelegate_t363257942 * L_6 = V_0; TrackEntryDelegate_t363257942 * L_7 = InterlockedCompareExchangeImpl(L_2, ((TrackEntryDelegate_t363257942 *)CastclassSealed((RuntimeObject*)L_5, TrackEntryDelegate_t363257942_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; TrackEntryDelegate_t363257942 * L_8 = V_0; TrackEntryDelegate_t363257942 * L_9 = V_1; if ((!(((RuntimeObject*)(TrackEntryDelegate_t363257942 *)L_8) == ((RuntimeObject*)(TrackEntryDelegate_t363257942 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void Spine.AnimationState::remove_Complete(Spine.AnimationState/TrackEntryDelegate) extern "C" IL2CPP_METHOD_ATTR void AnimationState_remove_Complete_m2332244265 (AnimationState_t3637309382 * __this, TrackEntryDelegate_t363257942 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState_remove_Complete_m2332244265_MetadataUsageId); s_Il2CppMethodInitialized = true; } TrackEntryDelegate_t363257942 * V_0 = NULL; TrackEntryDelegate_t363257942 * V_1 = NULL; { TrackEntryDelegate_t363257942 * L_0 = __this->get_Complete_16(); V_0 = L_0; } IL_0007: { TrackEntryDelegate_t363257942 * L_1 = V_0; V_1 = L_1; TrackEntryDelegate_t363257942 ** L_2 = __this->get_address_of_Complete_16(); TrackEntryDelegate_t363257942 * L_3 = V_1; TrackEntryDelegate_t363257942 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); TrackEntryDelegate_t363257942 * L_6 = V_0; TrackEntryDelegate_t363257942 * L_7 = InterlockedCompareExchangeImpl(L_2, ((TrackEntryDelegate_t363257942 *)CastclassSealed((RuntimeObject*)L_5, TrackEntryDelegate_t363257942_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; TrackEntryDelegate_t363257942 * L_8 = V_0; TrackEntryDelegate_t363257942 * L_9 = V_1; if ((!(((RuntimeObject*)(TrackEntryDelegate_t363257942 *)L_8) == ((RuntimeObject*)(TrackEntryDelegate_t363257942 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void Spine.AnimationState::.cctor() extern "C" IL2CPP_METHOD_ATTR void AnimationState__cctor_m3643032275 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationState__cctor_m3643032275_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ExposedList_1_t383950901 * L_0 = (ExposedList_1_t383950901 *)il2cpp_codegen_object_new(ExposedList_1_t383950901_il2cpp_TypeInfo_var); ExposedList_1__ctor_m1916876347(L_0, /*hidden argument*/ExposedList_1__ctor_m1916876347_RuntimeMethod_var); Animation_t615783283 * L_1 = (Animation_t615783283 *)il2cpp_codegen_object_new(Animation_t615783283_il2cpp_TypeInfo_var); Animation__ctor_m1361832553(L_1, _stringLiteral3381196283, L_0, (0.0f), /*hidden argument*/NULL); ((AnimationState_t3637309382_StaticFields*)il2cpp_codegen_static_fields_for(AnimationState_t3637309382_il2cpp_TypeInfo_var))->set_EmptyAnimation_0(L_1); return; } } // System.Void Spine.AnimationState::m__0() extern "C" IL2CPP_METHOD_ATTR void AnimationState_U3CAnimationStateU3Em__0_m51343432 (AnimationState_t3637309382 * __this, const RuntimeMethod* method) { { __this->set_animationsChanged_11((bool)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 Spine.AnimationState/TrackEntryDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void TrackEntryDelegate__ctor_m3836624663 (TrackEntryDelegate_t363257942 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void Spine.AnimationState/TrackEntryDelegate::Invoke(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void TrackEntryDelegate_Invoke_m1445805859 (TrackEntryDelegate_t363257942 * __this, TrackEntry_t1316488441 * ___trackEntry0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { TrackEntryDelegate_Invoke_m1445805859((TrackEntryDelegate_t363257942 *)__this->get_prev_9(), ___trackEntry0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, TrackEntry_t1316488441 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___trackEntry0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, TrackEntry_t1316488441 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___trackEntry0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< TrackEntry_t1316488441 * >::Invoke(targetMethod, targetThis, ___trackEntry0); else GenericVirtActionInvoker1< TrackEntry_t1316488441 * >::Invoke(targetMethod, targetThis, ___trackEntry0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< TrackEntry_t1316488441 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___trackEntry0); else VirtActionInvoker1< TrackEntry_t1316488441 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___trackEntry0); } } else { typedef void (*FunctionPointerType) (void*, TrackEntry_t1316488441 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___trackEntry0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___trackEntry0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___trackEntry0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___trackEntry0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___trackEntry0); } } else { typedef void (*FunctionPointerType) (TrackEntry_t1316488441 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___trackEntry0, targetMethod); } } } } // System.IAsyncResult Spine.AnimationState/TrackEntryDelegate::BeginInvoke(Spine.TrackEntry,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* TrackEntryDelegate_BeginInvoke_m2166725057 (TrackEntryDelegate_t363257942 * __this, TrackEntry_t1316488441 * ___trackEntry0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___trackEntry0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void Spine.AnimationState/TrackEntryDelegate::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void TrackEntryDelegate_EndInvoke_m2128973472 (TrackEntryDelegate_t363257942 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Spine.AnimationState/TrackEntryEventDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void TrackEntryEventDelegate__ctor_m1404280900 (TrackEntryEventDelegate_t1653995044 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void Spine.AnimationState/TrackEntryEventDelegate::Invoke(Spine.TrackEntry,Spine.Event) extern "C" IL2CPP_METHOD_ATTR void TrackEntryEventDelegate_Invoke_m2895815752 (TrackEntryEventDelegate_t1653995044 * __this, TrackEntry_t1316488441 * ___trackEntry0, Event_t1378573841 * ___e1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { TrackEntryEventDelegate_Invoke_m2895815752((TrackEntryEventDelegate_t1653995044 *)__this->get_prev_9(), ___trackEntry0, ___e1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, TrackEntry_t1316488441 *, Event_t1378573841 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___trackEntry0, ___e1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, TrackEntry_t1316488441 *, Event_t1378573841 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___trackEntry0, ___e1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< TrackEntry_t1316488441 *, Event_t1378573841 * >::Invoke(targetMethod, targetThis, ___trackEntry0, ___e1); else GenericVirtActionInvoker2< TrackEntry_t1316488441 *, Event_t1378573841 * >::Invoke(targetMethod, targetThis, ___trackEntry0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< TrackEntry_t1316488441 *, Event_t1378573841 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___trackEntry0, ___e1); else VirtActionInvoker2< TrackEntry_t1316488441 *, Event_t1378573841 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___trackEntry0, ___e1); } } else { typedef void (*FunctionPointerType) (void*, TrackEntry_t1316488441 *, Event_t1378573841 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___trackEntry0, ___e1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Event_t1378573841 * >::Invoke(targetMethod, ___trackEntry0, ___e1); else GenericVirtActionInvoker1< Event_t1378573841 * >::Invoke(targetMethod, ___trackEntry0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Event_t1378573841 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___trackEntry0, ___e1); else VirtActionInvoker1< Event_t1378573841 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___trackEntry0, ___e1); } } else { typedef void (*FunctionPointerType) (TrackEntry_t1316488441 *, Event_t1378573841 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___trackEntry0, ___e1, targetMethod); } } } } // System.IAsyncResult Spine.AnimationState/TrackEntryEventDelegate::BeginInvoke(Spine.TrackEntry,Spine.Event,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* TrackEntryEventDelegate_BeginInvoke_m733172940 (TrackEntryEventDelegate_t1653995044 * __this, TrackEntry_t1316488441 * ___trackEntry0, Event_t1378573841 * ___e1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___trackEntry0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void Spine.AnimationState/TrackEntryEventDelegate::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void TrackEntryEventDelegate_EndInvoke_m3436014522 (TrackEntryEventDelegate_t1653995044 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Spine.AnimationStateData::.ctor(Spine.SkeletonData) extern "C" IL2CPP_METHOD_ATTR void AnimationStateData__ctor_m1587735977 (AnimationStateData_t3010651567 * __this, SkeletonData_t2032710716 * ___skeletonData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationStateData__ctor_m1587735977_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(AnimationPairComparer_t175378255_il2cpp_TypeInfo_var); AnimationPairComparer_t175378255 * L_0 = ((AnimationPairComparer_t175378255_StaticFields*)il2cpp_codegen_static_fields_for(AnimationPairComparer_t175378255_il2cpp_TypeInfo_var))->get_Instance_0(); Dictionary_2_t680659097 * L_1 = (Dictionary_2_t680659097 *)il2cpp_codegen_object_new(Dictionary_2_t680659097_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1784596110(L_1, L_0, /*hidden argument*/Dictionary_2__ctor_m1784596110_RuntimeMethod_var); __this->set_animationToMixTime_1(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); SkeletonData_t2032710716 * L_2 = ___skeletonData0; if (L_2) { goto IL_002c; } } { ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_3, _stringLiteral3572623393, _stringLiteral1245365512, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,AnimationStateData__ctor_m1587735977_RuntimeMethod_var); } IL_002c: { SkeletonData_t2032710716 * L_4 = ___skeletonData0; __this->set_skeletonData_0(L_4); return; } } // Spine.SkeletonData Spine.AnimationStateData::get_SkeletonData() extern "C" IL2CPP_METHOD_ATTR SkeletonData_t2032710716 * AnimationStateData_get_SkeletonData_m1241236140 (AnimationStateData_t3010651567 * __this, const RuntimeMethod* method) { { SkeletonData_t2032710716 * L_0 = __this->get_skeletonData_0(); return L_0; } } // System.Single Spine.AnimationStateData::get_DefaultMix() extern "C" IL2CPP_METHOD_ATTR float AnimationStateData_get_DefaultMix_m1710137724 (AnimationStateData_t3010651567 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_defaultMix_2(); return L_0; } } // System.Void Spine.AnimationStateData::set_DefaultMix(System.Single) extern "C" IL2CPP_METHOD_ATTR void AnimationStateData_set_DefaultMix_m2418707589 (AnimationStateData_t3010651567 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_defaultMix_2(L_0); return; } } // System.Void Spine.AnimationStateData::SetMix(System.String,System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR void AnimationStateData_SetMix_m602754691 (AnimationStateData_t3010651567 * __this, String_t* ___fromName0, String_t* ___toName1, float ___duration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationStateData_SetMix_m602754691_MetadataUsageId); s_Il2CppMethodInitialized = true; } Animation_t615783283 * V_0 = NULL; Animation_t615783283 * V_1 = NULL; { SkeletonData_t2032710716 * L_0 = __this->get_skeletonData_0(); String_t* L_1 = ___fromName0; NullCheck(L_0); Animation_t615783283 * L_2 = SkeletonData_FindAnimation_m3119151155(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; Animation_t615783283 * L_3 = V_0; if (L_3) { goto IL_0029; } } { String_t* L_4 = ___fromName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3226986616, L_4, /*hidden argument*/NULL); ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_6, L_5, _stringLiteral1050785752, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,AnimationStateData_SetMix_m602754691_RuntimeMethod_var); } IL_0029: { SkeletonData_t2032710716 * L_7 = __this->get_skeletonData_0(); String_t* L_8 = ___toName1; NullCheck(L_7); Animation_t615783283 * L_9 = SkeletonData_FindAnimation_m3119151155(L_7, L_8, /*hidden argument*/NULL); V_1 = L_9; Animation_t615783283 * L_10 = V_1; if (L_10) { goto IL_0052; } } { String_t* L_11 = ___toName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3226986616, L_11, /*hidden argument*/NULL); ArgumentException_t132251570 * L_13 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_13, L_12, _stringLiteral939374641, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,AnimationStateData_SetMix_m602754691_RuntimeMethod_var); } IL_0052: { Animation_t615783283 * L_14 = V_0; Animation_t615783283 * L_15 = V_1; float L_16 = ___duration2; AnimationStateData_SetMix_m4267309612(__this, L_14, L_15, L_16, /*hidden argument*/NULL); return; } } // System.Void Spine.AnimationStateData::SetMix(Spine.Animation,Spine.Animation,System.Single) extern "C" IL2CPP_METHOD_ATTR void AnimationStateData_SetMix_m4267309612 (AnimationStateData_t3010651567 * __this, Animation_t615783283 * ___from0, Animation_t615783283 * ___to1, float ___duration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationStateData_SetMix_m4267309612_MetadataUsageId); s_Il2CppMethodInitialized = true; } AnimationPair_t1784808777 V_0; memset(&V_0, 0, sizeof(V_0)); { Animation_t615783283 * L_0 = ___from0; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral2755855785, _stringLiteral2406731381, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,AnimationStateData_SetMix_m4267309612_RuntimeMethod_var); } IL_0016: { Animation_t615783283 * L_2 = ___to1; if (L_2) { goto IL_002c; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_3, _stringLiteral3454777292, _stringLiteral192156730, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,AnimationStateData_SetMix_m4267309612_RuntimeMethod_var); } IL_002c: { Animation_t615783283 * L_4 = ___from0; Animation_t615783283 * L_5 = ___to1; AnimationPair__ctor_m485742727((&V_0), L_4, L_5, /*hidden argument*/NULL); Dictionary_2_t680659097 * L_6 = __this->get_animationToMixTime_1(); AnimationPair_t1784808777 L_7 = V_0; NullCheck(L_6); Dictionary_2_Remove_m1359533401(L_6, L_7, /*hidden argument*/Dictionary_2_Remove_m1359533401_RuntimeMethod_var); Dictionary_2_t680659097 * L_8 = __this->get_animationToMixTime_1(); AnimationPair_t1784808777 L_9 = V_0; float L_10 = ___duration2; NullCheck(L_8); Dictionary_2_Add_m2050287957(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_Add_m2050287957_RuntimeMethod_var); return; } } // System.Single Spine.AnimationStateData::GetMix(Spine.Animation,Spine.Animation) extern "C" IL2CPP_METHOD_ATTR float AnimationStateData_GetMix_m3007667886 (AnimationStateData_t3010651567 * __this, Animation_t615783283 * ___from0, Animation_t615783283 * ___to1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationStateData_GetMix_m3007667886_MetadataUsageId); s_Il2CppMethodInitialized = true; } AnimationPair_t1784808777 V_0; memset(&V_0, 0, sizeof(V_0)); float V_1 = 0.0f; { Animation_t615783283 * L_0 = ___from0; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral2755855785, _stringLiteral2406731381, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,AnimationStateData_GetMix_m3007667886_RuntimeMethod_var); } IL_0016: { Animation_t615783283 * L_2 = ___to1; if (L_2) { goto IL_002c; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_3, _stringLiteral3454777292, _stringLiteral192156730, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,AnimationStateData_GetMix_m3007667886_RuntimeMethod_var); } IL_002c: { Animation_t615783283 * L_4 = ___from0; Animation_t615783283 * L_5 = ___to1; AnimationPair__ctor_m485742727((&V_0), L_4, L_5, /*hidden argument*/NULL); Dictionary_2_t680659097 * L_6 = __this->get_animationToMixTime_1(); AnimationPair_t1784808777 L_7 = V_0; NullCheck(L_6); bool L_8 = Dictionary_2_TryGetValue_m1754507923(L_6, L_7, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m1754507923_RuntimeMethod_var); if (!L_8) { goto IL_004a; } } { float L_9 = V_1; return L_9; } IL_004a: { float L_10 = __this->get_defaultMix_2(); return L_10; } } #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: Spine.AnimationStateData/AnimationPair extern "C" void AnimationPair_t1784808777_marshal_pinvoke(const AnimationPair_t1784808777& unmarshaled, AnimationPair_t1784808777_marshaled_pinvoke& marshaled) { Exception_t* ___a1_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'a1' of type 'AnimationPair': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___a1_0Exception,NULL); } extern "C" void AnimationPair_t1784808777_marshal_pinvoke_back(const AnimationPair_t1784808777_marshaled_pinvoke& marshaled, AnimationPair_t1784808777& unmarshaled) { Exception_t* ___a1_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'a1' of type 'AnimationPair': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___a1_0Exception,NULL); } // Conversion method for clean up from marshalling of: Spine.AnimationStateData/AnimationPair extern "C" void AnimationPair_t1784808777_marshal_pinvoke_cleanup(AnimationPair_t1784808777_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: Spine.AnimationStateData/AnimationPair extern "C" void AnimationPair_t1784808777_marshal_com(const AnimationPair_t1784808777& unmarshaled, AnimationPair_t1784808777_marshaled_com& marshaled) { Exception_t* ___a1_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'a1' of type 'AnimationPair': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___a1_0Exception,NULL); } extern "C" void AnimationPair_t1784808777_marshal_com_back(const AnimationPair_t1784808777_marshaled_com& marshaled, AnimationPair_t1784808777& unmarshaled) { Exception_t* ___a1_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'a1' of type 'AnimationPair': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___a1_0Exception,NULL); } // Conversion method for clean up from marshalling of: Spine.AnimationStateData/AnimationPair extern "C" void AnimationPair_t1784808777_marshal_com_cleanup(AnimationPair_t1784808777_marshaled_com& marshaled) { } // System.Void Spine.AnimationStateData/AnimationPair::.ctor(Spine.Animation,Spine.Animation) extern "C" IL2CPP_METHOD_ATTR void AnimationPair__ctor_m485742727 (AnimationPair_t1784808777 * __this, Animation_t615783283 * ___a10, Animation_t615783283 * ___a21, const RuntimeMethod* method) { { Animation_t615783283 * L_0 = ___a10; __this->set_a1_0(L_0); Animation_t615783283 * L_1 = ___a21; __this->set_a2_1(L_1); return; } } extern "C" void AnimationPair__ctor_m485742727_AdjustorThunk (RuntimeObject * __this, Animation_t615783283 * ___a10, Animation_t615783283 * ___a21, const RuntimeMethod* method) { AnimationPair_t1784808777 * _thisAdjusted = reinterpret_cast(__this + 1); AnimationPair__ctor_m485742727(_thisAdjusted, ___a10, ___a21, method); } // System.String Spine.AnimationStateData/AnimationPair::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* AnimationPair_ToString_m412262255 (AnimationPair_t1784808777 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationPair_ToString_m412262255_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Animation_t615783283 * L_0 = __this->get_a1_0(); NullCheck(L_0); String_t* L_1 = L_0->get_name_2(); Animation_t615783283 * L_2 = __this->get_a2_1(); NullCheck(L_2); String_t* L_3 = L_2->get_name_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3755062657(NULL /*static, unused*/, L_1, _stringLiteral3451697027, L_3, /*hidden argument*/NULL); return L_4; } } extern "C" String_t* AnimationPair_ToString_m412262255_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { AnimationPair_t1784808777 * _thisAdjusted = reinterpret_cast(__this + 1); return AnimationPair_ToString_m412262255(_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 // System.Void Spine.AnimationStateData/AnimationPairComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void AnimationPairComparer__ctor_m633553299 (AnimationPairComparer_t175378255 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean Spine.AnimationStateData/AnimationPairComparer::System.Collections.Generic.IEqualityComparer.Equals(Spine.AnimationStateData/AnimationPair,Spine.AnimationStateData/AnimationPair) extern "C" IL2CPP_METHOD_ATTR bool AnimationPairComparer_System_Collections_Generic_IEqualityComparerU3CSpine_AnimationStateData_AnimationPairU3E_Equals_m1659254677 (AnimationPairComparer_t175378255 * __this, AnimationPair_t1784808777 ___x0, AnimationPair_t1784808777 ___y1, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { Animation_t615783283 * L_0 = (&___x0)->get_a1_0(); Animation_t615783283 * L_1 = (&___y1)->get_a1_0(); bool L_2 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_002d; } } { Animation_t615783283 * L_3 = (&___x0)->get_a2_1(); Animation_t615783283 * L_4 = (&___y1)->get_a2_1(); bool L_5 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_5)); goto IL_002e; } IL_002d: { G_B3_0 = 0; } IL_002e: { return (bool)G_B3_0; } } // System.Int32 Spine.AnimationStateData/AnimationPairComparer::System.Collections.Generic.IEqualityComparer.GetHashCode(Spine.AnimationStateData/AnimationPair) extern "C" IL2CPP_METHOD_ATTR int32_t AnimationPairComparer_System_Collections_Generic_IEqualityComparerU3CSpine_AnimationStateData_AnimationPairU3E_GetHashCode_m3419874122 (AnimationPairComparer_t175378255 * __this, AnimationPair_t1784808777 ___obj0, const RuntimeMethod* method) { int32_t V_0 = 0; { Animation_t615783283 * L_0 = (&___obj0)->get_a1_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); V_0 = L_1; int32_t L_2 = V_0; int32_t L_3 = V_0; Animation_t615783283 * L_4 = (&___obj0)->get_a2_1(); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4); return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_2<<(int32_t)5)), (int32_t)L_3))^(int32_t)L_5)); } } // System.Void Spine.AnimationStateData/AnimationPairComparer::.cctor() extern "C" IL2CPP_METHOD_ATTR void AnimationPairComparer__cctor_m3538169456 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnimationPairComparer__cctor_m3538169456_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AnimationPairComparer_t175378255 * L_0 = (AnimationPairComparer_t175378255 *)il2cpp_codegen_object_new(AnimationPairComparer_t175378255_il2cpp_TypeInfo_var); AnimationPairComparer__ctor_m633553299(L_0, /*hidden argument*/NULL); ((AnimationPairComparer_t175378255_StaticFields*)il2cpp_codegen_static_fields_for(AnimationPairComparer_t175378255_il2cpp_TypeInfo_var))->set_Instance_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Spine.Atlas::.ctor(System.IO.TextReader,System.String,Spine.TextureLoader) extern "C" IL2CPP_METHOD_ATTR void Atlas__ctor_m2591271234 (Atlas_t4040192941 * __this, TextReader_t283511965 * ___reader0, String_t* ___dir1, RuntimeObject* ___textureLoader2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Atlas__ctor_m2591271234_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1254125117 * L_0 = (List_1_t1254125117 *)il2cpp_codegen_object_new(List_1_t1254125117_il2cpp_TypeInfo_var); List_1__ctor_m1991422993(L_0, /*hidden argument*/List_1__ctor_m1991422993_RuntimeMethod_var); __this->set_pages_0(L_0); List_1_t1485978026 * L_1 = (List_1_t1485978026 *)il2cpp_codegen_object_new(List_1_t1485978026_il2cpp_TypeInfo_var); List_1__ctor_m3643843290(L_1, /*hidden argument*/List_1__ctor_m3643843290_RuntimeMethod_var); __this->set_regions_1(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); TextReader_t283511965 * L_2 = ___reader0; String_t* L_3 = ___dir1; RuntimeObject* L_4 = ___textureLoader2; Atlas_Load_m812447106(__this, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void Spine.Atlas::.ctor(System.Collections.Generic.List`1,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void Atlas__ctor_m4077165935 (Atlas_t4040192941 * __this, List_1_t1254125117 * ___pages0, List_1_t1485978026 * ___regions1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Atlas__ctor_m4077165935_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1254125117 * L_0 = (List_1_t1254125117 *)il2cpp_codegen_object_new(List_1_t1254125117_il2cpp_TypeInfo_var); List_1__ctor_m1991422993(L_0, /*hidden argument*/List_1__ctor_m1991422993_RuntimeMethod_var); __this->set_pages_0(L_0); List_1_t1485978026 * L_1 = (List_1_t1485978026 *)il2cpp_codegen_object_new(List_1_t1485978026_il2cpp_TypeInfo_var); List_1__ctor_m3643843290(L_1, /*hidden argument*/List_1__ctor_m3643843290_RuntimeMethod_var); __this->set_regions_1(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t1254125117 * L_2 = ___pages0; __this->set_pages_0(L_2); List_1_t1485978026 * L_3 = ___regions1; __this->set_regions_1(L_3); __this->set_textureLoader_2((RuntimeObject*)NULL); return; } } // System.Collections.Generic.IEnumerator`1 Spine.Atlas::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Atlas_GetEnumerator_m1568746544 (Atlas_t4040192941 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Atlas_GetEnumerator_m1568746544_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1485978026 * L_0 = __this->get_regions_1(); NullCheck(L_0); Enumerator_t3375221903 L_1 = List_1_GetEnumerator_m3205279093(L_0, /*hidden argument*/List_1_GetEnumerator_m3205279093_RuntimeMethod_var); Enumerator_t3375221903 L_2 = L_1; RuntimeObject * L_3 = Box(Enumerator_t3375221903_il2cpp_TypeInfo_var, &L_2); return (RuntimeObject*)L_3; } } // System.Collections.IEnumerator Spine.Atlas::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Atlas_System_Collections_IEnumerable_GetEnumerator_m2910891509 (Atlas_t4040192941 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Atlas_System_Collections_IEnumerable_GetEnumerator_m2910891509_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1485978026 * L_0 = __this->get_regions_1(); NullCheck(L_0); Enumerator_t3375221903 L_1 = List_1_GetEnumerator_m3205279093(L_0, /*hidden argument*/List_1_GetEnumerator_m3205279093_RuntimeMethod_var); Enumerator_t3375221903 L_2 = L_1; RuntimeObject * L_3 = Box(Enumerator_t3375221903_il2cpp_TypeInfo_var, &L_2); return (RuntimeObject*)L_3; } } // System.Void Spine.Atlas::Load(System.IO.TextReader,System.String,Spine.TextureLoader) extern "C" IL2CPP_METHOD_ATTR void Atlas_Load_m812447106 (Atlas_t4040192941 * __this, TextReader_t283511965 * ___reader0, String_t* ___imagesDir1, RuntimeObject* ___textureLoader2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Atlas_Load_m812447106_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; AtlasPage_t4077017671 * V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; AtlasRegion_t13903284 * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; { RuntimeObject* L_0 = ___textureLoader2; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral990816929, _stringLiteral1614621376, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Atlas_Load_m812447106_RuntimeMethod_var); } IL_0016: { RuntimeObject* L_2 = ___textureLoader2; __this->set_textureLoader_2(L_2); V_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)4)); V_1 = (AtlasPage_t4077017671 *)NULL; } IL_0026: { TextReader_t283511965 * L_3 = ___reader0; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.IO.TextReader::ReadLine() */, L_3); V_2 = L_4; String_t* L_5 = V_2; if (L_5) { goto IL_0038; } } { goto IL_0399; } IL_0038: { String_t* L_6 = V_2; NullCheck(L_6); String_t* L_7 = String_Trim_m923598732(L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_004f; } } { V_1 = (AtlasPage_t4077017671 *)NULL; goto IL_0394; } IL_004f: { AtlasPage_t4077017671 * L_9 = V_1; if (L_9) { goto IL_0183; } } { AtlasPage_t4077017671 * L_10 = (AtlasPage_t4077017671 *)il2cpp_codegen_object_new(AtlasPage_t4077017671_il2cpp_TypeInfo_var); AtlasPage__ctor_m3795786881(L_10, /*hidden argument*/NULL); V_1 = L_10; AtlasPage_t4077017671 * L_11 = V_1; String_t* L_12 = V_2; NullCheck(L_11); L_11->set_name_0(L_12); TextReader_t283511965 * L_13 = ___reader0; StringU5BU5D_t1281789340* L_14 = V_0; int32_t L_15 = Atlas_ReadTuple_m816462414(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)2)))) { goto IL_0093; } } { AtlasPage_t4077017671 * L_16 = V_1; StringU5BU5D_t1281789340* L_17 = V_0; NullCheck(L_17); int32_t L_18 = 0; String_t* L_19 = (L_17)->GetAt(static_cast(L_18)); int32_t L_20 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_16); L_16->set_width_7(L_20); AtlasPage_t4077017671 * L_21 = V_1; StringU5BU5D_t1281789340* L_22 = V_0; NullCheck(L_22); int32_t L_23 = 1; String_t* L_24 = (L_22)->GetAt(static_cast(L_23)); int32_t L_25 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); NullCheck(L_21); L_21->set_height_8(L_25); TextReader_t283511965 * L_26 = ___reader0; StringU5BU5D_t1281789340* L_27 = V_0; Atlas_ReadTuple_m816462414(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); } IL_0093: { AtlasPage_t4077017671 * L_28 = V_1; RuntimeTypeHandle_t3027515415 L_29 = { reinterpret_cast (Format_t2262486444_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_31 = V_0; NullCheck(L_31); int32_t L_32 = 0; String_t* L_33 = (L_31)->GetAt(static_cast(L_32)); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_34 = Enum_Parse_m1579637477(NULL /*static, unused*/, L_30, L_33, (bool)0, /*hidden argument*/NULL); NullCheck(L_28); L_28->set_format_1(((*(int32_t*)((int32_t*)UnBox(L_34, Format_t2262486444_il2cpp_TypeInfo_var))))); TextReader_t283511965 * L_35 = ___reader0; StringU5BU5D_t1281789340* L_36 = V_0; Atlas_ReadTuple_m816462414(NULL /*static, unused*/, L_35, L_36, /*hidden argument*/NULL); AtlasPage_t4077017671 * L_37 = V_1; RuntimeTypeHandle_t3027515415 L_38 = { reinterpret_cast (TextureFilter_t1610186802_0_0_0_var) }; Type_t * L_39 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_40 = V_0; NullCheck(L_40); int32_t L_41 = 0; String_t* L_42 = (L_40)->GetAt(static_cast(L_41)); RuntimeObject * L_43 = Enum_Parse_m1579637477(NULL /*static, unused*/, L_39, L_42, (bool)0, /*hidden argument*/NULL); NullCheck(L_37); L_37->set_minFilter_2(((*(int32_t*)((int32_t*)UnBox(L_43, TextureFilter_t1610186802_il2cpp_TypeInfo_var))))); AtlasPage_t4077017671 * L_44 = V_1; RuntimeTypeHandle_t3027515415 L_45 = { reinterpret_cast (TextureFilter_t1610186802_0_0_0_var) }; Type_t * L_46 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_47 = V_0; NullCheck(L_47); int32_t L_48 = 1; String_t* L_49 = (L_47)->GetAt(static_cast(L_48)); RuntimeObject * L_50 = Enum_Parse_m1579637477(NULL /*static, unused*/, L_46, L_49, (bool)0, /*hidden argument*/NULL); NullCheck(L_44); L_44->set_magFilter_3(((*(int32_t*)((int32_t*)UnBox(L_50, TextureFilter_t1610186802_il2cpp_TypeInfo_var))))); TextReader_t283511965 * L_51 = ___reader0; String_t* L_52 = Atlas_ReadValue_m1958403494(NULL /*static, unused*/, L_51, /*hidden argument*/NULL); V_3 = L_52; AtlasPage_t4077017671 * L_53 = V_1; NullCheck(L_53); L_53->set_uWrap_4(1); AtlasPage_t4077017671 * L_54 = V_1; NullCheck(L_54); L_54->set_vWrap_5(1); String_t* L_55 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_56 = String_op_Equality_m920492651(NULL /*static, unused*/, L_55, _stringLiteral3452614616, /*hidden argument*/NULL); if (!L_56) { goto IL_0126; } } { AtlasPage_t4077017671 * L_57 = V_1; NullCheck(L_57); L_57->set_uWrap_4(2); goto IL_0164; } IL_0126: { String_t* L_58 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_59 = String_op_Equality_m920492651(NULL /*static, unused*/, L_58, _stringLiteral3452614615, /*hidden argument*/NULL); if (!L_59) { goto IL_0142; } } { AtlasPage_t4077017671 * L_60 = V_1; NullCheck(L_60); L_60->set_vWrap_5(2); goto IL_0164; } IL_0142: { String_t* L_61 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_62 = String_op_Equality_m920492651(NULL /*static, unused*/, L_61, _stringLiteral3456219096, /*hidden argument*/NULL); if (!L_62) { goto IL_0164; } } { AtlasPage_t4077017671 * L_63 = V_1; AtlasPage_t4077017671 * L_64 = V_1; int32_t L_65 = 2; V_4 = L_65; NullCheck(L_64); L_64->set_vWrap_5(L_65); int32_t L_66 = V_4; NullCheck(L_63); L_63->set_uWrap_4(L_66); } IL_0164: { RuntimeObject* L_67 = ___textureLoader2; AtlasPage_t4077017671 * L_68 = V_1; String_t* L_69 = ___imagesDir1; String_t* L_70 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_71 = Path_Combine_m3389272516(NULL /*static, unused*/, L_69, L_70, /*hidden argument*/NULL); NullCheck(L_67); InterfaceActionInvoker2< AtlasPage_t4077017671 *, String_t* >::Invoke(0 /* System.Void Spine.TextureLoader::Load(Spine.AtlasPage,System.String) */, TextureLoader_t3496536928_il2cpp_TypeInfo_var, L_67, L_68, L_71); List_1_t1254125117 * L_72 = __this->get_pages_0(); AtlasPage_t4077017671 * L_73 = V_1; NullCheck(L_72); List_1_Add_m592325151(L_72, L_73, /*hidden argument*/List_1_Add_m592325151_RuntimeMethod_var); goto IL_0394; } IL_0183: { AtlasRegion_t13903284 * L_74 = (AtlasRegion_t13903284 *)il2cpp_codegen_object_new(AtlasRegion_t13903284_il2cpp_TypeInfo_var); AtlasRegion__ctor_m2705127635(L_74, /*hidden argument*/NULL); V_5 = L_74; AtlasRegion_t13903284 * L_75 = V_5; String_t* L_76 = V_2; NullCheck(L_75); L_75->set_name_1(L_76); AtlasRegion_t13903284 * L_77 = V_5; AtlasPage_t4077017671 * L_78 = V_1; NullCheck(L_77); L_77->set_page_0(L_78); AtlasRegion_t13903284 * L_79 = V_5; TextReader_t283511965 * L_80 = ___reader0; String_t* L_81 = Atlas_ReadValue_m1958403494(NULL /*static, unused*/, L_80, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Boolean_t97287965_il2cpp_TypeInfo_var); bool L_82 = Boolean_Parse_m2370352694(NULL /*static, unused*/, L_81, /*hidden argument*/NULL); NullCheck(L_79); L_79->set_rotate_15(L_82); TextReader_t283511965 * L_83 = ___reader0; StringU5BU5D_t1281789340* L_84 = V_0; Atlas_ReadTuple_m816462414(NULL /*static, unused*/, L_83, L_84, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_85 = V_0; NullCheck(L_85); int32_t L_86 = 0; String_t* L_87 = (L_85)->GetAt(static_cast(L_86)); int32_t L_88 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_87, /*hidden argument*/NULL); V_6 = L_88; StringU5BU5D_t1281789340* L_89 = V_0; NullCheck(L_89); int32_t L_90 = 1; String_t* L_91 = (L_89)->GetAt(static_cast(L_90)); int32_t L_92 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_91, /*hidden argument*/NULL); V_7 = L_92; TextReader_t283511965 * L_93 = ___reader0; StringU5BU5D_t1281789340* L_94 = V_0; Atlas_ReadTuple_m816462414(NULL /*static, unused*/, L_93, L_94, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_95 = V_0; NullCheck(L_95); int32_t L_96 = 0; String_t* L_97 = (L_95)->GetAt(static_cast(L_96)); int32_t L_98 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_97, /*hidden argument*/NULL); V_8 = L_98; StringU5BU5D_t1281789340* L_99 = V_0; NullCheck(L_99); int32_t L_100 = 1; String_t* L_101 = (L_99)->GetAt(static_cast(L_100)); int32_t L_102 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_101, /*hidden argument*/NULL); V_9 = L_102; AtlasRegion_t13903284 * L_103 = V_5; int32_t L_104 = V_6; AtlasPage_t4077017671 * L_105 = V_1; NullCheck(L_105); int32_t L_106 = L_105->get_width_7(); NullCheck(L_103); L_103->set_u_6(((float)((float)(((float)((float)L_104)))/(float)(((float)((float)L_106)))))); AtlasRegion_t13903284 * L_107 = V_5; int32_t L_108 = V_7; AtlasPage_t4077017671 * L_109 = V_1; NullCheck(L_109); int32_t L_110 = L_109->get_height_8(); NullCheck(L_107); L_107->set_v_7(((float)((float)(((float)((float)L_108)))/(float)(((float)((float)L_110)))))); AtlasRegion_t13903284 * L_111 = V_5; NullCheck(L_111); bool L_112 = L_111->get_rotate_15(); if (!L_112) { goto IL_0243; } } { AtlasRegion_t13903284 * L_113 = V_5; int32_t L_114 = V_6; int32_t L_115 = V_9; AtlasPage_t4077017671 * L_116 = V_1; NullCheck(L_116); int32_t L_117 = L_116->get_width_7(); NullCheck(L_113); L_113->set_u2_8(((float)((float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)L_115)))))/(float)(((float)((float)L_117)))))); AtlasRegion_t13903284 * L_118 = V_5; int32_t L_119 = V_7; int32_t L_120 = V_8; AtlasPage_t4077017671 * L_121 = V_1; NullCheck(L_121); int32_t L_122 = L_121->get_height_8(); NullCheck(L_118); L_118->set_v2_9(((float)((float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_119, (int32_t)L_120)))))/(float)(((float)((float)L_122)))))); goto IL_026d; } IL_0243: { AtlasRegion_t13903284 * L_123 = V_5; int32_t L_124 = V_6; int32_t L_125 = V_8; AtlasPage_t4077017671 * L_126 = V_1; NullCheck(L_126); int32_t L_127 = L_126->get_width_7(); NullCheck(L_123); L_123->set_u2_8(((float)((float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)L_125)))))/(float)(((float)((float)L_127)))))); AtlasRegion_t13903284 * L_128 = V_5; int32_t L_129 = V_7; int32_t L_130 = V_9; AtlasPage_t4077017671 * L_131 = V_1; NullCheck(L_131); int32_t L_132 = L_131->get_height_8(); NullCheck(L_128); L_128->set_v2_9(((float)((float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)L_130)))))/(float)(((float)((float)L_132)))))); } IL_026d: { AtlasRegion_t13903284 * L_133 = V_5; int32_t L_134 = V_6; NullCheck(L_133); L_133->set_x_2(L_134); AtlasRegion_t13903284 * L_135 = V_5; int32_t L_136 = V_7; NullCheck(L_135); L_135->set_y_3(L_136); AtlasRegion_t13903284 * L_137 = V_5; int32_t L_138 = V_8; int32_t L_139 = il2cpp_codegen_abs(L_138); NullCheck(L_137); L_137->set_width_4(L_139); AtlasRegion_t13903284 * L_140 = V_5; int32_t L_141 = V_9; int32_t L_142 = il2cpp_codegen_abs(L_141); NullCheck(L_140); L_140->set_height_5(L_142); TextReader_t283511965 * L_143 = ___reader0; StringU5BU5D_t1281789340* L_144 = V_0; int32_t L_145 = Atlas_ReadTuple_m816462414(NULL /*static, unused*/, L_143, L_144, /*hidden argument*/NULL); if ((!(((uint32_t)L_145) == ((uint32_t)4)))) { goto IL_032f; } } { AtlasRegion_t13903284 * L_146 = V_5; Int32U5BU5D_t385246372* L_147 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)4)); StringU5BU5D_t1281789340* L_148 = V_0; NullCheck(L_148); int32_t L_149 = 0; String_t* L_150 = (L_148)->GetAt(static_cast(L_149)); int32_t L_151 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_150, /*hidden argument*/NULL); NullCheck(L_147); (L_147)->SetAt(static_cast(0), (int32_t)L_151); Int32U5BU5D_t385246372* L_152 = L_147; StringU5BU5D_t1281789340* L_153 = V_0; NullCheck(L_153); int32_t L_154 = 1; String_t* L_155 = (L_153)->GetAt(static_cast(L_154)); int32_t L_156 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_155, /*hidden argument*/NULL); NullCheck(L_152); (L_152)->SetAt(static_cast(1), (int32_t)L_156); Int32U5BU5D_t385246372* L_157 = L_152; StringU5BU5D_t1281789340* L_158 = V_0; NullCheck(L_158); int32_t L_159 = 2; String_t* L_160 = (L_158)->GetAt(static_cast(L_159)); int32_t L_161 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_160, /*hidden argument*/NULL); NullCheck(L_157); (L_157)->SetAt(static_cast(2), (int32_t)L_161); Int32U5BU5D_t385246372* L_162 = L_157; StringU5BU5D_t1281789340* L_163 = V_0; NullCheck(L_163); int32_t L_164 = 3; String_t* L_165 = (L_163)->GetAt(static_cast(L_164)); int32_t L_166 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_165, /*hidden argument*/NULL); NullCheck(L_162); (L_162)->SetAt(static_cast(3), (int32_t)L_166); NullCheck(L_146); L_146->set_splits_16(L_162); TextReader_t283511965 * L_167 = ___reader0; StringU5BU5D_t1281789340* L_168 = V_0; int32_t L_169 = Atlas_ReadTuple_m816462414(NULL /*static, unused*/, L_167, L_168, /*hidden argument*/NULL); if ((!(((uint32_t)L_169) == ((uint32_t)4)))) { goto IL_032f; } } { AtlasRegion_t13903284 * L_170 = V_5; Int32U5BU5D_t385246372* L_171 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)4)); StringU5BU5D_t1281789340* L_172 = V_0; NullCheck(L_172); int32_t L_173 = 0; String_t* L_174 = (L_172)->GetAt(static_cast(L_173)); int32_t L_175 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_174, /*hidden argument*/NULL); NullCheck(L_171); (L_171)->SetAt(static_cast(0), (int32_t)L_175); Int32U5BU5D_t385246372* L_176 = L_171; StringU5BU5D_t1281789340* L_177 = V_0; NullCheck(L_177); int32_t L_178 = 1; String_t* L_179 = (L_177)->GetAt(static_cast(L_178)); int32_t L_180 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_179, /*hidden argument*/NULL); NullCheck(L_176); (L_176)->SetAt(static_cast(1), (int32_t)L_180); Int32U5BU5D_t385246372* L_181 = L_176; StringU5BU5D_t1281789340* L_182 = V_0; NullCheck(L_182); int32_t L_183 = 2; String_t* L_184 = (L_182)->GetAt(static_cast(L_183)); int32_t L_185 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_184, /*hidden argument*/NULL); NullCheck(L_181); (L_181)->SetAt(static_cast(2), (int32_t)L_185); Int32U5BU5D_t385246372* L_186 = L_181; StringU5BU5D_t1281789340* L_187 = V_0; NullCheck(L_187); int32_t L_188 = 3; String_t* L_189 = (L_187)->GetAt(static_cast(L_188)); int32_t L_190 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_189, /*hidden argument*/NULL); NullCheck(L_186); (L_186)->SetAt(static_cast(3), (int32_t)L_190); NullCheck(L_170); L_170->set_pads_17(L_186); TextReader_t283511965 * L_191 = ___reader0; StringU5BU5D_t1281789340* L_192 = V_0; Atlas_ReadTuple_m816462414(NULL /*static, unused*/, L_191, L_192, /*hidden argument*/NULL); } IL_032f: { AtlasRegion_t13903284 * L_193 = V_5; StringU5BU5D_t1281789340* L_194 = V_0; NullCheck(L_194); int32_t L_195 = 0; String_t* L_196 = (L_194)->GetAt(static_cast(L_195)); int32_t L_197 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_196, /*hidden argument*/NULL); NullCheck(L_193); L_193->set_originalWidth_12(L_197); AtlasRegion_t13903284 * L_198 = V_5; StringU5BU5D_t1281789340* L_199 = V_0; NullCheck(L_199); int32_t L_200 = 1; String_t* L_201 = (L_199)->GetAt(static_cast(L_200)); int32_t L_202 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_201, /*hidden argument*/NULL); NullCheck(L_198); L_198->set_originalHeight_13(L_202); TextReader_t283511965 * L_203 = ___reader0; StringU5BU5D_t1281789340* L_204 = V_0; Atlas_ReadTuple_m816462414(NULL /*static, unused*/, L_203, L_204, /*hidden argument*/NULL); AtlasRegion_t13903284 * L_205 = V_5; StringU5BU5D_t1281789340* L_206 = V_0; NullCheck(L_206); int32_t L_207 = 0; String_t* L_208 = (L_206)->GetAt(static_cast(L_207)); int32_t L_209 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_208, /*hidden argument*/NULL); NullCheck(L_205); L_205->set_offsetX_10((((float)((float)L_209)))); AtlasRegion_t13903284 * L_210 = V_5; StringU5BU5D_t1281789340* L_211 = V_0; NullCheck(L_211); int32_t L_212 = 1; String_t* L_213 = (L_211)->GetAt(static_cast(L_212)); int32_t L_214 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_213, /*hidden argument*/NULL); NullCheck(L_210); L_210->set_offsetY_11((((float)((float)L_214)))); AtlasRegion_t13903284 * L_215 = V_5; TextReader_t283511965 * L_216 = ___reader0; String_t* L_217 = Atlas_ReadValue_m1958403494(NULL /*static, unused*/, L_216, /*hidden argument*/NULL); int32_t L_218 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_217, /*hidden argument*/NULL); NullCheck(L_215); L_215->set_index_14(L_218); List_1_t1485978026 * L_219 = __this->get_regions_1(); AtlasRegion_t13903284 * L_220 = V_5; NullCheck(L_219); List_1_Add_m309576876(L_219, L_220, /*hidden argument*/List_1_Add_m309576876_RuntimeMethod_var); } IL_0394: { goto IL_0026; } IL_0399: { return; } } // System.String Spine.Atlas::ReadValue(System.IO.TextReader) extern "C" IL2CPP_METHOD_ATTR String_t* Atlas_ReadValue_m1958403494 (RuntimeObject * __this /* static, unused */, TextReader_t283511965 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Atlas_ReadValue_m1958403494_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { TextReader_t283511965 * L_0 = ___reader0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.IO.TextReader::ReadLine() */, L_0); V_0 = L_1; String_t* L_2 = V_0; NullCheck(L_2); int32_t L_3 = String_IndexOf_m363431711(L_2, ((int32_t)58), /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_0028; } } { String_t* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3001222964, L_5, /*hidden argument*/NULL); Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Atlas_ReadValue_m1958403494_RuntimeMethod_var); } IL_0028: { String_t* L_8 = V_0; int32_t L_9 = V_1; NullCheck(L_8); String_t* L_10 = String_Substring_m2848979100(L_8, ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_10); String_t* L_11 = String_Trim_m923598732(L_10, /*hidden argument*/NULL); return L_11; } } // System.Int32 Spine.Atlas::ReadTuple(System.IO.TextReader,System.String[]) extern "C" IL2CPP_METHOD_ATTR int32_t Atlas_ReadTuple_m816462414 (RuntimeObject * __this /* static, unused */, TextReader_t283511965 * ___reader0, StringU5BU5D_t1281789340* ___tuple1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Atlas_ReadTuple_m816462414_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { TextReader_t283511965 * L_0 = ___reader0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.IO.TextReader::ReadLine() */, L_0); V_0 = L_1; String_t* L_2 = V_0; NullCheck(L_2); int32_t L_3 = String_IndexOf_m363431711(L_2, ((int32_t)58), /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_0028; } } { String_t* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3001222964, L_5, /*hidden argument*/NULL); Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Atlas_ReadTuple_m816462414_RuntimeMethod_var); } IL_0028: { V_2 = 0; int32_t L_8 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); goto IL_0067; } IL_0033: { String_t* L_9 = V_0; int32_t L_10 = V_3; NullCheck(L_9); int32_t L_11 = String_IndexOf_m2466398549(L_9, ((int32_t)44), L_10, /*hidden argument*/NULL); V_4 = L_11; int32_t L_12 = V_4; if ((!(((uint32_t)L_12) == ((uint32_t)(-1))))) { goto IL_004b; } } { goto IL_006e; } IL_004b: { StringU5BU5D_t1281789340* L_13 = ___tuple1; int32_t L_14 = V_2; String_t* L_15 = V_0; int32_t L_16 = V_3; int32_t L_17 = V_4; int32_t L_18 = V_3; NullCheck(L_15); String_t* L_19 = String_Substring_m1610150815(L_15, L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)), /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20 = String_Trim_m923598732(L_19, /*hidden argument*/NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_20); (L_13)->SetAt(static_cast(L_14), (String_t*)L_20); int32_t L_21 = V_4; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); int32_t L_22 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0067: { int32_t L_23 = V_2; if ((((int32_t)L_23) < ((int32_t)3))) { goto IL_0033; } } IL_006e: { StringU5BU5D_t1281789340* L_24 = ___tuple1; int32_t L_25 = V_2; String_t* L_26 = V_0; int32_t L_27 = V_3; NullCheck(L_26); String_t* L_28 = String_Substring_m2848979100(L_26, L_27, /*hidden argument*/NULL); NullCheck(L_28); String_t* L_29 = String_Trim_m923598732(L_28, /*hidden argument*/NULL); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_29); (L_24)->SetAt(static_cast(L_25), (String_t*)L_29); int32_t L_30 = V_2; return ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } } // System.Void Spine.Atlas::FlipV() extern "C" IL2CPP_METHOD_ATTR void Atlas_FlipV_m4048247875 (Atlas_t4040192941 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Atlas_FlipV_m4048247875_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; AtlasRegion_t13903284 * V_2 = NULL; { V_0 = 0; List_1_t1485978026 * L_0 = __this->get_regions_1(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2328584697(L_0, /*hidden argument*/List_1_get_Count_m2328584697_RuntimeMethod_var); V_1 = L_1; goto IL_0048; } IL_0013: { List_1_t1485978026 * L_2 = __this->get_regions_1(); int32_t L_3 = V_0; NullCheck(L_2); AtlasRegion_t13903284 * L_4 = List_1_get_Item_m2680368064(L_2, L_3, /*hidden argument*/List_1_get_Item_m2680368064_RuntimeMethod_var); V_2 = L_4; AtlasRegion_t13903284 * L_5 = V_2; AtlasRegion_t13903284 * L_6 = V_2; NullCheck(L_6); float L_7 = L_6->get_v_7(); NullCheck(L_5); L_5->set_v_7(((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_7))); AtlasRegion_t13903284 * L_8 = V_2; AtlasRegion_t13903284 * L_9 = V_2; NullCheck(L_9); float L_10 = L_9->get_v2_9(); NullCheck(L_8); L_8->set_v2_9(((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_10))); int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0048: { int32_t L_12 = V_0; int32_t L_13 = V_1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0013; } } { return; } } // Spine.AtlasRegion Spine.Atlas::FindRegion(System.String) extern "C" IL2CPP_METHOD_ATTR AtlasRegion_t13903284 * Atlas_FindRegion_m2944783334 (Atlas_t4040192941 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Atlas_FindRegion_m2944783334_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; List_1_t1485978026 * L_0 = __this->get_regions_1(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2328584697(L_0, /*hidden argument*/List_1_get_Count_m2328584697_RuntimeMethod_var); V_1 = L_1; goto IL_0040; } IL_0013: { List_1_t1485978026 * L_2 = __this->get_regions_1(); int32_t L_3 = V_0; NullCheck(L_2); AtlasRegion_t13903284 * L_4 = List_1_get_Item_m2680368064(L_2, L_3, /*hidden argument*/List_1_get_Item_m2680368064_RuntimeMethod_var); NullCheck(L_4); String_t* L_5 = L_4->get_name_1(); String_t* L_6 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003c; } } { List_1_t1485978026 * L_8 = __this->get_regions_1(); int32_t L_9 = V_0; NullCheck(L_8); AtlasRegion_t13903284 * L_10 = List_1_get_Item_m2680368064(L_8, L_9, /*hidden argument*/List_1_get_Item_m2680368064_RuntimeMethod_var); return L_10; } IL_003c: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0040: { int32_t L_12 = V_0; int32_t L_13 = V_1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0013; } } { return (AtlasRegion_t13903284 *)NULL; } } // System.Void Spine.Atlas::Dispose() extern "C" IL2CPP_METHOD_ATTR void Atlas_Dispose_m263638187 (Atlas_t4040192941 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Atlas_Dispose_m263638187_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { RuntimeObject* L_0 = __this->get_textureLoader_2(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { V_0 = 0; List_1_t1254125117 * L_1 = __this->get_pages_0(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m2809419662(L_1, /*hidden argument*/List_1_get_Count_m2809419662_RuntimeMethod_var); V_1 = L_2; goto IL_003f; } IL_001f: { RuntimeObject* L_3 = __this->get_textureLoader_2(); List_1_t1254125117 * L_4 = __this->get_pages_0(); int32_t L_5 = V_0; NullCheck(L_4); AtlasPage_t4077017671 * L_6 = List_1_get_Item_m1962915623(L_4, L_5, /*hidden argument*/List_1_get_Item_m1962915623_RuntimeMethod_var); NullCheck(L_6); RuntimeObject * L_7 = L_6->get_rendererObject_6(); NullCheck(L_3); InterfaceActionInvoker1< RuntimeObject * >::Invoke(1 /* System.Void Spine.TextureLoader::Unload(System.Object) */, TextureLoader_t3496536928_il2cpp_TypeInfo_var, L_3, L_7); int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_003f: { int32_t L_9 = V_0; int32_t L_10 = V_1; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_001f; } } { 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 Spine.AtlasAttachmentLoader::.ctor(Spine.Atlas[]) extern "C" IL2CPP_METHOD_ATTR void AtlasAttachmentLoader__ctor_m2757335163 (AtlasAttachmentLoader_t3966790320 * __this, AtlasU5BU5D_t3463999232* ___atlasArray0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AtlasAttachmentLoader__ctor_m2757335163_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); AtlasU5BU5D_t3463999232* L_0 = ___atlasArray0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1021223518, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,AtlasAttachmentLoader__ctor_m2757335163_RuntimeMethod_var); } IL_0017: { AtlasU5BU5D_t3463999232* L_2 = ___atlasArray0; __this->set_atlasArray_0(L_2); return; } } // Spine.RegionAttachment Spine.AtlasAttachmentLoader::NewRegionAttachment(Spine.Skin,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR RegionAttachment_t1770147391 * AtlasAttachmentLoader_NewRegionAttachment_m3306764688 (AtlasAttachmentLoader_t3966790320 * __this, Skin_t1174584606 * ___skin0, String_t* ___name1, String_t* ___path2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AtlasAttachmentLoader_NewRegionAttachment_m3306764688_MetadataUsageId); s_Il2CppMethodInitialized = true; } AtlasRegion_t13903284 * V_0 = NULL; RegionAttachment_t1770147391 * V_1 = NULL; { String_t* L_0 = ___path2; AtlasRegion_t13903284 * L_1 = AtlasAttachmentLoader_FindRegion_m1565414959(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; AtlasRegion_t13903284 * L_2 = V_0; if (L_2) { goto IL_0020; } } { String_t* L_3 = ___path2; String_t* L_4 = ___name1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral145217112, L_3, L_4, /*hidden argument*/NULL); ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,AtlasAttachmentLoader_NewRegionAttachment_m3306764688_RuntimeMethod_var); } IL_0020: { String_t* L_7 = ___name1; RegionAttachment_t1770147391 * L_8 = (RegionAttachment_t1770147391 *)il2cpp_codegen_object_new(RegionAttachment_t1770147391_il2cpp_TypeInfo_var); RegionAttachment__ctor_m1527679494(L_8, L_7, /*hidden argument*/NULL); V_1 = L_8; RegionAttachment_t1770147391 * L_9 = V_1; AtlasRegion_t13903284 * L_10 = V_0; NullCheck(L_9); RegionAttachment_set_RendererObject_m1274213480(L_9, L_10, /*hidden argument*/NULL); RegionAttachment_t1770147391 * L_11 = V_1; AtlasRegion_t13903284 * L_12 = V_0; NullCheck(L_12); float L_13 = L_12->get_u_6(); AtlasRegion_t13903284 * L_14 = V_0; NullCheck(L_14); float L_15 = L_14->get_v_7(); AtlasRegion_t13903284 * L_16 = V_0; NullCheck(L_16); float L_17 = L_16->get_u2_8(); AtlasRegion_t13903284 * L_18 = V_0; NullCheck(L_18); float L_19 = L_18->get_v2_9(); AtlasRegion_t13903284 * L_20 = V_0; NullCheck(L_20); bool L_21 = L_20->get_rotate_15(); NullCheck(L_11); RegionAttachment_SetUVs_m3450627629(L_11, L_13, L_15, L_17, L_19, L_21, /*hidden argument*/NULL); RegionAttachment_t1770147391 * L_22 = V_1; AtlasRegion_t13903284 * L_23 = V_0; NullCheck(L_23); float L_24 = L_23->get_offsetX_10(); NullCheck(L_22); L_22->set_regionOffsetX_16(L_24); RegionAttachment_t1770147391 * L_25 = V_1; AtlasRegion_t13903284 * L_26 = V_0; NullCheck(L_26); float L_27 = L_26->get_offsetY_11(); NullCheck(L_25); L_25->set_regionOffsetY_17(L_27); RegionAttachment_t1770147391 * L_28 = V_1; AtlasRegion_t13903284 * L_29 = V_0; NullCheck(L_29); int32_t L_30 = L_29->get_width_4(); NullCheck(L_28); L_28->set_regionWidth_18((((float)((float)L_30)))); RegionAttachment_t1770147391 * L_31 = V_1; AtlasRegion_t13903284 * L_32 = V_0; NullCheck(L_32); int32_t L_33 = L_32->get_height_5(); NullCheck(L_31); L_31->set_regionHeight_19((((float)((float)L_33)))); RegionAttachment_t1770147391 * L_34 = V_1; AtlasRegion_t13903284 * L_35 = V_0; NullCheck(L_35); int32_t L_36 = L_35->get_originalWidth_12(); NullCheck(L_34); L_34->set_regionOriginalWidth_20((((float)((float)L_36)))); RegionAttachment_t1770147391 * L_37 = V_1; AtlasRegion_t13903284 * L_38 = V_0; NullCheck(L_38); int32_t L_39 = L_38->get_originalHeight_13(); NullCheck(L_37); L_37->set_regionOriginalHeight_21((((float)((float)L_39)))); RegionAttachment_t1770147391 * L_40 = V_1; return L_40; } } // Spine.MeshAttachment Spine.AtlasAttachmentLoader::NewMeshAttachment(Spine.Skin,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR MeshAttachment_t1975337962 * AtlasAttachmentLoader_NewMeshAttachment_m2657360439 (AtlasAttachmentLoader_t3966790320 * __this, Skin_t1174584606 * ___skin0, String_t* ___name1, String_t* ___path2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AtlasAttachmentLoader_NewMeshAttachment_m2657360439_MetadataUsageId); s_Il2CppMethodInitialized = true; } AtlasRegion_t13903284 * V_0 = NULL; MeshAttachment_t1975337962 * V_1 = NULL; { String_t* L_0 = ___path2; AtlasRegion_t13903284 * L_1 = AtlasAttachmentLoader_FindRegion_m1565414959(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; AtlasRegion_t13903284 * L_2 = V_0; if (L_2) { goto IL_0020; } } { String_t* L_3 = ___path2; String_t* L_4 = ___name1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral145217112, L_3, L_4, /*hidden argument*/NULL); ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,AtlasAttachmentLoader_NewMeshAttachment_m2657360439_RuntimeMethod_var); } IL_0020: { String_t* L_7 = ___name1; MeshAttachment_t1975337962 * L_8 = (MeshAttachment_t1975337962 *)il2cpp_codegen_object_new(MeshAttachment_t1975337962_il2cpp_TypeInfo_var); MeshAttachment__ctor_m3915495686(L_8, L_7, /*hidden argument*/NULL); V_1 = L_8; MeshAttachment_t1975337962 * L_9 = V_1; AtlasRegion_t13903284 * L_10 = V_0; NullCheck(L_9); MeshAttachment_set_RendererObject_m1460674513(L_9, L_10, /*hidden argument*/NULL); MeshAttachment_t1975337962 * L_11 = V_1; AtlasRegion_t13903284 * L_12 = V_0; NullCheck(L_12); float L_13 = L_12->get_u_6(); NullCheck(L_11); MeshAttachment_set_RegionU_m550873806(L_11, L_13, /*hidden argument*/NULL); MeshAttachment_t1975337962 * L_14 = V_1; AtlasRegion_t13903284 * L_15 = V_0; NullCheck(L_15); float L_16 = L_15->get_v_7(); NullCheck(L_14); MeshAttachment_set_RegionV_m555082405(L_14, L_16, /*hidden argument*/NULL); MeshAttachment_t1975337962 * L_17 = V_1; AtlasRegion_t13903284 * L_18 = V_0; NullCheck(L_18); float L_19 = L_18->get_u2_8(); NullCheck(L_17); MeshAttachment_set_RegionU2_m1257172348(L_17, L_19, /*hidden argument*/NULL); MeshAttachment_t1975337962 * L_20 = V_1; AtlasRegion_t13903284 * L_21 = V_0; NullCheck(L_21); float L_22 = L_21->get_v2_9(); NullCheck(L_20); MeshAttachment_set_RegionV2_m981227621(L_20, L_22, /*hidden argument*/NULL); MeshAttachment_t1975337962 * L_23 = V_1; AtlasRegion_t13903284 * L_24 = V_0; NullCheck(L_24); bool L_25 = L_24->get_rotate_15(); NullCheck(L_23); MeshAttachment_set_RegionRotate_m53944593(L_23, L_25, /*hidden argument*/NULL); MeshAttachment_t1975337962 * L_26 = V_1; AtlasRegion_t13903284 * L_27 = V_0; NullCheck(L_27); float L_28 = L_27->get_offsetX_10(); NullCheck(L_26); L_26->set_regionOffsetX_7(L_28); MeshAttachment_t1975337962 * L_29 = V_1; AtlasRegion_t13903284 * L_30 = V_0; NullCheck(L_30); float L_31 = L_30->get_offsetY_11(); NullCheck(L_29); L_29->set_regionOffsetY_8(L_31); MeshAttachment_t1975337962 * L_32 = V_1; AtlasRegion_t13903284 * L_33 = V_0; NullCheck(L_33); int32_t L_34 = L_33->get_width_4(); NullCheck(L_32); L_32->set_regionWidth_9((((float)((float)L_34)))); MeshAttachment_t1975337962 * L_35 = V_1; AtlasRegion_t13903284 * L_36 = V_0; NullCheck(L_36); int32_t L_37 = L_36->get_height_5(); NullCheck(L_35); L_35->set_regionHeight_10((((float)((float)L_37)))); MeshAttachment_t1975337962 * L_38 = V_1; AtlasRegion_t13903284 * L_39 = V_0; NullCheck(L_39); int32_t L_40 = L_39->get_originalWidth_12(); NullCheck(L_38); L_38->set_regionOriginalWidth_11((((float)((float)L_40)))); MeshAttachment_t1975337962 * L_41 = V_1; AtlasRegion_t13903284 * L_42 = V_0; NullCheck(L_42); int32_t L_43 = L_42->get_originalHeight_13(); NullCheck(L_41); L_41->set_regionOriginalHeight_12((((float)((float)L_43)))); MeshAttachment_t1975337962 * L_44 = V_1; return L_44; } } // Spine.BoundingBoxAttachment Spine.AtlasAttachmentLoader::NewBoundingBoxAttachment(Spine.Skin,System.String) extern "C" IL2CPP_METHOD_ATTR BoundingBoxAttachment_t2797506510 * AtlasAttachmentLoader_NewBoundingBoxAttachment_m3238553343 (AtlasAttachmentLoader_t3966790320 * __this, Skin_t1174584606 * ___skin0, String_t* ___name1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AtlasAttachmentLoader_NewBoundingBoxAttachment_m3238553343_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name1; BoundingBoxAttachment_t2797506510 * L_1 = (BoundingBoxAttachment_t2797506510 *)il2cpp_codegen_object_new(BoundingBoxAttachment_t2797506510_il2cpp_TypeInfo_var); BoundingBoxAttachment__ctor_m3861128766(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // Spine.PathAttachment Spine.AtlasAttachmentLoader::NewPathAttachment(Spine.Skin,System.String) extern "C" IL2CPP_METHOD_ATTR PathAttachment_t3565151060 * AtlasAttachmentLoader_NewPathAttachment_m3672774560 (AtlasAttachmentLoader_t3966790320 * __this, Skin_t1174584606 * ___skin0, String_t* ___name1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AtlasAttachmentLoader_NewPathAttachment_m3672774560_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name1; PathAttachment_t3565151060 * L_1 = (PathAttachment_t3565151060 *)il2cpp_codegen_object_new(PathAttachment_t3565151060_il2cpp_TypeInfo_var); PathAttachment__ctor_m709103174(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // Spine.PointAttachment Spine.AtlasAttachmentLoader::NewPointAttachment(Spine.Skin,System.String) extern "C" IL2CPP_METHOD_ATTR PointAttachment_t2275020146 * AtlasAttachmentLoader_NewPointAttachment_m2752024637 (AtlasAttachmentLoader_t3966790320 * __this, Skin_t1174584606 * ___skin0, String_t* ___name1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AtlasAttachmentLoader_NewPointAttachment_m2752024637_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name1; PointAttachment_t2275020146 * L_1 = (PointAttachment_t2275020146 *)il2cpp_codegen_object_new(PointAttachment_t2275020146_il2cpp_TypeInfo_var); PointAttachment__ctor_m640070577(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // Spine.ClippingAttachment Spine.AtlasAttachmentLoader::NewClippingAttachment(Spine.Skin,System.String) extern "C" IL2CPP_METHOD_ATTR ClippingAttachment_t2586274570 * AtlasAttachmentLoader_NewClippingAttachment_m2824858845 (AtlasAttachmentLoader_t3966790320 * __this, Skin_t1174584606 * ___skin0, String_t* ___name1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AtlasAttachmentLoader_NewClippingAttachment_m2824858845_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name1; ClippingAttachment_t2586274570 * L_1 = (ClippingAttachment_t2586274570 *)il2cpp_codegen_object_new(ClippingAttachment_t2586274570_il2cpp_TypeInfo_var); ClippingAttachment__ctor_m2765219991(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // Spine.AtlasRegion Spine.AtlasAttachmentLoader::FindRegion(System.String) extern "C" IL2CPP_METHOD_ATTR AtlasRegion_t13903284 * AtlasAttachmentLoader_FindRegion_m1565414959 (AtlasAttachmentLoader_t3966790320 * __this, String_t* ___name0, const RuntimeMethod* method) { AtlasRegion_t13903284 * V_0 = NULL; int32_t V_1 = 0; { V_1 = 0; goto IL_0022; } IL_0007: { AtlasU5BU5D_t3463999232* L_0 = __this->get_atlasArray_0(); int32_t L_1 = V_1; NullCheck(L_0); int32_t L_2 = L_1; Atlas_t4040192941 * L_3 = (L_0)->GetAt(static_cast(L_2)); String_t* L_4 = ___name0; NullCheck(L_3); AtlasRegion_t13903284 * L_5 = Atlas_FindRegion_m2944783334(L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; AtlasRegion_t13903284 * L_6 = V_0; if (!L_6) { goto IL_001e; } } { AtlasRegion_t13903284 * L_7 = V_0; return L_7; } IL_001e: { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0022: { int32_t L_9 = V_1; AtlasU5BU5D_t3463999232* L_10 = __this->get_atlasArray_0(); NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))) { goto IL_0007; } } { return (AtlasRegion_t13903284 *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Spine.AtlasPage::.ctor() extern "C" IL2CPP_METHOD_ATTR void AtlasPage__ctor_m3795786881 (AtlasPage_t4077017671 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // Spine.AtlasPage Spine.AtlasPage::Clone() extern "C" IL2CPP_METHOD_ATTR AtlasPage_t4077017671 * AtlasPage_Clone_m1037363737 (AtlasPage_t4077017671 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AtlasPage_Clone_m1037363737_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Object_MemberwiseClone_m1474068832(__this, /*hidden argument*/NULL); return ((AtlasPage_t4077017671 *)IsInstClass((RuntimeObject*)L_0, AtlasPage_t4077017671_il2cpp_TypeInfo_var)); } } #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 Spine.AtlasRegion::.ctor() extern "C" IL2CPP_METHOD_ATTR void AtlasRegion__ctor_m2705127635 (AtlasRegion_t13903284 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // Spine.AtlasRegion Spine.AtlasRegion::Clone() extern "C" IL2CPP_METHOD_ATTR AtlasRegion_t13903284 * AtlasRegion_Clone_m2169886420 (AtlasRegion_t13903284 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AtlasRegion_Clone_m2169886420_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Object_MemberwiseClone_m1474068832(__this, /*hidden argument*/NULL); return ((AtlasRegion_t13903284 *)IsInstClass((RuntimeObject*)L_0, AtlasRegion_t13903284_il2cpp_TypeInfo_var)); } } #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 Spine.Attachment::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Attachment__ctor_m467667006 (Attachment_t3043756552 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Attachment__ctor_m467667006_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; if (L_0) { goto IL_001c; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral62725243, _stringLiteral481572973, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Attachment__ctor_m467667006_RuntimeMethod_var); } IL_001c: { String_t* L_2 = ___name0; Attachment_set_Name_m1984535090(__this, L_2, /*hidden argument*/NULL); return; } } // System.String Spine.Attachment::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* Attachment_get_Name_m3847529203 (Attachment_t3043756552 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CNameU3Ek__BackingField_0(); return L_0; } } // System.Void Spine.Attachment::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void Attachment_set_Name_m1984535090 (Attachment_t3043756552 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CNameU3Ek__BackingField_0(L_0); return; } } // System.String Spine.Attachment::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Attachment_ToString_m3502028330 (Attachment_t3043756552 * __this, const RuntimeMethod* method) { { String_t* L_0 = Attachment_get_Name_m3847529203(__this, /*hidden argument*/NULL); 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 Spine.AttachmentTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AttachmentTimeline__ctor_m1938363147 (AttachmentTimeline_t2048728856 * __this, int32_t ___frameCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttachmentTimeline__ctor_m1938363147_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___frameCount0; __this->set_frames_1(((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_0))); int32_t L_1 = ___frameCount0; __this->set_attachmentNames_2(((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)L_1))); return; } } // System.Int32 Spine.AttachmentTimeline::get_SlotIndex() extern "C" IL2CPP_METHOD_ATTR int32_t AttachmentTimeline_get_SlotIndex_m3901648440 (AttachmentTimeline_t2048728856 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_slotIndex_0(); return L_0; } } // System.Void Spine.AttachmentTimeline::set_SlotIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void AttachmentTimeline_set_SlotIndex_m1123465844 (AttachmentTimeline_t2048728856 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_slotIndex_0(L_0); return; } } // System.Single[] Spine.AttachmentTimeline::get_Frames() extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* AttachmentTimeline_get_Frames_m1574256008 (AttachmentTimeline_t2048728856 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_frames_1(); return L_0; } } // System.Void Spine.AttachmentTimeline::set_Frames(System.Single[]) extern "C" IL2CPP_METHOD_ATTR void AttachmentTimeline_set_Frames_m831035744 (AttachmentTimeline_t2048728856 * __this, SingleU5BU5D_t1444911251* ___value0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = ___value0; __this->set_frames_1(L_0); return; } } // System.String[] Spine.AttachmentTimeline::get_AttachmentNames() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* AttachmentTimeline_get_AttachmentNames_m902207703 (AttachmentTimeline_t2048728856 * __this, const RuntimeMethod* method) { { StringU5BU5D_t1281789340* L_0 = __this->get_attachmentNames_2(); return L_0; } } // System.Void Spine.AttachmentTimeline::set_AttachmentNames(System.String[]) extern "C" IL2CPP_METHOD_ATTR void AttachmentTimeline_set_AttachmentNames_m134739332 (AttachmentTimeline_t2048728856 * __this, StringU5BU5D_t1281789340* ___value0, const RuntimeMethod* method) { { StringU5BU5D_t1281789340* L_0 = ___value0; __this->set_attachmentNames_2(L_0); return; } } // System.Int32 Spine.AttachmentTimeline::get_FrameCount() extern "C" IL2CPP_METHOD_ATTR int32_t AttachmentTimeline_get_FrameCount_m4262698828 (AttachmentTimeline_t2048728856 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_frames_1(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Int32 Spine.AttachmentTimeline::get_PropertyId() extern "C" IL2CPP_METHOD_ATTR int32_t AttachmentTimeline_get_PropertyId_m999112134 (AttachmentTimeline_t2048728856 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_slotIndex_0(); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)67108864), (int32_t)L_0)); } } // System.Void Spine.AttachmentTimeline::SetFrame(System.Int32,System.Single,System.String) extern "C" IL2CPP_METHOD_ATTR void AttachmentTimeline_SetFrame_m3608645729 (AttachmentTimeline_t2048728856 * __this, int32_t ___frameIndex0, float ___time1, String_t* ___attachmentName2, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_frames_1(); int32_t L_1 = ___frameIndex0; float L_2 = ___time1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (float)L_2); StringU5BU5D_t1281789340* L_3 = __this->get_attachmentNames_2(); int32_t L_4 = ___frameIndex0; String_t* L_5 = ___attachmentName2; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(L_4), (String_t*)L_5); return; } } // System.Void Spine.AttachmentTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection) extern "C" IL2CPP_METHOD_ATTR void AttachmentTimeline_Apply_m3095386488 (AttachmentTimeline_t2048728856 * __this, Skeleton_t3686076450 * ___skeleton0, float ___lastTime1, float ___time2, ExposedList_1_t4085685707 * ___firedEvents3, float ___alpha4, int32_t ___blend5, int32_t ___direction6, const RuntimeMethod* method) { String_t* V_0 = NULL; Slot_t3514940700 * V_1 = NULL; SingleU5BU5D_t1444911251* V_2 = NULL; int32_t V_3 = 0; Slot_t3514940700 * G_B4_0 = NULL; Slot_t3514940700 * G_B3_0 = NULL; Attachment_t3043756552 * G_B5_0 = NULL; Slot_t3514940700 * G_B5_1 = NULL; Slot_t3514940700 * G_B11_0 = NULL; Slot_t3514940700 * G_B10_0 = NULL; Attachment_t3043756552 * G_B12_0 = NULL; Slot_t3514940700 * G_B12_1 = NULL; Slot_t3514940700 * G_B19_0 = NULL; Slot_t3514940700 * G_B18_0 = NULL; Attachment_t3043756552 * G_B20_0 = NULL; Slot_t3514940700 * G_B20_1 = NULL; { Skeleton_t3686076450 * L_0 = ___skeleton0; NullCheck(L_0); ExposedList_1_t1927085270 * L_1 = L_0->get_slots_2(); NullCheck(L_1); SlotU5BU5D_t285245173* L_2 = L_1->get_Items_0(); int32_t L_3 = __this->get_slotIndex_0(); NullCheck(L_2); int32_t L_4 = L_3; Slot_t3514940700 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_1 = L_5; int32_t L_6 = ___direction6; if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_004e; } } { int32_t L_7 = ___blend5; if (L_7) { goto IL_004e; } } { Slot_t3514940700 * L_8 = V_1; NullCheck(L_8); SlotData_t154801902 * L_9 = L_8->get_data_0(); NullCheck(L_9); String_t* L_10 = L_9->get_attachmentName_11(); V_0 = L_10; Slot_t3514940700 * L_11 = V_1; String_t* L_12 = V_0; G_B3_0 = L_11; if (L_12) { G_B4_0 = L_11; goto IL_003b; } } { G_B5_0 = ((Attachment_t3043756552 *)(NULL)); G_B5_1 = G_B3_0; goto IL_0048; } IL_003b: { Skeleton_t3686076450 * L_13 = ___skeleton0; int32_t L_14 = __this->get_slotIndex_0(); String_t* L_15 = V_0; NullCheck(L_13); Attachment_t3043756552 * L_16 = Skeleton_GetAttachment_m2295404847(L_13, L_14, L_15, /*hidden argument*/NULL); G_B5_0 = L_16; G_B5_1 = G_B4_0; } IL_0048: { NullCheck(G_B5_1); Slot_set_Attachment_m2846783909(G_B5_1, G_B5_0, /*hidden argument*/NULL); return; } IL_004e: { SingleU5BU5D_t1444911251* L_17 = __this->get_frames_1(); V_2 = L_17; float L_18 = ___time2; SingleU5BU5D_t1444911251* L_19 = V_2; NullCheck(L_19); int32_t L_20 = 0; float L_21 = (L_19)->GetAt(static_cast(L_20)); if ((!(((float)L_18) < ((float)L_21)))) { goto IL_0099; } } { int32_t L_22 = ___blend5; if (!L_22) { goto IL_006d; } } { int32_t L_23 = ___blend5; if ((!(((uint32_t)L_23) == ((uint32_t)1)))) { goto IL_0098; } } IL_006d: { Slot_t3514940700 * L_24 = V_1; NullCheck(L_24); SlotData_t154801902 * L_25 = L_24->get_data_0(); NullCheck(L_25); String_t* L_26 = L_25->get_attachmentName_11(); V_0 = L_26; Slot_t3514940700 * L_27 = V_1; String_t* L_28 = V_0; G_B10_0 = L_27; if (L_28) { G_B11_0 = L_27; goto IL_0086; } } { G_B12_0 = ((Attachment_t3043756552 *)(NULL)); G_B12_1 = G_B10_0; goto IL_0093; } IL_0086: { Skeleton_t3686076450 * L_29 = ___skeleton0; int32_t L_30 = __this->get_slotIndex_0(); String_t* L_31 = V_0; NullCheck(L_29); Attachment_t3043756552 * L_32 = Skeleton_GetAttachment_m2295404847(L_29, L_30, L_31, /*hidden argument*/NULL); G_B12_0 = L_32; G_B12_1 = G_B11_0; } IL_0093: { NullCheck(G_B12_1); Slot_set_Attachment_m2846783909(G_B12_1, G_B12_0, /*hidden argument*/NULL); } IL_0098: { return; } IL_0099: { float L_33 = ___time2; SingleU5BU5D_t1444911251* L_34 = V_2; SingleU5BU5D_t1444911251* L_35 = V_2; NullCheck(L_35); NullCheck(L_34); int32_t L_36 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length)))), (int32_t)1)); float L_37 = (L_34)->GetAt(static_cast(L_36)); if ((!(((float)L_33) >= ((float)L_37)))) { goto IL_00b1; } } { SingleU5BU5D_t1444911251* L_38 = V_2; NullCheck(L_38); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_38)->max_length)))), (int32_t)1)); goto IL_00bc; } IL_00b1: { SingleU5BU5D_t1444911251* L_39 = V_2; float L_40 = ___time2; int32_t L_41 = Animation_BinarySearch_m3606306837(NULL /*static, unused*/, L_39, L_40, 1, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1)); } IL_00bc: { StringU5BU5D_t1281789340* L_42 = __this->get_attachmentNames_2(); int32_t L_43 = V_3; NullCheck(L_42); int32_t L_44 = L_43; String_t* L_45 = (L_42)->GetAt(static_cast(L_44)); V_0 = L_45; Slot_t3514940700 * L_46 = V_1; String_t* L_47 = V_0; G_B18_0 = L_46; if (L_47) { G_B19_0 = L_46; goto IL_00d2; } } { G_B20_0 = ((Attachment_t3043756552 *)(NULL)); G_B20_1 = G_B18_0; goto IL_00df; } IL_00d2: { Skeleton_t3686076450 * L_48 = ___skeleton0; int32_t L_49 = __this->get_slotIndex_0(); String_t* L_50 = V_0; NullCheck(L_48); Attachment_t3043756552 * L_51 = Skeleton_GetAttachment_m2295404847(L_48, L_49, L_50, /*hidden argument*/NULL); G_B20_0 = L_51; G_B20_1 = G_B19_0; } IL_00df: { NullCheck(G_B20_1); Slot_set_Attachment_m2846783909(G_B20_1, G_B20_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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 Spine.Bone::.ctor(Spine.BoneData,Spine.Skeleton,Spine.Bone) extern "C" IL2CPP_METHOD_ATTR void Bone__ctor_m2476611986 (Bone_t1086356328 * __this, BoneData_t3130174490 * ___data0, Skeleton_t3686076450 * ___skeleton1, Bone_t1086356328 * ___parent2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Bone__ctor_m2476611986_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ExposedList_1_t3793468194 * L_0 = (ExposedList_1_t3793468194 *)il2cpp_codegen_object_new(ExposedList_1_t3793468194_il2cpp_TypeInfo_var); ExposedList_1__ctor_m2583486954(L_0, /*hidden argument*/ExposedList_1__ctor_m2583486954_RuntimeMethod_var); __this->set_children_4(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); BoneData_t3130174490 * L_1 = ___data0; if (L_1) { goto IL_0027; } } { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_2, _stringLiteral2037252866, _stringLiteral1682804726, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Bone__ctor_m2476611986_RuntimeMethod_var); } IL_0027: { Skeleton_t3686076450 * L_3 = ___skeleton1; if (L_3) { goto IL_003d; } } { ArgumentNullException_t1615371798 * L_4 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_4, _stringLiteral4060588482, _stringLiteral4119531450, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Bone__ctor_m2476611986_RuntimeMethod_var); } IL_003d: { BoneData_t3130174490 * L_5 = ___data0; __this->set_data_1(L_5); Skeleton_t3686076450 * L_6 = ___skeleton1; __this->set_skeleton_2(L_6); Bone_t1086356328 * L_7 = ___parent2; __this->set_parent_3(L_7); Bone_SetToSetupPose_m2123037704(__this, /*hidden argument*/NULL); return; } } // Spine.BoneData Spine.Bone::get_Data() extern "C" IL2CPP_METHOD_ATTR BoneData_t3130174490 * Bone_get_Data_m1598209851 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { BoneData_t3130174490 * L_0 = __this->get_data_1(); return L_0; } } // Spine.Skeleton Spine.Bone::get_Skeleton() extern "C" IL2CPP_METHOD_ATTR Skeleton_t3686076450 * Bone_get_Skeleton_m121404257 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { Skeleton_t3686076450 * L_0 = __this->get_skeleton_2(); return L_0; } } // Spine.Bone Spine.Bone::get_Parent() extern "C" IL2CPP_METHOD_ATTR Bone_t1086356328 * Bone_get_Parent_m3569483156 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { Bone_t1086356328 * L_0 = __this->get_parent_3(); return L_0; } } // Spine.ExposedList`1 Spine.Bone::get_Children() extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t3793468194 * Bone_get_Children_m3734521240 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { ExposedList_1_t3793468194 * L_0 = __this->get_children_4(); return L_0; } } // System.Single Spine.Bone::get_X() extern "C" IL2CPP_METHOD_ATTR float Bone_get_X_m2379446529 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_x_5(); return L_0; } } // System.Void Spine.Bone::set_X(System.Single) extern "C" IL2CPP_METHOD_ATTR void Bone_set_X_m3532976463 (Bone_t1086356328 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_x_5(L_0); return; } } // System.Single Spine.Bone::get_Y() extern "C" IL2CPP_METHOD_ATTR float Bone_get_Y_m3945530470 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_y_6(); return L_0; } } // System.Void Spine.Bone::set_Y(System.Single) extern "C" IL2CPP_METHOD_ATTR void Bone_set_Y_m3533015314 (Bone_t1086356328 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_y_6(L_0); return; } } // System.Single Spine.Bone::get_Rotation() extern "C" IL2CPP_METHOD_ATTR float Bone_get_Rotation_m2888305710 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_rotation_7(); return L_0; } } // System.Void Spine.Bone::set_Rotation(System.Single) extern "C" IL2CPP_METHOD_ATTR void Bone_set_Rotation_m1048651892 (Bone_t1086356328 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_rotation_7(L_0); return; } } // System.Single Spine.Bone::get_ScaleX() extern "C" IL2CPP_METHOD_ATTR float Bone_get_ScaleX_m1780111212 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_scaleX_8(); return L_0; } } // System.Void Spine.Bone::set_ScaleX(System.Single) extern "C" IL2CPP_METHOD_ATTR void Bone_set_ScaleX_m3709758207 (Bone_t1086356328 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_scaleX_8(L_0); return; } } // System.Single Spine.Bone::get_ScaleY() extern "C" IL2CPP_METHOD_ATTR float Bone_get_ScaleY_m3736426348 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_scaleY_9(); return L_0; } } // System.Void Spine.Bone::set_ScaleY(System.Single) extern "C" IL2CPP_METHOD_ATTR void Bone_set_ScaleY_m2073914221 (Bone_t1086356328 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_scaleY_9(L_0); return; } } // System.Single Spine.Bone::get_ShearX() extern "C" IL2CPP_METHOD_ATTR float Bone_get_ShearX_m3276561001 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_shearX_10(); return L_0; } } // System.Void Spine.Bone::set_ShearX(System.Single) extern "C" IL2CPP_METHOD_ATTR void Bone_set_ShearX_m3716143608 (Bone_t1086356328 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_shearX_10(L_0); return; } } // System.Single Spine.Bone::get_ShearY() extern "C" IL2CPP_METHOD_ATTR float Bone_get_ShearY_m1320245865 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_shearY_11(); return L_0; } } // System.Void Spine.Bone::set_ShearY(System.Single) extern "C" IL2CPP_METHOD_ATTR void Bone_set_ShearY_m1057020250 (Bone_t1086356328 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_shearY_11(L_0); return; } } // System.Single Spine.Bone::get_AppliedRotation() extern "C" IL2CPP_METHOD_ATTR float Bone_get_AppliedRotation_m370809906 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_arotation_14(); return L_0; } } // System.Void Spine.Bone::set_AppliedRotation(System.Single) extern "C" IL2CPP_METHOD_ATTR void Bone_set_AppliedRotation_m1269166262 (Bone_t1086356328 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_arotation_14(L_0); return; } } // System.Single Spine.Bone::get_AX() extern "C" IL2CPP_METHOD_ATTR float Bone_get_AX_m3654901645 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_ax_12(); return L_0; } } // System.Void Spine.Bone::set_AX(System.Single) extern "C" IL2CPP_METHOD_ATTR void Bone_set_AX_m1984496845 (Bone_t1086356328 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_ax_12(L_0); return; } } // System.Single Spine.Bone::get_AY() extern "C" IL2CPP_METHOD_ATTR float Bone_get_AY_m1698586509 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_ay_13(); return L_0; } } // System.Void Spine.Bone::set_AY(System.Single) extern "C" IL2CPP_METHOD_ATTR void Bone_set_AY_m3610248393 (Bone_t1086356328 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_ay_13(L_0); return; } } // System.Single Spine.Bone::get_AScaleX() extern "C" IL2CPP_METHOD_ATTR float Bone_get_AScaleX_m3838172226 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_ascaleX_15(); return L_0; } } // System.Void Spine.Bone::set_AScaleX(System.Single) extern "C" IL2CPP_METHOD_ATTR void Bone_set_AScaleX_m2764553114 (Bone_t1086356328 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_ascaleX_15(L_0); return; } } // System.Single Spine.Bone::get_AScaleY() extern "C" IL2CPP_METHOD_ATTR float Bone_get_AScaleY_m3838172225 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_ascaleY_16(); return L_0; } } // System.Void Spine.Bone::set_AScaleY(System.Single) extern "C" IL2CPP_METHOD_ATTR void Bone_set_AScaleY_m3247479439 (Bone_t1086356328 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_ascaleY_16(L_0); return; } } // System.Single Spine.Bone::get_AShearX() extern "C" IL2CPP_METHOD_ATTR float Bone_get_AShearX_m1644539126 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_ashearX_17(); return L_0; } } // System.Void Spine.Bone::set_AShearX(System.Single) extern "C" IL2CPP_METHOD_ATTR void Bone_set_AShearX_m2604657385 (Bone_t1086356328 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_ashearX_17(L_0); return; } } // System.Single Spine.Bone::get_AShearY() extern "C" IL2CPP_METHOD_ATTR float Bone_get_AShearY_m1644539127 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_ashearY_18(); return L_0; } } // System.Void Spine.Bone::set_AShearY(System.Single) extern "C" IL2CPP_METHOD_ATTR void Bone_set_AShearY_m1528672420 (Bone_t1086356328 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_ashearY_18(L_0); return; } } // System.Single Spine.Bone::get_A() extern "C" IL2CPP_METHOD_ATTR float Bone_get_A_m3589300110 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_a_20(); return L_0; } } // System.Single Spine.Bone::get_B() extern "C" IL2CPP_METHOD_ATTR float Bone_get_B_m860416755 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_b_21(); return L_0; } } // System.Single Spine.Bone::get_C() extern "C" IL2CPP_METHOD_ATTR float Bone_get_C_m2426500696 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_c_23(); return L_0; } } // System.Single Spine.Bone::get_D() extern "C" IL2CPP_METHOD_ATTR float Bone_get_D_m3992584637 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_d_24(); return L_0; } } // System.Single Spine.Bone::get_WorldX() extern "C" IL2CPP_METHOD_ATTR float Bone_get_WorldX_m958006564 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_worldX_22(); return L_0; } } // System.Single Spine.Bone::get_WorldY() extern "C" IL2CPP_METHOD_ATTR float Bone_get_WorldY_m2914321700 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_worldY_25(); return L_0; } } // System.Single Spine.Bone::get_WorldRotationX() extern "C" IL2CPP_METHOD_ATTR float Bone_get_WorldRotationX_m2836530618 (Bone_t1086356328 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Bone_get_WorldRotationX_m2836530618_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = __this->get_c_23(); float L_1 = __this->get_a_20(); IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_2 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return ((float)il2cpp_codegen_multiply((float)L_2, (float)(57.2957764f))); } } // System.Single Spine.Bone::get_WorldRotationY() extern "C" IL2CPP_METHOD_ATTR float Bone_get_WorldRotationY_m497878458 (Bone_t1086356328 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Bone_get_WorldRotationY_m497878458_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = __this->get_d_24(); float L_1 = __this->get_b_21(); IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_2 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return ((float)il2cpp_codegen_multiply((float)L_2, (float)(57.2957764f))); } } // System.Single Spine.Bone::get_WorldScaleX() extern "C" IL2CPP_METHOD_ATTR float Bone_get_WorldScaleX_m722169928 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_a_20(); float L_1 = __this->get_a_20(); float L_2 = __this->get_c_23(); float L_3 = __this->get_c_23(); double L_4 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_0, (float)L_1)), (float)((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)))))))); return (((float)((float)L_4))); } } // System.Single Spine.Bone::get_WorldScaleY() extern "C" IL2CPP_METHOD_ATTR float Bone_get_WorldScaleY_m722169927 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_b_21(); float L_1 = __this->get_b_21(); float L_2 = __this->get_d_24(); float L_3 = __this->get_d_24(); double L_4 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_0, (float)L_1)), (float)((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)))))))); return (((float)((float)L_4))); } } // System.Void Spine.Bone::Update() extern "C" IL2CPP_METHOD_ATTR void Bone_Update_m612692308 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_x_5(); float L_1 = __this->get_y_6(); float L_2 = __this->get_rotation_7(); float L_3 = __this->get_scaleX_8(); float L_4 = __this->get_scaleY_9(); float L_5 = __this->get_shearX_10(); float L_6 = __this->get_shearY_11(); Bone_UpdateWorldTransform_m1569389598(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void Spine.Bone::UpdateWorldTransform() extern "C" IL2CPP_METHOD_ATTR void Bone_UpdateWorldTransform_m459548868 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_x_5(); float L_1 = __this->get_y_6(); float L_2 = __this->get_rotation_7(); float L_3 = __this->get_scaleX_8(); float L_4 = __this->get_scaleY_9(); float L_5 = __this->get_shearX_10(); float L_6 = __this->get_shearY_11(); Bone_UpdateWorldTransform_m1569389598(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void Spine.Bone::UpdateWorldTransform(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Bone_UpdateWorldTransform_m1569389598 (Bone_t1086356328 * __this, float ___x0, float ___y1, float ___rotation2, float ___scaleX3, float ___scaleY4, float ___shearX5, float ___shearY6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Bone_UpdateWorldTransform_m1569389598_MetadataUsageId); s_Il2CppMethodInitialized = true; } Skeleton_t3686076450 * V_0 = NULL; Bone_t1086356328 * V_1 = NULL; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; int32_t V_9 = 0; float V_10 = 0.0f; float V_11 = 0.0f; float V_12 = 0.0f; float V_13 = 0.0f; float V_14 = 0.0f; float V_15 = 0.0f; float V_16 = 0.0f; float V_17 = 0.0f; float V_18 = 0.0f; float V_19 = 0.0f; float V_20 = 0.0f; float V_21 = 0.0f; float V_22 = 0.0f; float V_23 = 0.0f; float V_24 = 0.0f; float V_25 = 0.0f; 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; float V_32 = 0.0f; float V_33 = 0.0f; float V_34 = 0.0f; float V_35 = 0.0f; { float L_0 = ___x0; __this->set_ax_12(L_0); float L_1 = ___y1; __this->set_ay_13(L_1); float L_2 = ___rotation2; __this->set_arotation_14(L_2); float L_3 = ___scaleX3; __this->set_ascaleX_15(L_3); float L_4 = ___scaleY4; __this->set_ascaleY_16(L_4); float L_5 = ___shearX5; __this->set_ashearX_17(L_5); float L_6 = ___shearY6; __this->set_ashearY_18(L_6); __this->set_appliedValid_19((bool)1); Skeleton_t3686076450 * L_7 = __this->get_skeleton_2(); V_0 = L_7; Bone_t1086356328 * L_8 = __this->get_parent_3(); V_1 = L_8; Bone_t1086356328 * L_9 = V_1; if (L_9) { goto IL_00d8; } } { float L_10 = ___rotation2; float L_11 = ___shearY6; V_2 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_10, (float)(90.0f))), (float)L_11)); Skeleton_t3686076450 * L_12 = V_0; NullCheck(L_12); float L_13 = L_12->get_scaleX_15(); V_3 = L_13; Skeleton_t3686076450 * L_14 = V_0; NullCheck(L_14); float L_15 = L_14->get_scaleY_16(); V_4 = L_15; float L_16 = ___rotation2; float L_17 = ___shearX5; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_18 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)L_16, (float)L_17)), /*hidden argument*/NULL); float L_19 = ___scaleX3; float L_20 = V_3; __this->set_a_20(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_18, (float)L_19)), (float)L_20))); float L_21 = V_2; float L_22 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); float L_23 = ___scaleY4; float L_24 = V_4; __this->set_b_21(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_22, (float)L_23)), (float)L_24))); float L_25 = ___rotation2; float L_26 = ___shearX5; float L_27 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)L_25, (float)L_26)), /*hidden argument*/NULL); float L_28 = ___scaleX3; float L_29 = V_3; __this->set_c_23(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_27, (float)L_28)), (float)L_29))); float L_30 = V_2; float L_31 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); float L_32 = ___scaleY4; float L_33 = V_4; __this->set_d_24(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_31, (float)L_32)), (float)L_33))); float L_34 = ___x0; float L_35 = V_3; Skeleton_t3686076450 * L_36 = V_0; NullCheck(L_36); float L_37 = L_36->get_x_17(); __this->set_worldX_22(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_34, (float)L_35)), (float)L_37))); float L_38 = ___y1; float L_39 = V_4; Skeleton_t3686076450 * L_40 = V_0; NullCheck(L_40); float L_41 = L_40->get_y_18(); __this->set_worldY_25(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_38, (float)L_39)), (float)L_41))); return; } IL_00d8: { Bone_t1086356328 * L_42 = V_1; NullCheck(L_42); float L_43 = L_42->get_a_20(); V_5 = L_43; Bone_t1086356328 * L_44 = V_1; NullCheck(L_44); float L_45 = L_44->get_b_21(); V_6 = L_45; Bone_t1086356328 * L_46 = V_1; NullCheck(L_46); float L_47 = L_46->get_c_23(); V_7 = L_47; Bone_t1086356328 * L_48 = V_1; NullCheck(L_48); float L_49 = L_48->get_d_24(); V_8 = L_49; float L_50 = V_5; float L_51 = ___x0; float L_52 = V_6; float L_53 = ___y1; Bone_t1086356328 * L_54 = V_1; NullCheck(L_54); float L_55 = L_54->get_worldX_22(); __this->set_worldX_22(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_50, (float)L_51)), (float)((float)il2cpp_codegen_multiply((float)L_52, (float)L_53)))), (float)L_55))); float L_56 = V_7; float L_57 = ___x0; float L_58 = V_8; float L_59 = ___y1; Bone_t1086356328 * L_60 = V_1; NullCheck(L_60); float L_61 = L_60->get_worldY_25(); __this->set_worldY_25(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_56, (float)L_57)), (float)((float)il2cpp_codegen_multiply((float)L_58, (float)L_59)))), (float)L_61))); BoneData_t3130174490 * L_62 = __this->get_data_1(); NullCheck(L_62); int32_t L_63 = L_62->get_transformMode_11(); V_9 = L_63; int32_t L_64 = V_9; switch (L_64) { case 0: { goto IL_015d; } case 1: { goto IL_0237; } case 2: { goto IL_033f; } case 3: { goto IL_04bd; } case 4: { goto IL_04bd; } case 5: { goto IL_04bd; } case 6: { goto IL_033f; } case 7: { goto IL_01e2; } } } { goto IL_04bd; } IL_015d: { float L_65 = ___rotation2; float L_66 = ___shearY6; V_10 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_65, (float)(90.0f))), (float)L_66)); float L_67 = ___rotation2; float L_68 = ___shearX5; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_69 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)L_67, (float)L_68)), /*hidden argument*/NULL); float L_70 = ___scaleX3; V_11 = ((float)il2cpp_codegen_multiply((float)L_69, (float)L_70)); float L_71 = V_10; float L_72 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_71, /*hidden argument*/NULL); float L_73 = ___scaleY4; V_12 = ((float)il2cpp_codegen_multiply((float)L_72, (float)L_73)); float L_74 = ___rotation2; float L_75 = ___shearX5; float L_76 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)L_74, (float)L_75)), /*hidden argument*/NULL); float L_77 = ___scaleX3; V_13 = ((float)il2cpp_codegen_multiply((float)L_76, (float)L_77)); float L_78 = V_10; float L_79 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_78, /*hidden argument*/NULL); float L_80 = ___scaleY4; V_14 = ((float)il2cpp_codegen_multiply((float)L_79, (float)L_80)); float L_81 = V_5; float L_82 = V_11; float L_83 = V_6; float L_84 = V_13; __this->set_a_20(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_81, (float)L_82)), (float)((float)il2cpp_codegen_multiply((float)L_83, (float)L_84))))); float L_85 = V_5; float L_86 = V_12; float L_87 = V_6; float L_88 = V_14; __this->set_b_21(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_85, (float)L_86)), (float)((float)il2cpp_codegen_multiply((float)L_87, (float)L_88))))); float L_89 = V_7; float L_90 = V_11; float L_91 = V_8; float L_92 = V_13; __this->set_c_23(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_89, (float)L_90)), (float)((float)il2cpp_codegen_multiply((float)L_91, (float)L_92))))); float L_93 = V_7; float L_94 = V_12; float L_95 = V_8; float L_96 = V_14; __this->set_d_24(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_93, (float)L_94)), (float)((float)il2cpp_codegen_multiply((float)L_95, (float)L_96))))); return; } IL_01e2: { float L_97 = ___rotation2; float L_98 = ___shearY6; V_15 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_97, (float)(90.0f))), (float)L_98)); float L_99 = ___rotation2; float L_100 = ___shearX5; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_101 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)L_99, (float)L_100)), /*hidden argument*/NULL); float L_102 = ___scaleX3; __this->set_a_20(((float)il2cpp_codegen_multiply((float)L_101, (float)L_102))); float L_103 = V_15; float L_104 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_103, /*hidden argument*/NULL); float L_105 = ___scaleY4; __this->set_b_21(((float)il2cpp_codegen_multiply((float)L_104, (float)L_105))); float L_106 = ___rotation2; float L_107 = ___shearX5; float L_108 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)L_106, (float)L_107)), /*hidden argument*/NULL); float L_109 = ___scaleX3; __this->set_c_23(((float)il2cpp_codegen_multiply((float)L_108, (float)L_109))); float L_110 = V_15; float L_111 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_110, /*hidden argument*/NULL); float L_112 = ___scaleY4; __this->set_d_24(((float)il2cpp_codegen_multiply((float)L_111, (float)L_112))); goto IL_04bd; } IL_0237: { float L_113 = V_5; float L_114 = V_5; float L_115 = V_7; float L_116 = V_7; V_16 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_113, (float)L_114)), (float)((float)il2cpp_codegen_multiply((float)L_115, (float)L_116)))); float L_117 = V_16; if ((!(((float)L_117) > ((float)(0.0001f))))) { goto IL_0289; } } { float L_118 = V_5; float L_119 = V_8; float L_120 = V_6; float L_121 = V_7; float L_122 = fabsf(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_118, (float)L_119)), (float)((float)il2cpp_codegen_multiply((float)L_120, (float)L_121))))); float L_123 = V_16; V_16 = ((float)((float)L_122/(float)L_123)); float L_124 = V_7; float L_125 = V_16; V_6 = ((float)il2cpp_codegen_multiply((float)L_124, (float)L_125)); float L_126 = V_5; float L_127 = V_16; V_8 = ((float)il2cpp_codegen_multiply((float)L_126, (float)L_127)); float L_128 = V_7; float L_129 = V_5; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_130 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, L_128, L_129, /*hidden argument*/NULL); V_17 = ((float)il2cpp_codegen_multiply((float)L_130, (float)(57.2957764f))); goto IL_02ae; } IL_0289: { V_5 = (0.0f); V_7 = (0.0f); float L_131 = V_8; float L_132 = V_6; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_133 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, L_131, L_132, /*hidden argument*/NULL); V_17 = ((float)il2cpp_codegen_subtract((float)(90.0f), (float)((float)il2cpp_codegen_multiply((float)L_133, (float)(57.2957764f))))); } IL_02ae: { float L_134 = ___rotation2; float L_135 = ___shearX5; float L_136 = V_17; V_18 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_134, (float)L_135)), (float)L_136)); float L_137 = ___rotation2; float L_138 = ___shearY6; float L_139 = V_17; V_19 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_137, (float)L_138)), (float)L_139)), (float)(90.0f))); float L_140 = V_18; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_141 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_140, /*hidden argument*/NULL); float L_142 = ___scaleX3; V_20 = ((float)il2cpp_codegen_multiply((float)L_141, (float)L_142)); float L_143 = V_19; float L_144 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_143, /*hidden argument*/NULL); float L_145 = ___scaleY4; V_21 = ((float)il2cpp_codegen_multiply((float)L_144, (float)L_145)); float L_146 = V_18; float L_147 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_146, /*hidden argument*/NULL); float L_148 = ___scaleX3; V_22 = ((float)il2cpp_codegen_multiply((float)L_147, (float)L_148)); float L_149 = V_19; float L_150 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_149, /*hidden argument*/NULL); float L_151 = ___scaleY4; V_23 = ((float)il2cpp_codegen_multiply((float)L_150, (float)L_151)); float L_152 = V_5; float L_153 = V_20; float L_154 = V_6; float L_155 = V_22; __this->set_a_20(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_152, (float)L_153)), (float)((float)il2cpp_codegen_multiply((float)L_154, (float)L_155))))); float L_156 = V_5; float L_157 = V_21; float L_158 = V_6; float L_159 = V_23; __this->set_b_21(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_156, (float)L_157)), (float)((float)il2cpp_codegen_multiply((float)L_158, (float)L_159))))); float L_160 = V_7; float L_161 = V_20; float L_162 = V_8; float L_163 = V_22; __this->set_c_23(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_160, (float)L_161)), (float)((float)il2cpp_codegen_multiply((float)L_162, (float)L_163))))); float L_164 = V_7; float L_165 = V_21; float L_166 = V_8; float L_167 = V_23; __this->set_d_24(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_164, (float)L_165)), (float)((float)il2cpp_codegen_multiply((float)L_166, (float)L_167))))); goto IL_04bd; } IL_033f: { float L_168 = ___rotation2; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_169 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_168, /*hidden argument*/NULL); V_24 = L_169; float L_170 = ___rotation2; float L_171 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_170, /*hidden argument*/NULL); V_25 = L_171; float L_172 = V_5; float L_173 = V_24; float L_174 = V_6; float L_175 = V_25; Skeleton_t3686076450 * L_176 = V_0; NullCheck(L_176); float L_177 = L_176->get_scaleX_15(); V_26 = ((float)((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_172, (float)L_173)), (float)((float)il2cpp_codegen_multiply((float)L_174, (float)L_175))))/(float)L_177)); float L_178 = V_7; float L_179 = V_24; float L_180 = V_8; float L_181 = V_25; Skeleton_t3686076450 * L_182 = V_0; NullCheck(L_182); float L_183 = L_182->get_scaleY_16(); V_27 = ((float)((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_178, (float)L_179)), (float)((float)il2cpp_codegen_multiply((float)L_180, (float)L_181))))/(float)L_183)); float L_184 = V_26; float L_185 = V_26; float L_186 = V_27; float L_187 = V_27; double L_188 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_184, (float)L_185)), (float)((float)il2cpp_codegen_multiply((float)L_186, (float)L_187)))))))); V_28 = (((float)((float)L_188))); float L_189 = V_28; if ((!(((float)L_189) > ((float)(1.0E-05f))))) { goto IL_03a1; } } { float L_190 = V_28; V_28 = ((float)((float)(1.0f)/(float)L_190)); } IL_03a1: { float L_191 = V_26; float L_192 = V_28; V_26 = ((float)il2cpp_codegen_multiply((float)L_191, (float)L_192)); float L_193 = V_27; float L_194 = V_28; V_27 = ((float)il2cpp_codegen_multiply((float)L_193, (float)L_194)); float L_195 = V_26; float L_196 = V_26; float L_197 = V_27; float L_198 = V_27; double L_199 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_195, (float)L_196)), (float)((float)il2cpp_codegen_multiply((float)L_197, (float)L_198)))))))); V_28 = (((float)((float)L_199))); BoneData_t3130174490 * L_200 = __this->get_data_1(); NullCheck(L_200); int32_t L_201 = L_200->get_transformMode_11(); if ((!(((uint32_t)L_201) == ((uint32_t)2)))) { goto IL_040f; } } { float L_202 = V_5; float L_203 = V_8; float L_204 = V_6; float L_205 = V_7; Skeleton_t3686076450 * L_206 = V_0; NullCheck(L_206); float L_207 = L_206->get_scaleX_15(); Skeleton_t3686076450 * L_208 = V_0; NullCheck(L_208); float L_209 = L_208->get_scaleY_16(); if ((((int32_t)((((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_202, (float)L_203)), (float)((float)il2cpp_codegen_multiply((float)L_204, (float)L_205))))) < ((float)(0.0f)))? 1 : 0)) == ((int32_t)((((int32_t)((((int32_t)((((float)L_207) < ((float)(0.0f)))? 1 : 0)) == ((int32_t)((((float)L_209) < ((float)(0.0f)))? 1 : 0)))? 1 : 0)) == ((int32_t)0))? 1 : 0)))) { goto IL_040f; } } { float L_210 = V_28; V_28 = ((-L_210)); } IL_040f: { float L_211 = V_27; float L_212 = V_26; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_213 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, L_211, L_212, /*hidden argument*/NULL); V_29 = ((float)il2cpp_codegen_add((float)(1.57079637f), (float)L_213)); float L_214 = V_29; float L_215 = MathUtils_Cos_m1345388411(NULL /*static, unused*/, L_214, /*hidden argument*/NULL); float L_216 = V_28; V_30 = ((float)il2cpp_codegen_multiply((float)L_215, (float)L_216)); float L_217 = V_29; float L_218 = MathUtils_Sin_m1592658079(NULL /*static, unused*/, L_217, /*hidden argument*/NULL); float L_219 = V_28; V_31 = ((float)il2cpp_codegen_multiply((float)L_218, (float)L_219)); float L_220 = ___shearX5; float L_221 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_220, /*hidden argument*/NULL); float L_222 = ___scaleX3; V_32 = ((float)il2cpp_codegen_multiply((float)L_221, (float)L_222)); float L_223 = ___shearY6; float L_224 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)(90.0f), (float)L_223)), /*hidden argument*/NULL); float L_225 = ___scaleY4; V_33 = ((float)il2cpp_codegen_multiply((float)L_224, (float)L_225)); float L_226 = ___shearX5; float L_227 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_226, /*hidden argument*/NULL); float L_228 = ___scaleX3; V_34 = ((float)il2cpp_codegen_multiply((float)L_227, (float)L_228)); float L_229 = ___shearY6; float L_230 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)(90.0f), (float)L_229)), /*hidden argument*/NULL); float L_231 = ___scaleY4; V_35 = ((float)il2cpp_codegen_multiply((float)L_230, (float)L_231)); float L_232 = V_26; float L_233 = V_32; float L_234 = V_30; float L_235 = V_34; __this->set_a_20(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_232, (float)L_233)), (float)((float)il2cpp_codegen_multiply((float)L_234, (float)L_235))))); float L_236 = V_26; float L_237 = V_33; float L_238 = V_30; float L_239 = V_35; __this->set_b_21(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_236, (float)L_237)), (float)((float)il2cpp_codegen_multiply((float)L_238, (float)L_239))))); float L_240 = V_27; float L_241 = V_32; float L_242 = V_31; float L_243 = V_34; __this->set_c_23(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_240, (float)L_241)), (float)((float)il2cpp_codegen_multiply((float)L_242, (float)L_243))))); float L_244 = V_27; float L_245 = V_33; float L_246 = V_31; float L_247 = V_35; __this->set_d_24(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_244, (float)L_245)), (float)((float)il2cpp_codegen_multiply((float)L_246, (float)L_247))))); goto IL_04bd; } IL_04bd: { float L_248 = __this->get_a_20(); Skeleton_t3686076450 * L_249 = V_0; NullCheck(L_249); float L_250 = L_249->get_scaleX_15(); __this->set_a_20(((float)il2cpp_codegen_multiply((float)L_248, (float)L_250))); float L_251 = __this->get_b_21(); Skeleton_t3686076450 * L_252 = V_0; NullCheck(L_252); float L_253 = L_252->get_scaleX_15(); __this->set_b_21(((float)il2cpp_codegen_multiply((float)L_251, (float)L_253))); float L_254 = __this->get_c_23(); Skeleton_t3686076450 * L_255 = V_0; NullCheck(L_255); float L_256 = L_255->get_scaleY_16(); __this->set_c_23(((float)il2cpp_codegen_multiply((float)L_254, (float)L_256))); float L_257 = __this->get_d_24(); Skeleton_t3686076450 * L_258 = V_0; NullCheck(L_258); float L_259 = L_258->get_scaleY_16(); __this->set_d_24(((float)il2cpp_codegen_multiply((float)L_257, (float)L_259))); return; } } // System.Void Spine.Bone::SetToSetupPose() extern "C" IL2CPP_METHOD_ATTR void Bone_SetToSetupPose_m2123037704 (Bone_t1086356328 * __this, const RuntimeMethod* method) { BoneData_t3130174490 * V_0 = NULL; { BoneData_t3130174490 * L_0 = __this->get_data_1(); V_0 = L_0; BoneData_t3130174490 * L_1 = V_0; NullCheck(L_1); float L_2 = L_1->get_x_4(); __this->set_x_5(L_2); BoneData_t3130174490 * L_3 = V_0; NullCheck(L_3); float L_4 = L_3->get_y_5(); __this->set_y_6(L_4); BoneData_t3130174490 * L_5 = V_0; NullCheck(L_5); float L_6 = L_5->get_rotation_6(); __this->set_rotation_7(L_6); BoneData_t3130174490 * L_7 = V_0; NullCheck(L_7); float L_8 = L_7->get_scaleX_7(); __this->set_scaleX_8(L_8); BoneData_t3130174490 * L_9 = V_0; NullCheck(L_9); float L_10 = L_9->get_scaleY_8(); __this->set_scaleY_9(L_10); BoneData_t3130174490 * L_11 = V_0; NullCheck(L_11); float L_12 = L_11->get_shearX_9(); __this->set_shearX_10(L_12); BoneData_t3130174490 * L_13 = V_0; NullCheck(L_13); float L_14 = L_13->get_shearY_10(); __this->set_shearY_11(L_14); return; } } // System.Void Spine.Bone::UpdateAppliedTransform() extern "C" IL2CPP_METHOD_ATTR void Bone_UpdateAppliedTransform_m3509461156 (Bone_t1086356328 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Bone_UpdateAppliedTransform_m3509461156_MetadataUsageId); s_Il2CppMethodInitialized = true; } Bone_t1086356328 * V_0 = NULL; 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; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; float V_10 = 0.0f; float V_11 = 0.0f; float V_12 = 0.0f; float V_13 = 0.0f; float V_14 = 0.0f; float V_15 = 0.0f; float V_16 = 0.0f; { __this->set_appliedValid_19((bool)1); Bone_t1086356328 * L_0 = __this->get_parent_3(); V_0 = L_0; Bone_t1086356328 * L_1 = V_0; if (L_1) { goto IL_00ec; } } { float L_2 = __this->get_worldX_22(); __this->set_ax_12(L_2); float L_3 = __this->get_worldY_25(); __this->set_ay_13(L_3); float L_4 = __this->get_c_23(); float L_5 = __this->get_a_20(); IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_6 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); __this->set_arotation_14(((float)il2cpp_codegen_multiply((float)L_6, (float)(57.2957764f)))); float L_7 = __this->get_a_20(); float L_8 = __this->get_a_20(); float L_9 = __this->get_c_23(); float L_10 = __this->get_c_23(); double L_11 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), (float)((float)il2cpp_codegen_multiply((float)L_9, (float)L_10)))))))); __this->set_ascaleX_15((((float)((float)L_11)))); float L_12 = __this->get_b_21(); float L_13 = __this->get_b_21(); float L_14 = __this->get_d_24(); float L_15 = __this->get_d_24(); double L_16 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_12, (float)L_13)), (float)((float)il2cpp_codegen_multiply((float)L_14, (float)L_15)))))))); __this->set_ascaleY_16((((float)((float)L_16)))); __this->set_ashearX_17((0.0f)); float L_17 = __this->get_a_20(); float L_18 = __this->get_b_21(); float L_19 = __this->get_c_23(); float L_20 = __this->get_d_24(); float L_21 = __this->get_a_20(); float L_22 = __this->get_d_24(); float L_23 = __this->get_b_21(); float L_24 = __this->get_c_23(); float L_25 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_17, (float)L_18)), (float)((float)il2cpp_codegen_multiply((float)L_19, (float)L_20)))), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_21, (float)L_22)), (float)((float)il2cpp_codegen_multiply((float)L_23, (float)L_24)))), /*hidden argument*/NULL); __this->set_ashearY_18(((float)il2cpp_codegen_multiply((float)L_25, (float)(57.2957764f)))); return; } IL_00ec: { Bone_t1086356328 * L_26 = V_0; NullCheck(L_26); float L_27 = L_26->get_a_20(); V_1 = L_27; Bone_t1086356328 * L_28 = V_0; NullCheck(L_28); float L_29 = L_28->get_b_21(); V_2 = L_29; Bone_t1086356328 * L_30 = V_0; NullCheck(L_30); float L_31 = L_30->get_c_23(); V_3 = L_31; Bone_t1086356328 * L_32 = V_0; NullCheck(L_32); float L_33 = L_32->get_d_24(); V_4 = L_33; float L_34 = V_1; float L_35 = V_4; float L_36 = V_2; float L_37 = V_3; V_5 = ((float)((float)(1.0f)/(float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_34, (float)L_35)), (float)((float)il2cpp_codegen_multiply((float)L_36, (float)L_37)))))); float L_38 = __this->get_worldX_22(); Bone_t1086356328 * L_39 = V_0; NullCheck(L_39); float L_40 = L_39->get_worldX_22(); V_6 = ((float)il2cpp_codegen_subtract((float)L_38, (float)L_40)); float L_41 = __this->get_worldY_25(); Bone_t1086356328 * L_42 = V_0; NullCheck(L_42); float L_43 = L_42->get_worldY_25(); V_7 = ((float)il2cpp_codegen_subtract((float)L_41, (float)L_43)); float L_44 = V_6; float L_45 = V_4; float L_46 = V_5; float L_47 = V_7; float L_48 = V_2; float L_49 = V_5; __this->set_ax_12(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_44, (float)L_45)), (float)L_46)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_47, (float)L_48)), (float)L_49))))); float L_50 = V_7; float L_51 = V_1; float L_52 = V_5; float L_53 = V_6; float L_54 = V_3; float L_55 = V_5; __this->set_ay_13(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_50, (float)L_51)), (float)L_52)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_53, (float)L_54)), (float)L_55))))); float L_56 = V_5; float L_57 = V_4; V_8 = ((float)il2cpp_codegen_multiply((float)L_56, (float)L_57)); float L_58 = V_5; float L_59 = V_1; V_9 = ((float)il2cpp_codegen_multiply((float)L_58, (float)L_59)); float L_60 = V_5; float L_61 = V_2; V_10 = ((float)il2cpp_codegen_multiply((float)L_60, (float)L_61)); float L_62 = V_5; float L_63 = V_3; V_11 = ((float)il2cpp_codegen_multiply((float)L_62, (float)L_63)); float L_64 = V_8; float L_65 = __this->get_a_20(); float L_66 = V_10; float L_67 = __this->get_c_23(); V_12 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_64, (float)L_65)), (float)((float)il2cpp_codegen_multiply((float)L_66, (float)L_67)))); float L_68 = V_8; float L_69 = __this->get_b_21(); float L_70 = V_10; float L_71 = __this->get_d_24(); V_13 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_68, (float)L_69)), (float)((float)il2cpp_codegen_multiply((float)L_70, (float)L_71)))); float L_72 = V_9; float L_73 = __this->get_c_23(); float L_74 = V_11; float L_75 = __this->get_a_20(); V_14 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_72, (float)L_73)), (float)((float)il2cpp_codegen_multiply((float)L_74, (float)L_75)))); float L_76 = V_9; float L_77 = __this->get_d_24(); float L_78 = V_11; float L_79 = __this->get_b_21(); V_15 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_76, (float)L_77)), (float)((float)il2cpp_codegen_multiply((float)L_78, (float)L_79)))); __this->set_ashearX_17((0.0f)); float L_80 = V_12; float L_81 = V_12; float L_82 = V_14; float L_83 = V_14; double L_84 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_80, (float)L_81)), (float)((float)il2cpp_codegen_multiply((float)L_82, (float)L_83)))))))); __this->set_ascaleX_15((((float)((float)L_84)))); float L_85 = __this->get_ascaleX_15(); if ((!(((float)L_85) > ((float)(0.0001f))))) { goto IL_0256; } } { float L_86 = V_12; float L_87 = V_15; float L_88 = V_13; float L_89 = V_14; V_16 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_86, (float)L_87)), (float)((float)il2cpp_codegen_multiply((float)L_88, (float)L_89)))); float L_90 = V_16; float L_91 = __this->get_ascaleX_15(); __this->set_ascaleY_16(((float)((float)L_90/(float)L_91))); float L_92 = V_12; float L_93 = V_13; float L_94 = V_14; float L_95 = V_15; float L_96 = V_16; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_97 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_92, (float)L_93)), (float)((float)il2cpp_codegen_multiply((float)L_94, (float)L_95)))), L_96, /*hidden argument*/NULL); __this->set_ashearY_18(((float)il2cpp_codegen_multiply((float)L_97, (float)(57.2957764f)))); float L_98 = V_14; float L_99 = V_12; float L_100 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, L_98, L_99, /*hidden argument*/NULL); __this->set_arotation_14(((float)il2cpp_codegen_multiply((float)L_100, (float)(57.2957764f)))); goto IL_029f; } IL_0256: { __this->set_ascaleX_15((0.0f)); float L_101 = V_13; float L_102 = V_13; float L_103 = V_15; float L_104 = V_15; double L_105 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_101, (float)L_102)), (float)((float)il2cpp_codegen_multiply((float)L_103, (float)L_104)))))))); __this->set_ascaleY_16((((float)((float)L_105)))); __this->set_ashearY_18((0.0f)); float L_106 = V_15; float L_107 = V_13; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_108 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, L_106, L_107, /*hidden argument*/NULL); __this->set_arotation_14(((float)il2cpp_codegen_subtract((float)(90.0f), (float)((float)il2cpp_codegen_multiply((float)L_108, (float)(57.2957764f)))))); } IL_029f: { return; } } // System.Void Spine.Bone::WorldToLocal(System.Single,System.Single,System.Single&,System.Single&) extern "C" IL2CPP_METHOD_ATTR void Bone_WorldToLocal_m608867291 (Bone_t1086356328 * __this, float ___worldX0, float ___worldY1, float* ___localX2, float* ___localY3, 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; float V_5 = 0.0f; float V_6 = 0.0f; { float L_0 = __this->get_a_20(); V_0 = L_0; float L_1 = __this->get_b_21(); V_1 = L_1; float L_2 = __this->get_c_23(); V_2 = L_2; float L_3 = __this->get_d_24(); V_3 = L_3; float L_4 = V_0; float L_5 = V_3; float L_6 = V_1; float L_7 = V_2; V_4 = ((float)((float)(1.0f)/(float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), (float)((float)il2cpp_codegen_multiply((float)L_6, (float)L_7)))))); float L_8 = ___worldX0; float L_9 = __this->get_worldX_22(); V_5 = ((float)il2cpp_codegen_subtract((float)L_8, (float)L_9)); float L_10 = ___worldY1; float L_11 = __this->get_worldY_25(); V_6 = ((float)il2cpp_codegen_subtract((float)L_10, (float)L_11)); float* L_12 = ___localX2; float L_13 = V_5; float L_14 = V_3; float L_15 = V_4; float L_16 = V_6; float L_17 = V_1; float L_18 = V_4; *((float*)(L_12)) = (float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_13, (float)L_14)), (float)L_15)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_16, (float)L_17)), (float)L_18)))); float* L_19 = ___localY3; float L_20 = V_6; float L_21 = V_0; float L_22 = V_4; float L_23 = V_5; float L_24 = V_2; float L_25 = V_4; *((float*)(L_19)) = (float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_20, (float)L_21)), (float)L_22)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_23, (float)L_24)), (float)L_25)))); return; } } // System.Void Spine.Bone::LocalToWorld(System.Single,System.Single,System.Single&,System.Single&) extern "C" IL2CPP_METHOD_ATTR void Bone_LocalToWorld_m1925577538 (Bone_t1086356328 * __this, float ___localX0, float ___localY1, float* ___worldX2, float* ___worldY3, const RuntimeMethod* method) { { float* L_0 = ___worldX2; float L_1 = ___localX0; float L_2 = __this->get_a_20(); float L_3 = ___localY1; float L_4 = __this->get_b_21(); float L_5 = __this->get_worldX_22(); *((float*)(L_0)) = (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), (float)((float)il2cpp_codegen_multiply((float)L_3, (float)L_4)))), (float)L_5)); float* L_6 = ___worldY3; float L_7 = ___localX0; float L_8 = __this->get_c_23(); float L_9 = ___localY1; float L_10 = __this->get_d_24(); float L_11 = __this->get_worldY_25(); *((float*)(L_6)) = (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), (float)((float)il2cpp_codegen_multiply((float)L_9, (float)L_10)))), (float)L_11)); return; } } // System.Single Spine.Bone::get_WorldToLocalRotationX() extern "C" IL2CPP_METHOD_ATTR float Bone_get_WorldToLocalRotationX_m2289814445 (Bone_t1086356328 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Bone_get_WorldToLocalRotationX_m2289814445_MetadataUsageId); s_Il2CppMethodInitialized = true; } Bone_t1086356328 * V_0 = NULL; 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; float V_6 = 0.0f; { Bone_t1086356328 * L_0 = __this->get_parent_3(); V_0 = L_0; Bone_t1086356328 * L_1 = V_0; if (L_1) { goto IL_0014; } } { float L_2 = __this->get_arotation_14(); return L_2; } IL_0014: { Bone_t1086356328 * L_3 = V_0; NullCheck(L_3); float L_4 = L_3->get_a_20(); V_1 = L_4; Bone_t1086356328 * L_5 = V_0; NullCheck(L_5); float L_6 = L_5->get_b_21(); V_2 = L_6; Bone_t1086356328 * L_7 = V_0; NullCheck(L_7); float L_8 = L_7->get_c_23(); V_3 = L_8; Bone_t1086356328 * L_9 = V_0; NullCheck(L_9); float L_10 = L_9->get_d_24(); V_4 = L_10; float L_11 = __this->get_a_20(); V_5 = L_11; float L_12 = __this->get_c_23(); V_6 = L_12; float L_13 = V_1; float L_14 = V_6; float L_15 = V_3; float L_16 = V_5; float L_17 = V_4; float L_18 = V_5; float L_19 = V_2; float L_20 = V_6; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_21 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_13, (float)L_14)), (float)((float)il2cpp_codegen_multiply((float)L_15, (float)L_16)))), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_17, (float)L_18)), (float)((float)il2cpp_codegen_multiply((float)L_19, (float)L_20)))), /*hidden argument*/NULL); return ((float)il2cpp_codegen_multiply((float)L_21, (float)(57.2957764f))); } } // System.Single Spine.Bone::get_WorldToLocalRotationY() extern "C" IL2CPP_METHOD_ATTR float Bone_get_WorldToLocalRotationY_m723730504 (Bone_t1086356328 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Bone_get_WorldToLocalRotationY_m723730504_MetadataUsageId); s_Il2CppMethodInitialized = true; } Bone_t1086356328 * V_0 = NULL; 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; float V_6 = 0.0f; { Bone_t1086356328 * L_0 = __this->get_parent_3(); V_0 = L_0; Bone_t1086356328 * L_1 = V_0; if (L_1) { goto IL_0014; } } { float L_2 = __this->get_arotation_14(); return L_2; } IL_0014: { Bone_t1086356328 * L_3 = V_0; NullCheck(L_3); float L_4 = L_3->get_a_20(); V_1 = L_4; Bone_t1086356328 * L_5 = V_0; NullCheck(L_5); float L_6 = L_5->get_b_21(); V_2 = L_6; Bone_t1086356328 * L_7 = V_0; NullCheck(L_7); float L_8 = L_7->get_c_23(); V_3 = L_8; Bone_t1086356328 * L_9 = V_0; NullCheck(L_9); float L_10 = L_9->get_d_24(); V_4 = L_10; float L_11 = __this->get_b_21(); V_5 = L_11; float L_12 = __this->get_d_24(); V_6 = L_12; float L_13 = V_1; float L_14 = V_6; float L_15 = V_3; float L_16 = V_5; float L_17 = V_4; float L_18 = V_5; float L_19 = V_2; float L_20 = V_6; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_21 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_13, (float)L_14)), (float)((float)il2cpp_codegen_multiply((float)L_15, (float)L_16)))), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_17, (float)L_18)), (float)((float)il2cpp_codegen_multiply((float)L_19, (float)L_20)))), /*hidden argument*/NULL); return ((float)il2cpp_codegen_multiply((float)L_21, (float)(57.2957764f))); } } // System.Single Spine.Bone::WorldToLocalRotation(System.Single) extern "C" IL2CPP_METHOD_ATTR float Bone_WorldToLocalRotation_m1527800217 (Bone_t1086356328 * __this, float ___worldRotation0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Bone_WorldToLocalRotation_m1527800217_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { float L_0 = ___worldRotation0; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_1 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; float L_2 = ___worldRotation0; float L_3 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_1 = L_3; float L_4 = __this->get_a_20(); float L_5 = V_0; float L_6 = __this->get_c_23(); float L_7 = V_1; float L_8 = __this->get_d_24(); float L_9 = V_1; float L_10 = __this->get_b_21(); float L_11 = V_0; float L_12 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), (float)((float)il2cpp_codegen_multiply((float)L_6, (float)L_7)))), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_8, (float)L_9)), (float)((float)il2cpp_codegen_multiply((float)L_10, (float)L_11)))), /*hidden argument*/NULL); float L_13 = __this->get_rotation_7(); float L_14 = __this->get_shearX_10(); return ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_12, (float)(57.2957764f))), (float)L_13)), (float)L_14)); } } // System.Single Spine.Bone::LocalToWorldRotation(System.Single) extern "C" IL2CPP_METHOD_ATTR float Bone_LocalToWorldRotation_m1554458157 (Bone_t1086356328 * __this, float ___localRotation0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Bone_LocalToWorldRotation_m1554458157_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { float L_0 = ___localRotation0; float L_1 = __this->get_rotation_7(); float L_2 = __this->get_shearX_10(); ___localRotation0 = ((float)il2cpp_codegen_subtract((float)L_0, (float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)))); float L_3 = ___localRotation0; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_4 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_0 = L_4; float L_5 = ___localRotation0; float L_6 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_1 = L_6; float L_7 = V_1; float L_8 = __this->get_c_23(); float L_9 = V_0; float L_10 = __this->get_d_24(); float L_11 = V_1; float L_12 = __this->get_a_20(); float L_13 = V_0; float L_14 = __this->get_b_21(); float L_15 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), (float)((float)il2cpp_codegen_multiply((float)L_9, (float)L_10)))), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_11, (float)L_12)), (float)((float)il2cpp_codegen_multiply((float)L_13, (float)L_14)))), /*hidden argument*/NULL); return ((float)il2cpp_codegen_multiply((float)L_15, (float)(57.2957764f))); } } // System.Void Spine.Bone::RotateWorld(System.Single) extern "C" IL2CPP_METHOD_ATTR void Bone_RotateWorld_m1820204250 (Bone_t1086356328 * __this, float ___degrees0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Bone_RotateWorld_m1820204250_MetadataUsageId); s_Il2CppMethodInitialized = true; } 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; float V_5 = 0.0f; { float L_0 = __this->get_a_20(); V_0 = L_0; float L_1 = __this->get_b_21(); V_1 = L_1; float L_2 = __this->get_c_23(); V_2 = L_2; float L_3 = __this->get_d_24(); V_3 = L_3; float L_4 = ___degrees0; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_5 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_4 = L_5; float L_6 = ___degrees0; float L_7 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); V_5 = L_7; float L_8 = V_4; float L_9 = V_0; float L_10 = V_5; float L_11 = V_2; __this->set_a_20(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_8, (float)L_9)), (float)((float)il2cpp_codegen_multiply((float)L_10, (float)L_11))))); float L_12 = V_4; float L_13 = V_1; float L_14 = V_5; float L_15 = V_3; __this->set_b_21(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_12, (float)L_13)), (float)((float)il2cpp_codegen_multiply((float)L_14, (float)L_15))))); float L_16 = V_5; float L_17 = V_0; float L_18 = V_4; float L_19 = V_2; __this->set_c_23(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_16, (float)L_17)), (float)((float)il2cpp_codegen_multiply((float)L_18, (float)L_19))))); float L_20 = V_5; float L_21 = V_1; float L_22 = V_4; float L_23 = V_3; __this->set_d_24(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_20, (float)L_21)), (float)((float)il2cpp_codegen_multiply((float)L_22, (float)L_23))))); __this->set_appliedValid_19((bool)0); return; } } // System.String Spine.Bone::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Bone_ToString_m928603155 (Bone_t1086356328 * __this, const RuntimeMethod* method) { { BoneData_t3130174490 * L_0 = __this->get_data_1(); NullCheck(L_0); String_t* L_1 = L_0->get_name_1(); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Spine.BoneData::.ctor(System.Int32,System.String,Spine.BoneData) extern "C" IL2CPP_METHOD_ATTR void BoneData__ctor_m3600388444 (BoneData_t3130174490 * __this, int32_t ___index0, String_t* ___name1, BoneData_t3130174490 * ___parent2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BoneData__ctor_m3600388444_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_scaleX_7((1.0f)); __this->set_scaleY_8((1.0f)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___index0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0033; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_1, _stringLiteral1155815590, _stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BoneData__ctor_m3600388444_RuntimeMethod_var); } IL_0033: { String_t* L_2 = ___name1; if (L_2) { goto IL_0049; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_3, _stringLiteral62725243, _stringLiteral1807104109, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,BoneData__ctor_m3600388444_RuntimeMethod_var); } IL_0049: { int32_t L_4 = ___index0; __this->set_index_0(L_4); String_t* L_5 = ___name1; __this->set_name_1(L_5); BoneData_t3130174490 * L_6 = ___parent2; __this->set_parent_2(L_6); return; } } // System.Int32 Spine.BoneData::get_Index() extern "C" IL2CPP_METHOD_ATTR int32_t BoneData_get_Index_m1787783758 (BoneData_t3130174490 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_index_0(); return L_0; } } // System.String Spine.BoneData::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* BoneData_get_Name_m2539658364 (BoneData_t3130174490 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_1(); return L_0; } } // Spine.BoneData Spine.BoneData::get_Parent() extern "C" IL2CPP_METHOD_ATTR BoneData_t3130174490 * BoneData_get_Parent_m2425236897 (BoneData_t3130174490 * __this, const RuntimeMethod* method) { { BoneData_t3130174490 * L_0 = __this->get_parent_2(); return L_0; } } // System.Single Spine.BoneData::get_Length() extern "C" IL2CPP_METHOD_ATTR float BoneData_get_Length_m918061777 (BoneData_t3130174490 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_length_3(); return L_0; } } // System.Void Spine.BoneData::set_Length(System.Single) extern "C" IL2CPP_METHOD_ATTR void BoneData_set_Length_m2933080578 (BoneData_t3130174490 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_length_3(L_0); return; } } // System.Single Spine.BoneData::get_X() extern "C" IL2CPP_METHOD_ATTR float BoneData_get_X_m2499271203 (BoneData_t3130174490 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_x_4(); return L_0; } } // System.Void Spine.BoneData::set_X(System.Single) extern "C" IL2CPP_METHOD_ATTR void BoneData_set_X_m1519319998 (BoneData_t3130174490 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_x_4(L_0); return; } } // System.Single Spine.BoneData::get_Y() extern "C" IL2CPP_METHOD_ATTR float BoneData_get_Y_m933187262 (BoneData_t3130174490 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_y_5(); return L_0; } } // System.Void Spine.BoneData::set_Y(System.Single) extern "C" IL2CPP_METHOD_ATTR void BoneData_set_Y_m1523101851 (BoneData_t3130174490 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_y_5(L_0); return; } } // System.Single Spine.BoneData::get_Rotation() extern "C" IL2CPP_METHOD_ATTR float BoneData_get_Rotation_m3173103046 (BoneData_t3130174490 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_rotation_6(); return L_0; } } // System.Void Spine.BoneData::set_Rotation(System.Single) extern "C" IL2CPP_METHOD_ATTR void BoneData_set_Rotation_m3585016893 (BoneData_t3130174490 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_rotation_6(L_0); return; } } // System.Single Spine.BoneData::get_ScaleX() extern "C" IL2CPP_METHOD_ATTR float BoneData_get_ScaleX_m104622316 (BoneData_t3130174490 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_scaleX_7(); return L_0; } } // System.Void Spine.BoneData::set_ScaleX(System.Single) extern "C" IL2CPP_METHOD_ATTR void BoneData_set_ScaleX_m4117235419 (BoneData_t3130174490 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_scaleX_7(L_0); return; } } // System.Single Spine.BoneData::get_ScaleY() extern "C" IL2CPP_METHOD_ATTR float BoneData_get_ScaleY_m2443274476 (BoneData_t3130174490 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_scaleY_8(); return L_0; } } // System.Void Spine.BoneData::set_ScaleY(System.Single) extern "C" IL2CPP_METHOD_ATTR void BoneData_set_ScaleY_m4108781293 (BoneData_t3130174490 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_scaleY_8(L_0); return; } } // System.Single Spine.BoneData::get_ShearX() extern "C" IL2CPP_METHOD_ATTR float BoneData_get_ShearX_m4003467505 (BoneData_t3130174490 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_shearX_9(); return L_0; } } // System.Void Spine.BoneData::set_ShearX(System.Single) extern "C" IL2CPP_METHOD_ATTR void BoneData_set_ShearX_m2640520432 (BoneData_t3130174490 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_shearX_9(L_0); return; } } // System.Single Spine.BoneData::get_ShearY() extern "C" IL2CPP_METHOD_ATTR float BoneData_get_ShearY_m1664815345 (BoneData_t3130174490 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_shearY_10(); return L_0; } } // System.Void Spine.BoneData::set_ShearY(System.Single) extern "C" IL2CPP_METHOD_ATTR void BoneData_set_ShearY_m2095326395 (BoneData_t3130174490 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_shearY_10(L_0); return; } } // Spine.TransformMode Spine.BoneData::get_TransformMode() extern "C" IL2CPP_METHOD_ATTR int32_t BoneData_get_TransformMode_m1618512929 (BoneData_t3130174490 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_transformMode_11(); return L_0; } } // System.Void Spine.BoneData::set_TransformMode(Spine.TransformMode) extern "C" IL2CPP_METHOD_ATTR void BoneData_set_TransformMode_m3280497463 (BoneData_t3130174490 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_transformMode_11(L_0); return; } } // System.String Spine.BoneData::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* BoneData_ToString_m3321773719 (BoneData_t3130174490 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_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 Spine.BoneMatrix::.ctor(Spine.BoneData) extern "C" IL2CPP_METHOD_ATTR void BoneMatrix__ctor_m2927312215 (BoneMatrix_t2668835335 * __this, BoneData_t3130174490 * ___boneData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BoneMatrix__ctor_m2927312215_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { BoneData_t3130174490 * L_0 = ___boneData0; NullCheck(L_0); float L_1 = L_0->get_rotation_6(); BoneData_t3130174490 * L_2 = ___boneData0; NullCheck(L_2); float L_3 = L_2->get_shearY_10(); V_0 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_1, (float)(90.0f))), (float)L_3)); BoneData_t3130174490 * L_4 = ___boneData0; NullCheck(L_4); float L_5 = L_4->get_rotation_6(); BoneData_t3130174490 * L_6 = ___boneData0; NullCheck(L_6); float L_7 = L_6->get_shearX_9(); V_1 = ((float)il2cpp_codegen_add((float)L_5, (float)L_7)); float L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_9 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); BoneData_t3130174490 * L_10 = ___boneData0; NullCheck(L_10); float L_11 = L_10->get_scaleX_7(); __this->set_a_0(((float)il2cpp_codegen_multiply((float)L_9, (float)L_11))); float L_12 = V_1; float L_13 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); BoneData_t3130174490 * L_14 = ___boneData0; NullCheck(L_14); float L_15 = L_14->get_scaleX_7(); __this->set_c_2(((float)il2cpp_codegen_multiply((float)L_13, (float)L_15))); float L_16 = V_0; float L_17 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); BoneData_t3130174490 * L_18 = ___boneData0; NullCheck(L_18); float L_19 = L_18->get_scaleY_8(); __this->set_b_1(((float)il2cpp_codegen_multiply((float)L_17, (float)L_19))); float L_20 = V_0; float L_21 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); BoneData_t3130174490 * L_22 = ___boneData0; NullCheck(L_22); float L_23 = L_22->get_scaleY_8(); __this->set_d_3(((float)il2cpp_codegen_multiply((float)L_21, (float)L_23))); BoneData_t3130174490 * L_24 = ___boneData0; NullCheck(L_24); float L_25 = L_24->get_x_4(); __this->set_x_4(L_25); BoneData_t3130174490 * L_26 = ___boneData0; NullCheck(L_26); float L_27 = L_26->get_y_5(); __this->set_y_5(L_27); return; } } extern "C" void BoneMatrix__ctor_m2927312215_AdjustorThunk (RuntimeObject * __this, BoneData_t3130174490 * ___boneData0, const RuntimeMethod* method) { BoneMatrix_t2668835335 * _thisAdjusted = reinterpret_cast(__this + 1); BoneMatrix__ctor_m2927312215(_thisAdjusted, ___boneData0, method); } // System.Void Spine.BoneMatrix::.ctor(Spine.Bone) extern "C" IL2CPP_METHOD_ATTR void BoneMatrix__ctor_m1322808389 (BoneMatrix_t2668835335 * __this, Bone_t1086356328 * ___bone0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BoneMatrix__ctor_m1322808389_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { Bone_t1086356328 * L_0 = ___bone0; NullCheck(L_0); float L_1 = L_0->get_rotation_7(); Bone_t1086356328 * L_2 = ___bone0; NullCheck(L_2); float L_3 = L_2->get_shearY_11(); V_0 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_1, (float)(90.0f))), (float)L_3)); Bone_t1086356328 * L_4 = ___bone0; NullCheck(L_4); float L_5 = L_4->get_rotation_7(); Bone_t1086356328 * L_6 = ___bone0; NullCheck(L_6); float L_7 = L_6->get_shearX_10(); V_1 = ((float)il2cpp_codegen_add((float)L_5, (float)L_7)); float L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_9 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); Bone_t1086356328 * L_10 = ___bone0; NullCheck(L_10); float L_11 = L_10->get_scaleX_8(); __this->set_a_0(((float)il2cpp_codegen_multiply((float)L_9, (float)L_11))); float L_12 = V_1; float L_13 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); Bone_t1086356328 * L_14 = ___bone0; NullCheck(L_14); float L_15 = L_14->get_scaleX_8(); __this->set_c_2(((float)il2cpp_codegen_multiply((float)L_13, (float)L_15))); float L_16 = V_0; float L_17 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); Bone_t1086356328 * L_18 = ___bone0; NullCheck(L_18); float L_19 = L_18->get_scaleY_9(); __this->set_b_1(((float)il2cpp_codegen_multiply((float)L_17, (float)L_19))); float L_20 = V_0; float L_21 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); Bone_t1086356328 * L_22 = ___bone0; NullCheck(L_22); float L_23 = L_22->get_scaleY_9(); __this->set_d_3(((float)il2cpp_codegen_multiply((float)L_21, (float)L_23))); Bone_t1086356328 * L_24 = ___bone0; NullCheck(L_24); float L_25 = L_24->get_x_5(); __this->set_x_4(L_25); Bone_t1086356328 * L_26 = ___bone0; NullCheck(L_26); float L_27 = L_26->get_y_6(); __this->set_y_5(L_27); return; } } extern "C" void BoneMatrix__ctor_m1322808389_AdjustorThunk (RuntimeObject * __this, Bone_t1086356328 * ___bone0, const RuntimeMethod* method) { BoneMatrix_t2668835335 * _thisAdjusted = reinterpret_cast(__this + 1); BoneMatrix__ctor_m1322808389(_thisAdjusted, ___bone0, method); } // Spine.BoneMatrix Spine.BoneMatrix::CalculateSetupWorld(Spine.BoneData) extern "C" IL2CPP_METHOD_ATTR BoneMatrix_t2668835335 BoneMatrix_CalculateSetupWorld_m1168190740 (RuntimeObject * __this /* static, unused */, BoneData_t3130174490 * ___boneData0, const RuntimeMethod* method) { BoneMatrix_t2668835335 V_0; memset(&V_0, 0, sizeof(V_0)); BoneMatrix_t2668835335 V_1; memset(&V_1, 0, sizeof(V_1)); { BoneData_t3130174490 * L_0 = ___boneData0; if (L_0) { goto IL_0010; } } { il2cpp_codegen_initobj((&V_0), sizeof(BoneMatrix_t2668835335 )); BoneMatrix_t2668835335 L_1 = V_0; return L_1; } IL_0010: { BoneData_t3130174490 * L_2 = ___boneData0; NullCheck(L_2); BoneData_t3130174490 * L_3 = L_2->get_parent_2(); if (L_3) { goto IL_002b; } } { BoneData_t3130174490 * L_4 = ___boneData0; il2cpp_codegen_initobj((&V_0), sizeof(BoneMatrix_t2668835335 )); BoneMatrix_t2668835335 L_5 = V_0; BoneMatrix_t2668835335 L_6 = BoneMatrix_GetInheritedInternal_m2337105327(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_002b: { BoneData_t3130174490 * L_7 = ___boneData0; NullCheck(L_7); BoneData_t3130174490 * L_8 = L_7->get_parent_2(); BoneMatrix_t2668835335 L_9 = BoneMatrix_CalculateSetupWorld_m1168190740(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_1 = L_9; BoneData_t3130174490 * L_10 = ___boneData0; BoneMatrix_t2668835335 L_11 = V_1; BoneMatrix_t2668835335 L_12 = BoneMatrix_GetInheritedInternal_m2337105327(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // Spine.BoneMatrix Spine.BoneMatrix::GetInheritedInternal(Spine.BoneData,Spine.BoneMatrix) extern "C" IL2CPP_METHOD_ATTR BoneMatrix_t2668835335 BoneMatrix_GetInheritedInternal_m2337105327 (RuntimeObject * __this /* static, unused */, BoneData_t3130174490 * ___boneData0, BoneMatrix_t2668835335 ___parentMatrix1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BoneMatrix_GetInheritedInternal_m2337105327_MetadataUsageId); s_Il2CppMethodInitialized = true; } BoneData_t3130174490 * V_0 = NULL; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; BoneMatrix_t2668835335 V_5; memset(&V_5, 0, sizeof(V_5)); BoneMatrix_t2668835335 V_6; memset(&V_6, 0, sizeof(V_6)); int32_t V_7 = 0; float V_8 = 0.0f; float V_9 = 0.0f; float V_10 = 0.0f; float V_11 = 0.0f; float V_12 = 0.0f; float V_13 = 0.0f; float V_14 = 0.0f; float V_15 = 0.0f; float V_16 = 0.0f; float V_17 = 0.0f; float V_18 = 0.0f; float V_19 = 0.0f; float V_20 = 0.0f; float V_21 = 0.0f; float V_22 = 0.0f; float V_23 = 0.0f; float V_24 = 0.0f; float V_25 = 0.0f; 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; float V_32 = 0.0f; float V_33 = 0.0f; int32_t G_B15_0 = 0; { BoneData_t3130174490 * L_0 = ___boneData0; NullCheck(L_0); BoneData_t3130174490 * L_1 = L_0->get_parent_2(); V_0 = L_1; BoneData_t3130174490 * L_2 = V_0; if (L_2) { goto IL_0014; } } { BoneData_t3130174490 * L_3 = ___boneData0; BoneMatrix_t2668835335 L_4; memset(&L_4, 0, sizeof(L_4)); BoneMatrix__ctor_m2927312215((&L_4), L_3, /*hidden argument*/NULL); return L_4; } IL_0014: { float L_5 = (&___parentMatrix1)->get_a_0(); V_1 = L_5; float L_6 = (&___parentMatrix1)->get_b_1(); V_2 = L_6; float L_7 = (&___parentMatrix1)->get_c_2(); V_3 = L_7; float L_8 = (&___parentMatrix1)->get_d_3(); V_4 = L_8; il2cpp_codegen_initobj((&V_6), sizeof(BoneMatrix_t2668835335 )); BoneMatrix_t2668835335 L_9 = V_6; V_5 = L_9; float L_10 = V_1; BoneData_t3130174490 * L_11 = ___boneData0; NullCheck(L_11); float L_12 = L_11->get_x_4(); float L_13 = V_2; BoneData_t3130174490 * L_14 = ___boneData0; NullCheck(L_14); float L_15 = L_14->get_y_5(); float L_16 = (&___parentMatrix1)->get_x_4(); (&V_5)->set_x_4(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_10, (float)L_12)), (float)((float)il2cpp_codegen_multiply((float)L_13, (float)L_15)))), (float)L_16))); float L_17 = V_3; BoneData_t3130174490 * L_18 = ___boneData0; NullCheck(L_18); float L_19 = L_18->get_x_4(); float L_20 = V_4; BoneData_t3130174490 * L_21 = ___boneData0; NullCheck(L_21); float L_22 = L_21->get_y_5(); float L_23 = (&___parentMatrix1)->get_y_5(); (&V_5)->set_y_5(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_17, (float)L_19)), (float)((float)il2cpp_codegen_multiply((float)L_20, (float)L_22)))), (float)L_23))); BoneData_t3130174490 * L_24 = ___boneData0; NullCheck(L_24); int32_t L_25 = L_24->get_transformMode_11(); V_7 = L_25; int32_t L_26 = V_7; switch (L_26) { case 0: { goto IL_00b6; } case 1: { goto IL_01ec; } case 2: { goto IL_0305; } case 3: { goto IL_0484; } case 4: { goto IL_0484; } case 5: { goto IL_0484; } case 6: { goto IL_0305; } case 7: { goto IL_0168; } } } { goto IL_0484; } IL_00b6: { BoneData_t3130174490 * L_27 = ___boneData0; NullCheck(L_27); float L_28 = L_27->get_rotation_6(); BoneData_t3130174490 * L_29 = ___boneData0; NullCheck(L_29); float L_30 = L_29->get_shearY_10(); V_8 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_28, (float)(90.0f))), (float)L_30)); BoneData_t3130174490 * L_31 = ___boneData0; NullCheck(L_31); float L_32 = L_31->get_rotation_6(); BoneData_t3130174490 * L_33 = ___boneData0; NullCheck(L_33); float L_34 = L_33->get_shearX_9(); IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_35 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)L_32, (float)L_34)), /*hidden argument*/NULL); BoneData_t3130174490 * L_36 = ___boneData0; NullCheck(L_36); float L_37 = L_36->get_scaleX_7(); V_9 = ((float)il2cpp_codegen_multiply((float)L_35, (float)L_37)); float L_38 = V_8; float L_39 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); BoneData_t3130174490 * L_40 = ___boneData0; NullCheck(L_40); float L_41 = L_40->get_scaleY_8(); V_10 = ((float)il2cpp_codegen_multiply((float)L_39, (float)L_41)); BoneData_t3130174490 * L_42 = ___boneData0; NullCheck(L_42); float L_43 = L_42->get_rotation_6(); BoneData_t3130174490 * L_44 = ___boneData0; NullCheck(L_44); float L_45 = L_44->get_shearX_9(); float L_46 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)L_43, (float)L_45)), /*hidden argument*/NULL); BoneData_t3130174490 * L_47 = ___boneData0; NullCheck(L_47); float L_48 = L_47->get_scaleX_7(); V_11 = ((float)il2cpp_codegen_multiply((float)L_46, (float)L_48)); float L_49 = V_8; float L_50 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); BoneData_t3130174490 * L_51 = ___boneData0; NullCheck(L_51); float L_52 = L_51->get_scaleY_8(); V_12 = ((float)il2cpp_codegen_multiply((float)L_50, (float)L_52)); float L_53 = V_1; float L_54 = V_9; float L_55 = V_2; float L_56 = V_11; (&V_5)->set_a_0(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_53, (float)L_54)), (float)((float)il2cpp_codegen_multiply((float)L_55, (float)L_56))))); float L_57 = V_1; float L_58 = V_10; float L_59 = V_2; float L_60 = V_12; (&V_5)->set_b_1(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_57, (float)L_58)), (float)((float)il2cpp_codegen_multiply((float)L_59, (float)L_60))))); float L_61 = V_3; float L_62 = V_9; float L_63 = V_4; float L_64 = V_11; (&V_5)->set_c_2(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_61, (float)L_62)), (float)((float)il2cpp_codegen_multiply((float)L_63, (float)L_64))))); float L_65 = V_3; float L_66 = V_10; float L_67 = V_4; float L_68 = V_12; (&V_5)->set_d_3(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_65, (float)L_66)), (float)((float)il2cpp_codegen_multiply((float)L_67, (float)L_68))))); goto IL_0484; } IL_0168: { BoneData_t3130174490 * L_69 = ___boneData0; NullCheck(L_69); float L_70 = L_69->get_rotation_6(); BoneData_t3130174490 * L_71 = ___boneData0; NullCheck(L_71); float L_72 = L_71->get_shearY_10(); V_13 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_70, (float)(90.0f))), (float)L_72)); BoneData_t3130174490 * L_73 = ___boneData0; NullCheck(L_73); float L_74 = L_73->get_rotation_6(); BoneData_t3130174490 * L_75 = ___boneData0; NullCheck(L_75); float L_76 = L_75->get_shearX_9(); IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_77 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)L_74, (float)L_76)), /*hidden argument*/NULL); BoneData_t3130174490 * L_78 = ___boneData0; NullCheck(L_78); float L_79 = L_78->get_scaleX_7(); (&V_5)->set_a_0(((float)il2cpp_codegen_multiply((float)L_77, (float)L_79))); float L_80 = V_13; float L_81 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_80, /*hidden argument*/NULL); BoneData_t3130174490 * L_82 = ___boneData0; NullCheck(L_82); float L_83 = L_82->get_scaleY_8(); (&V_5)->set_b_1(((float)il2cpp_codegen_multiply((float)L_81, (float)L_83))); BoneData_t3130174490 * L_84 = ___boneData0; NullCheck(L_84); float L_85 = L_84->get_rotation_6(); BoneData_t3130174490 * L_86 = ___boneData0; NullCheck(L_86); float L_87 = L_86->get_shearX_9(); float L_88 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)L_85, (float)L_87)), /*hidden argument*/NULL); BoneData_t3130174490 * L_89 = ___boneData0; NullCheck(L_89); float L_90 = L_89->get_scaleX_7(); (&V_5)->set_c_2(((float)il2cpp_codegen_multiply((float)L_88, (float)L_90))); float L_91 = V_13; float L_92 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_91, /*hidden argument*/NULL); BoneData_t3130174490 * L_93 = ___boneData0; NullCheck(L_93); float L_94 = L_93->get_scaleY_8(); (&V_5)->set_d_3(((float)il2cpp_codegen_multiply((float)L_92, (float)L_94))); goto IL_0484; } IL_01ec: { float L_95 = V_1; float L_96 = V_1; float L_97 = V_3; float L_98 = V_3; V_14 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_95, (float)L_96)), (float)((float)il2cpp_codegen_multiply((float)L_97, (float)L_98)))); float L_99 = V_14; if ((!(((float)L_99) > ((float)(0.0001f))))) { goto IL_0232; } } { float L_100 = V_1; float L_101 = V_4; float L_102 = V_2; float L_103 = V_3; float L_104 = fabsf(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_100, (float)L_101)), (float)((float)il2cpp_codegen_multiply((float)L_102, (float)L_103))))); float L_105 = V_14; V_14 = ((float)((float)L_104/(float)L_105)); float L_106 = V_3; float L_107 = V_14; V_2 = ((float)il2cpp_codegen_multiply((float)L_106, (float)L_107)); float L_108 = V_1; float L_109 = V_14; V_4 = ((float)il2cpp_codegen_multiply((float)L_108, (float)L_109)); float L_110 = V_3; float L_111 = V_1; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_112 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, L_110, L_111, /*hidden argument*/NULL); V_15 = ((float)il2cpp_codegen_multiply((float)L_112, (float)(57.2957764f))); goto IL_0254; } IL_0232: { V_1 = (0.0f); V_3 = (0.0f); float L_113 = V_4; float L_114 = V_2; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_115 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, L_113, L_114, /*hidden argument*/NULL); V_15 = ((float)il2cpp_codegen_subtract((float)(90.0f), (float)((float)il2cpp_codegen_multiply((float)L_115, (float)(57.2957764f))))); } IL_0254: { BoneData_t3130174490 * L_116 = ___boneData0; NullCheck(L_116); float L_117 = L_116->get_rotation_6(); BoneData_t3130174490 * L_118 = ___boneData0; NullCheck(L_118); float L_119 = L_118->get_shearX_9(); float L_120 = V_15; V_16 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_117, (float)L_119)), (float)L_120)); BoneData_t3130174490 * L_121 = ___boneData0; NullCheck(L_121); float L_122 = L_121->get_rotation_6(); BoneData_t3130174490 * L_123 = ___boneData0; NullCheck(L_123); float L_124 = L_123->get_shearY_10(); float L_125 = V_15; V_17 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_122, (float)L_124)), (float)L_125)), (float)(90.0f))); float L_126 = V_16; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_127 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_126, /*hidden argument*/NULL); BoneData_t3130174490 * L_128 = ___boneData0; NullCheck(L_128); float L_129 = L_128->get_scaleX_7(); V_18 = ((float)il2cpp_codegen_multiply((float)L_127, (float)L_129)); float L_130 = V_17; float L_131 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_130, /*hidden argument*/NULL); BoneData_t3130174490 * L_132 = ___boneData0; NullCheck(L_132); float L_133 = L_132->get_scaleY_8(); V_19 = ((float)il2cpp_codegen_multiply((float)L_131, (float)L_133)); float L_134 = V_16; float L_135 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_134, /*hidden argument*/NULL); BoneData_t3130174490 * L_136 = ___boneData0; NullCheck(L_136); float L_137 = L_136->get_scaleX_7(); V_20 = ((float)il2cpp_codegen_multiply((float)L_135, (float)L_137)); float L_138 = V_17; float L_139 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_138, /*hidden argument*/NULL); BoneData_t3130174490 * L_140 = ___boneData0; NullCheck(L_140); float L_141 = L_140->get_scaleY_8(); V_21 = ((float)il2cpp_codegen_multiply((float)L_139, (float)L_141)); float L_142 = V_1; float L_143 = V_18; float L_144 = V_2; float L_145 = V_20; (&V_5)->set_a_0(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_142, (float)L_143)), (float)((float)il2cpp_codegen_multiply((float)L_144, (float)L_145))))); float L_146 = V_1; float L_147 = V_19; float L_148 = V_2; float L_149 = V_21; (&V_5)->set_b_1(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_146, (float)L_147)), (float)((float)il2cpp_codegen_multiply((float)L_148, (float)L_149))))); float L_150 = V_3; float L_151 = V_18; float L_152 = V_4; float L_153 = V_20; (&V_5)->set_c_2(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_150, (float)L_151)), (float)((float)il2cpp_codegen_multiply((float)L_152, (float)L_153))))); float L_154 = V_3; float L_155 = V_19; float L_156 = V_4; float L_157 = V_21; (&V_5)->set_d_3(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_154, (float)L_155)), (float)((float)il2cpp_codegen_multiply((float)L_156, (float)L_157))))); goto IL_0484; } IL_0305: { BoneData_t3130174490 * L_158 = ___boneData0; NullCheck(L_158); float L_159 = L_158->get_rotation_6(); IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_160 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_159, /*hidden argument*/NULL); V_22 = L_160; BoneData_t3130174490 * L_161 = ___boneData0; NullCheck(L_161); float L_162 = L_161->get_rotation_6(); float L_163 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_162, /*hidden argument*/NULL); V_23 = L_163; float L_164 = V_1; float L_165 = V_22; float L_166 = V_2; float L_167 = V_23; V_24 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_164, (float)L_165)), (float)((float)il2cpp_codegen_multiply((float)L_166, (float)L_167)))); float L_168 = V_3; float L_169 = V_22; float L_170 = V_4; float L_171 = V_23; V_25 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_168, (float)L_169)), (float)((float)il2cpp_codegen_multiply((float)L_170, (float)L_171)))); float L_172 = V_24; float L_173 = V_24; float L_174 = V_25; float L_175 = V_25; double L_176 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_172, (float)L_173)), (float)((float)il2cpp_codegen_multiply((float)L_174, (float)L_175)))))))); V_26 = (((float)((float)L_176))); float L_177 = V_26; if ((!(((float)L_177) > ((float)(1.0E-05f))))) { goto IL_0360; } } { float L_178 = V_26; V_26 = ((float)((float)(1.0f)/(float)L_178)); } IL_0360: { float L_179 = V_24; float L_180 = V_26; V_24 = ((float)il2cpp_codegen_multiply((float)L_179, (float)L_180)); float L_181 = V_25; float L_182 = V_26; V_25 = ((float)il2cpp_codegen_multiply((float)L_181, (float)L_182)); float L_183 = V_24; float L_184 = V_24; float L_185 = V_25; float L_186 = V_25; double L_187 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_183, (float)L_184)), (float)((float)il2cpp_codegen_multiply((float)L_185, (float)L_186)))))))); V_26 = (((float)((float)L_187))); float L_188 = V_25; float L_189 = V_24; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_190 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, L_188, L_189, /*hidden argument*/NULL); V_27 = ((float)il2cpp_codegen_add((float)(1.57079637f), (float)L_190)); float L_191 = V_27; float L_192 = MathUtils_Cos_m1345388411(NULL /*static, unused*/, L_191, /*hidden argument*/NULL); float L_193 = V_26; V_28 = ((float)il2cpp_codegen_multiply((float)L_192, (float)L_193)); float L_194 = V_27; float L_195 = MathUtils_Sin_m1592658079(NULL /*static, unused*/, L_194, /*hidden argument*/NULL); float L_196 = V_26; V_29 = ((float)il2cpp_codegen_multiply((float)L_195, (float)L_196)); BoneData_t3130174490 * L_197 = ___boneData0; NullCheck(L_197); float L_198 = L_197->get_shearX_9(); float L_199 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_198, /*hidden argument*/NULL); BoneData_t3130174490 * L_200 = ___boneData0; NullCheck(L_200); float L_201 = L_200->get_scaleX_7(); V_30 = ((float)il2cpp_codegen_multiply((float)L_199, (float)L_201)); BoneData_t3130174490 * L_202 = ___boneData0; NullCheck(L_202); float L_203 = L_202->get_shearY_10(); float L_204 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)(90.0f), (float)L_203)), /*hidden argument*/NULL); BoneData_t3130174490 * L_205 = ___boneData0; NullCheck(L_205); float L_206 = L_205->get_scaleY_8(); V_31 = ((float)il2cpp_codegen_multiply((float)L_204, (float)L_206)); BoneData_t3130174490 * L_207 = ___boneData0; NullCheck(L_207); float L_208 = L_207->get_shearX_9(); float L_209 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_208, /*hidden argument*/NULL); BoneData_t3130174490 * L_210 = ___boneData0; NullCheck(L_210); float L_211 = L_210->get_scaleX_7(); V_32 = ((float)il2cpp_codegen_multiply((float)L_209, (float)L_211)); BoneData_t3130174490 * L_212 = ___boneData0; NullCheck(L_212); float L_213 = L_212->get_shearY_10(); float L_214 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)(90.0f), (float)L_213)), /*hidden argument*/NULL); BoneData_t3130174490 * L_215 = ___boneData0; NullCheck(L_215); float L_216 = L_215->get_scaleY_8(); V_33 = ((float)il2cpp_codegen_multiply((float)L_214, (float)L_216)); BoneData_t3130174490 * L_217 = ___boneData0; NullCheck(L_217); int32_t L_218 = L_217->get_transformMode_11(); if ((((int32_t)L_218) == ((int32_t)6))) { goto IL_0427; } } { float L_219 = V_1; float L_220 = V_4; float L_221 = V_2; float L_222 = V_3; G_B15_0 = ((((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_219, (float)L_220)), (float)((float)il2cpp_codegen_multiply((float)L_221, (float)L_222))))) < ((float)(0.0f)))? 1 : 0); goto IL_0428; } IL_0427: { G_B15_0 = 0; } IL_0428: { if (!G_B15_0) { goto IL_0437; } } { float L_223 = V_28; V_28 = ((-L_223)); float L_224 = V_29; V_29 = ((-L_224)); } IL_0437: { float L_225 = V_24; float L_226 = V_30; float L_227 = V_28; float L_228 = V_32; (&V_5)->set_a_0(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_225, (float)L_226)), (float)((float)il2cpp_codegen_multiply((float)L_227, (float)L_228))))); float L_229 = V_24; float L_230 = V_31; float L_231 = V_28; float L_232 = V_33; (&V_5)->set_b_1(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_229, (float)L_230)), (float)((float)il2cpp_codegen_multiply((float)L_231, (float)L_232))))); float L_233 = V_25; float L_234 = V_30; float L_235 = V_29; float L_236 = V_32; (&V_5)->set_c_2(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_233, (float)L_234)), (float)((float)il2cpp_codegen_multiply((float)L_235, (float)L_236))))); float L_237 = V_25; float L_238 = V_31; float L_239 = V_29; float L_240 = V_33; (&V_5)->set_d_3(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_237, (float)L_238)), (float)((float)il2cpp_codegen_multiply((float)L_239, (float)L_240))))); goto IL_0484; } IL_0484: { BoneMatrix_t2668835335 L_241 = V_5; return L_241; } } // Spine.BoneMatrix Spine.BoneMatrix::TransformMatrix(Spine.BoneMatrix) extern "C" IL2CPP_METHOD_ATTR BoneMatrix_t2668835335 BoneMatrix_TransformMatrix_m207390821 (BoneMatrix_t2668835335 * __this, BoneMatrix_t2668835335 ___local0, const RuntimeMethod* method) { BoneMatrix_t2668835335 V_0; memset(&V_0, 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(BoneMatrix_t2668835335 )); float L_0 = __this->get_a_0(); float L_1 = (&___local0)->get_a_0(); float L_2 = __this->get_b_1(); float L_3 = (&___local0)->get_c_2(); (&V_0)->set_a_0(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_0, (float)L_1)), (float)((float)il2cpp_codegen_multiply((float)L_2, (float)L_3))))); float L_4 = __this->get_a_0(); float L_5 = (&___local0)->get_b_1(); float L_6 = __this->get_b_1(); float L_7 = (&___local0)->get_d_3(); (&V_0)->set_b_1(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), (float)((float)il2cpp_codegen_multiply((float)L_6, (float)L_7))))); float L_8 = __this->get_c_2(); float L_9 = (&___local0)->get_a_0(); float L_10 = __this->get_d_3(); float L_11 = (&___local0)->get_c_2(); (&V_0)->set_c_2(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_8, (float)L_9)), (float)((float)il2cpp_codegen_multiply((float)L_10, (float)L_11))))); float L_12 = __this->get_c_2(); float L_13 = (&___local0)->get_b_1(); float L_14 = __this->get_d_3(); float L_15 = (&___local0)->get_d_3(); (&V_0)->set_d_3(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_12, (float)L_13)), (float)((float)il2cpp_codegen_multiply((float)L_14, (float)L_15))))); float L_16 = __this->get_a_0(); float L_17 = (&___local0)->get_x_4(); float L_18 = __this->get_b_1(); float L_19 = (&___local0)->get_y_5(); float L_20 = __this->get_x_4(); (&V_0)->set_x_4(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_16, (float)L_17)), (float)((float)il2cpp_codegen_multiply((float)L_18, (float)L_19)))), (float)L_20))); float L_21 = __this->get_c_2(); float L_22 = (&___local0)->get_x_4(); float L_23 = __this->get_d_3(); float L_24 = (&___local0)->get_y_5(); float L_25 = __this->get_y_5(); (&V_0)->set_y_5(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_21, (float)L_22)), (float)((float)il2cpp_codegen_multiply((float)L_23, (float)L_24)))), (float)L_25))); BoneMatrix_t2668835335 L_26 = V_0; return L_26; } } extern "C" BoneMatrix_t2668835335 BoneMatrix_TransformMatrix_m207390821_AdjustorThunk (RuntimeObject * __this, BoneMatrix_t2668835335 ___local0, const RuntimeMethod* method) { BoneMatrix_t2668835335 * _thisAdjusted = reinterpret_cast(__this + 1); return BoneMatrix_TransformMatrix_m207390821(_thisAdjusted, ___local0, 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 Spine.BoundingBoxAttachment::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void BoundingBoxAttachment__ctor_m3861128766 (BoundingBoxAttachment_t2797506510 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BoundingBoxAttachment__ctor_m3861128766_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(VertexAttachment_t4074366829_il2cpp_TypeInfo_var); VertexAttachment__ctor_m1120837746(__this, L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Spine.ClippingAttachment::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ClippingAttachment__ctor_m2765219991 (ClippingAttachment_t2586274570 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ClippingAttachment__ctor_m2765219991_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(VertexAttachment_t4074366829_il2cpp_TypeInfo_var); VertexAttachment__ctor_m1120837746(__this, L_0, /*hidden argument*/NULL); return; } } // Spine.SlotData Spine.ClippingAttachment::get_EndSlot() extern "C" IL2CPP_METHOD_ATTR SlotData_t154801902 * ClippingAttachment_get_EndSlot_m1079577661 (ClippingAttachment_t2586274570 * __this, const RuntimeMethod* method) { { SlotData_t154801902 * L_0 = __this->get_endSlot_7(); return L_0; } } // System.Void Spine.ClippingAttachment::set_EndSlot(Spine.SlotData) extern "C" IL2CPP_METHOD_ATTR void ClippingAttachment_set_EndSlot_m4076470980 (ClippingAttachment_t2586274570 * __this, SlotData_t154801902 * ___value0, const RuntimeMethod* method) { { SlotData_t154801902 * L_0 = ___value0; __this->set_endSlot_7(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Spine.ColorTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ColorTimeline__ctor_m3866746517 (ColorTimeline_t3754116780 * __this, int32_t ___frameCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ColorTimeline__ctor_m3866746517_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___frameCount0; CurveTimeline__ctor_m1745141662(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___frameCount0; __this->set_frames_16(((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)5))))); return; } } // System.Int32 Spine.ColorTimeline::get_SlotIndex() extern "C" IL2CPP_METHOD_ATTR int32_t ColorTimeline_get_SlotIndex_m3379300174 (ColorTimeline_t3754116780 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_slotIndex_15(); return L_0; } } // System.Void Spine.ColorTimeline::set_SlotIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ColorTimeline_set_SlotIndex_m1462394122 (ColorTimeline_t3754116780 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_slotIndex_15(L_0); return; } } // System.Single[] Spine.ColorTimeline::get_Frames() extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* ColorTimeline_get_Frames_m3049646170 (ColorTimeline_t3754116780 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_frames_16(); return L_0; } } // System.Void Spine.ColorTimeline::set_Frames(System.Single[]) extern "C" IL2CPP_METHOD_ATTR void ColorTimeline_set_Frames_m1054758285 (ColorTimeline_t3754116780 * __this, SingleU5BU5D_t1444911251* ___value0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = ___value0; __this->set_frames_16(L_0); return; } } // System.Int32 Spine.ColorTimeline::get_PropertyId() extern "C" IL2CPP_METHOD_ATTR int32_t ColorTimeline_get_PropertyId_m655186826 (ColorTimeline_t3754116780 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_slotIndex_15(); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)83886080), (int32_t)L_0)); } } // System.Void Spine.ColorTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void ColorTimeline_SetFrame_m229843151 (ColorTimeline_t3754116780 * __this, int32_t ___frameIndex0, float ___time1, float ___r2, float ___g3, float ___b4, float ___a5, const RuntimeMethod* method) { { int32_t L_0 = ___frameIndex0; ___frameIndex0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)5)); SingleU5BU5D_t1444911251* L_1 = __this->get_frames_16(); int32_t L_2 = ___frameIndex0; float L_3 = ___time1; NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (float)L_3); SingleU5BU5D_t1444911251* L_4 = __this->get_frames_16(); int32_t L_5 = ___frameIndex0; float L_6 = ___r2; NullCheck(L_4); (L_4)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))), (float)L_6); SingleU5BU5D_t1444911251* L_7 = __this->get_frames_16(); int32_t L_8 = ___frameIndex0; float L_9 = ___g3; NullCheck(L_7); (L_7)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)2))), (float)L_9); SingleU5BU5D_t1444911251* L_10 = __this->get_frames_16(); int32_t L_11 = ___frameIndex0; float L_12 = ___b4; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)3))), (float)L_12); SingleU5BU5D_t1444911251* L_13 = __this->get_frames_16(); int32_t L_14 = ___frameIndex0; float L_15 = ___a5; NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)4))), (float)L_15); return; } } // System.Void Spine.ColorTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection) extern "C" IL2CPP_METHOD_ATTR void ColorTimeline_Apply_m2264139911 (ColorTimeline_t3754116780 * __this, Skeleton_t3686076450 * ___skeleton0, float ___lastTime1, float ___time2, ExposedList_1_t4085685707 * ___firedEvents3, float ___alpha4, int32_t ___blend5, int32_t ___direction6, const RuntimeMethod* method) { Slot_t3514940700 * V_0 = NULL; SingleU5BU5D_t1444911251* V_1 = NULL; SlotData_t154801902 * V_2 = NULL; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; float V_6 = 0.0f; int32_t V_7 = 0; int32_t V_8 = 0; float V_9 = 0.0f; float V_10 = 0.0f; float V_11 = 0.0f; float V_12 = 0.0f; float V_13 = 0.0f; float V_14 = 0.0f; { Skeleton_t3686076450 * L_0 = ___skeleton0; NullCheck(L_0); ExposedList_1_t1927085270 * L_1 = L_0->get_slots_2(); NullCheck(L_1); SlotU5BU5D_t285245173* L_2 = L_1->get_Items_0(); int32_t L_3 = __this->get_slotIndex_15(); NullCheck(L_2); int32_t L_4 = L_3; Slot_t3514940700 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = L_5; SingleU5BU5D_t1444911251* L_6 = __this->get_frames_16(); V_1 = L_6; float L_7 = ___time2; SingleU5BU5D_t1444911251* L_8 = V_1; NullCheck(L_8); int32_t L_9 = 0; float L_10 = (L_8)->GetAt(static_cast(L_9)); if ((!(((float)L_7) < ((float)L_10)))) { goto IL_00e5; } } { Slot_t3514940700 * L_11 = V_0; NullCheck(L_11); SlotData_t154801902 * L_12 = L_11->get_data_0(); V_2 = L_12; int32_t L_13 = ___blend5; if (!L_13) { goto IL_003e; } } { int32_t L_14 = ___blend5; if ((((int32_t)L_14) == ((int32_t)1))) { goto IL_006f; } } { goto IL_00e4; } IL_003e: { Slot_t3514940700 * L_15 = V_0; SlotData_t154801902 * L_16 = V_2; NullCheck(L_16); float L_17 = L_16->get_r_3(); NullCheck(L_15); L_15->set_r_2(L_17); Slot_t3514940700 * L_18 = V_0; SlotData_t154801902 * L_19 = V_2; NullCheck(L_19); float L_20 = L_19->get_g_4(); NullCheck(L_18); L_18->set_g_3(L_20); Slot_t3514940700 * L_21 = V_0; SlotData_t154801902 * L_22 = V_2; NullCheck(L_22); float L_23 = L_22->get_b_5(); NullCheck(L_21); L_21->set_b_4(L_23); Slot_t3514940700 * L_24 = V_0; SlotData_t154801902 * L_25 = V_2; NullCheck(L_25); float L_26 = L_25->get_a_6(); NullCheck(L_24); L_24->set_a_5(L_26); return; } IL_006f: { Slot_t3514940700 * L_27 = V_0; Slot_t3514940700 * L_28 = L_27; NullCheck(L_28); float L_29 = L_28->get_r_2(); SlotData_t154801902 * L_30 = V_2; NullCheck(L_30); float L_31 = L_30->get_r_3(); Slot_t3514940700 * L_32 = V_0; NullCheck(L_32); float L_33 = L_32->get_r_2(); float L_34 = ___alpha4; NullCheck(L_28); L_28->set_r_2(((float)il2cpp_codegen_add((float)L_29, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_31, (float)L_33)), (float)L_34))))); Slot_t3514940700 * L_35 = V_0; Slot_t3514940700 * L_36 = L_35; NullCheck(L_36); float L_37 = L_36->get_g_3(); SlotData_t154801902 * L_38 = V_2; NullCheck(L_38); float L_39 = L_38->get_g_4(); Slot_t3514940700 * L_40 = V_0; NullCheck(L_40); float L_41 = L_40->get_g_3(); float L_42 = ___alpha4; NullCheck(L_36); L_36->set_g_3(((float)il2cpp_codegen_add((float)L_37, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_39, (float)L_41)), (float)L_42))))); Slot_t3514940700 * L_43 = V_0; Slot_t3514940700 * L_44 = L_43; NullCheck(L_44); float L_45 = L_44->get_b_4(); SlotData_t154801902 * L_46 = V_2; NullCheck(L_46); float L_47 = L_46->get_b_5(); Slot_t3514940700 * L_48 = V_0; NullCheck(L_48); float L_49 = L_48->get_b_4(); float L_50 = ___alpha4; NullCheck(L_44); L_44->set_b_4(((float)il2cpp_codegen_add((float)L_45, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_47, (float)L_49)), (float)L_50))))); Slot_t3514940700 * L_51 = V_0; Slot_t3514940700 * L_52 = L_51; NullCheck(L_52); float L_53 = L_52->get_a_5(); SlotData_t154801902 * L_54 = V_2; NullCheck(L_54); float L_55 = L_54->get_a_6(); Slot_t3514940700 * L_56 = V_0; NullCheck(L_56); float L_57 = L_56->get_a_5(); float L_58 = ___alpha4; NullCheck(L_52); L_52->set_a_5(((float)il2cpp_codegen_add((float)L_53, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_55, (float)L_57)), (float)L_58))))); return; } IL_00e4: { return; } IL_00e5: { float L_59 = ___time2; SingleU5BU5D_t1444911251* L_60 = V_1; SingleU5BU5D_t1444911251* L_61 = V_1; NullCheck(L_61); NullCheck(L_60); int32_t L_62 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_61)->max_length)))), (int32_t)5)); float L_63 = (L_60)->GetAt(static_cast(L_62)); if ((!(((float)L_59) >= ((float)L_63)))) { goto IL_011e; } } { SingleU5BU5D_t1444911251* L_64 = V_1; NullCheck(L_64); V_7 = (((int32_t)((int32_t)(((RuntimeArray *)L_64)->max_length)))); SingleU5BU5D_t1444911251* L_65 = V_1; int32_t L_66 = V_7; NullCheck(L_65); int32_t L_67 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)((int32_t)-4))); float L_68 = (L_65)->GetAt(static_cast(L_67)); V_3 = L_68; SingleU5BU5D_t1444911251* L_69 = V_1; int32_t L_70 = V_7; NullCheck(L_69); int32_t L_71 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)((int32_t)-3))); float L_72 = (L_69)->GetAt(static_cast(L_71)); V_4 = L_72; SingleU5BU5D_t1444911251* L_73 = V_1; int32_t L_74 = V_7; NullCheck(L_73); int32_t L_75 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)((int32_t)-2))); float L_76 = (L_73)->GetAt(static_cast(L_75)); V_5 = L_76; SingleU5BU5D_t1444911251* L_77 = V_1; int32_t L_78 = V_7; NullCheck(L_77); int32_t L_79 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)(-1))); float L_80 = (L_77)->GetAt(static_cast(L_79)); V_6 = L_80; goto IL_01b4; } IL_011e: { SingleU5BU5D_t1444911251* L_81 = V_1; float L_82 = ___time2; int32_t L_83 = Animation_BinarySearch_m3606306837(NULL /*static, unused*/, L_81, L_82, 5, /*hidden argument*/NULL); V_8 = L_83; SingleU5BU5D_t1444911251* L_84 = V_1; int32_t L_85 = V_8; NullCheck(L_84); int32_t L_86 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)((int32_t)-4))); float L_87 = (L_84)->GetAt(static_cast(L_86)); V_3 = L_87; SingleU5BU5D_t1444911251* L_88 = V_1; int32_t L_89 = V_8; NullCheck(L_88); int32_t L_90 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)((int32_t)-3))); float L_91 = (L_88)->GetAt(static_cast(L_90)); V_4 = L_91; SingleU5BU5D_t1444911251* L_92 = V_1; int32_t L_93 = V_8; NullCheck(L_92); int32_t L_94 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)((int32_t)-2))); float L_95 = (L_92)->GetAt(static_cast(L_94)); V_5 = L_95; SingleU5BU5D_t1444911251* L_96 = V_1; int32_t L_97 = V_8; NullCheck(L_96); int32_t L_98 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)(-1))); float L_99 = (L_96)->GetAt(static_cast(L_98)); V_6 = L_99; SingleU5BU5D_t1444911251* L_100 = V_1; int32_t L_101 = V_8; NullCheck(L_100); int32_t L_102 = L_101; float L_103 = (L_100)->GetAt(static_cast(L_102)); V_9 = L_103; int32_t L_104 = V_8; float L_105 = ___time2; float L_106 = V_9; SingleU5BU5D_t1444911251* L_107 = V_1; int32_t L_108 = V_8; NullCheck(L_107); int32_t L_109 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)((int32_t)-5))); float L_110 = (L_107)->GetAt(static_cast(L_109)); float L_111 = V_9; float L_112 = CurveTimeline_GetCurvePercent_m2554062217(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_104/(int32_t)5)), (int32_t)1)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)((float)il2cpp_codegen_subtract((float)L_105, (float)L_106))/(float)((float)il2cpp_codegen_subtract((float)L_110, (float)L_111)))))), /*hidden argument*/NULL); V_10 = L_112; float L_113 = V_3; SingleU5BU5D_t1444911251* L_114 = V_1; int32_t L_115 = V_8; NullCheck(L_114); int32_t L_116 = ((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)1)); float L_117 = (L_114)->GetAt(static_cast(L_116)); float L_118 = V_3; float L_119 = V_10; V_3 = ((float)il2cpp_codegen_add((float)L_113, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_117, (float)L_118)), (float)L_119)))); float L_120 = V_4; SingleU5BU5D_t1444911251* L_121 = V_1; int32_t L_122 = V_8; NullCheck(L_121); int32_t L_123 = ((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)2)); float L_124 = (L_121)->GetAt(static_cast(L_123)); float L_125 = V_4; float L_126 = V_10; V_4 = ((float)il2cpp_codegen_add((float)L_120, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_124, (float)L_125)), (float)L_126)))); float L_127 = V_5; SingleU5BU5D_t1444911251* L_128 = V_1; int32_t L_129 = V_8; NullCheck(L_128); int32_t L_130 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)3)); float L_131 = (L_128)->GetAt(static_cast(L_130)); float L_132 = V_5; float L_133 = V_10; V_5 = ((float)il2cpp_codegen_add((float)L_127, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_131, (float)L_132)), (float)L_133)))); float L_134 = V_6; SingleU5BU5D_t1444911251* L_135 = V_1; int32_t L_136 = V_8; NullCheck(L_135); int32_t L_137 = ((int32_t)il2cpp_codegen_add((int32_t)L_136, (int32_t)4)); float L_138 = (L_135)->GetAt(static_cast(L_137)); float L_139 = V_6; float L_140 = V_10; V_6 = ((float)il2cpp_codegen_add((float)L_134, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_138, (float)L_139)), (float)L_140)))); } IL_01b4: { float L_141 = ___alpha4; if ((!(((float)L_141) == ((float)(1.0f))))) { goto IL_01e4; } } { Slot_t3514940700 * L_142 = V_0; float L_143 = V_3; NullCheck(L_142); L_142->set_r_2(L_143); Slot_t3514940700 * L_144 = V_0; float L_145 = V_4; NullCheck(L_144); L_144->set_g_3(L_145); Slot_t3514940700 * L_146 = V_0; float L_147 = V_5; NullCheck(L_146); L_146->set_b_4(L_147); Slot_t3514940700 * L_148 = V_0; float L_149 = V_6; NullCheck(L_148); L_148->set_a_5(L_149); goto IL_0287; } IL_01e4: { int32_t L_150 = ___blend5; if (L_150) { goto IL_0224; } } { Slot_t3514940700 * L_151 = V_0; NullCheck(L_151); SlotData_t154801902 * L_152 = L_151->get_data_0(); NullCheck(L_152); float L_153 = L_152->get_r_3(); V_11 = L_153; Slot_t3514940700 * L_154 = V_0; NullCheck(L_154); SlotData_t154801902 * L_155 = L_154->get_data_0(); NullCheck(L_155); float L_156 = L_155->get_g_4(); V_12 = L_156; Slot_t3514940700 * L_157 = V_0; NullCheck(L_157); SlotData_t154801902 * L_158 = L_157->get_data_0(); NullCheck(L_158); float L_159 = L_158->get_b_5(); V_13 = L_159; Slot_t3514940700 * L_160 = V_0; NullCheck(L_160); SlotData_t154801902 * L_161 = L_160->get_data_0(); NullCheck(L_161); float L_162 = L_161->get_a_6(); V_14 = L_162; goto IL_0244; } IL_0224: { Slot_t3514940700 * L_163 = V_0; NullCheck(L_163); float L_164 = L_163->get_r_2(); V_11 = L_164; Slot_t3514940700 * L_165 = V_0; NullCheck(L_165); float L_166 = L_165->get_g_3(); V_12 = L_166; Slot_t3514940700 * L_167 = V_0; NullCheck(L_167); float L_168 = L_167->get_b_4(); V_13 = L_168; Slot_t3514940700 * L_169 = V_0; NullCheck(L_169); float L_170 = L_169->get_a_5(); V_14 = L_170; } IL_0244: { Slot_t3514940700 * L_171 = V_0; float L_172 = V_11; float L_173 = V_3; float L_174 = V_11; float L_175 = ___alpha4; NullCheck(L_171); L_171->set_r_2(((float)il2cpp_codegen_add((float)L_172, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_173, (float)L_174)), (float)L_175))))); Slot_t3514940700 * L_176 = V_0; float L_177 = V_12; float L_178 = V_4; float L_179 = V_12; float L_180 = ___alpha4; NullCheck(L_176); L_176->set_g_3(((float)il2cpp_codegen_add((float)L_177, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_178, (float)L_179)), (float)L_180))))); Slot_t3514940700 * L_181 = V_0; float L_182 = V_13; float L_183 = V_5; float L_184 = V_13; float L_185 = ___alpha4; NullCheck(L_181); L_181->set_b_4(((float)il2cpp_codegen_add((float)L_182, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_183, (float)L_184)), (float)L_185))))); Slot_t3514940700 * L_186 = V_0; float L_187 = V_14; float L_188 = V_6; float L_189 = V_14; float L_190 = ___alpha4; NullCheck(L_186); L_186->set_a_5(((float)il2cpp_codegen_add((float)L_187, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_188, (float)L_189)), (float)L_190))))); } IL_0287: { 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 Spine.CurveTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CurveTimeline__ctor_m1745141662 (CurveTimeline_t3673209699 * __this, int32_t ___frameCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CurveTimeline__ctor_m1745141662_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___frameCount0; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0028; } } { int32_t L_1 = ___frameCount0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral379876722, L_3, /*hidden argument*/NULL); ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_5, L_4, _stringLiteral207938285, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,CurveTimeline__ctor_m1745141662_RuntimeMethod_var); } IL_0028: { int32_t L_6 = ___frameCount0; __this->set_curves_4(((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)((int32_t)19)))))); return; } } // System.Int32 Spine.CurveTimeline::get_FrameCount() extern "C" IL2CPP_METHOD_ATTR int32_t CurveTimeline_get_FrameCount_m628607029 (CurveTimeline_t3673209699 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_curves_4(); NullCheck(L_0); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))/(int32_t)((int32_t)19))), (int32_t)1)); } } // System.Void Spine.CurveTimeline::SetLinear(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CurveTimeline_SetLinear_m2771395590 (CurveTimeline_t3673209699 * __this, int32_t ___frameIndex0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_curves_4(); int32_t L_1 = ___frameIndex0; NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)((int32_t)19)))), (float)(0.0f)); return; } } // System.Void Spine.CurveTimeline::SetStepped(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CurveTimeline_SetStepped_m359227674 (CurveTimeline_t3673209699 * __this, int32_t ___frameIndex0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_curves_4(); int32_t L_1 = ___frameIndex0; NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)((int32_t)19)))), (float)(1.0f)); return; } } // System.Void Spine.CurveTimeline::SetCurve(System.Int32,System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void CurveTimeline_SetCurve_m3682310541 (CurveTimeline_t3673209699 * __this, int32_t ___frameIndex0, float ___cx11, float ___cy12, float ___cx23, float ___cy24, 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; float V_5 = 0.0f; float V_6 = 0.0f; float V_7 = 0.0f; int32_t V_8 = 0; SingleU5BU5D_t1444911251* V_9 = NULL; float V_10 = 0.0f; float V_11 = 0.0f; int32_t V_12 = 0; { float L_0 = ___cx11; float L_1 = ___cx23; V_0 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((-L_0)), (float)(2.0f))), (float)L_1)), (float)(0.03f))); float L_2 = ___cy12; float L_3 = ___cy24; V_1 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((-L_2)), (float)(2.0f))), (float)L_3)), (float)(0.03f))); float L_4 = ___cx11; float L_5 = ___cx23; V_2 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_4, (float)L_5)), (float)(3.0f))), (float)(1.0f))), (float)(0.006f))); float L_6 = ___cy12; float L_7 = ___cy24; V_3 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_6, (float)L_7)), (float)(3.0f))), (float)(1.0f))), (float)(0.006f))); float L_8 = V_0; float L_9 = V_2; V_4 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_8, (float)(2.0f))), (float)L_9)); float L_10 = V_1; float L_11 = V_3; V_5 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_10, (float)(2.0f))), (float)L_11)); float L_12 = ___cx11; float L_13 = V_0; float L_14 = V_2; V_6 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_12, (float)(0.3f))), (float)L_13)), (float)((float)il2cpp_codegen_multiply((float)L_14, (float)(0.166666672f))))); float L_15 = ___cy12; float L_16 = V_1; float L_17 = V_3; V_7 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_15, (float)(0.3f))), (float)L_16)), (float)((float)il2cpp_codegen_multiply((float)L_17, (float)(0.166666672f))))); int32_t L_18 = ___frameIndex0; V_8 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_18, (int32_t)((int32_t)19))); SingleU5BU5D_t1444911251* L_19 = __this->get_curves_4(); V_9 = L_19; SingleU5BU5D_t1444911251* L_20 = V_9; int32_t L_21 = V_8; int32_t L_22 = L_21; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); NullCheck(L_20); (L_20)->SetAt(static_cast(L_22), (float)(2.0f)); float L_23 = V_6; V_10 = L_23; float L_24 = V_7; V_11 = L_24; int32_t L_25 = V_8; V_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)((int32_t)19))), (int32_t)1)); goto IL_00ff; } IL_00c1: { SingleU5BU5D_t1444911251* L_26 = V_9; int32_t L_27 = V_8; float L_28 = V_10; NullCheck(L_26); (L_26)->SetAt(static_cast(L_27), (float)L_28); SingleU5BU5D_t1444911251* L_29 = V_9; int32_t L_30 = V_8; float L_31 = V_11; NullCheck(L_29); (L_29)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1))), (float)L_31); float L_32 = V_6; float L_33 = V_4; V_6 = ((float)il2cpp_codegen_add((float)L_32, (float)L_33)); float L_34 = V_7; float L_35 = V_5; V_7 = ((float)il2cpp_codegen_add((float)L_34, (float)L_35)); float L_36 = V_4; float L_37 = V_2; V_4 = ((float)il2cpp_codegen_add((float)L_36, (float)L_37)); float L_38 = V_5; float L_39 = V_3; V_5 = ((float)il2cpp_codegen_add((float)L_38, (float)L_39)); float L_40 = V_10; float L_41 = V_6; V_10 = ((float)il2cpp_codegen_add((float)L_40, (float)L_41)); float L_42 = V_11; float L_43 = V_7; V_11 = ((float)il2cpp_codegen_add((float)L_42, (float)L_43)); int32_t L_44 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)2)); } IL_00ff: { int32_t L_45 = V_8; int32_t L_46 = V_12; if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_00c1; } } { return; } } // System.Single Spine.CurveTimeline::GetCurvePercent(System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR float CurveTimeline_GetCurvePercent_m2554062217 (CurveTimeline_t3673209699 * __this, int32_t ___frameIndex0, float ___percent1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CurveTimeline_GetCurvePercent_m2554062217_MetadataUsageId); s_Il2CppMethodInitialized = true; } SingleU5BU5D_t1444911251* V_0 = NULL; int32_t V_1 = 0; float V_2 = 0.0f; float V_3 = 0.0f; int32_t V_4 = 0; int32_t V_5 = 0; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; { float L_0 = ___percent1; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_1 = MathUtils_Clamp_m2529902946(NULL /*static, unused*/, L_0, (0.0f), (1.0f), /*hidden argument*/NULL); ___percent1 = L_1; SingleU5BU5D_t1444911251* L_2 = __this->get_curves_4(); V_0 = L_2; int32_t L_3 = ___frameIndex0; V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)((int32_t)19))); SingleU5BU5D_t1444911251* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; float L_7 = (L_4)->GetAt(static_cast(L_6)); V_2 = L_7; float L_8 = V_2; if ((!(((float)L_8) == ((float)(0.0f))))) { goto IL_002f; } } { float L_9 = ___percent1; return L_9; } IL_002f: { float L_10 = V_2; if ((!(((float)L_10) == ((float)(1.0f))))) { goto IL_0040; } } { return (0.0f); } IL_0040: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); V_3 = (0.0f); int32_t L_12 = V_1; V_4 = L_12; int32_t L_13 = V_1; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)19))), (int32_t)1)); goto IL_00a8; } IL_005a: { SingleU5BU5D_t1444911251* L_14 = V_0; int32_t L_15 = V_1; NullCheck(L_14); int32_t L_16 = L_15; float L_17 = (L_14)->GetAt(static_cast(L_16)); V_3 = L_17; float L_18 = V_3; float L_19 = ___percent1; if ((!(((float)L_18) >= ((float)L_19)))) { goto IL_00a4; } } { int32_t L_20 = V_1; int32_t L_21 = V_4; if ((!(((uint32_t)L_20) == ((uint32_t)L_21)))) { goto IL_0080; } } { V_6 = (0.0f); V_7 = (0.0f); goto IL_008e; } IL_0080: { SingleU5BU5D_t1444911251* L_22 = V_0; int32_t L_23 = V_1; NullCheck(L_22); int32_t L_24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)2)); float L_25 = (L_22)->GetAt(static_cast(L_24)); V_6 = L_25; SingleU5BU5D_t1444911251* L_26 = V_0; int32_t L_27 = V_1; NullCheck(L_26); int32_t L_28 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1)); float L_29 = (L_26)->GetAt(static_cast(L_28)); V_7 = L_29; } IL_008e: { float L_30 = V_7; SingleU5BU5D_t1444911251* L_31 = V_0; int32_t L_32 = V_1; NullCheck(L_31); int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); float L_34 = (L_31)->GetAt(static_cast(L_33)); float L_35 = V_7; float L_36 = ___percent1; float L_37 = V_6; float L_38 = V_3; float L_39 = V_6; return ((float)il2cpp_codegen_add((float)L_30, (float)((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_34, (float)L_35)), (float)((float)il2cpp_codegen_subtract((float)L_36, (float)L_37))))/(float)((float)il2cpp_codegen_subtract((float)L_38, (float)L_39)))))); } IL_00a4: { int32_t L_40 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)2)); } IL_00a8: { int32_t L_41 = V_1; int32_t L_42 = V_5; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_005a; } } { SingleU5BU5D_t1444911251* L_43 = V_0; int32_t L_44 = V_1; NullCheck(L_43); int32_t L_45 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1)); float L_46 = (L_43)->GetAt(static_cast(L_45)); V_8 = L_46; float L_47 = V_8; float L_48 = V_8; float L_49 = ___percent1; float L_50 = V_3; float L_51 = V_3; return ((float)il2cpp_codegen_add((float)L_47, (float)((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_48)), (float)((float)il2cpp_codegen_subtract((float)L_49, (float)L_50))))/(float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_51)))))); } } // System.Single Spine.CurveTimeline::GetCurveType(System.Int32) extern "C" IL2CPP_METHOD_ATTR float CurveTimeline_GetCurveType_m1833880915 (CurveTimeline_t3673209699 * __this, int32_t ___frameIndex0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_curves_4(); int32_t L_1 = ___frameIndex0; NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)((int32_t)19))); float L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } #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 Spine.DeformTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeformTimeline__ctor_m471795702 (DeformTimeline_t3552075840 * __this, int32_t ___frameCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeformTimeline__ctor_m471795702_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___frameCount0; CurveTimeline__ctor_m1745141662(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___frameCount0; __this->set_frames_6(((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_1))); int32_t L_2 = ___frameCount0; __this->set_frameVertices_7(((SingleU5BU5DU5BU5D_t3206712258*)SZArrayNew(SingleU5BU5DU5BU5D_t3206712258_il2cpp_TypeInfo_var, (uint32_t)L_2))); return; } } // System.Int32 Spine.DeformTimeline::get_SlotIndex() extern "C" IL2CPP_METHOD_ATTR int32_t DeformTimeline_get_SlotIndex_m1011129369 (DeformTimeline_t3552075840 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_slotIndex_5(); return L_0; } } // System.Void Spine.DeformTimeline::set_SlotIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeformTimeline_set_SlotIndex_m1511279861 (DeformTimeline_t3552075840 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_slotIndex_5(L_0); return; } } // System.Single[] Spine.DeformTimeline::get_Frames() extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* DeformTimeline_get_Frames_m393046439 (DeformTimeline_t3552075840 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_frames_6(); return L_0; } } // System.Void Spine.DeformTimeline::set_Frames(System.Single[]) extern "C" IL2CPP_METHOD_ATTR void DeformTimeline_set_Frames_m1377168634 (DeformTimeline_t3552075840 * __this, SingleU5BU5D_t1444911251* ___value0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = ___value0; __this->set_frames_6(L_0); return; } } // System.Single[][] Spine.DeformTimeline::get_Vertices() extern "C" IL2CPP_METHOD_ATTR SingleU5BU5DU5BU5D_t3206712258* DeformTimeline_get_Vertices_m3913074216 (DeformTimeline_t3552075840 * __this, const RuntimeMethod* method) { { SingleU5BU5DU5BU5D_t3206712258* L_0 = __this->get_frameVertices_7(); return L_0; } } // System.Void Spine.DeformTimeline::set_Vertices(System.Single[][]) extern "C" IL2CPP_METHOD_ATTR void DeformTimeline_set_Vertices_m2557239276 (DeformTimeline_t3552075840 * __this, SingleU5BU5DU5BU5D_t3206712258* ___value0, const RuntimeMethod* method) { { SingleU5BU5DU5BU5D_t3206712258* L_0 = ___value0; __this->set_frameVertices_7(L_0); return; } } // Spine.VertexAttachment Spine.DeformTimeline::get_Attachment() extern "C" IL2CPP_METHOD_ATTR VertexAttachment_t4074366829 * DeformTimeline_get_Attachment_m2757114354 (DeformTimeline_t3552075840 * __this, const RuntimeMethod* method) { { VertexAttachment_t4074366829 * L_0 = __this->get_attachment_8(); return L_0; } } // System.Void Spine.DeformTimeline::set_Attachment(Spine.VertexAttachment) extern "C" IL2CPP_METHOD_ATTR void DeformTimeline_set_Attachment_m3134142365 (DeformTimeline_t3552075840 * __this, VertexAttachment_t4074366829 * ___value0, const RuntimeMethod* method) { { VertexAttachment_t4074366829 * L_0 = ___value0; __this->set_attachment_8(L_0); return; } } // System.Int32 Spine.DeformTimeline::get_PropertyId() extern "C" IL2CPP_METHOD_ATTR int32_t DeformTimeline_get_PropertyId_m2330295263 (DeformTimeline_t3552075840 * __this, const RuntimeMethod* method) { { VertexAttachment_t4074366829 * L_0 = __this->get_attachment_8(); NullCheck(L_0); int32_t L_1 = L_0->get_id_3(); int32_t L_2 = __this->get_slotIndex_5(); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)100663296), (int32_t)L_1)), (int32_t)L_2)); } } // System.Void Spine.DeformTimeline::SetFrame(System.Int32,System.Single,System.Single[]) extern "C" IL2CPP_METHOD_ATTR void DeformTimeline_SetFrame_m3684133779 (DeformTimeline_t3552075840 * __this, int32_t ___frameIndex0, float ___time1, SingleU5BU5D_t1444911251* ___vertices2, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_frames_6(); int32_t L_1 = ___frameIndex0; float L_2 = ___time1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (float)L_2); SingleU5BU5DU5BU5D_t3206712258* L_3 = __this->get_frameVertices_7(); int32_t L_4 = ___frameIndex0; SingleU5BU5D_t1444911251* L_5 = ___vertices2; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(L_4), (SingleU5BU5D_t1444911251*)L_5); return; } } // System.Void Spine.DeformTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection) extern "C" IL2CPP_METHOD_ATTR void DeformTimeline_Apply_m226346332 (DeformTimeline_t3552075840 * __this, Skeleton_t3686076450 * ___skeleton0, float ___lastTime1, float ___time2, ExposedList_1_t4085685707 * ___firedEvents3, float ___alpha4, int32_t ___blend5, int32_t ___direction6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeformTimeline_Apply_m226346332_MetadataUsageId); s_Il2CppMethodInitialized = true; } Slot_t3514940700 * V_0 = NULL; VertexAttachment_t4074366829 * V_1 = NULL; ExposedList_1_t4104378640 * V_2 = NULL; SingleU5BU5DU5BU5D_t3206712258* V_3 = NULL; int32_t V_4 = 0; SingleU5BU5D_t1444911251* V_5 = NULL; SingleU5BU5D_t1444911251* V_6 = NULL; SingleU5BU5D_t1444911251* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; SingleU5BU5D_t1444911251* V_10 = NULL; SingleU5BU5D_t1444911251* V_11 = NULL; int32_t V_12 = 0; int32_t V_13 = 0; SingleU5BU5D_t1444911251* V_14 = NULL; int32_t V_15 = 0; float V_16 = 0.0f; int32_t V_17 = 0; int32_t V_18 = 0; SingleU5BU5D_t1444911251* V_19 = NULL; int32_t V_20 = 0; int32_t V_21 = 0; int32_t V_22 = 0; SingleU5BU5D_t1444911251* V_23 = NULL; SingleU5BU5D_t1444911251* V_24 = NULL; float V_25 = 0.0f; float V_26 = 0.0f; SingleU5BU5D_t1444911251* V_27 = NULL; int32_t V_28 = 0; float V_29 = 0.0f; int32_t V_30 = 0; float V_31 = 0.0f; int32_t V_32 = 0; float V_33 = 0.0f; SingleU5BU5D_t1444911251* V_34 = NULL; int32_t V_35 = 0; float V_36 = 0.0f; float V_37 = 0.0f; int32_t V_38 = 0; float V_39 = 0.0f; int32_t V_40 = 0; float V_41 = 0.0f; SingleU5BU5D_t1444911251* V_42 = NULL; int32_t V_43 = 0; float V_44 = 0.0f; int32_t V_45 = 0; float V_46 = 0.0f; { Skeleton_t3686076450 * L_0 = ___skeleton0; NullCheck(L_0); ExposedList_1_t1927085270 * L_1 = L_0->get_slots_2(); NullCheck(L_1); SlotU5BU5D_t285245173* L_2 = L_1->get_Items_0(); int32_t L_3 = __this->get_slotIndex_5(); NullCheck(L_2); int32_t L_4 = L_3; Slot_t3514940700 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = L_5; Slot_t3514940700 * L_6 = V_0; NullCheck(L_6); Attachment_t3043756552 * L_7 = L_6->get_attachment_10(); V_1 = ((VertexAttachment_t4074366829 *)IsInstClass((RuntimeObject*)L_7, VertexAttachment_t4074366829_il2cpp_TypeInfo_var)); VertexAttachment_t4074366829 * L_8 = V_1; if (!L_8) { goto IL_0036; } } { VertexAttachment_t4074366829 * L_9 = V_1; VertexAttachment_t4074366829 * L_10 = __this->get_attachment_8(); NullCheck(L_9); bool L_11 = VirtFuncInvoker1< bool, VertexAttachment_t4074366829 * >::Invoke(4 /* System.Boolean Spine.VertexAttachment::ApplyDeform(Spine.VertexAttachment) */, L_9, L_10); if (L_11) { goto IL_0037; } } IL_0036: { return; } IL_0037: { Slot_t3514940700 * L_12 = V_0; NullCheck(L_12); ExposedList_1_t4104378640 * L_13 = L_12->get_attachmentVertices_12(); V_2 = L_13; ExposedList_1_t4104378640 * L_14 = V_2; NullCheck(L_14); int32_t L_15 = L_14->get_Count_1(); if (L_15) { goto IL_004c; } } { ___blend5 = 0; } IL_004c: { SingleU5BU5DU5BU5D_t3206712258* L_16 = __this->get_frameVertices_7(); V_3 = L_16; SingleU5BU5DU5BU5D_t3206712258* L_17 = V_3; NullCheck(L_17); int32_t L_18 = 0; SingleU5BU5D_t1444911251* L_19 = (L_17)->GetAt(static_cast(L_18)); NullCheck(L_19); V_4 = (((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length)))); SingleU5BU5D_t1444911251* L_20 = __this->get_frames_6(); V_5 = L_20; float L_21 = ___time2; SingleU5BU5D_t1444911251* L_22 = V_5; NullCheck(L_22); int32_t L_23 = 0; float L_24 = (L_22)->GetAt(static_cast(L_23)); if ((!(((float)L_21) < ((float)L_24)))) { goto IL_013d; } } { int32_t L_25 = ___blend5; if (!L_25) { goto IL_0080; } } { int32_t L_26 = ___blend5; if ((((int32_t)L_26) == ((int32_t)2))) { goto IL_0088; } } { goto IL_013c; } IL_0080: { ExposedList_1_t4104378640 * L_27 = V_2; NullCheck(L_27); ExposedList_1_Clear_m661012492(L_27, (bool)1, /*hidden argument*/ExposedList_1_Clear_m661012492_RuntimeMethod_var); return; } IL_0088: { float L_28 = ___alpha4; if ((!(((float)L_28) == ((float)(1.0f))))) { goto IL_009c; } } { ExposedList_1_t4104378640 * L_29 = V_2; NullCheck(L_29); ExposedList_1_Clear_m661012492(L_29, (bool)1, /*hidden argument*/ExposedList_1_Clear_m661012492_RuntimeMethod_var); return; } IL_009c: { ExposedList_1_t4104378640 * L_30 = V_2; NullCheck(L_30); int32_t L_31 = ExposedList_1_get_Capacity_m3957516812(L_30, /*hidden argument*/ExposedList_1_get_Capacity_m3957516812_RuntimeMethod_var); int32_t L_32 = V_4; if ((((int32_t)L_31) >= ((int32_t)L_32))) { goto IL_00b1; } } { ExposedList_1_t4104378640 * L_33 = V_2; int32_t L_34 = V_4; NullCheck(L_33); ExposedList_1_set_Capacity_m1671286360(L_33, L_34, /*hidden argument*/ExposedList_1_set_Capacity_m1671286360_RuntimeMethod_var); } IL_00b1: { ExposedList_1_t4104378640 * L_35 = V_2; int32_t L_36 = V_4; NullCheck(L_35); L_35->set_Count_1(L_36); ExposedList_1_t4104378640 * L_37 = V_2; NullCheck(L_37); SingleU5BU5D_t1444911251* L_38 = L_37->get_Items_0(); V_6 = L_38; VertexAttachment_t4074366829 * L_39 = V_1; NullCheck(L_39); Int32U5BU5D_t385246372* L_40 = L_39->get_bones_4(); if (L_40) { goto IL_010b; } } { VertexAttachment_t4074366829 * L_41 = V_1; NullCheck(L_41); SingleU5BU5D_t1444911251* L_42 = L_41->get_vertices_5(); V_7 = L_42; V_8 = 0; goto IL_00fd; } IL_00dc: { SingleU5BU5D_t1444911251* L_43 = V_6; int32_t L_44 = V_8; NullCheck(L_43); float* L_45 = ((L_43)->GetAddressAt(static_cast(L_44))); SingleU5BU5D_t1444911251* L_46 = V_7; int32_t L_47 = V_8; NullCheck(L_46); int32_t L_48 = L_47; float L_49 = (L_46)->GetAt(static_cast(L_48)); SingleU5BU5D_t1444911251* L_50 = V_6; int32_t L_51 = V_8; NullCheck(L_50); int32_t L_52 = L_51; float L_53 = (L_50)->GetAt(static_cast(L_52)); float L_54 = ___alpha4; *((float*)(L_45)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_45)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_49, (float)L_53)), (float)L_54)))); int32_t L_55 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); } IL_00fd: { int32_t L_56 = V_8; int32_t L_57 = V_4; if ((((int32_t)L_56) < ((int32_t)L_57))) { goto IL_00dc; } } { goto IL_013b; } IL_010b: { float L_58 = ___alpha4; ___alpha4 = ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_58)); V_9 = 0; goto IL_0132; } IL_011d: { SingleU5BU5D_t1444911251* L_59 = V_6; int32_t L_60 = V_9; NullCheck(L_59); float* L_61 = ((L_59)->GetAddressAt(static_cast(L_60))); float L_62 = ___alpha4; *((float*)(L_61)) = (float)((float)il2cpp_codegen_multiply((float)(*((float*)L_61)), (float)L_62)); int32_t L_63 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); } IL_0132: { int32_t L_64 = V_9; int32_t L_65 = V_4; if ((((int32_t)L_64) < ((int32_t)L_65))) { goto IL_011d; } } IL_013b: { return; } IL_013c: { return; } IL_013d: { ExposedList_1_t4104378640 * L_66 = V_2; NullCheck(L_66); int32_t L_67 = ExposedList_1_get_Capacity_m3957516812(L_66, /*hidden argument*/ExposedList_1_get_Capacity_m3957516812_RuntimeMethod_var); int32_t L_68 = V_4; if ((((int32_t)L_67) >= ((int32_t)L_68))) { goto IL_0152; } } { ExposedList_1_t4104378640 * L_69 = V_2; int32_t L_70 = V_4; NullCheck(L_69); ExposedList_1_set_Capacity_m1671286360(L_69, L_70, /*hidden argument*/ExposedList_1_set_Capacity_m1671286360_RuntimeMethod_var); } IL_0152: { ExposedList_1_t4104378640 * L_71 = V_2; int32_t L_72 = V_4; NullCheck(L_71); L_71->set_Count_1(L_72); ExposedList_1_t4104378640 * L_73 = V_2; NullCheck(L_73); SingleU5BU5D_t1444911251* L_74 = L_73->get_Items_0(); V_6 = L_74; float L_75 = ___time2; SingleU5BU5D_t1444911251* L_76 = V_5; SingleU5BU5D_t1444911251* L_77 = V_5; NullCheck(L_77); NullCheck(L_76); int32_t L_78 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_77)->max_length)))), (int32_t)1)); float L_79 = (L_76)->GetAt(static_cast(L_78)); if ((!(((float)L_75) >= ((float)L_79)))) { goto IL_0357; } } { SingleU5BU5DU5BU5D_t3206712258* L_80 = V_3; SingleU5BU5D_t1444911251* L_81 = V_5; NullCheck(L_81); NullCheck(L_80); int32_t L_82 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_81)->max_length)))), (int32_t)1)); SingleU5BU5D_t1444911251* L_83 = (L_80)->GetAt(static_cast(L_82)); V_10 = L_83; float L_84 = ___alpha4; if ((!(((float)L_84) == ((float)(1.0f))))) { goto IL_0216; } } { int32_t L_85 = ___blend5; if ((!(((uint32_t)L_85) == ((uint32_t)3)))) { goto IL_0204; } } { VertexAttachment_t4074366829 * L_86 = V_1; NullCheck(L_86); Int32U5BU5D_t385246372* L_87 = L_86->get_bones_4(); if (L_87) { goto IL_01d6; } } { VertexAttachment_t4074366829 * L_88 = V_1; NullCheck(L_88); SingleU5BU5D_t1444911251* L_89 = L_88->get_vertices_5(); V_11 = L_89; V_12 = 0; goto IL_01c8; } IL_01aa: { SingleU5BU5D_t1444911251* L_90 = V_6; int32_t L_91 = V_12; NullCheck(L_90); float* L_92 = ((L_90)->GetAddressAt(static_cast(L_91))); SingleU5BU5D_t1444911251* L_93 = V_10; int32_t L_94 = V_12; NullCheck(L_93); int32_t L_95 = L_94; float L_96 = (L_93)->GetAt(static_cast(L_95)); SingleU5BU5D_t1444911251* L_97 = V_11; int32_t L_98 = V_12; NullCheck(L_97); int32_t L_99 = L_98; float L_100 = (L_97)->GetAt(static_cast(L_99)); *((float*)(L_92)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_92)), (float)((float)il2cpp_codegen_subtract((float)L_96, (float)L_100)))); int32_t L_101 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1)); } IL_01c8: { int32_t L_102 = V_12; int32_t L_103 = V_4; if ((((int32_t)L_102) < ((int32_t)L_103))) { goto IL_01aa; } } { goto IL_01ff; } IL_01d6: { V_13 = 0; goto IL_01f6; } IL_01de: { SingleU5BU5D_t1444911251* L_104 = V_6; int32_t L_105 = V_13; NullCheck(L_104); float* L_106 = ((L_104)->GetAddressAt(static_cast(L_105))); SingleU5BU5D_t1444911251* L_107 = V_10; int32_t L_108 = V_13; NullCheck(L_107); int32_t L_109 = L_108; float L_110 = (L_107)->GetAt(static_cast(L_109)); *((float*)(L_106)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_106)), (float)L_110)); int32_t L_111 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)1)); } IL_01f6: { int32_t L_112 = V_13; int32_t L_113 = V_4; if ((((int32_t)L_112) < ((int32_t)L_113))) { goto IL_01de; } } IL_01ff: { goto IL_0211; } IL_0204: { SingleU5BU5D_t1444911251* L_114 = V_10; SingleU5BU5D_t1444911251* L_115 = V_6; int32_t L_116 = V_4; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_114, 0, (RuntimeArray *)(RuntimeArray *)L_115, 0, L_116, /*hidden argument*/NULL); } IL_0211: { goto IL_0356; } IL_0216: { int32_t L_117 = ___blend5; switch (L_117) { case 0: { goto IL_0232; } case 1: { goto IL_02a4; } case 2: { goto IL_02a4; } case 3: { goto IL_02db; } } } { goto IL_0356; } IL_0232: { VertexAttachment_t4074366829 * L_118 = V_1; NullCheck(L_118); Int32U5BU5D_t385246372* L_119 = L_118->get_bones_4(); if (L_119) { goto IL_027b; } } { VertexAttachment_t4074366829 * L_120 = V_1; NullCheck(L_120); SingleU5BU5D_t1444911251* L_121 = L_120->get_vertices_5(); V_14 = L_121; V_15 = 0; goto IL_026d; } IL_024d: { SingleU5BU5D_t1444911251* L_122 = V_14; int32_t L_123 = V_15; NullCheck(L_122); int32_t L_124 = L_123; float L_125 = (L_122)->GetAt(static_cast(L_124)); V_16 = L_125; SingleU5BU5D_t1444911251* L_126 = V_6; int32_t L_127 = V_15; float L_128 = V_16; SingleU5BU5D_t1444911251* L_129 = V_10; int32_t L_130 = V_15; NullCheck(L_129); int32_t L_131 = L_130; float L_132 = (L_129)->GetAt(static_cast(L_131)); float L_133 = V_16; float L_134 = ___alpha4; NullCheck(L_126); (L_126)->SetAt(static_cast(L_127), (float)((float)il2cpp_codegen_add((float)L_128, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_132, (float)L_133)), (float)L_134))))); int32_t L_135 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)1)); } IL_026d: { int32_t L_136 = V_15; int32_t L_137 = V_4; if ((((int32_t)L_136) < ((int32_t)L_137))) { goto IL_024d; } } { goto IL_029f; } IL_027b: { V_17 = 0; goto IL_0296; } IL_0283: { SingleU5BU5D_t1444911251* L_138 = V_6; int32_t L_139 = V_17; SingleU5BU5D_t1444911251* L_140 = V_10; int32_t L_141 = V_17; NullCheck(L_140); int32_t L_142 = L_141; float L_143 = (L_140)->GetAt(static_cast(L_142)); float L_144 = ___alpha4; NullCheck(L_138); (L_138)->SetAt(static_cast(L_139), (float)((float)il2cpp_codegen_multiply((float)L_143, (float)L_144))); int32_t L_145 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_145, (int32_t)1)); } IL_0296: { int32_t L_146 = V_17; int32_t L_147 = V_4; if ((((int32_t)L_146) < ((int32_t)L_147))) { goto IL_0283; } } IL_029f: { goto IL_0356; } IL_02a4: { V_18 = 0; goto IL_02cd; } IL_02ac: { SingleU5BU5D_t1444911251* L_148 = V_6; int32_t L_149 = V_18; NullCheck(L_148); float* L_150 = ((L_148)->GetAddressAt(static_cast(L_149))); SingleU5BU5D_t1444911251* L_151 = V_10; int32_t L_152 = V_18; NullCheck(L_151); int32_t L_153 = L_152; float L_154 = (L_151)->GetAt(static_cast(L_153)); SingleU5BU5D_t1444911251* L_155 = V_6; int32_t L_156 = V_18; NullCheck(L_155); int32_t L_157 = L_156; float L_158 = (L_155)->GetAt(static_cast(L_157)); float L_159 = ___alpha4; *((float*)(L_150)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_150)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_154, (float)L_158)), (float)L_159)))); int32_t L_160 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)1)); } IL_02cd: { int32_t L_161 = V_18; int32_t L_162 = V_4; if ((((int32_t)L_161) < ((int32_t)L_162))) { goto IL_02ac; } } { goto IL_0356; } IL_02db: { VertexAttachment_t4074366829 * L_163 = V_1; NullCheck(L_163); Int32U5BU5D_t385246372* L_164 = L_163->get_bones_4(); if (L_164) { goto IL_0325; } } { VertexAttachment_t4074366829 * L_165 = V_1; NullCheck(L_165); SingleU5BU5D_t1444911251* L_166 = L_165->get_vertices_5(); V_19 = L_166; V_20 = 0; goto IL_0317; } IL_02f6: { SingleU5BU5D_t1444911251* L_167 = V_6; int32_t L_168 = V_20; NullCheck(L_167); float* L_169 = ((L_167)->GetAddressAt(static_cast(L_168))); SingleU5BU5D_t1444911251* L_170 = V_10; int32_t L_171 = V_20; NullCheck(L_170); int32_t L_172 = L_171; float L_173 = (L_170)->GetAt(static_cast(L_172)); SingleU5BU5D_t1444911251* L_174 = V_19; int32_t L_175 = V_20; NullCheck(L_174); int32_t L_176 = L_175; float L_177 = (L_174)->GetAt(static_cast(L_176)); float L_178 = ___alpha4; *((float*)(L_169)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_169)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_173, (float)L_177)), (float)L_178)))); int32_t L_179 = V_20; V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_179, (int32_t)1)); } IL_0317: { int32_t L_180 = V_20; int32_t L_181 = V_4; if ((((int32_t)L_180) < ((int32_t)L_181))) { goto IL_02f6; } } { goto IL_0351; } IL_0325: { V_21 = 0; goto IL_0348; } IL_032d: { SingleU5BU5D_t1444911251* L_182 = V_6; int32_t L_183 = V_21; NullCheck(L_182); float* L_184 = ((L_182)->GetAddressAt(static_cast(L_183))); SingleU5BU5D_t1444911251* L_185 = V_10; int32_t L_186 = V_21; NullCheck(L_185); int32_t L_187 = L_186; float L_188 = (L_185)->GetAt(static_cast(L_187)); float L_189 = ___alpha4; *((float*)(L_184)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_184)), (float)((float)il2cpp_codegen_multiply((float)L_188, (float)L_189)))); int32_t L_190 = V_21; V_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); } IL_0348: { int32_t L_191 = V_21; int32_t L_192 = V_4; if ((((int32_t)L_191) < ((int32_t)L_192))) { goto IL_032d; } } IL_0351: { goto IL_0356; } IL_0356: { return; } IL_0357: { SingleU5BU5D_t1444911251* L_193 = V_5; float L_194 = ___time2; int32_t L_195 = Animation_BinarySearch_m1342936843(NULL /*static, unused*/, L_193, L_194, /*hidden argument*/NULL); V_22 = L_195; SingleU5BU5DU5BU5D_t3206712258* L_196 = V_3; int32_t L_197 = V_22; NullCheck(L_196); int32_t L_198 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_197, (int32_t)1)); SingleU5BU5D_t1444911251* L_199 = (L_196)->GetAt(static_cast(L_198)); V_23 = L_199; SingleU5BU5DU5BU5D_t3206712258* L_200 = V_3; int32_t L_201 = V_22; NullCheck(L_200); int32_t L_202 = L_201; SingleU5BU5D_t1444911251* L_203 = (L_200)->GetAt(static_cast(L_202)); V_24 = L_203; SingleU5BU5D_t1444911251* L_204 = V_5; int32_t L_205 = V_22; NullCheck(L_204); int32_t L_206 = L_205; float L_207 = (L_204)->GetAt(static_cast(L_206)); V_25 = L_207; int32_t L_208 = V_22; float L_209 = ___time2; float L_210 = V_25; SingleU5BU5D_t1444911251* L_211 = V_5; int32_t L_212 = V_22; NullCheck(L_211); int32_t L_213 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_212, (int32_t)1)); float L_214 = (L_211)->GetAt(static_cast(L_213)); float L_215 = V_25; float L_216 = CurveTimeline_GetCurvePercent_m2554062217(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_208, (int32_t)1)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)((float)il2cpp_codegen_subtract((float)L_209, (float)L_210))/(float)((float)il2cpp_codegen_subtract((float)L_214, (float)L_215)))))), /*hidden argument*/NULL); V_26 = L_216; float L_217 = ___alpha4; if ((!(((float)L_217) == ((float)(1.0f))))) { goto IL_0476; } } { int32_t L_218 = ___blend5; if ((!(((uint32_t)L_218) == ((uint32_t)3)))) { goto IL_0440; } } { VertexAttachment_t4074366829 * L_219 = V_1; NullCheck(L_219); Int32U5BU5D_t385246372* L_220 = L_219->get_bones_4(); if (L_220) { goto IL_0402; } } { VertexAttachment_t4074366829 * L_221 = V_1; NullCheck(L_221); SingleU5BU5D_t1444911251* L_222 = L_221->get_vertices_5(); V_27 = L_222; V_28 = 0; goto IL_03f4; } IL_03c6: { SingleU5BU5D_t1444911251* L_223 = V_23; int32_t L_224 = V_28; NullCheck(L_223); int32_t L_225 = L_224; float L_226 = (L_223)->GetAt(static_cast(L_225)); V_29 = L_226; SingleU5BU5D_t1444911251* L_227 = V_6; int32_t L_228 = V_28; NullCheck(L_227); float* L_229 = ((L_227)->GetAddressAt(static_cast(L_228))); float L_230 = V_29; SingleU5BU5D_t1444911251* L_231 = V_24; int32_t L_232 = V_28; NullCheck(L_231); int32_t L_233 = L_232; float L_234 = (L_231)->GetAt(static_cast(L_233)); float L_235 = V_29; float L_236 = V_26; SingleU5BU5D_t1444911251* L_237 = V_27; int32_t L_238 = V_28; NullCheck(L_237); int32_t L_239 = L_238; float L_240 = (L_237)->GetAt(static_cast(L_239)); *((float*)(L_229)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_229)), (float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_230, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_234, (float)L_235)), (float)L_236)))), (float)L_240)))); int32_t L_241 = V_28; V_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_241, (int32_t)1)); } IL_03f4: { int32_t L_242 = V_28; int32_t L_243 = V_4; if ((((int32_t)L_242) < ((int32_t)L_243))) { goto IL_03c6; } } { goto IL_043b; } IL_0402: { V_30 = 0; goto IL_0432; } IL_040a: { SingleU5BU5D_t1444911251* L_244 = V_23; int32_t L_245 = V_30; NullCheck(L_244); int32_t L_246 = L_245; float L_247 = (L_244)->GetAt(static_cast(L_246)); V_31 = L_247; SingleU5BU5D_t1444911251* L_248 = V_6; int32_t L_249 = V_30; NullCheck(L_248); float* L_250 = ((L_248)->GetAddressAt(static_cast(L_249))); float L_251 = V_31; SingleU5BU5D_t1444911251* L_252 = V_24; int32_t L_253 = V_30; NullCheck(L_252); int32_t L_254 = L_253; float L_255 = (L_252)->GetAt(static_cast(L_254)); float L_256 = V_31; float L_257 = V_26; *((float*)(L_250)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_250)), (float)((float)il2cpp_codegen_add((float)L_251, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_255, (float)L_256)), (float)L_257)))))); int32_t L_258 = V_30; V_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_258, (int32_t)1)); } IL_0432: { int32_t L_259 = V_30; int32_t L_260 = V_4; if ((((int32_t)L_259) < ((int32_t)L_260))) { goto IL_040a; } } IL_043b: { goto IL_0471; } IL_0440: { V_32 = 0; goto IL_0468; } IL_0448: { SingleU5BU5D_t1444911251* L_261 = V_23; int32_t L_262 = V_32; NullCheck(L_261); int32_t L_263 = L_262; float L_264 = (L_261)->GetAt(static_cast(L_263)); V_33 = L_264; SingleU5BU5D_t1444911251* L_265 = V_6; int32_t L_266 = V_32; float L_267 = V_33; SingleU5BU5D_t1444911251* L_268 = V_24; int32_t L_269 = V_32; NullCheck(L_268); int32_t L_270 = L_269; float L_271 = (L_268)->GetAt(static_cast(L_270)); float L_272 = V_33; float L_273 = V_26; NullCheck(L_265); (L_265)->SetAt(static_cast(L_266), (float)((float)il2cpp_codegen_add((float)L_267, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_271, (float)L_272)), (float)L_273))))); int32_t L_274 = V_32; V_32 = ((int32_t)il2cpp_codegen_add((int32_t)L_274, (int32_t)1)); } IL_0468: { int32_t L_275 = V_32; int32_t L_276 = V_4; if ((((int32_t)L_275) < ((int32_t)L_276))) { goto IL_0448; } } IL_0471: { goto IL_0606; } IL_0476: { int32_t L_277 = ___blend5; switch (L_277) { case 0: { goto IL_0492; } case 1: { goto IL_0524; } case 2: { goto IL_0524; } case 3: { goto IL_056b; } } } { goto IL_0606; } IL_0492: { VertexAttachment_t4074366829 * L_278 = V_1; NullCheck(L_278); Int32U5BU5D_t385246372* L_279 = L_278->get_bones_4(); if (L_279) { goto IL_04eb; } } { VertexAttachment_t4074366829 * L_280 = V_1; NullCheck(L_280); SingleU5BU5D_t1444911251* L_281 = L_280->get_vertices_5(); V_34 = L_281; V_35 = 0; goto IL_04dd; } IL_04ad: { SingleU5BU5D_t1444911251* L_282 = V_23; int32_t L_283 = V_35; NullCheck(L_282); int32_t L_284 = L_283; float L_285 = (L_282)->GetAt(static_cast(L_284)); V_36 = L_285; SingleU5BU5D_t1444911251* L_286 = V_34; int32_t L_287 = V_35; NullCheck(L_286); int32_t L_288 = L_287; float L_289 = (L_286)->GetAt(static_cast(L_288)); V_37 = L_289; SingleU5BU5D_t1444911251* L_290 = V_6; int32_t L_291 = V_35; float L_292 = V_37; float L_293 = V_36; SingleU5BU5D_t1444911251* L_294 = V_24; int32_t L_295 = V_35; NullCheck(L_294); int32_t L_296 = L_295; float L_297 = (L_294)->GetAt(static_cast(L_296)); float L_298 = V_36; float L_299 = V_26; float L_300 = V_37; float L_301 = ___alpha4; NullCheck(L_290); (L_290)->SetAt(static_cast(L_291), (float)((float)il2cpp_codegen_add((float)L_292, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_293, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_297, (float)L_298)), (float)L_299)))), (float)L_300)), (float)L_301))))); int32_t L_302 = V_35; V_35 = ((int32_t)il2cpp_codegen_add((int32_t)L_302, (int32_t)1)); } IL_04dd: { int32_t L_303 = V_35; int32_t L_304 = V_4; if ((((int32_t)L_303) < ((int32_t)L_304))) { goto IL_04ad; } } { goto IL_051f; } IL_04eb: { V_38 = 0; goto IL_0516; } IL_04f3: { SingleU5BU5D_t1444911251* L_305 = V_23; int32_t L_306 = V_38; NullCheck(L_305); int32_t L_307 = L_306; float L_308 = (L_305)->GetAt(static_cast(L_307)); V_39 = L_308; SingleU5BU5D_t1444911251* L_309 = V_6; int32_t L_310 = V_38; float L_311 = V_39; SingleU5BU5D_t1444911251* L_312 = V_24; int32_t L_313 = V_38; NullCheck(L_312); int32_t L_314 = L_313; float L_315 = (L_312)->GetAt(static_cast(L_314)); float L_316 = V_39; float L_317 = V_26; float L_318 = ___alpha4; NullCheck(L_309); (L_309)->SetAt(static_cast(L_310), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_311, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_315, (float)L_316)), (float)L_317)))), (float)L_318))); int32_t L_319 = V_38; V_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_319, (int32_t)1)); } IL_0516: { int32_t L_320 = V_38; int32_t L_321 = V_4; if ((((int32_t)L_320) < ((int32_t)L_321))) { goto IL_04f3; } } IL_051f: { goto IL_0606; } IL_0524: { V_40 = 0; goto IL_055d; } IL_052c: { SingleU5BU5D_t1444911251* L_322 = V_23; int32_t L_323 = V_40; NullCheck(L_322); int32_t L_324 = L_323; float L_325 = (L_322)->GetAt(static_cast(L_324)); V_41 = L_325; SingleU5BU5D_t1444911251* L_326 = V_6; int32_t L_327 = V_40; NullCheck(L_326); float* L_328 = ((L_326)->GetAddressAt(static_cast(L_327))); float L_329 = V_41; SingleU5BU5D_t1444911251* L_330 = V_24; int32_t L_331 = V_40; NullCheck(L_330); int32_t L_332 = L_331; float L_333 = (L_330)->GetAt(static_cast(L_332)); float L_334 = V_41; float L_335 = V_26; SingleU5BU5D_t1444911251* L_336 = V_6; int32_t L_337 = V_40; NullCheck(L_336); int32_t L_338 = L_337; float L_339 = (L_336)->GetAt(static_cast(L_338)); float L_340 = ___alpha4; *((float*)(L_328)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_328)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_329, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_333, (float)L_334)), (float)L_335)))), (float)L_339)), (float)L_340)))); int32_t L_341 = V_40; V_40 = ((int32_t)il2cpp_codegen_add((int32_t)L_341, (int32_t)1)); } IL_055d: { int32_t L_342 = V_40; int32_t L_343 = V_4; if ((((int32_t)L_342) < ((int32_t)L_343))) { goto IL_052c; } } { goto IL_0606; } IL_056b: { VertexAttachment_t4074366829 * L_344 = V_1; NullCheck(L_344); Int32U5BU5D_t385246372* L_345 = L_344->get_bones_4(); if (L_345) { goto IL_05c5; } } { VertexAttachment_t4074366829 * L_346 = V_1; NullCheck(L_346); SingleU5BU5D_t1444911251* L_347 = L_346->get_vertices_5(); V_42 = L_347; V_43 = 0; goto IL_05b7; } IL_0586: { SingleU5BU5D_t1444911251* L_348 = V_23; int32_t L_349 = V_43; NullCheck(L_348); int32_t L_350 = L_349; float L_351 = (L_348)->GetAt(static_cast(L_350)); V_44 = L_351; SingleU5BU5D_t1444911251* L_352 = V_6; int32_t L_353 = V_43; NullCheck(L_352); float* L_354 = ((L_352)->GetAddressAt(static_cast(L_353))); float L_355 = V_44; SingleU5BU5D_t1444911251* L_356 = V_24; int32_t L_357 = V_43; NullCheck(L_356); int32_t L_358 = L_357; float L_359 = (L_356)->GetAt(static_cast(L_358)); float L_360 = V_44; float L_361 = V_26; SingleU5BU5D_t1444911251* L_362 = V_42; int32_t L_363 = V_43; NullCheck(L_362); int32_t L_364 = L_363; float L_365 = (L_362)->GetAt(static_cast(L_364)); float L_366 = ___alpha4; *((float*)(L_354)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_354)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_355, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_359, (float)L_360)), (float)L_361)))), (float)L_365)), (float)L_366)))); int32_t L_367 = V_43; V_43 = ((int32_t)il2cpp_codegen_add((int32_t)L_367, (int32_t)1)); } IL_05b7: { int32_t L_368 = V_43; int32_t L_369 = V_4; if ((((int32_t)L_368) < ((int32_t)L_369))) { goto IL_0586; } } { goto IL_0601; } IL_05c5: { V_45 = 0; goto IL_05f8; } IL_05cd: { SingleU5BU5D_t1444911251* L_370 = V_23; int32_t L_371 = V_45; NullCheck(L_370); int32_t L_372 = L_371; float L_373 = (L_370)->GetAt(static_cast(L_372)); V_46 = L_373; SingleU5BU5D_t1444911251* L_374 = V_6; int32_t L_375 = V_45; NullCheck(L_374); float* L_376 = ((L_374)->GetAddressAt(static_cast(L_375))); float L_377 = V_46; SingleU5BU5D_t1444911251* L_378 = V_24; int32_t L_379 = V_45; NullCheck(L_378); int32_t L_380 = L_379; float L_381 = (L_378)->GetAt(static_cast(L_380)); float L_382 = V_46; float L_383 = V_26; float L_384 = ___alpha4; *((float*)(L_376)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_376)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_377, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_381, (float)L_382)), (float)L_383)))), (float)L_384)))); int32_t L_385 = V_45; V_45 = ((int32_t)il2cpp_codegen_add((int32_t)L_385, (int32_t)1)); } IL_05f8: { int32_t L_386 = V_45; int32_t L_387 = V_4; if ((((int32_t)L_386) < ((int32_t)L_387))) { goto IL_05cd; } } IL_0601: { goto IL_0606; } IL_0606: { 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 Spine.DrawOrderTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DrawOrderTimeline__ctor_m380664354 (DrawOrderTimeline_t1092982325 * __this, int32_t ___frameCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DrawOrderTimeline__ctor_m380664354_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___frameCount0; __this->set_frames_0(((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_0))); int32_t L_1 = ___frameCount0; __this->set_drawOrders_1(((Int32U5BU5DU5BU5D_t3365920845*)SZArrayNew(Int32U5BU5DU5BU5D_t3365920845_il2cpp_TypeInfo_var, (uint32_t)L_1))); return; } } // System.Single[] Spine.DrawOrderTimeline::get_Frames() extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* DrawOrderTimeline_get_Frames_m106502749 (DrawOrderTimeline_t1092982325 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_frames_0(); return L_0; } } // System.Void Spine.DrawOrderTimeline::set_Frames(System.Single[]) extern "C" IL2CPP_METHOD_ATTR void DrawOrderTimeline_set_Frames_m2244072316 (DrawOrderTimeline_t1092982325 * __this, SingleU5BU5D_t1444911251* ___value0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = ___value0; __this->set_frames_0(L_0); return; } } // System.Int32[][] Spine.DrawOrderTimeline::get_DrawOrders() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5DU5BU5D_t3365920845* DrawOrderTimeline_get_DrawOrders_m52080612 (DrawOrderTimeline_t1092982325 * __this, const RuntimeMethod* method) { { Int32U5BU5DU5BU5D_t3365920845* L_0 = __this->get_drawOrders_1(); return L_0; } } // System.Void Spine.DrawOrderTimeline::set_DrawOrders(System.Int32[][]) extern "C" IL2CPP_METHOD_ATTR void DrawOrderTimeline_set_DrawOrders_m1031575081 (DrawOrderTimeline_t1092982325 * __this, Int32U5BU5DU5BU5D_t3365920845* ___value0, const RuntimeMethod* method) { { Int32U5BU5DU5BU5D_t3365920845* L_0 = ___value0; __this->set_drawOrders_1(L_0); return; } } // System.Int32 Spine.DrawOrderTimeline::get_FrameCount() extern "C" IL2CPP_METHOD_ATTR int32_t DrawOrderTimeline_get_FrameCount_m171660050 (DrawOrderTimeline_t1092982325 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_frames_0(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Int32 Spine.DrawOrderTimeline::get_PropertyId() extern "C" IL2CPP_METHOD_ATTR int32_t DrawOrderTimeline_get_PropertyId_m515639699 (DrawOrderTimeline_t1092982325 * __this, const RuntimeMethod* method) { { return ((int32_t)134217728); } } // System.Void Spine.DrawOrderTimeline::SetFrame(System.Int32,System.Single,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void DrawOrderTimeline_SetFrame_m648187960 (DrawOrderTimeline_t1092982325 * __this, int32_t ___frameIndex0, float ___time1, Int32U5BU5D_t385246372* ___drawOrder2, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_frames_0(); int32_t L_1 = ___frameIndex0; float L_2 = ___time1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (float)L_2); Int32U5BU5DU5BU5D_t3365920845* L_3 = __this->get_drawOrders_1(); int32_t L_4 = ___frameIndex0; Int32U5BU5D_t385246372* L_5 = ___drawOrder2; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(L_4), (Int32U5BU5D_t385246372*)L_5); return; } } // System.Void Spine.DrawOrderTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection) extern "C" IL2CPP_METHOD_ATTR void DrawOrderTimeline_Apply_m3402294822 (DrawOrderTimeline_t1092982325 * __this, Skeleton_t3686076450 * ___skeleton0, float ___lastTime1, float ___time2, ExposedList_1_t4085685707 * ___firedEvents3, float ___alpha4, int32_t ___blend5, int32_t ___direction6, const RuntimeMethod* method) { ExposedList_1_t1927085270 * V_0 = NULL; ExposedList_1_t1927085270 * V_1 = NULL; SingleU5BU5D_t1444911251* V_2 = NULL; int32_t V_3 = 0; Int32U5BU5D_t385246372* V_4 = NULL; SlotU5BU5D_t285245173* V_5 = NULL; SlotU5BU5D_t285245173* V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; { Skeleton_t3686076450 * L_0 = ___skeleton0; NullCheck(L_0); ExposedList_1_t1927085270 * L_1 = L_0->get_drawOrder_3(); V_0 = L_1; Skeleton_t3686076450 * L_2 = ___skeleton0; NullCheck(L_2); ExposedList_1_t1927085270 * L_3 = L_2->get_slots_2(); V_1 = L_3; int32_t L_4 = ___direction6; if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0037; } } { int32_t L_5 = ___blend5; if (L_5) { goto IL_0037; } } { ExposedList_1_t1927085270 * L_6 = V_1; NullCheck(L_6); SlotU5BU5D_t285245173* L_7 = L_6->get_Items_0(); ExposedList_1_t1927085270 * L_8 = V_0; NullCheck(L_8); SlotU5BU5D_t285245173* L_9 = L_8->get_Items_0(); ExposedList_1_t1927085270 * L_10 = V_1; NullCheck(L_10); int32_t L_11 = L_10->get_Count_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_7, 0, (RuntimeArray *)(RuntimeArray *)L_9, 0, L_11, /*hidden argument*/NULL); return; } IL_0037: { SingleU5BU5D_t1444911251* L_12 = __this->get_frames_0(); V_2 = L_12; float L_13 = ___time2; SingleU5BU5D_t1444911251* L_14 = V_2; NullCheck(L_14); int32_t L_15 = 0; float L_16 = (L_14)->GetAt(static_cast(L_15)); if ((!(((float)L_13) < ((float)L_16)))) { goto IL_0070; } } { int32_t L_17 = ___blend5; if (!L_17) { goto IL_0056; } } { int32_t L_18 = ___blend5; if ((!(((uint32_t)L_18) == ((uint32_t)1)))) { goto IL_006f; } } IL_0056: { ExposedList_1_t1927085270 * L_19 = V_1; NullCheck(L_19); SlotU5BU5D_t285245173* L_20 = L_19->get_Items_0(); ExposedList_1_t1927085270 * L_21 = V_0; NullCheck(L_21); SlotU5BU5D_t285245173* L_22 = L_21->get_Items_0(); ExposedList_1_t1927085270 * L_23 = V_1; NullCheck(L_23); int32_t L_24 = L_23->get_Count_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_20, 0, (RuntimeArray *)(RuntimeArray *)L_22, 0, L_24, /*hidden argument*/NULL); } IL_006f: { return; } IL_0070: { float L_25 = ___time2; SingleU5BU5D_t1444911251* L_26 = V_2; SingleU5BU5D_t1444911251* L_27 = V_2; NullCheck(L_27); NullCheck(L_26); int32_t L_28 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length)))), (int32_t)1)); float L_29 = (L_26)->GetAt(static_cast(L_28)); if ((!(((float)L_25) >= ((float)L_29)))) { goto IL_0088; } } { SingleU5BU5D_t1444911251* L_30 = V_2; NullCheck(L_30); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length)))), (int32_t)1)); goto IL_0092; } IL_0088: { SingleU5BU5D_t1444911251* L_31 = V_2; float L_32 = ___time2; int32_t L_33 = Animation_BinarySearch_m1342936843(NULL /*static, unused*/, L_31, L_32, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1)); } IL_0092: { Int32U5BU5DU5BU5D_t3365920845* L_34 = __this->get_drawOrders_1(); int32_t L_35 = V_3; NullCheck(L_34); int32_t L_36 = L_35; Int32U5BU5D_t385246372* L_37 = (L_34)->GetAt(static_cast(L_36)); V_4 = L_37; Int32U5BU5D_t385246372* L_38 = V_4; if (L_38) { goto IL_00c1; } } { ExposedList_1_t1927085270 * L_39 = V_1; NullCheck(L_39); SlotU5BU5D_t285245173* L_40 = L_39->get_Items_0(); ExposedList_1_t1927085270 * L_41 = V_0; NullCheck(L_41); SlotU5BU5D_t285245173* L_42 = L_41->get_Items_0(); ExposedList_1_t1927085270 * L_43 = V_1; NullCheck(L_43); int32_t L_44 = L_43->get_Count_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_40, 0, (RuntimeArray *)(RuntimeArray *)L_42, 0, L_44, /*hidden argument*/NULL); goto IL_00fb; } IL_00c1: { ExposedList_1_t1927085270 * L_45 = V_0; NullCheck(L_45); SlotU5BU5D_t285245173* L_46 = L_45->get_Items_0(); V_5 = L_46; ExposedList_1_t1927085270 * L_47 = V_1; NullCheck(L_47); SlotU5BU5D_t285245173* L_48 = L_47->get_Items_0(); V_6 = L_48; V_7 = 0; Int32U5BU5D_t385246372* L_49 = V_4; NullCheck(L_49); V_8 = (((int32_t)((int32_t)(((RuntimeArray *)L_49)->max_length)))); goto IL_00f2; } IL_00df: { SlotU5BU5D_t285245173* L_50 = V_5; int32_t L_51 = V_7; SlotU5BU5D_t285245173* L_52 = V_6; Int32U5BU5D_t385246372* L_53 = V_4; int32_t L_54 = V_7; NullCheck(L_53); int32_t L_55 = L_54; int32_t L_56 = (L_53)->GetAt(static_cast(L_55)); NullCheck(L_52); int32_t L_57 = L_56; Slot_t3514940700 * L_58 = (L_52)->GetAt(static_cast(L_57)); NullCheck(L_50); ArrayElementTypeCheck (L_50, L_58); (L_50)->SetAt(static_cast(L_51), (Slot_t3514940700 *)L_58); int32_t L_59 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_00f2: { int32_t L_60 = V_7; int32_t L_61 = V_8; if ((((int32_t)L_60) < ((int32_t)L_61))) { goto IL_00df; } } IL_00fb: { 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 Spine.Event::.ctor(System.Single,Spine.EventData) extern "C" IL2CPP_METHOD_ATTR void Event__ctor_m3083278541 (Event_t1378573841 * __this, float ___time0, EventData_t724759987 * ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Event__ctor_m3083278541_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); EventData_t724759987 * L_0 = ___data1; if (L_0) { goto IL_001c; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral2037252866, _stringLiteral1682804726, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Event__ctor_m3083278541_RuntimeMethod_var); } IL_001c: { float L_2 = ___time0; __this->set_time_1(L_2); EventData_t724759987 * L_3 = ___data1; __this->set_data_0(L_3); return; } } // Spine.EventData Spine.Event::get_Data() extern "C" IL2CPP_METHOD_ATTR EventData_t724759987 * Event_get_Data_m3517317416 (Event_t1378573841 * __this, const RuntimeMethod* method) { { EventData_t724759987 * L_0 = __this->get_data_0(); return L_0; } } // System.Single Spine.Event::get_Time() extern "C" IL2CPP_METHOD_ATTR float Event_get_Time_m1723940448 (Event_t1378573841 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_time_1(); return L_0; } } // System.Int32 Spine.Event::get_Int() extern "C" IL2CPP_METHOD_ATTR int32_t Event_get_Int_m4186589251 (Event_t1378573841 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_intValue_2(); return L_0; } } // System.Void Spine.Event::set_Int(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Event_set_Int_m2779679522 (Event_t1378573841 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_intValue_2(L_0); return; } } // System.Single Spine.Event::get_Float() extern "C" IL2CPP_METHOD_ATTR float Event_get_Float_m1634364566 (Event_t1378573841 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_floatValue_3(); return L_0; } } // System.Void Spine.Event::set_Float(System.Single) extern "C" IL2CPP_METHOD_ATTR void Event_set_Float_m3610837605 (Event_t1378573841 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_floatValue_3(L_0); return; } } // System.String Spine.Event::get_String() extern "C" IL2CPP_METHOD_ATTR String_t* Event_get_String_m2563534733 (Event_t1378573841 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_stringValue_4(); return L_0; } } // System.Void Spine.Event::set_String(System.String) extern "C" IL2CPP_METHOD_ATTR void Event_set_String_m513580688 (Event_t1378573841 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_stringValue_4(L_0); return; } } // System.Single Spine.Event::get_Volume() extern "C" IL2CPP_METHOD_ATTR float Event_get_Volume_m2572311234 (Event_t1378573841 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_volume_5(); return L_0; } } // System.Void Spine.Event::set_Volume(System.Single) extern "C" IL2CPP_METHOD_ATTR void Event_set_Volume_m4134833957 (Event_t1378573841 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_volume_5(L_0); return; } } // System.Single Spine.Event::get_Balance() extern "C" IL2CPP_METHOD_ATTR float Event_get_Balance_m1166028153 (Event_t1378573841 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_balance_6(); return L_0; } } // System.Void Spine.Event::set_Balance(System.Single) extern "C" IL2CPP_METHOD_ATTR void Event_set_Balance_m293832969 (Event_t1378573841 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_balance_6(L_0); return; } } // System.String Spine.Event::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Event_ToString_m3642625629 (Event_t1378573841 * __this, const RuntimeMethod* method) { { EventData_t724759987 * L_0 = __this->get_data_0(); NullCheck(L_0); String_t* L_1 = EventData_get_Name_m2437983502(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Spine.EventData::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void EventData__ctor_m1468847951 (EventData_t724759987 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EventData__ctor_m1468847951_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; if (L_0) { goto IL_001c; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral62725243, _stringLiteral1807104109, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,EventData__ctor_m1468847951_RuntimeMethod_var); } IL_001c: { String_t* L_2 = ___name0; __this->set_name_0(L_2); return; } } // System.String Spine.EventData::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* EventData_get_Name_m2437983502 (EventData_t724759987 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } // System.Int32 Spine.EventData::get_Int() extern "C" IL2CPP_METHOD_ATTR int32_t EventData_get_Int_m1772994762 (EventData_t724759987 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CIntU3Ek__BackingField_1(); return L_0; } } // System.Void Spine.EventData::set_Int(System.Int32) extern "C" IL2CPP_METHOD_ATTR void EventData_set_Int_m4283235737 (EventData_t724759987 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CIntU3Ek__BackingField_1(L_0); return; } } // System.Single Spine.EventData::get_Float() extern "C" IL2CPP_METHOD_ATTR float EventData_get_Float_m858638576 (EventData_t724759987 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CFloatU3Ek__BackingField_2(); return L_0; } } // System.Void Spine.EventData::set_Float(System.Single) extern "C" IL2CPP_METHOD_ATTR void EventData_set_Float_m1917560394 (EventData_t724759987 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_U3CFloatU3Ek__BackingField_2(L_0); return; } } // System.String Spine.EventData::get_String() extern "C" IL2CPP_METHOD_ATTR String_t* EventData_get_String_m3128503700 (EventData_t724759987 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CStringU3Ek__BackingField_3(); return L_0; } } // System.Void Spine.EventData::set_String(System.String) extern "C" IL2CPP_METHOD_ATTR void EventData_set_String_m27313476 (EventData_t724759987 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CStringU3Ek__BackingField_3(L_0); return; } } // System.String Spine.EventData::get_AudioPath() extern "C" IL2CPP_METHOD_ATTR String_t* EventData_get_AudioPath_m2493658223 (EventData_t724759987 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CAudioPathU3Ek__BackingField_4(); return L_0; } } // System.Void Spine.EventData::set_AudioPath(System.String) extern "C" IL2CPP_METHOD_ATTR void EventData_set_AudioPath_m626624068 (EventData_t724759987 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CAudioPathU3Ek__BackingField_4(L_0); return; } } // System.Single Spine.EventData::get_Volume() extern "C" IL2CPP_METHOD_ATTR float EventData_get_Volume_m351846749 (EventData_t724759987 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CVolumeU3Ek__BackingField_5(); return L_0; } } // System.Void Spine.EventData::set_Volume(System.Single) extern "C" IL2CPP_METHOD_ATTR void EventData_set_Volume_m1283633249 (EventData_t724759987 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_U3CVolumeU3Ek__BackingField_5(L_0); return; } } // System.Single Spine.EventData::get_Balance() extern "C" IL2CPP_METHOD_ATTR float EventData_get_Balance_m1340099132 (EventData_t724759987 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CBalanceU3Ek__BackingField_6(); return L_0; } } // System.Void Spine.EventData::set_Balance(System.Single) extern "C" IL2CPP_METHOD_ATTR void EventData_set_Balance_m2061080133 (EventData_t724759987 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_U3CBalanceU3Ek__BackingField_6(L_0); return; } } // System.String Spine.EventData::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* EventData_ToString_m3745675941 (EventData_t724759987 * __this, const RuntimeMethod* method) { { String_t* L_0 = EventData_get_Name_m2437983502(__this, /*hidden argument*/NULL); 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 Spine.EventQueue::.ctor(Spine.AnimationState,System.Action,Spine.Pool`1) extern "C" IL2CPP_METHOD_ATTR void EventQueue__ctor_m420384892 (EventQueue_t808091267 * __this, AnimationState_t3637309382 * ___state0, Action_t1264377477 * ___HandleAnimationsChanged1, Pool_1_t287387900 * ___trackEntryPool2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EventQueue__ctor_m420384892_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1823906703 * L_0 = (List_1_t1823906703 *)il2cpp_codegen_object_new(List_1_t1823906703_il2cpp_TypeInfo_var); List_1__ctor_m2977488932(L_0, /*hidden argument*/List_1__ctor_m2977488932_RuntimeMethod_var); __this->set_eventQueueEntries_0(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); AnimationState_t3637309382 * L_1 = ___state0; __this->set_state_2(L_1); Action_t1264377477 * L_2 = ___HandleAnimationsChanged1; EventQueue_add_AnimationsChanged_m3710738603(__this, L_2, /*hidden argument*/NULL); Pool_1_t287387900 * L_3 = ___trackEntryPool2; __this->set_trackEntryPool_3(L_3); return; } } // System.Void Spine.EventQueue::add_AnimationsChanged(System.Action) extern "C" IL2CPP_METHOD_ATTR void EventQueue_add_AnimationsChanged_m3710738603 (EventQueue_t808091267 * __this, Action_t1264377477 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EventQueue_add_AnimationsChanged_m3710738603_MetadataUsageId); s_Il2CppMethodInitialized = true; } Action_t1264377477 * V_0 = NULL; Action_t1264377477 * V_1 = NULL; { Action_t1264377477 * L_0 = __this->get_AnimationsChanged_4(); V_0 = L_0; } IL_0007: { Action_t1264377477 * L_1 = V_0; V_1 = L_1; Action_t1264377477 ** L_2 = __this->get_address_of_AnimationsChanged_4(); Action_t1264377477 * L_3 = V_1; Action_t1264377477 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); Action_t1264377477 * L_6 = V_0; Action_t1264377477 * L_7 = InterlockedCompareExchangeImpl(L_2, ((Action_t1264377477 *)CastclassSealed((RuntimeObject*)L_5, Action_t1264377477_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; Action_t1264377477 * L_8 = V_0; Action_t1264377477 * L_9 = V_1; if ((!(((RuntimeObject*)(Action_t1264377477 *)L_8) == ((RuntimeObject*)(Action_t1264377477 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void Spine.EventQueue::remove_AnimationsChanged(System.Action) extern "C" IL2CPP_METHOD_ATTR void EventQueue_remove_AnimationsChanged_m901707119 (EventQueue_t808091267 * __this, Action_t1264377477 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EventQueue_remove_AnimationsChanged_m901707119_MetadataUsageId); s_Il2CppMethodInitialized = true; } Action_t1264377477 * V_0 = NULL; Action_t1264377477 * V_1 = NULL; { Action_t1264377477 * L_0 = __this->get_AnimationsChanged_4(); V_0 = L_0; } IL_0007: { Action_t1264377477 * L_1 = V_0; V_1 = L_1; Action_t1264377477 ** L_2 = __this->get_address_of_AnimationsChanged_4(); Action_t1264377477 * L_3 = V_1; Action_t1264377477 * L_4 = ___value0; Delegate_t1188392813 * L_5 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); Action_t1264377477 * L_6 = V_0; Action_t1264377477 * L_7 = InterlockedCompareExchangeImpl(L_2, ((Action_t1264377477 *)CastclassSealed((RuntimeObject*)L_5, Action_t1264377477_il2cpp_TypeInfo_var)), L_6); V_0 = L_7; Action_t1264377477 * L_8 = V_0; Action_t1264377477 * L_9 = V_1; if ((!(((RuntimeObject*)(Action_t1264377477 *)L_8) == ((RuntimeObject*)(Action_t1264377477 *)L_9)))) { goto IL_0007; } } { return; } } // System.Void Spine.EventQueue::Start(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void EventQueue_Start_m1318298341 (EventQueue_t808091267 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EventQueue_Start_m1318298341_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1823906703 * L_0 = __this->get_eventQueueEntries_0(); TrackEntry_t1316488441 * L_1 = ___entry0; EventQueueEntry_t351831961 L_2; memset(&L_2, 0, sizeof(L_2)); EventQueueEntry__ctor_m2857084488((&L_2), 0, L_1, (Event_t1378573841 *)NULL, /*hidden argument*/NULL); NullCheck(L_0); List_1_Add_m483142124(L_0, L_2, /*hidden argument*/List_1_Add_m483142124_RuntimeMethod_var); Action_t1264377477 * L_3 = __this->get_AnimationsChanged_4(); if (!L_3) { goto IL_0029; } } { Action_t1264377477 * L_4 = __this->get_AnimationsChanged_4(); NullCheck(L_4); Action_Invoke_m937035532(L_4, /*hidden argument*/NULL); } IL_0029: { return; } } // System.Void Spine.EventQueue::Interrupt(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void EventQueue_Interrupt_m1150131680 (EventQueue_t808091267 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EventQueue_Interrupt_m1150131680_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1823906703 * L_0 = __this->get_eventQueueEntries_0(); TrackEntry_t1316488441 * L_1 = ___entry0; EventQueueEntry_t351831961 L_2; memset(&L_2, 0, sizeof(L_2)); EventQueueEntry__ctor_m2857084488((&L_2), 1, L_1, (Event_t1378573841 *)NULL, /*hidden argument*/NULL); NullCheck(L_0); List_1_Add_m483142124(L_0, L_2, /*hidden argument*/List_1_Add_m483142124_RuntimeMethod_var); return; } } // System.Void Spine.EventQueue::End(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void EventQueue_End_m3713395284 (EventQueue_t808091267 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EventQueue_End_m3713395284_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1823906703 * L_0 = __this->get_eventQueueEntries_0(); TrackEntry_t1316488441 * L_1 = ___entry0; EventQueueEntry_t351831961 L_2; memset(&L_2, 0, sizeof(L_2)); EventQueueEntry__ctor_m2857084488((&L_2), 2, L_1, (Event_t1378573841 *)NULL, /*hidden argument*/NULL); NullCheck(L_0); List_1_Add_m483142124(L_0, L_2, /*hidden argument*/List_1_Add_m483142124_RuntimeMethod_var); Action_t1264377477 * L_3 = __this->get_AnimationsChanged_4(); if (!L_3) { goto IL_0029; } } { Action_t1264377477 * L_4 = __this->get_AnimationsChanged_4(); NullCheck(L_4); Action_Invoke_m937035532(L_4, /*hidden argument*/NULL); } IL_0029: { return; } } // System.Void Spine.EventQueue::Dispose(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void EventQueue_Dispose_m2573937254 (EventQueue_t808091267 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EventQueue_Dispose_m2573937254_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1823906703 * L_0 = __this->get_eventQueueEntries_0(); TrackEntry_t1316488441 * L_1 = ___entry0; EventQueueEntry_t351831961 L_2; memset(&L_2, 0, sizeof(L_2)); EventQueueEntry__ctor_m2857084488((&L_2), 3, L_1, (Event_t1378573841 *)NULL, /*hidden argument*/NULL); NullCheck(L_0); List_1_Add_m483142124(L_0, L_2, /*hidden argument*/List_1_Add_m483142124_RuntimeMethod_var); return; } } // System.Void Spine.EventQueue::Complete(Spine.TrackEntry) extern "C" IL2CPP_METHOD_ATTR void EventQueue_Complete_m1754873878 (EventQueue_t808091267 * __this, TrackEntry_t1316488441 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EventQueue_Complete_m1754873878_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1823906703 * L_0 = __this->get_eventQueueEntries_0(); TrackEntry_t1316488441 * L_1 = ___entry0; EventQueueEntry_t351831961 L_2; memset(&L_2, 0, sizeof(L_2)); EventQueueEntry__ctor_m2857084488((&L_2), 4, L_1, (Event_t1378573841 *)NULL, /*hidden argument*/NULL); NullCheck(L_0); List_1_Add_m483142124(L_0, L_2, /*hidden argument*/List_1_Add_m483142124_RuntimeMethod_var); return; } } // System.Void Spine.EventQueue::Event(Spine.TrackEntry,Spine.Event) extern "C" IL2CPP_METHOD_ATTR void EventQueue_Event_m192172659 (EventQueue_t808091267 * __this, TrackEntry_t1316488441 * ___entry0, Event_t1378573841 * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EventQueue_Event_m192172659_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1823906703 * L_0 = __this->get_eventQueueEntries_0(); TrackEntry_t1316488441 * L_1 = ___entry0; Event_t1378573841 * L_2 = ___e1; EventQueueEntry_t351831961 L_3; memset(&L_3, 0, sizeof(L_3)); EventQueueEntry__ctor_m2857084488((&L_3), 5, L_1, L_2, /*hidden argument*/NULL); NullCheck(L_0); List_1_Add_m483142124(L_0, L_3, /*hidden argument*/List_1_Add_m483142124_RuntimeMethod_var); return; } } // System.Void Spine.EventQueue::Drain() extern "C" IL2CPP_METHOD_ATTR void EventQueue_Drain_m1783941619 (EventQueue_t808091267 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EventQueue_Drain_m1783941619_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t1823906703 * V_0 = NULL; AnimationState_t3637309382 * V_1 = NULL; int32_t V_2 = 0; EventQueueEntry_t351831961 V_3; memset(&V_3, 0, sizeof(V_3)); TrackEntry_t1316488441 * V_4 = NULL; int32_t V_5 = 0; { bool L_0 = __this->get_drainDisabled_1(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_drainDisabled_1((bool)1); List_1_t1823906703 * L_1 = __this->get_eventQueueEntries_0(); V_0 = L_1; AnimationState_t3637309382 * L_2 = __this->get_state_2(); V_1 = L_2; V_2 = 0; goto IL_00fd; } IL_0028: { List_1_t1823906703 * L_3 = V_0; int32_t L_4 = V_2; NullCheck(L_3); EventQueueEntry_t351831961 L_5 = List_1_get_Item_m2204185667(L_3, L_4, /*hidden argument*/List_1_get_Item_m2204185667_RuntimeMethod_var); V_3 = L_5; TrackEntry_t1316488441 * L_6 = (&V_3)->get_entry_1(); V_4 = L_6; int32_t L_7 = (&V_3)->get_type_0(); V_5 = L_7; int32_t L_8 = V_5; switch (L_8) { case 0: { goto IL_0066; } case 1: { goto IL_007a; } case 2: { goto IL_008e; } case 3: { goto IL_00a2; } case 4: { goto IL_00c3; } case 5: { goto IL_00d7; } } } { goto IL_00f9; } IL_0066: { TrackEntry_t1316488441 * L_9 = V_4; NullCheck(L_9); TrackEntry_OnStart_m2562668571(L_9, /*hidden argument*/NULL); AnimationState_t3637309382 * L_10 = V_1; TrackEntry_t1316488441 * L_11 = V_4; NullCheck(L_10); AnimationState_OnStart_m1708186089(L_10, L_11, /*hidden argument*/NULL); goto IL_00f9; } IL_007a: { TrackEntry_t1316488441 * L_12 = V_4; NullCheck(L_12); TrackEntry_OnInterrupt_m272171270(L_12, /*hidden argument*/NULL); AnimationState_t3637309382 * L_13 = V_1; TrackEntry_t1316488441 * L_14 = V_4; NullCheck(L_13); AnimationState_OnInterrupt_m1331658690(L_13, L_14, /*hidden argument*/NULL); goto IL_00f9; } IL_008e: { TrackEntry_t1316488441 * L_15 = V_4; NullCheck(L_15); TrackEntry_OnEnd_m3047205767(L_15, /*hidden argument*/NULL); AnimationState_t3637309382 * L_16 = V_1; TrackEntry_t1316488441 * L_17 = V_4; NullCheck(L_16); AnimationState_OnEnd_m1635130688(L_16, L_17, /*hidden argument*/NULL); goto IL_00a2; } IL_00a2: { TrackEntry_t1316488441 * L_18 = V_4; NullCheck(L_18); TrackEntry_OnDispose_m2519726507(L_18, /*hidden argument*/NULL); AnimationState_t3637309382 * L_19 = V_1; TrackEntry_t1316488441 * L_20 = V_4; NullCheck(L_19); AnimationState_OnDispose_m4148613094(L_19, L_20, /*hidden argument*/NULL); Pool_1_t287387900 * L_21 = __this->get_trackEntryPool_3(); TrackEntry_t1316488441 * L_22 = V_4; NullCheck(L_21); Pool_1_Free_m3417388902(L_21, L_22, /*hidden argument*/Pool_1_Free_m3417388902_RuntimeMethod_var); goto IL_00f9; } IL_00c3: { TrackEntry_t1316488441 * L_23 = V_4; NullCheck(L_23); TrackEntry_OnComplete_m3164719585(L_23, /*hidden argument*/NULL); AnimationState_t3637309382 * L_24 = V_1; TrackEntry_t1316488441 * L_25 = V_4; NullCheck(L_24); AnimationState_OnComplete_m321692108(L_24, L_25, /*hidden argument*/NULL); goto IL_00f9; } IL_00d7: { TrackEntry_t1316488441 * L_26 = V_4; Event_t1378573841 * L_27 = (&V_3)->get_e_2(); NullCheck(L_26); TrackEntry_OnEvent_m2517089713(L_26, L_27, /*hidden argument*/NULL); AnimationState_t3637309382 * L_28 = V_1; TrackEntry_t1316488441 * L_29 = V_4; Event_t1378573841 * L_30 = (&V_3)->get_e_2(); NullCheck(L_28); AnimationState_OnEvent_m3991771056(L_28, L_29, L_30, /*hidden argument*/NULL); goto IL_00f9; } IL_00f9: { int32_t L_31 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00fd: { int32_t L_32 = V_2; List_1_t1823906703 * L_33 = V_0; NullCheck(L_33); int32_t L_34 = List_1_get_Count_m3378697506(L_33, /*hidden argument*/List_1_get_Count_m3378697506_RuntimeMethod_var); if ((((int32_t)L_32) < ((int32_t)L_34))) { goto IL_0028; } } { List_1_t1823906703 * L_35 = __this->get_eventQueueEntries_0(); NullCheck(L_35); List_1_Clear_m3602386645(L_35, /*hidden argument*/List_1_Clear_m3602386645_RuntimeMethod_var); __this->set_drainDisabled_1((bool)0); return; } } // System.Void Spine.EventQueue::Clear() extern "C" IL2CPP_METHOD_ATTR void EventQueue_Clear_m1823082792 (EventQueue_t808091267 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EventQueue_Clear_m1823082792_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1823906703 * L_0 = __this->get_eventQueueEntries_0(); NullCheck(L_0); List_1_Clear_m3602386645(L_0, /*hidden argument*/List_1_Clear_m3602386645_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 // Conversion methods for marshalling of: Spine.EventQueue/EventQueueEntry extern "C" void EventQueueEntry_t351831961_marshal_pinvoke(const EventQueueEntry_t351831961& unmarshaled, EventQueueEntry_t351831961_marshaled_pinvoke& marshaled) { Exception_t* ___entry_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'entry' of type 'EventQueueEntry': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___entry_1Exception,NULL); } extern "C" void EventQueueEntry_t351831961_marshal_pinvoke_back(const EventQueueEntry_t351831961_marshaled_pinvoke& marshaled, EventQueueEntry_t351831961& unmarshaled) { Exception_t* ___entry_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'entry' of type 'EventQueueEntry': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___entry_1Exception,NULL); } // Conversion method for clean up from marshalling of: Spine.EventQueue/EventQueueEntry extern "C" void EventQueueEntry_t351831961_marshal_pinvoke_cleanup(EventQueueEntry_t351831961_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: Spine.EventQueue/EventQueueEntry extern "C" void EventQueueEntry_t351831961_marshal_com(const EventQueueEntry_t351831961& unmarshaled, EventQueueEntry_t351831961_marshaled_com& marshaled) { Exception_t* ___entry_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'entry' of type 'EventQueueEntry': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___entry_1Exception,NULL); } extern "C" void EventQueueEntry_t351831961_marshal_com_back(const EventQueueEntry_t351831961_marshaled_com& marshaled, EventQueueEntry_t351831961& unmarshaled) { Exception_t* ___entry_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'entry' of type 'EventQueueEntry': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___entry_1Exception,NULL); } // Conversion method for clean up from marshalling of: Spine.EventQueue/EventQueueEntry extern "C" void EventQueueEntry_t351831961_marshal_com_cleanup(EventQueueEntry_t351831961_marshaled_com& marshaled) { } // System.Void Spine.EventQueue/EventQueueEntry::.ctor(Spine.EventQueue/EventType,Spine.TrackEntry,Spine.Event) extern "C" IL2CPP_METHOD_ATTR void EventQueueEntry__ctor_m2857084488 (EventQueueEntry_t351831961 * __this, int32_t ___eventType0, TrackEntry_t1316488441 * ___trackEntry1, Event_t1378573841 * ___e2, const RuntimeMethod* method) { { int32_t L_0 = ___eventType0; __this->set_type_0(L_0); TrackEntry_t1316488441 * L_1 = ___trackEntry1; __this->set_entry_1(L_1); Event_t1378573841 * L_2 = ___e2; __this->set_e_2(L_2); return; } } extern "C" void EventQueueEntry__ctor_m2857084488_AdjustorThunk (RuntimeObject * __this, int32_t ___eventType0, TrackEntry_t1316488441 * ___trackEntry1, Event_t1378573841 * ___e2, const RuntimeMethod* method) { EventQueueEntry_t351831961 * _thisAdjusted = reinterpret_cast(__this + 1); EventQueueEntry__ctor_m2857084488(_thisAdjusted, ___eventType0, ___trackEntry1, ___e2, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Spine.EventTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void EventTimeline__ctor_m3508961264 (EventTimeline_t2341881094 * __this, int32_t ___frameCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EventTimeline__ctor_m3508961264_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___frameCount0; __this->set_frames_0(((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_0))); int32_t L_1 = ___frameCount0; __this->set_events_1(((EventU5BU5D_t1966750348*)SZArrayNew(EventU5BU5D_t1966750348_il2cpp_TypeInfo_var, (uint32_t)L_1))); return; } } // System.Single[] Spine.EventTimeline::get_Frames() extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* EventTimeline_get_Frames_m2253092239 (EventTimeline_t2341881094 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_frames_0(); return L_0; } } // System.Void Spine.EventTimeline::set_Frames(System.Single[]) extern "C" IL2CPP_METHOD_ATTR void EventTimeline_set_Frames_m2514765667 (EventTimeline_t2341881094 * __this, SingleU5BU5D_t1444911251* ___value0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = ___value0; __this->set_frames_0(L_0); return; } } // Spine.Event[] Spine.EventTimeline::get_Events() extern "C" IL2CPP_METHOD_ATTR EventU5BU5D_t1966750348* EventTimeline_get_Events_m3274142507 (EventTimeline_t2341881094 * __this, const RuntimeMethod* method) { { EventU5BU5D_t1966750348* L_0 = __this->get_events_1(); return L_0; } } // System.Void Spine.EventTimeline::set_Events(Spine.Event[]) extern "C" IL2CPP_METHOD_ATTR void EventTimeline_set_Events_m661609487 (EventTimeline_t2341881094 * __this, EventU5BU5D_t1966750348* ___value0, const RuntimeMethod* method) { { EventU5BU5D_t1966750348* L_0 = ___value0; __this->set_events_1(L_0); return; } } // System.Int32 Spine.EventTimeline::get_FrameCount() extern "C" IL2CPP_METHOD_ATTR int32_t EventTimeline_get_FrameCount_m2194881532 (EventTimeline_t2341881094 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_frames_0(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Int32 Spine.EventTimeline::get_PropertyId() extern "C" IL2CPP_METHOD_ATTR int32_t EventTimeline_get_PropertyId_m3010871378 (EventTimeline_t2341881094 * __this, const RuntimeMethod* method) { { return ((int32_t)117440512); } } // System.Void Spine.EventTimeline::SetFrame(System.Int32,Spine.Event) extern "C" IL2CPP_METHOD_ATTR void EventTimeline_SetFrame_m2314190735 (EventTimeline_t2341881094 * __this, int32_t ___frameIndex0, Event_t1378573841 * ___e1, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_frames_0(); int32_t L_1 = ___frameIndex0; Event_t1378573841 * L_2 = ___e1; NullCheck(L_2); float L_3 = Event_get_Time_m1723940448(L_2, /*hidden argument*/NULL); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (float)L_3); EventU5BU5D_t1966750348* L_4 = __this->get_events_1(); int32_t L_5 = ___frameIndex0; Event_t1378573841 * L_6 = ___e1; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(L_5), (Event_t1378573841 *)L_6); return; } } // System.Void Spine.EventTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection) extern "C" IL2CPP_METHOD_ATTR void EventTimeline_Apply_m957778197 (EventTimeline_t2341881094 * __this, Skeleton_t3686076450 * ___skeleton0, float ___lastTime1, float ___time2, ExposedList_1_t4085685707 * ___firedEvents3, float ___alpha4, int32_t ___blend5, int32_t ___direction6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EventTimeline_Apply_m957778197_MetadataUsageId); s_Il2CppMethodInitialized = true; } SingleU5BU5D_t1444911251* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; float V_3 = 0.0f; { ExposedList_1_t4085685707 * L_0 = ___firedEvents3; if (L_0) { goto IL_0008; } } { return; } IL_0008: { SingleU5BU5D_t1444911251* L_1 = __this->get_frames_0(); V_0 = L_1; SingleU5BU5D_t1444911251* L_2 = V_0; NullCheck(L_2); V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))); float L_3 = ___lastTime1; float L_4 = ___time2; if ((!(((float)L_3) > ((float)L_4)))) { goto IL_003b; } } { Skeleton_t3686076450 * L_5 = ___skeleton0; float L_6 = ___lastTime1; ExposedList_1_t4085685707 * L_7 = ___firedEvents3; float L_8 = ___alpha4; int32_t L_9 = ___blend5; int32_t L_10 = ___direction6; EventTimeline_Apply_m957778197(__this, L_5, L_6, (2.14748365E+09f), L_7, L_8, L_9, L_10, /*hidden argument*/NULL); ___lastTime1 = (-1.0f); goto IL_0047; } IL_003b: { float L_11 = ___lastTime1; SingleU5BU5D_t1444911251* L_12 = V_0; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); float L_15 = (L_12)->GetAt(static_cast(L_14)); if ((!(((float)L_11) >= ((float)L_15)))) { goto IL_0047; } } { return; } IL_0047: { float L_16 = ___time2; SingleU5BU5D_t1444911251* L_17 = V_0; NullCheck(L_17); int32_t L_18 = 0; float L_19 = (L_17)->GetAt(static_cast(L_18)); if ((!(((float)L_16) < ((float)L_19)))) { goto IL_0051; } } { return; } IL_0051: { float L_20 = ___lastTime1; SingleU5BU5D_t1444911251* L_21 = V_0; NullCheck(L_21); int32_t L_22 = 0; float L_23 = (L_21)->GetAt(static_cast(L_22)); if ((!(((float)L_20) < ((float)L_23)))) { goto IL_0061; } } { V_2 = 0; goto IL_008d; } IL_0061: { SingleU5BU5D_t1444911251* L_24 = V_0; float L_25 = ___lastTime1; int32_t L_26 = Animation_BinarySearch_m1342936843(NULL /*static, unused*/, L_24, L_25, /*hidden argument*/NULL); V_2 = L_26; SingleU5BU5D_t1444911251* L_27 = V_0; int32_t L_28 = V_2; NullCheck(L_27); int32_t L_29 = L_28; float L_30 = (L_27)->GetAt(static_cast(L_29)); V_3 = L_30; goto IL_0086; } IL_0072: { SingleU5BU5D_t1444911251* L_31 = V_0; int32_t L_32 = V_2; NullCheck(L_31); int32_t L_33 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1)); float L_34 = (L_31)->GetAt(static_cast(L_33)); float L_35 = V_3; if ((((float)L_34) == ((float)L_35))) { goto IL_0082; } } { goto IL_008d; } IL_0082: { int32_t L_36 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)); } IL_0086: { int32_t L_37 = V_2; if ((((int32_t)L_37) > ((int32_t)0))) { goto IL_0072; } } IL_008d: { goto IL_00a5; } IL_0092: { ExposedList_1_t4085685707 * L_38 = ___firedEvents3; EventU5BU5D_t1966750348* L_39 = __this->get_events_1(); int32_t L_40 = V_2; NullCheck(L_39); int32_t L_41 = L_40; Event_t1378573841 * L_42 = (L_39)->GetAt(static_cast(L_41)); NullCheck(L_38); ExposedList_1_Add_m239255736(L_38, L_42, /*hidden argument*/ExposedList_1_Add_m239255736_RuntimeMethod_var); int32_t L_43 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_00a5: { int32_t L_44 = V_2; int32_t L_45 = V_1; if ((((int32_t)L_44) >= ((int32_t)L_45))) { goto IL_00b5; } } { float L_46 = ___time2; SingleU5BU5D_t1444911251* L_47 = V_0; int32_t L_48 = V_2; NullCheck(L_47); int32_t L_49 = L_48; float L_50 = (L_47)->GetAt(static_cast(L_49)); if ((((float)L_46) >= ((float)L_50))) { goto IL_0092; } } IL_00b5: { 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 Spine.IInterpolation::.ctor() extern "C" IL2CPP_METHOD_ATTR void IInterpolation__ctor_m692763986 (IInterpolation_t311334448 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Single Spine.IInterpolation::Apply(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float IInterpolation_Apply_m4068352164 (IInterpolation_t311334448 * __this, float ___start0, float ___end1, float ___a2, const RuntimeMethod* method) { { float L_0 = ___start0; float L_1 = ___end1; float L_2 = ___start0; float L_3 = ___a2; float L_4 = VirtFuncInvoker1< float, float >::Invoke(4 /* System.Single Spine.IInterpolation::Apply(System.Single) */, __this, L_3); return ((float)il2cpp_codegen_add((float)L_0, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)), (float)L_4)))); } } // System.Void Spine.IInterpolation::.cctor() extern "C" IL2CPP_METHOD_ATTR void IInterpolation__cctor_m3366966113 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IInterpolation__cctor_m3366966113_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Pow_t1543183077 * L_0 = (Pow_t1543183077 *)il2cpp_codegen_object_new(Pow_t1543183077_il2cpp_TypeInfo_var); Pow__ctor_m1198104751(L_0, (2.0f), /*hidden argument*/NULL); ((IInterpolation_t311334448_StaticFields*)il2cpp_codegen_static_fields_for(IInterpolation_t311334448_il2cpp_TypeInfo_var))->set_Pow2_0(L_0); PowOut_t1726912037 * L_1 = (PowOut_t1726912037 *)il2cpp_codegen_object_new(PowOut_t1726912037_il2cpp_TypeInfo_var); PowOut__ctor_m420559308(L_1, (2.0f), /*hidden argument*/NULL); ((IInterpolation_t311334448_StaticFields*)il2cpp_codegen_static_fields_for(IInterpolation_t311334448_il2cpp_TypeInfo_var))->set_Pow2Out_1(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Spine.IkConstraint::.ctor(Spine.IkConstraintData,Spine.Skeleton) extern "C" IL2CPP_METHOD_ATTR void IkConstraint__ctor_m4021069598 (IkConstraint_t1675190269 * __this, IkConstraintData_t459120129 * ___data0, Skeleton_t3686076450 * ___skeleton1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IkConstraint__ctor_m4021069598_MetadataUsageId); s_Il2CppMethodInitialized = true; } BoneData_t3130174490 * V_0 = NULL; Enumerator_t2196525813 V_1; memset(&V_1, 0, sizeof(V_1)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ExposedList_1_t3793468194 * L_0 = (ExposedList_1_t3793468194 *)il2cpp_codegen_object_new(ExposedList_1_t3793468194_il2cpp_TypeInfo_var); ExposedList_1__ctor_m2583486954(L_0, /*hidden argument*/ExposedList_1__ctor_m2583486954_RuntimeMethod_var); __this->set_bones_1(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); IkConstraintData_t459120129 * L_1 = ___data0; if (L_1) { goto IL_0027; } } { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_2, _stringLiteral2037252866, _stringLiteral1682804726, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,IkConstraint__ctor_m4021069598_RuntimeMethod_var); } IL_0027: { Skeleton_t3686076450 * L_3 = ___skeleton1; if (L_3) { goto IL_003d; } } { ArgumentNullException_t1615371798 * L_4 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_4, _stringLiteral4060588482, _stringLiteral4119531450, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,IkConstraint__ctor_m4021069598_RuntimeMethod_var); } IL_003d: { IkConstraintData_t459120129 * L_5 = ___data0; __this->set_data_0(L_5); IkConstraintData_t459120129 * L_6 = ___data0; NullCheck(L_6); float L_7 = L_6->get_mix_8(); __this->set_mix_6(L_7); IkConstraintData_t459120129 * L_8 = ___data0; NullCheck(L_8); int32_t L_9 = L_8->get_bendDirection_4(); __this->set_bendDirection_3(L_9); IkConstraintData_t459120129 * L_10 = ___data0; NullCheck(L_10); bool L_11 = L_10->get_compress_5(); __this->set_compress_4(L_11); IkConstraintData_t459120129 * L_12 = ___data0; NullCheck(L_12); bool L_13 = L_12->get_stretch_6(); __this->set_stretch_5(L_13); IkConstraintData_t459120129 * L_14 = ___data0; NullCheck(L_14); List_1_t307281936 * L_15 = L_14->get_bones_2(); NullCheck(L_15); int32_t L_16 = List_1_get_Count_m2255228858(L_15, /*hidden argument*/List_1_get_Count_m2255228858_RuntimeMethod_var); ExposedList_1_t3793468194 * L_17 = (ExposedList_1_t3793468194 *)il2cpp_codegen_object_new(ExposedList_1_t3793468194_il2cpp_TypeInfo_var); ExposedList_1__ctor_m1308120247(L_17, L_16, /*hidden argument*/ExposedList_1__ctor_m1308120247_RuntimeMethod_var); __this->set_bones_1(L_17); IkConstraintData_t459120129 * L_18 = ___data0; NullCheck(L_18); List_1_t307281936 * L_19 = L_18->get_bones_2(); NullCheck(L_19); Enumerator_t2196525813 L_20 = List_1_GetEnumerator_m548293561(L_19, /*hidden argument*/List_1_GetEnumerator_m548293561_RuntimeMethod_var); V_1 = L_20; } IL_0096: try { // begin try (depth: 1) { goto IL_00ba; } IL_009b: { BoneData_t3130174490 * L_21 = Enumerator_get_Current_m1578793359((&V_1), /*hidden argument*/Enumerator_get_Current_m1578793359_RuntimeMethod_var); V_0 = L_21; ExposedList_1_t3793468194 * L_22 = __this->get_bones_1(); Skeleton_t3686076450 * L_23 = ___skeleton1; BoneData_t3130174490 * L_24 = V_0; NullCheck(L_24); String_t* L_25 = L_24->get_name_1(); NullCheck(L_23); Bone_t1086356328 * L_26 = Skeleton_FindBone_m691037340(L_23, L_25, /*hidden argument*/NULL); NullCheck(L_22); ExposedList_1_Add_m3259542597(L_22, L_26, /*hidden argument*/ExposedList_1_Add_m3259542597_RuntimeMethod_var); } IL_00ba: { bool L_27 = Enumerator_MoveNext_m371757022((&V_1), /*hidden argument*/Enumerator_MoveNext_m371757022_RuntimeMethod_var); if (L_27) { goto IL_009b; } } IL_00c6: { IL2CPP_LEAVE(0xD9, FINALLY_00cb); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00cb; } FINALLY_00cb: { // begin finally (depth: 1) Enumerator_Dispose_m580861507((&V_1), /*hidden argument*/Enumerator_Dispose_m580861507_RuntimeMethod_var); IL2CPP_END_FINALLY(203) } // end finally (depth: 1) IL2CPP_CLEANUP(203) { IL2CPP_JUMP_TBL(0xD9, IL_00d9) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00d9: { Skeleton_t3686076450 * L_28 = ___skeleton1; IkConstraintData_t459120129 * L_29 = ___data0; NullCheck(L_29); BoneData_t3130174490 * L_30 = L_29->get_target_3(); NullCheck(L_30); String_t* L_31 = L_30->get_name_1(); NullCheck(L_28); Bone_t1086356328 * L_32 = Skeleton_FindBone_m691037340(L_28, L_31, /*hidden argument*/NULL); __this->set_target_2(L_32); return; } } // Spine.IkConstraintData Spine.IkConstraint::get_Data() extern "C" IL2CPP_METHOD_ATTR IkConstraintData_t459120129 * IkConstraint_get_Data_m3023326267 (IkConstraint_t1675190269 * __this, const RuntimeMethod* method) { { IkConstraintData_t459120129 * L_0 = __this->get_data_0(); return L_0; } } // System.Int32 Spine.IkConstraint::get_Order() extern "C" IL2CPP_METHOD_ATTR int32_t IkConstraint_get_Order_m4177561926 (IkConstraint_t1675190269 * __this, const RuntimeMethod* method) { { IkConstraintData_t459120129 * L_0 = __this->get_data_0(); NullCheck(L_0); int32_t L_1 = L_0->get_order_1(); return L_1; } } // Spine.ExposedList`1 Spine.IkConstraint::get_Bones() extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t3793468194 * IkConstraint_get_Bones_m4089053723 (IkConstraint_t1675190269 * __this, const RuntimeMethod* method) { { ExposedList_1_t3793468194 * L_0 = __this->get_bones_1(); return L_0; } } // Spine.Bone Spine.IkConstraint::get_Target() extern "C" IL2CPP_METHOD_ATTR Bone_t1086356328 * IkConstraint_get_Target_m3082487870 (IkConstraint_t1675190269 * __this, const RuntimeMethod* method) { { Bone_t1086356328 * L_0 = __this->get_target_2(); return L_0; } } // System.Void Spine.IkConstraint::set_Target(Spine.Bone) extern "C" IL2CPP_METHOD_ATTR void IkConstraint_set_Target_m1366404066 (IkConstraint_t1675190269 * __this, Bone_t1086356328 * ___value0, const RuntimeMethod* method) { { Bone_t1086356328 * L_0 = ___value0; __this->set_target_2(L_0); return; } } // System.Int32 Spine.IkConstraint::get_BendDirection() extern "C" IL2CPP_METHOD_ATTR int32_t IkConstraint_get_BendDirection_m3618913612 (IkConstraint_t1675190269 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_bendDirection_3(); return L_0; } } // System.Void Spine.IkConstraint::set_BendDirection(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IkConstraint_set_BendDirection_m2751997899 (IkConstraint_t1675190269 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_bendDirection_3(L_0); return; } } // System.Boolean Spine.IkConstraint::get_Compress() extern "C" IL2CPP_METHOD_ATTR bool IkConstraint_get_Compress_m1406632871 (IkConstraint_t1675190269 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_compress_4(); return L_0; } } // System.Void Spine.IkConstraint::set_Compress(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IkConstraint_set_Compress_m120336521 (IkConstraint_t1675190269 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_compress_4(L_0); return; } } // System.Boolean Spine.IkConstraint::get_Stretch() extern "C" IL2CPP_METHOD_ATTR bool IkConstraint_get_Stretch_m428387617 (IkConstraint_t1675190269 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_stretch_5(); return L_0; } } // System.Void Spine.IkConstraint::set_Stretch(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IkConstraint_set_Stretch_m577960274 (IkConstraint_t1675190269 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_stretch_5(L_0); return; } } // System.Single Spine.IkConstraint::get_Mix() extern "C" IL2CPP_METHOD_ATTR float IkConstraint_get_Mix_m3545878997 (IkConstraint_t1675190269 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_mix_6(); return L_0; } } // System.Void Spine.IkConstraint::set_Mix(System.Single) extern "C" IL2CPP_METHOD_ATTR void IkConstraint_set_Mix_m2671531328 (IkConstraint_t1675190269 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_mix_6(L_0); return; } } // System.Void Spine.IkConstraint::Apply() extern "C" IL2CPP_METHOD_ATTR void IkConstraint_Apply_m97568267 (IkConstraint_t1675190269 * __this, const RuntimeMethod* method) { { IkConstraint_Update_m328669667(__this, /*hidden argument*/NULL); return; } } // System.Void Spine.IkConstraint::Update() extern "C" IL2CPP_METHOD_ATTR void IkConstraint_Update_m328669667 (IkConstraint_t1675190269 * __this, const RuntimeMethod* method) { Bone_t1086356328 * V_0 = NULL; ExposedList_1_t3793468194 * V_1 = NULL; int32_t V_2 = 0; { Bone_t1086356328 * L_0 = __this->get_target_2(); V_0 = L_0; ExposedList_1_t3793468194 * L_1 = __this->get_bones_1(); V_1 = L_1; ExposedList_1_t3793468194 * L_2 = V_1; NullCheck(L_2); int32_t L_3 = L_2->get_Count_1(); V_2 = L_3; int32_t L_4 = V_2; if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_0028; } } { int32_t L_5 = V_2; if ((((int32_t)L_5) == ((int32_t)2))) { goto IL_0063; } } { goto IL_009b; } IL_0028: { ExposedList_1_t3793468194 * L_6 = V_1; NullCheck(L_6); BoneU5BU5D_t374432249* L_7 = L_6->get_Items_0(); NullCheck(L_7); int32_t L_8 = 0; Bone_t1086356328 * L_9 = (L_7)->GetAt(static_cast(L_8)); Bone_t1086356328 * L_10 = V_0; NullCheck(L_10); float L_11 = L_10->get_worldX_22(); Bone_t1086356328 * L_12 = V_0; NullCheck(L_12); float L_13 = L_12->get_worldY_25(); bool L_14 = __this->get_compress_4(); bool L_15 = __this->get_stretch_5(); IkConstraintData_t459120129 * L_16 = __this->get_data_0(); NullCheck(L_16); bool L_17 = L_16->get_uniform_7(); float L_18 = __this->get_mix_6(); IkConstraint_Apply_m3352269740(NULL /*static, unused*/, L_9, L_11, L_13, L_14, L_15, L_17, L_18, /*hidden argument*/NULL); goto IL_009b; } IL_0063: { ExposedList_1_t3793468194 * L_19 = V_1; NullCheck(L_19); BoneU5BU5D_t374432249* L_20 = L_19->get_Items_0(); NullCheck(L_20); int32_t L_21 = 0; Bone_t1086356328 * L_22 = (L_20)->GetAt(static_cast(L_21)); ExposedList_1_t3793468194 * L_23 = V_1; NullCheck(L_23); BoneU5BU5D_t374432249* L_24 = L_23->get_Items_0(); NullCheck(L_24); int32_t L_25 = 1; Bone_t1086356328 * L_26 = (L_24)->GetAt(static_cast(L_25)); Bone_t1086356328 * L_27 = V_0; NullCheck(L_27); float L_28 = L_27->get_worldX_22(); Bone_t1086356328 * L_29 = V_0; NullCheck(L_29); float L_30 = L_29->get_worldY_25(); int32_t L_31 = __this->get_bendDirection_3(); bool L_32 = __this->get_stretch_5(); float L_33 = __this->get_mix_6(); IkConstraint_Apply_m1022535698(NULL /*static, unused*/, L_22, L_26, L_28, L_30, L_31, L_32, L_33, /*hidden argument*/NULL); goto IL_009b; } IL_009b: { return; } } // System.String Spine.IkConstraint::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* IkConstraint_ToString_m188402807 (IkConstraint_t1675190269 * __this, const RuntimeMethod* method) { { IkConstraintData_t459120129 * L_0 = __this->get_data_0(); NullCheck(L_0); String_t* L_1 = L_0->get_name_0(); return L_1; } } // System.Void Spine.IkConstraint::Apply(Spine.Bone,System.Single,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR void IkConstraint_Apply_m3352269740 (RuntimeObject * __this /* static, unused */, Bone_t1086356328 * ___bone0, float ___targetX1, float ___targetY2, bool ___compress3, bool ___stretch4, bool ___uniform5, float ___alpha6, const RuntimeMethod* method) { Bone_t1086356328 * V_0 = NULL; 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; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; float V_10 = 0.0f; float V_11 = 0.0f; { Bone_t1086356328 * L_0 = ___bone0; NullCheck(L_0); bool L_1 = L_0->get_appliedValid_19(); if (L_1) { goto IL_0011; } } { Bone_t1086356328 * L_2 = ___bone0; NullCheck(L_2); Bone_UpdateAppliedTransform_m3509461156(L_2, /*hidden argument*/NULL); } IL_0011: { Bone_t1086356328 * L_3 = ___bone0; NullCheck(L_3); Bone_t1086356328 * L_4 = L_3->get_parent_3(); V_0 = L_4; Bone_t1086356328 * L_5 = V_0; NullCheck(L_5); float L_6 = L_5->get_a_20(); Bone_t1086356328 * L_7 = V_0; NullCheck(L_7); float L_8 = L_7->get_d_24(); Bone_t1086356328 * L_9 = V_0; NullCheck(L_9); float L_10 = L_9->get_b_21(); Bone_t1086356328 * L_11 = V_0; NullCheck(L_11); float L_12 = L_11->get_c_23(); V_1 = ((float)((float)(1.0f)/(float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_6, (float)L_8)), (float)((float)il2cpp_codegen_multiply((float)L_10, (float)L_12)))))); float L_13 = ___targetX1; Bone_t1086356328 * L_14 = V_0; NullCheck(L_14); float L_15 = L_14->get_worldX_22(); V_2 = ((float)il2cpp_codegen_subtract((float)L_13, (float)L_15)); float L_16 = ___targetY2; Bone_t1086356328 * L_17 = V_0; NullCheck(L_17); float L_18 = L_17->get_worldY_25(); V_3 = ((float)il2cpp_codegen_subtract((float)L_16, (float)L_18)); float L_19 = V_2; Bone_t1086356328 * L_20 = V_0; NullCheck(L_20); float L_21 = L_20->get_d_24(); float L_22 = V_3; Bone_t1086356328 * L_23 = V_0; NullCheck(L_23); float L_24 = L_23->get_b_21(); float L_25 = V_1; Bone_t1086356328 * L_26 = ___bone0; NullCheck(L_26); float L_27 = L_26->get_ax_12(); V_4 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_19, (float)L_21)), (float)((float)il2cpp_codegen_multiply((float)L_22, (float)L_24)))), (float)L_25)), (float)L_27)); float L_28 = V_3; Bone_t1086356328 * L_29 = V_0; NullCheck(L_29); float L_30 = L_29->get_a_20(); float L_31 = V_2; Bone_t1086356328 * L_32 = V_0; NullCheck(L_32); float L_33 = L_32->get_c_23(); float L_34 = V_1; Bone_t1086356328 * L_35 = ___bone0; NullCheck(L_35); float L_36 = L_35->get_ay_13(); V_5 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_28, (float)L_30)), (float)((float)il2cpp_codegen_multiply((float)L_31, (float)L_33)))), (float)L_34)), (float)L_36)); float L_37 = V_5; float L_38 = V_4; double L_39 = atan2((((double)((double)L_37))), (((double)((double)L_38)))); Bone_t1086356328 * L_40 = ___bone0; NullCheck(L_40); float L_41 = L_40->get_ashearX_17(); Bone_t1086356328 * L_42 = ___bone0; NullCheck(L_42); float L_43 = L_42->get_arotation_14(); V_6 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_39))), (float)(57.2957764f))), (float)L_41)), (float)L_43)); Bone_t1086356328 * L_44 = ___bone0; NullCheck(L_44); float L_45 = L_44->get_ascaleX_15(); if ((!(((float)L_45) < ((float)(0.0f))))) { goto IL_00c0; } } { float L_46 = V_6; V_6 = ((float)il2cpp_codegen_add((float)L_46, (float)(180.0f))); } IL_00c0: { float L_47 = V_6; if ((!(((float)L_47) > ((float)(180.0f))))) { goto IL_00db; } } { float L_48 = V_6; V_6 = ((float)il2cpp_codegen_subtract((float)L_48, (float)(360.0f))); goto IL_00f1; } IL_00db: { float L_49 = V_6; if ((!(((float)L_49) < ((float)(-180.0f))))) { goto IL_00f1; } } { float L_50 = V_6; V_6 = ((float)il2cpp_codegen_add((float)L_50, (float)(360.0f))); } IL_00f1: { Bone_t1086356328 * L_51 = ___bone0; NullCheck(L_51); float L_52 = L_51->get_ascaleX_15(); V_7 = L_52; Bone_t1086356328 * L_53 = ___bone0; NullCheck(L_53); float L_54 = L_53->get_ascaleY_16(); V_8 = L_54; bool L_55 = ___compress3; if (L_55) { goto IL_010e; } } { bool L_56 = ___stretch4; if (!L_56) { goto IL_0188; } } IL_010e: { Bone_t1086356328 * L_57 = ___bone0; NullCheck(L_57); BoneData_t3130174490 * L_58 = L_57->get_data_1(); NullCheck(L_58); float L_59 = L_58->get_length_3(); float L_60 = V_7; V_9 = ((float)il2cpp_codegen_multiply((float)L_59, (float)L_60)); float L_61 = V_4; float L_62 = V_4; float L_63 = V_5; float L_64 = V_5; double L_65 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_61, (float)L_62)), (float)((float)il2cpp_codegen_multiply((float)L_63, (float)L_64)))))))); V_10 = (((float)((float)L_65))); bool L_66 = ___compress3; if (!L_66) { goto IL_0141; } } { float L_67 = V_10; float L_68 = V_9; if ((((float)L_67) < ((float)L_68))) { goto IL_015d; } } IL_0141: { bool L_69 = ___stretch4; if (!L_69) { goto IL_0188; } } { float L_70 = V_10; float L_71 = V_9; if ((!(((float)L_70) > ((float)L_71)))) { goto IL_0188; } } { float L_72 = V_9; if ((!(((float)L_72) > ((float)(0.0001f))))) { goto IL_0188; } } IL_015d: { float L_73 = V_10; float L_74 = V_9; float L_75 = ___alpha6; V_11 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)((float)L_73/(float)L_74)), (float)(1.0f))), (float)L_75)), (float)(1.0f))); float L_76 = V_7; float L_77 = V_11; V_7 = ((float)il2cpp_codegen_multiply((float)L_76, (float)L_77)); bool L_78 = ___uniform5; if (!L_78) { goto IL_0188; } } { float L_79 = V_8; float L_80 = V_11; V_8 = ((float)il2cpp_codegen_multiply((float)L_79, (float)L_80)); } IL_0188: { Bone_t1086356328 * L_81 = ___bone0; Bone_t1086356328 * L_82 = ___bone0; NullCheck(L_82); float L_83 = L_82->get_ax_12(); Bone_t1086356328 * L_84 = ___bone0; NullCheck(L_84); float L_85 = L_84->get_ay_13(); Bone_t1086356328 * L_86 = ___bone0; NullCheck(L_86); float L_87 = L_86->get_arotation_14(); float L_88 = V_6; float L_89 = ___alpha6; float L_90 = V_7; float L_91 = V_8; Bone_t1086356328 * L_92 = ___bone0; NullCheck(L_92); float L_93 = L_92->get_ashearX_17(); Bone_t1086356328 * L_94 = ___bone0; NullCheck(L_94); float L_95 = L_94->get_ashearY_18(); NullCheck(L_81); Bone_UpdateWorldTransform_m1569389598(L_81, L_83, L_85, ((float)il2cpp_codegen_add((float)L_87, (float)((float)il2cpp_codegen_multiply((float)L_88, (float)L_89)))), L_90, L_91, L_93, L_95, /*hidden argument*/NULL); return; } } // System.Void Spine.IkConstraint::Apply(Spine.Bone,Spine.Bone,System.Single,System.Single,System.Int32,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR void IkConstraint_Apply_m1022535698 (RuntimeObject * __this /* static, unused */, Bone_t1086356328 * ___parent0, Bone_t1086356328 * ___child1, float ___targetX2, float ___targetY3, int32_t ___bendDir4, bool ___stretch5, float ___alpha6, 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; float V_5 = 0.0f; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; float V_9 = 0.0f; float V_10 = 0.0f; float V_11 = 0.0f; float V_12 = 0.0f; float V_13 = 0.0f; float V_14 = 0.0f; float V_15 = 0.0f; float V_16 = 0.0f; bool V_17 = false; Bone_t1086356328 * V_18 = NULL; float V_19 = 0.0f; float V_20 = 0.0f; float V_21 = 0.0f; float V_22 = 0.0f; float V_23 = 0.0f; float V_24 = 0.0f; float V_25 = 0.0f; 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; float V_32 = 0.0f; float V_33 = 0.0f; float V_34 = 0.0f; float V_35 = 0.0f; float V_36 = 0.0f; float V_37 = 0.0f; float V_38 = 0.0f; float V_39 = 0.0f; float V_40 = 0.0f; float V_41 = 0.0f; float V_42 = 0.0f; 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; float V_50 = 0.0f; float G_B31_0 = 0.0f; { float L_0 = ___alpha6; if ((!(((float)L_0) == ((float)(0.0f))))) { goto IL_0013; } } { Bone_t1086356328 * L_1 = ___child1; NullCheck(L_1); Bone_UpdateWorldTransform_m459548868(L_1, /*hidden argument*/NULL); return; } IL_0013: { Bone_t1086356328 * L_2 = ___parent0; NullCheck(L_2); bool L_3 = L_2->get_appliedValid_19(); if (L_3) { goto IL_0024; } } { Bone_t1086356328 * L_4 = ___parent0; NullCheck(L_4); Bone_UpdateAppliedTransform_m3509461156(L_4, /*hidden argument*/NULL); } IL_0024: { Bone_t1086356328 * L_5 = ___child1; NullCheck(L_5); bool L_6 = L_5->get_appliedValid_19(); if (L_6) { goto IL_0035; } } { Bone_t1086356328 * L_7 = ___child1; NullCheck(L_7); Bone_UpdateAppliedTransform_m3509461156(L_7, /*hidden argument*/NULL); } IL_0035: { Bone_t1086356328 * L_8 = ___parent0; NullCheck(L_8); float L_9 = L_8->get_ax_12(); V_0 = L_9; Bone_t1086356328 * L_10 = ___parent0; NullCheck(L_10); float L_11 = L_10->get_ay_13(); V_1 = L_11; Bone_t1086356328 * L_12 = ___parent0; NullCheck(L_12); float L_13 = L_12->get_ascaleX_15(); V_2 = L_13; float L_14 = V_2; V_3 = L_14; Bone_t1086356328 * L_15 = ___parent0; NullCheck(L_15); float L_16 = L_15->get_ascaleY_16(); V_4 = L_16; Bone_t1086356328 * L_17 = ___child1; NullCheck(L_17); float L_18 = L_17->get_ascaleX_15(); V_5 = L_18; float L_19 = V_2; if ((!(((float)L_19) < ((float)(0.0f))))) { goto IL_0079; } } { float L_20 = V_2; V_2 = ((-L_20)); V_6 = ((int32_t)180); V_8 = (-1); goto IL_007f; } IL_0079: { V_6 = 0; V_8 = 1; } IL_007f: { float L_21 = V_4; if ((!(((float)L_21) < ((float)(0.0f))))) { goto IL_0095; } } { float L_22 = V_4; V_4 = ((-L_22)); int32_t L_23 = V_8; V_8 = ((-L_23)); } IL_0095: { float L_24 = V_5; if ((!(((float)L_24) < ((float)(0.0f))))) { goto IL_00b2; } } { float L_25 = V_5; V_5 = ((-L_25)); V_7 = ((int32_t)180); goto IL_00b5; } IL_00b2: { V_7 = 0; } IL_00b5: { Bone_t1086356328 * L_26 = ___child1; NullCheck(L_26); float L_27 = L_26->get_ax_12(); V_9 = L_27; Bone_t1086356328 * L_28 = ___parent0; NullCheck(L_28); float L_29 = L_28->get_a_20(); V_13 = L_29; Bone_t1086356328 * L_30 = ___parent0; NullCheck(L_30); float L_31 = L_30->get_b_21(); V_14 = L_31; Bone_t1086356328 * L_32 = ___parent0; NullCheck(L_32); float L_33 = L_32->get_c_23(); V_15 = L_33; Bone_t1086356328 * L_34 = ___parent0; NullCheck(L_34); float L_35 = L_34->get_d_24(); V_16 = L_35; float L_36 = V_2; float L_37 = V_4; float L_38 = fabsf(((float)il2cpp_codegen_subtract((float)L_36, (float)L_37))); V_17 = (bool)((((int32_t)((!(((float)L_38) <= ((float)(0.0001f))))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_39 = V_17; if (L_39) { goto IL_0121; } } { V_10 = (0.0f); float L_40 = V_13; float L_41 = V_9; Bone_t1086356328 * L_42 = ___parent0; NullCheck(L_42); float L_43 = L_42->get_worldX_22(); V_11 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_40, (float)L_41)), (float)L_43)); float L_44 = V_15; float L_45 = V_9; Bone_t1086356328 * L_46 = ___parent0; NullCheck(L_46); float L_47 = L_46->get_worldY_25(); V_12 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_44, (float)L_45)), (float)L_47)); goto IL_0151; } IL_0121: { Bone_t1086356328 * L_48 = ___child1; NullCheck(L_48); float L_49 = L_48->get_ay_13(); V_10 = L_49; float L_50 = V_13; float L_51 = V_9; float L_52 = V_14; float L_53 = V_10; Bone_t1086356328 * L_54 = ___parent0; NullCheck(L_54); float L_55 = L_54->get_worldX_22(); V_11 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_50, (float)L_51)), (float)((float)il2cpp_codegen_multiply((float)L_52, (float)L_53)))), (float)L_55)); float L_56 = V_15; float L_57 = V_9; float L_58 = V_16; float L_59 = V_10; Bone_t1086356328 * L_60 = ___parent0; NullCheck(L_60); float L_61 = L_60->get_worldY_25(); V_12 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_56, (float)L_57)), (float)((float)il2cpp_codegen_multiply((float)L_58, (float)L_59)))), (float)L_61)); } IL_0151: { Bone_t1086356328 * L_62 = ___parent0; NullCheck(L_62); Bone_t1086356328 * L_63 = L_62->get_parent_3(); V_18 = L_63; Bone_t1086356328 * L_64 = V_18; NullCheck(L_64); float L_65 = L_64->get_a_20(); V_13 = L_65; Bone_t1086356328 * L_66 = V_18; NullCheck(L_66); float L_67 = L_66->get_b_21(); V_14 = L_67; Bone_t1086356328 * L_68 = V_18; NullCheck(L_68); float L_69 = L_68->get_c_23(); V_15 = L_69; Bone_t1086356328 * L_70 = V_18; NullCheck(L_70); float L_71 = L_70->get_d_24(); V_16 = L_71; float L_72 = V_13; float L_73 = V_16; float L_74 = V_14; float L_75 = V_15; V_19 = ((float)((float)(1.0f)/(float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_72, (float)L_73)), (float)((float)il2cpp_codegen_multiply((float)L_74, (float)L_75)))))); float L_76 = ___targetX2; Bone_t1086356328 * L_77 = V_18; NullCheck(L_77); float L_78 = L_77->get_worldX_22(); V_20 = ((float)il2cpp_codegen_subtract((float)L_76, (float)L_78)); float L_79 = ___targetY3; Bone_t1086356328 * L_80 = V_18; NullCheck(L_80); float L_81 = L_80->get_worldY_25(); V_21 = ((float)il2cpp_codegen_subtract((float)L_79, (float)L_81)); float L_82 = V_20; float L_83 = V_16; float L_84 = V_21; float L_85 = V_14; float L_86 = V_19; float L_87 = V_0; V_22 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_82, (float)L_83)), (float)((float)il2cpp_codegen_multiply((float)L_84, (float)L_85)))), (float)L_86)), (float)L_87)); float L_88 = V_21; float L_89 = V_13; float L_90 = V_20; float L_91 = V_15; float L_92 = V_19; float L_93 = V_1; V_23 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_88, (float)L_89)), (float)((float)il2cpp_codegen_multiply((float)L_90, (float)L_91)))), (float)L_92)), (float)L_93)); float L_94 = V_22; float L_95 = V_22; float L_96 = V_23; float L_97 = V_23; V_24 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_94, (float)L_95)), (float)((float)il2cpp_codegen_multiply((float)L_96, (float)L_97)))); float L_98 = V_11; Bone_t1086356328 * L_99 = V_18; NullCheck(L_99); float L_100 = L_99->get_worldX_22(); V_20 = ((float)il2cpp_codegen_subtract((float)L_98, (float)L_100)); float L_101 = V_12; Bone_t1086356328 * L_102 = V_18; NullCheck(L_102); float L_103 = L_102->get_worldY_25(); V_21 = ((float)il2cpp_codegen_subtract((float)L_101, (float)L_103)); float L_104 = V_20; float L_105 = V_16; float L_106 = V_21; float L_107 = V_14; float L_108 = V_19; float L_109 = V_0; V_25 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_104, (float)L_105)), (float)((float)il2cpp_codegen_multiply((float)L_106, (float)L_107)))), (float)L_108)), (float)L_109)); float L_110 = V_21; float L_111 = V_13; float L_112 = V_20; float L_113 = V_15; float L_114 = V_19; float L_115 = V_1; V_26 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_110, (float)L_111)), (float)((float)il2cpp_codegen_multiply((float)L_112, (float)L_113)))), (float)L_114)), (float)L_115)); float L_116 = V_25; float L_117 = V_25; float L_118 = V_26; float L_119 = V_26; double L_120 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_116, (float)L_117)), (float)((float)il2cpp_codegen_multiply((float)L_118, (float)L_119)))))))); V_27 = (((float)((float)L_120))); Bone_t1086356328 * L_121 = ___child1; NullCheck(L_121); BoneData_t3130174490 * L_122 = L_121->get_data_1(); NullCheck(L_122); float L_123 = L_122->get_length_3(); float L_124 = V_5; V_28 = ((float)il2cpp_codegen_multiply((float)L_123, (float)L_124)); bool L_125 = V_17; if (!L_125) { goto IL_030e; } } { float L_126 = V_28; float L_127 = V_2; V_28 = ((float)il2cpp_codegen_multiply((float)L_126, (float)L_127)); float L_128 = V_24; float L_129 = V_27; float L_130 = V_27; float L_131 = V_28; float L_132 = V_28; float L_133 = V_27; float L_134 = V_28; V_31 = ((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_128, (float)((float)il2cpp_codegen_multiply((float)L_129, (float)L_130)))), (float)((float)il2cpp_codegen_multiply((float)L_131, (float)L_132))))/(float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(2.0f), (float)L_133)), (float)L_134)))); float L_135 = V_31; if ((!(((float)L_135) < ((float)(-1.0f))))) { goto IL_0278; } } { V_31 = (-1.0f); goto IL_02c2; } IL_0278: { float L_136 = V_31; if ((!(((float)L_136) > ((float)(1.0f))))) { goto IL_02c2; } } { V_31 = (1.0f); bool L_137 = ___stretch5; if (!L_137) { goto IL_02c2; } } { float L_138 = V_27; float L_139 = V_28; if ((!(((float)((float)il2cpp_codegen_add((float)L_138, (float)L_139))) > ((float)(0.0001f))))) { goto IL_02c2; } } { float L_140 = V_3; float L_141 = V_24; double L_142 = sqrt((((double)((double)L_141)))); float L_143 = V_27; float L_144 = V_28; float L_145 = ___alpha6; V_3 = ((float)il2cpp_codegen_multiply((float)L_140, (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)((float)(((float)((float)L_142)))/(float)((float)il2cpp_codegen_add((float)L_143, (float)L_144)))), (float)(1.0f))), (float)L_145)), (float)(1.0f))))); } IL_02c2: { float L_146 = V_31; double L_147 = acos((((double)((double)L_146)))); int32_t L_148 = ___bendDir4; V_30 = ((float)il2cpp_codegen_multiply((float)(((float)((float)L_147))), (float)(((float)((float)L_148))))); float L_149 = V_27; float L_150 = V_28; float L_151 = V_31; V_13 = ((float)il2cpp_codegen_add((float)L_149, (float)((float)il2cpp_codegen_multiply((float)L_150, (float)L_151)))); float L_152 = V_28; float L_153 = V_30; double L_154 = sin((((double)((double)L_153)))); V_14 = ((float)il2cpp_codegen_multiply((float)L_152, (float)(((float)((float)L_154))))); float L_155 = V_23; float L_156 = V_13; float L_157 = V_22; float L_158 = V_14; float L_159 = V_22; float L_160 = V_13; float L_161 = V_23; float L_162 = V_14; double L_163 = atan2((((double)((double)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_155, (float)L_156)), (float)((float)il2cpp_codegen_multiply((float)L_157, (float)L_158))))))), (((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_159, (float)L_160)), (float)((float)il2cpp_codegen_multiply((float)L_161, (float)L_162)))))))); V_29 = (((float)((float)L_163))); goto IL_053b; } IL_030e: { float L_164 = V_2; float L_165 = V_28; V_13 = ((float)il2cpp_codegen_multiply((float)L_164, (float)L_165)); float L_166 = V_4; float L_167 = V_28; V_14 = ((float)il2cpp_codegen_multiply((float)L_166, (float)L_167)); float L_168 = V_13; float L_169 = V_13; V_32 = ((float)il2cpp_codegen_multiply((float)L_168, (float)L_169)); float L_170 = V_14; float L_171 = V_14; V_33 = ((float)il2cpp_codegen_multiply((float)L_170, (float)L_171)); float L_172 = V_23; float L_173 = V_22; double L_174 = atan2((((double)((double)L_172))), (((double)((double)L_173)))); V_34 = (((float)((float)L_174))); float L_175 = V_33; float L_176 = V_27; float L_177 = V_27; float L_178 = V_32; float L_179 = V_24; float L_180 = V_32; float L_181 = V_33; V_15 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_175, (float)L_176)), (float)L_177)), (float)((float)il2cpp_codegen_multiply((float)L_178, (float)L_179)))), (float)((float)il2cpp_codegen_multiply((float)L_180, (float)L_181)))); float L_182 = V_33; float L_183 = V_27; V_35 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(-2.0f), (float)L_182)), (float)L_183)); float L_184 = V_33; float L_185 = V_32; V_36 = ((float)il2cpp_codegen_subtract((float)L_184, (float)L_185)); float L_186 = V_35; float L_187 = V_35; float L_188 = V_36; float L_189 = V_15; V_16 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_186, (float)L_187)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(4.0f), (float)L_188)), (float)L_189)))); float L_190 = V_16; if ((!(((float)L_190) >= ((float)(0.0f))))) { goto IL_0423; } } { float L_191 = V_16; double L_192 = sqrt((((double)((double)L_191)))); V_37 = (((float)((float)L_192))); float L_193 = V_35; if ((!(((float)L_193) < ((float)(0.0f))))) { goto IL_039c; } } { float L_194 = V_37; V_37 = ((-L_194)); } IL_039c: { float L_195 = V_35; float L_196 = V_37; V_37 = ((float)((float)((-((float)il2cpp_codegen_add((float)L_195, (float)L_196))))/(float)(2.0f))); float L_197 = V_37; float L_198 = V_36; V_38 = ((float)((float)L_197/(float)L_198)); float L_199 = V_15; float L_200 = V_37; V_39 = ((float)((float)L_199/(float)L_200)); float L_201 = V_38; float L_202 = fabsf(L_201); float L_203 = V_39; float L_204 = fabsf(L_203); if ((!(((float)L_202) < ((float)L_204)))) { goto IL_03d2; } } { float L_205 = V_38; G_B31_0 = L_205; goto IL_03d4; } IL_03d2: { float L_206 = V_39; G_B31_0 = L_206; } IL_03d4: { V_40 = G_B31_0; float L_207 = V_40; float L_208 = V_40; float L_209 = V_24; if ((!(((float)((float)il2cpp_codegen_multiply((float)L_207, (float)L_208))) <= ((float)L_209)))) { goto IL_0423; } } { float L_210 = V_24; float L_211 = V_40; float L_212 = V_40; double L_213 = sqrt((((double)((double)((float)il2cpp_codegen_subtract((float)L_210, (float)((float)il2cpp_codegen_multiply((float)L_211, (float)L_212)))))))); int32_t L_214 = ___bendDir4; V_21 = ((float)il2cpp_codegen_multiply((float)(((float)((float)L_213))), (float)(((float)((float)L_214))))); float L_215 = V_34; float L_216 = V_21; float L_217 = V_40; double L_218 = atan2((((double)((double)L_216))), (((double)((double)L_217)))); V_29 = ((float)il2cpp_codegen_subtract((float)L_215, (float)(((float)((float)L_218))))); float L_219 = V_21; float L_220 = V_4; float L_221 = V_40; float L_222 = V_27; float L_223 = V_2; double L_224 = atan2((((double)((double)((float)((float)L_219/(float)L_220))))), (((double)((double)((float)((float)((float)il2cpp_codegen_subtract((float)L_221, (float)L_222))/(float)L_223)))))); V_30 = (((float)((float)L_224))); goto IL_053b; } IL_0423: { V_41 = (3.14159274f); float L_225 = V_27; float L_226 = V_13; V_42 = ((float)il2cpp_codegen_subtract((float)L_225, (float)L_226)); float L_227 = V_42; float L_228 = V_42; V_43 = ((float)il2cpp_codegen_multiply((float)L_227, (float)L_228)); V_44 = (0.0f); V_45 = (0.0f); float L_229 = V_27; float L_230 = V_13; V_46 = ((float)il2cpp_codegen_add((float)L_229, (float)L_230)); float L_231 = V_46; float L_232 = V_46; V_47 = ((float)il2cpp_codegen_multiply((float)L_231, (float)L_232)); V_48 = (0.0f); float L_233 = V_13; float L_234 = V_27; float L_235 = V_32; float L_236 = V_33; V_15 = ((float)((float)((float)il2cpp_codegen_multiply((float)((-L_233)), (float)L_234))/(float)((float)il2cpp_codegen_subtract((float)L_235, (float)L_236)))); float L_237 = V_15; if ((!(((float)L_237) >= ((float)(-1.0f))))) { goto IL_04ea; } } { float L_238 = V_15; if ((!(((float)L_238) <= ((float)(1.0f))))) { goto IL_04ea; } } { float L_239 = V_15; double L_240 = acos((((double)((double)L_239)))); V_15 = (((float)((float)L_240))); float L_241 = V_13; float L_242 = V_15; double L_243 = cos((((double)((double)L_242)))); float L_244 = V_27; V_20 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_241, (float)(((float)((float)L_243))))), (float)L_244)); float L_245 = V_14; float L_246 = V_15; double L_247 = sin((((double)((double)L_246)))); V_21 = ((float)il2cpp_codegen_multiply((float)L_245, (float)(((float)((float)L_247))))); float L_248 = V_20; float L_249 = V_20; float L_250 = V_21; float L_251 = V_21; V_16 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_248, (float)L_249)), (float)((float)il2cpp_codegen_multiply((float)L_250, (float)L_251)))); float L_252 = V_16; float L_253 = V_43; if ((!(((float)L_252) < ((float)L_253)))) { goto IL_04d1; } } { float L_254 = V_15; V_41 = L_254; float L_255 = V_16; V_43 = L_255; float L_256 = V_20; V_42 = L_256; float L_257 = V_21; V_44 = L_257; } IL_04d1: { float L_258 = V_16; float L_259 = V_47; if ((!(((float)L_258) > ((float)L_259)))) { goto IL_04ea; } } { float L_260 = V_15; V_45 = L_260; float L_261 = V_16; V_47 = L_261; float L_262 = V_20; V_46 = L_262; float L_263 = V_21; V_48 = L_263; } IL_04ea: { float L_264 = V_24; float L_265 = V_43; float L_266 = V_47; if ((!(((float)L_264) <= ((float)((float)((float)((float)il2cpp_codegen_add((float)L_265, (float)L_266))/(float)(2.0f))))))) { goto IL_051e; } } { float L_267 = V_34; float L_268 = V_44; int32_t L_269 = ___bendDir4; float L_270 = V_42; double L_271 = atan2((((double)((double)((float)il2cpp_codegen_multiply((float)L_268, (float)(((float)((float)L_269)))))))), (((double)((double)L_270)))); V_29 = ((float)il2cpp_codegen_subtract((float)L_267, (float)(((float)((float)L_271))))); float L_272 = V_41; int32_t L_273 = ___bendDir4; V_30 = ((float)il2cpp_codegen_multiply((float)L_272, (float)(((float)((float)L_273))))); goto IL_053b; } IL_051e: { float L_274 = V_34; float L_275 = V_48; int32_t L_276 = ___bendDir4; float L_277 = V_46; double L_278 = atan2((((double)((double)((float)il2cpp_codegen_multiply((float)L_275, (float)(((float)((float)L_276)))))))), (((double)((double)L_277)))); V_29 = ((float)il2cpp_codegen_subtract((float)L_274, (float)(((float)((float)L_278))))); float L_279 = V_45; int32_t L_280 = ___bendDir4; V_30 = ((float)il2cpp_codegen_multiply((float)L_279, (float)(((float)((float)L_280))))); } IL_053b: { float L_281 = V_10; float L_282 = V_9; double L_283 = atan2((((double)((double)L_281))), (((double)((double)L_282)))); int32_t L_284 = V_8; V_49 = ((float)il2cpp_codegen_multiply((float)(((float)((float)L_283))), (float)(((float)((float)L_284))))); Bone_t1086356328 * L_285 = ___parent0; NullCheck(L_285); float L_286 = L_285->get_arotation_14(); V_50 = L_286; float L_287 = V_29; float L_288 = V_49; int32_t L_289 = V_6; float L_290 = V_50; V_29 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_287, (float)L_288)), (float)(57.2957764f))), (float)(((float)((float)L_289))))), (float)L_290)); float L_291 = V_29; if ((!(((float)L_291) > ((float)(180.0f))))) { goto IL_0584; } } { float L_292 = V_29; V_29 = ((float)il2cpp_codegen_subtract((float)L_292, (float)(360.0f))); goto IL_059a; } IL_0584: { float L_293 = V_29; if ((!(((float)L_293) < ((float)(-180.0f))))) { goto IL_059a; } } { float L_294 = V_29; V_29 = ((float)il2cpp_codegen_add((float)L_294, (float)(360.0f))); } IL_059a: { Bone_t1086356328 * L_295 = ___parent0; float L_296 = V_0; float L_297 = V_1; float L_298 = V_50; float L_299 = V_29; float L_300 = ___alpha6; float L_301 = V_3; Bone_t1086356328 * L_302 = ___parent0; NullCheck(L_302); float L_303 = L_302->get_ascaleY_16(); NullCheck(L_295); Bone_UpdateWorldTransform_m1569389598(L_295, L_296, L_297, ((float)il2cpp_codegen_add((float)L_298, (float)((float)il2cpp_codegen_multiply((float)L_299, (float)L_300)))), L_301, L_303, (0.0f), (0.0f), /*hidden argument*/NULL); Bone_t1086356328 * L_304 = ___child1; NullCheck(L_304); float L_305 = L_304->get_arotation_14(); V_50 = L_305; float L_306 = V_30; float L_307 = V_49; Bone_t1086356328 * L_308 = ___child1; NullCheck(L_308); float L_309 = L_308->get_ashearX_17(); int32_t L_310 = V_8; int32_t L_311 = V_7; float L_312 = V_50; V_30 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_306, (float)L_307)), (float)(57.2957764f))), (float)L_309)), (float)(((float)((float)L_310))))), (float)(((float)((float)L_311))))), (float)L_312)); float L_313 = V_30; if ((!(((float)L_313) > ((float)(180.0f))))) { goto IL_05fd; } } { float L_314 = V_30; V_30 = ((float)il2cpp_codegen_subtract((float)L_314, (float)(360.0f))); goto IL_0613; } IL_05fd: { float L_315 = V_30; if ((!(((float)L_315) < ((float)(-180.0f))))) { goto IL_0613; } } { float L_316 = V_30; V_30 = ((float)il2cpp_codegen_add((float)L_316, (float)(360.0f))); } IL_0613: { Bone_t1086356328 * L_317 = ___child1; float L_318 = V_9; float L_319 = V_10; float L_320 = V_50; float L_321 = V_30; float L_322 = ___alpha6; Bone_t1086356328 * L_323 = ___child1; NullCheck(L_323); float L_324 = L_323->get_ascaleX_15(); Bone_t1086356328 * L_325 = ___child1; NullCheck(L_325); float L_326 = L_325->get_ascaleY_16(); Bone_t1086356328 * L_327 = ___child1; NullCheck(L_327); float L_328 = L_327->get_ashearX_17(); Bone_t1086356328 * L_329 = ___child1; NullCheck(L_329); float L_330 = L_329->get_ashearY_18(); NullCheck(L_317); Bone_UpdateWorldTransform_m1569389598(L_317, L_318, L_319, ((float)il2cpp_codegen_add((float)L_320, (float)((float)il2cpp_codegen_multiply((float)L_321, (float)L_322)))), L_324, L_326, L_328, L_330, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Spine.IkConstraintData::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void IkConstraintData__ctor_m339786972 (IkConstraintData_t459120129 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IkConstraintData__ctor_m339786972_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t307281936 * L_0 = (List_1_t307281936 *)il2cpp_codegen_object_new(List_1_t307281936_il2cpp_TypeInfo_var); List_1__ctor_m4260228677(L_0, /*hidden argument*/List_1__ctor_m4260228677_RuntimeMethod_var); __this->set_bones_2(L_0); __this->set_bendDirection_4(1); __this->set_mix_8((1.0f)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_1 = ___name0; if (L_1) { goto IL_0039; } } { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_2, _stringLiteral62725243, _stringLiteral1807104109, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,IkConstraintData__ctor_m339786972_RuntimeMethod_var); } IL_0039: { String_t* L_3 = ___name0; __this->set_name_0(L_3); return; } } // System.String Spine.IkConstraintData::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* IkConstraintData_get_Name_m2185655677 (IkConstraintData_t459120129 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } // System.Int32 Spine.IkConstraintData::get_Order() extern "C" IL2CPP_METHOD_ATTR int32_t IkConstraintData_get_Order_m4032834332 (IkConstraintData_t459120129 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_order_1(); return L_0; } } // System.Void Spine.IkConstraintData::set_Order(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IkConstraintData_set_Order_m1251617591 (IkConstraintData_t459120129 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_order_1(L_0); return; } } // System.Collections.Generic.List`1 Spine.IkConstraintData::get_Bones() extern "C" IL2CPP_METHOD_ATTR List_1_t307281936 * IkConstraintData_get_Bones_m2339020982 (IkConstraintData_t459120129 * __this, const RuntimeMethod* method) { { List_1_t307281936 * L_0 = __this->get_bones_2(); return L_0; } } // Spine.BoneData Spine.IkConstraintData::get_Target() extern "C" IL2CPP_METHOD_ATTR BoneData_t3130174490 * IkConstraintData_get_Target_m1071576854 (IkConstraintData_t459120129 * __this, const RuntimeMethod* method) { { BoneData_t3130174490 * L_0 = __this->get_target_3(); return L_0; } } // System.Void Spine.IkConstraintData::set_Target(Spine.BoneData) extern "C" IL2CPP_METHOD_ATTR void IkConstraintData_set_Target_m1290159324 (IkConstraintData_t459120129 * __this, BoneData_t3130174490 * ___value0, const RuntimeMethod* method) { { BoneData_t3130174490 * L_0 = ___value0; __this->set_target_3(L_0); return; } } // System.Single Spine.IkConstraintData::get_Mix() extern "C" IL2CPP_METHOD_ATTR float IkConstraintData_get_Mix_m390488183 (IkConstraintData_t459120129 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_mix_8(); return L_0; } } // System.Void Spine.IkConstraintData::set_Mix(System.Single) extern "C" IL2CPP_METHOD_ATTR void IkConstraintData_set_Mix_m2536177162 (IkConstraintData_t459120129 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_mix_8(L_0); return; } } // System.Int32 Spine.IkConstraintData::get_BendDirection() extern "C" IL2CPP_METHOD_ATTR int32_t IkConstraintData_get_BendDirection_m3019553337 (IkConstraintData_t459120129 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_bendDirection_4(); return L_0; } } // System.Void Spine.IkConstraintData::set_BendDirection(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IkConstraintData_set_BendDirection_m1005972351 (IkConstraintData_t459120129 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_bendDirection_4(L_0); return; } } // System.Boolean Spine.IkConstraintData::get_Compress() extern "C" IL2CPP_METHOD_ATTR bool IkConstraintData_get_Compress_m3469716880 (IkConstraintData_t459120129 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_compress_5(); return L_0; } } // System.Void Spine.IkConstraintData::set_Compress(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IkConstraintData_set_Compress_m1855156904 (IkConstraintData_t459120129 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_compress_5(L_0); return; } } // System.Boolean Spine.IkConstraintData::get_Stretch() extern "C" IL2CPP_METHOD_ATTR bool IkConstraintData_get_Stretch_m2612645389 (IkConstraintData_t459120129 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_stretch_6(); return L_0; } } // System.Void Spine.IkConstraintData::set_Stretch(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IkConstraintData_set_Stretch_m3046447005 (IkConstraintData_t459120129 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_stretch_6(L_0); return; } } // System.Boolean Spine.IkConstraintData::get_Uniform() extern "C" IL2CPP_METHOD_ATTR bool IkConstraintData_get_Uniform_m3633169424 (IkConstraintData_t459120129 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_uniform_7(); return L_0; } } // System.Void Spine.IkConstraintData::set_Uniform(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IkConstraintData_set_Uniform_m3370166890 (IkConstraintData_t459120129 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_uniform_7(L_0); return; } } // System.String Spine.IkConstraintData::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* IkConstraintData_ToString_m2426869582 (IkConstraintData_t459120129 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); 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 Spine.IkConstraintTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IkConstraintTimeline__ctor_m616678923 (IkConstraintTimeline_t1094182104 * __this, int32_t ___frameCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IkConstraintTimeline__ctor_m616678923_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___frameCount0; CurveTimeline__ctor_m1745141662(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___frameCount0; __this->set_frames_16(((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)5))))); return; } } // System.Int32 Spine.IkConstraintTimeline::get_IkConstraintIndex() extern "C" IL2CPP_METHOD_ATTR int32_t IkConstraintTimeline_get_IkConstraintIndex_m675026123 (IkConstraintTimeline_t1094182104 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_ikConstraintIndex_15(); return L_0; } } // System.Void Spine.IkConstraintTimeline::set_IkConstraintIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IkConstraintTimeline_set_IkConstraintIndex_m3037842820 (IkConstraintTimeline_t1094182104 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_ikConstraintIndex_15(L_0); return; } } // System.Single[] Spine.IkConstraintTimeline::get_Frames() extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* IkConstraintTimeline_get_Frames_m1619201041 (IkConstraintTimeline_t1094182104 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_frames_16(); return L_0; } } // System.Void Spine.IkConstraintTimeline::set_Frames(System.Single[]) extern "C" IL2CPP_METHOD_ATTR void IkConstraintTimeline_set_Frames_m1980101601 (IkConstraintTimeline_t1094182104 * __this, SingleU5BU5D_t1444911251* ___value0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = ___value0; __this->set_frames_16(L_0); return; } } // System.Int32 Spine.IkConstraintTimeline::get_PropertyId() extern "C" IL2CPP_METHOD_ATTR int32_t IkConstraintTimeline_get_PropertyId_m1681561229 (IkConstraintTimeline_t1094182104 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_ikConstraintIndex_15(); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)150994944), (int32_t)L_0)); } } // System.Void Spine.IkConstraintTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IkConstraintTimeline_SetFrame_m1415257799 (IkConstraintTimeline_t1094182104 * __this, int32_t ___frameIndex0, float ___time1, float ___mix2, int32_t ___bendDirection3, bool ___compress4, bool ___stretch5, const RuntimeMethod* method) { int32_t G_B2_0 = 0; SingleU5BU5D_t1444911251* G_B2_1 = NULL; int32_t G_B1_0 = 0; SingleU5BU5D_t1444911251* G_B1_1 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; SingleU5BU5D_t1444911251* G_B3_2 = NULL; int32_t G_B5_0 = 0; SingleU5BU5D_t1444911251* G_B5_1 = NULL; int32_t G_B4_0 = 0; SingleU5BU5D_t1444911251* G_B4_1 = NULL; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; SingleU5BU5D_t1444911251* G_B6_2 = NULL; { int32_t L_0 = ___frameIndex0; ___frameIndex0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)5)); SingleU5BU5D_t1444911251* L_1 = __this->get_frames_16(); int32_t L_2 = ___frameIndex0; float L_3 = ___time1; NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (float)L_3); SingleU5BU5D_t1444911251* L_4 = __this->get_frames_16(); int32_t L_5 = ___frameIndex0; float L_6 = ___mix2; NullCheck(L_4); (L_4)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))), (float)L_6); SingleU5BU5D_t1444911251* L_7 = __this->get_frames_16(); int32_t L_8 = ___frameIndex0; int32_t L_9 = ___bendDirection3; NullCheck(L_7); (L_7)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)2))), (float)(((float)((float)L_9)))); SingleU5BU5D_t1444911251* L_10 = __this->get_frames_16(); int32_t L_11 = ___frameIndex0; bool L_12 = ___compress4; G_B1_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)3)); G_B1_1 = L_10; if (!L_12) { G_B2_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)3)); G_B2_1 = L_10; goto IL_003c; } } { G_B3_0 = 1; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_003d; } IL_003c: { G_B3_0 = 0; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_003d: { NullCheck(G_B3_2); (G_B3_2)->SetAt(static_cast(G_B3_1), (float)(((float)((float)G_B3_0)))); SingleU5BU5D_t1444911251* L_13 = __this->get_frames_16(); int32_t L_14 = ___frameIndex0; bool L_15 = ___stretch5; G_B4_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)4)); G_B4_1 = L_13; if (!L_15) { G_B5_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)4)); G_B5_1 = L_13; goto IL_0055; } } { G_B6_0 = 1; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0056; } IL_0055: { G_B6_0 = 0; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_0056: { NullCheck(G_B6_2); (G_B6_2)->SetAt(static_cast(G_B6_1), (float)(((float)((float)G_B6_0)))); return; } } // System.Void Spine.IkConstraintTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection) extern "C" IL2CPP_METHOD_ATTR void IkConstraintTimeline_Apply_m3802354027 (IkConstraintTimeline_t1094182104 * __this, Skeleton_t3686076450 * ___skeleton0, float ___lastTime1, float ___time2, ExposedList_1_t4085685707 * ___firedEvents3, float ___alpha4, int32_t ___blend5, int32_t ___direction6, const RuntimeMethod* method) { IkConstraint_t1675190269 * V_0 = NULL; SingleU5BU5D_t1444911251* V_1 = NULL; int32_t V_2 = 0; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; { Skeleton_t3686076450 * L_0 = ___skeleton0; NullCheck(L_0); ExposedList_1_t87334839 * L_1 = L_0->get_ikConstraints_4(); NullCheck(L_1); IkConstraintU5BU5D_t1657091952* L_2 = L_1->get_Items_0(); int32_t L_3 = __this->get_ikConstraintIndex_15(); NullCheck(L_2); int32_t L_4 = L_3; IkConstraint_t1675190269 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = L_5; SingleU5BU5D_t1444911251* L_6 = __this->get_frames_16(); V_1 = L_6; float L_7 = ___time2; SingleU5BU5D_t1444911251* L_8 = V_1; NullCheck(L_8); int32_t L_9 = 0; float L_10 = (L_8)->GetAt(static_cast(L_9)); if ((!(((float)L_7) < ((float)L_10)))) { goto IL_00d3; } } { int32_t L_11 = ___blend5; if (!L_11) { goto IL_0037; } } { int32_t L_12 = ___blend5; if ((((int32_t)L_12) == ((int32_t)1))) { goto IL_007c; } } { goto IL_00d2; } IL_0037: { IkConstraint_t1675190269 * L_13 = V_0; IkConstraint_t1675190269 * L_14 = V_0; NullCheck(L_14); IkConstraintData_t459120129 * L_15 = L_14->get_data_0(); NullCheck(L_15); float L_16 = L_15->get_mix_8(); NullCheck(L_13); L_13->set_mix_6(L_16); IkConstraint_t1675190269 * L_17 = V_0; IkConstraint_t1675190269 * L_18 = V_0; NullCheck(L_18); IkConstraintData_t459120129 * L_19 = L_18->get_data_0(); NullCheck(L_19); int32_t L_20 = L_19->get_bendDirection_4(); NullCheck(L_17); L_17->set_bendDirection_3(L_20); IkConstraint_t1675190269 * L_21 = V_0; IkConstraint_t1675190269 * L_22 = V_0; NullCheck(L_22); IkConstraintData_t459120129 * L_23 = L_22->get_data_0(); NullCheck(L_23); bool L_24 = L_23->get_compress_5(); NullCheck(L_21); L_21->set_compress_4(L_24); IkConstraint_t1675190269 * L_25 = V_0; IkConstraint_t1675190269 * L_26 = V_0; NullCheck(L_26); IkConstraintData_t459120129 * L_27 = L_26->get_data_0(); NullCheck(L_27); bool L_28 = L_27->get_stretch_6(); NullCheck(L_25); L_25->set_stretch_5(L_28); return; } IL_007c: { IkConstraint_t1675190269 * L_29 = V_0; IkConstraint_t1675190269 * L_30 = L_29; NullCheck(L_30); float L_31 = L_30->get_mix_6(); IkConstraint_t1675190269 * L_32 = V_0; NullCheck(L_32); IkConstraintData_t459120129 * L_33 = L_32->get_data_0(); NullCheck(L_33); float L_34 = L_33->get_mix_8(); IkConstraint_t1675190269 * L_35 = V_0; NullCheck(L_35); float L_36 = L_35->get_mix_6(); float L_37 = ___alpha4; NullCheck(L_30); L_30->set_mix_6(((float)il2cpp_codegen_add((float)L_31, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_34, (float)L_36)), (float)L_37))))); IkConstraint_t1675190269 * L_38 = V_0; IkConstraint_t1675190269 * L_39 = V_0; NullCheck(L_39); IkConstraintData_t459120129 * L_40 = L_39->get_data_0(); NullCheck(L_40); int32_t L_41 = L_40->get_bendDirection_4(); NullCheck(L_38); L_38->set_bendDirection_3(L_41); IkConstraint_t1675190269 * L_42 = V_0; IkConstraint_t1675190269 * L_43 = V_0; NullCheck(L_43); IkConstraintData_t459120129 * L_44 = L_43->get_data_0(); NullCheck(L_44); bool L_45 = L_44->get_compress_5(); NullCheck(L_42); L_42->set_compress_4(L_45); IkConstraint_t1675190269 * L_46 = V_0; IkConstraint_t1675190269 * L_47 = V_0; NullCheck(L_47); IkConstraintData_t459120129 * L_48 = L_47->get_data_0(); NullCheck(L_48); bool L_49 = L_48->get_stretch_6(); NullCheck(L_46); L_46->set_stretch_5(L_49); return; } IL_00d2: { return; } IL_00d3: { float L_50 = ___time2; SingleU5BU5D_t1444911251* L_51 = V_1; SingleU5BU5D_t1444911251* L_52 = V_1; NullCheck(L_52); NullCheck(L_51); int32_t L_53 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_52)->max_length)))), (int32_t)5)); float L_54 = (L_51)->GetAt(static_cast(L_53)); if ((!(((float)L_50) >= ((float)L_54)))) { goto IL_01f8; } } { int32_t L_55 = ___blend5; if (L_55) { goto IL_0193; } } { IkConstraint_t1675190269 * L_56 = V_0; IkConstraint_t1675190269 * L_57 = V_0; NullCheck(L_57); IkConstraintData_t459120129 * L_58 = L_57->get_data_0(); NullCheck(L_58); float L_59 = L_58->get_mix_8(); SingleU5BU5D_t1444911251* L_60 = V_1; SingleU5BU5D_t1444911251* L_61 = V_1; NullCheck(L_61); NullCheck(L_60); int32_t L_62 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_61)->max_length)))), (int32_t)((int32_t)-4))); float L_63 = (L_60)->GetAt(static_cast(L_62)); IkConstraint_t1675190269 * L_64 = V_0; NullCheck(L_64); IkConstraintData_t459120129 * L_65 = L_64->get_data_0(); NullCheck(L_65); float L_66 = L_65->get_mix_8(); float L_67 = ___alpha4; NullCheck(L_56); L_56->set_mix_6(((float)il2cpp_codegen_add((float)L_59, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_63, (float)L_66)), (float)L_67))))); int32_t L_68 = ___direction6; if ((!(((uint32_t)L_68) == ((uint32_t)1)))) { goto IL_0150; } } { IkConstraint_t1675190269 * L_69 = V_0; IkConstraint_t1675190269 * L_70 = V_0; NullCheck(L_70); IkConstraintData_t459120129 * L_71 = L_70->get_data_0(); NullCheck(L_71); int32_t L_72 = L_71->get_bendDirection_4(); NullCheck(L_69); L_69->set_bendDirection_3(L_72); IkConstraint_t1675190269 * L_73 = V_0; IkConstraint_t1675190269 * L_74 = V_0; NullCheck(L_74); IkConstraintData_t459120129 * L_75 = L_74->get_data_0(); NullCheck(L_75); bool L_76 = L_75->get_compress_5(); NullCheck(L_73); L_73->set_compress_4(L_76); IkConstraint_t1675190269 * L_77 = V_0; IkConstraint_t1675190269 * L_78 = V_0; NullCheck(L_78); IkConstraintData_t459120129 * L_79 = L_78->get_data_0(); NullCheck(L_79); bool L_80 = L_79->get_stretch_6(); NullCheck(L_77); L_77->set_stretch_5(L_80); goto IL_018e; } IL_0150: { IkConstraint_t1675190269 * L_81 = V_0; SingleU5BU5D_t1444911251* L_82 = V_1; SingleU5BU5D_t1444911251* L_83 = V_1; NullCheck(L_83); NullCheck(L_82); int32_t L_84 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_83)->max_length)))), (int32_t)((int32_t)-3))); float L_85 = (L_82)->GetAt(static_cast(L_84)); NullCheck(L_81); L_81->set_bendDirection_3((((int32_t)((int32_t)L_85)))); IkConstraint_t1675190269 * L_86 = V_0; SingleU5BU5D_t1444911251* L_87 = V_1; SingleU5BU5D_t1444911251* L_88 = V_1; NullCheck(L_88); NullCheck(L_87); int32_t L_89 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_88)->max_length)))), (int32_t)((int32_t)-2))); float L_90 = (L_87)->GetAt(static_cast(L_89)); NullCheck(L_86); L_86->set_compress_4((bool)((((int32_t)((((float)L_90) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0)); IkConstraint_t1675190269 * L_91 = V_0; SingleU5BU5D_t1444911251* L_92 = V_1; SingleU5BU5D_t1444911251* L_93 = V_1; NullCheck(L_93); NullCheck(L_92); int32_t L_94 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_93)->max_length)))), (int32_t)(-1))); float L_95 = (L_92)->GetAt(static_cast(L_94)); NullCheck(L_91); L_91->set_stretch_5((bool)((((int32_t)((((float)L_95) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0)); } IL_018e: { goto IL_01f7; } IL_0193: { IkConstraint_t1675190269 * L_96 = V_0; IkConstraint_t1675190269 * L_97 = L_96; NullCheck(L_97); float L_98 = L_97->get_mix_6(); SingleU5BU5D_t1444911251* L_99 = V_1; SingleU5BU5D_t1444911251* L_100 = V_1; NullCheck(L_100); NullCheck(L_99); int32_t L_101 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_100)->max_length)))), (int32_t)((int32_t)-4))); float L_102 = (L_99)->GetAt(static_cast(L_101)); IkConstraint_t1675190269 * L_103 = V_0; NullCheck(L_103); float L_104 = L_103->get_mix_6(); float L_105 = ___alpha4; NullCheck(L_97); L_97->set_mix_6(((float)il2cpp_codegen_add((float)L_98, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_102, (float)L_104)), (float)L_105))))); int32_t L_106 = ___direction6; if (L_106) { goto IL_01f7; } } { IkConstraint_t1675190269 * L_107 = V_0; SingleU5BU5D_t1444911251* L_108 = V_1; SingleU5BU5D_t1444911251* L_109 = V_1; NullCheck(L_109); NullCheck(L_108); int32_t L_110 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_109)->max_length)))), (int32_t)((int32_t)-3))); float L_111 = (L_108)->GetAt(static_cast(L_110)); NullCheck(L_107); L_107->set_bendDirection_3((((int32_t)((int32_t)L_111)))); IkConstraint_t1675190269 * L_112 = V_0; SingleU5BU5D_t1444911251* L_113 = V_1; SingleU5BU5D_t1444911251* L_114 = V_1; NullCheck(L_114); NullCheck(L_113); int32_t L_115 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_114)->max_length)))), (int32_t)((int32_t)-2))); float L_116 = (L_113)->GetAt(static_cast(L_115)); NullCheck(L_112); L_112->set_compress_4((bool)((((int32_t)((((float)L_116) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0)); IkConstraint_t1675190269 * L_117 = V_0; SingleU5BU5D_t1444911251* L_118 = V_1; SingleU5BU5D_t1444911251* L_119 = V_1; NullCheck(L_119); NullCheck(L_118); int32_t L_120 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_119)->max_length)))), (int32_t)(-1))); float L_121 = (L_118)->GetAt(static_cast(L_120)); NullCheck(L_117); L_117->set_stretch_5((bool)((((int32_t)((((float)L_121) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0)); } IL_01f7: { return; } IL_01f8: { SingleU5BU5D_t1444911251* L_122 = V_1; float L_123 = ___time2; int32_t L_124 = Animation_BinarySearch_m3606306837(NULL /*static, unused*/, L_122, L_123, 5, /*hidden argument*/NULL); V_2 = L_124; SingleU5BU5D_t1444911251* L_125 = V_1; int32_t L_126 = V_2; NullCheck(L_125); int32_t L_127 = ((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)((int32_t)-4))); float L_128 = (L_125)->GetAt(static_cast(L_127)); V_3 = L_128; SingleU5BU5D_t1444911251* L_129 = V_1; int32_t L_130 = V_2; NullCheck(L_129); int32_t L_131 = L_130; float L_132 = (L_129)->GetAt(static_cast(L_131)); V_4 = L_132; int32_t L_133 = V_2; float L_134 = ___time2; float L_135 = V_4; SingleU5BU5D_t1444911251* L_136 = V_1; int32_t L_137 = V_2; NullCheck(L_136); int32_t L_138 = ((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)-5))); float L_139 = (L_136)->GetAt(static_cast(L_138)); float L_140 = V_4; float L_141 = CurveTimeline_GetCurvePercent_m2554062217(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_133/(int32_t)5)), (int32_t)1)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)((float)il2cpp_codegen_subtract((float)L_134, (float)L_135))/(float)((float)il2cpp_codegen_subtract((float)L_139, (float)L_140)))))), /*hidden argument*/NULL); V_5 = L_141; int32_t L_142 = ___blend5; if (L_142) { goto IL_02df; } } { IkConstraint_t1675190269 * L_143 = V_0; IkConstraint_t1675190269 * L_144 = V_0; NullCheck(L_144); IkConstraintData_t459120129 * L_145 = L_144->get_data_0(); NullCheck(L_145); float L_146 = L_145->get_mix_8(); float L_147 = V_3; SingleU5BU5D_t1444911251* L_148 = V_1; int32_t L_149 = V_2; NullCheck(L_148); int32_t L_150 = ((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)1)); float L_151 = (L_148)->GetAt(static_cast(L_150)); float L_152 = V_3; float L_153 = V_5; IkConstraint_t1675190269 * L_154 = V_0; NullCheck(L_154); IkConstraintData_t459120129 * L_155 = L_154->get_data_0(); NullCheck(L_155); float L_156 = L_155->get_mix_8(); float L_157 = ___alpha4; NullCheck(L_143); L_143->set_mix_6(((float)il2cpp_codegen_add((float)L_146, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_147, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_151, (float)L_152)), (float)L_153)))), (float)L_156)), (float)L_157))))); int32_t L_158 = ___direction6; if ((!(((uint32_t)L_158) == ((uint32_t)1)))) { goto IL_02a2; } } { IkConstraint_t1675190269 * L_159 = V_0; IkConstraint_t1675190269 * L_160 = V_0; NullCheck(L_160); IkConstraintData_t459120129 * L_161 = L_160->get_data_0(); NullCheck(L_161); int32_t L_162 = L_161->get_bendDirection_4(); NullCheck(L_159); L_159->set_bendDirection_3(L_162); IkConstraint_t1675190269 * L_163 = V_0; IkConstraint_t1675190269 * L_164 = V_0; NullCheck(L_164); IkConstraintData_t459120129 * L_165 = L_164->get_data_0(); NullCheck(L_165); bool L_166 = L_165->get_compress_5(); NullCheck(L_163); L_163->set_compress_4(L_166); IkConstraint_t1675190269 * L_167 = V_0; IkConstraint_t1675190269 * L_168 = V_0; NullCheck(L_168); IkConstraintData_t459120129 * L_169 = L_168->get_data_0(); NullCheck(L_169); bool L_170 = L_169->get_stretch_6(); NullCheck(L_167); L_167->set_stretch_5(L_170); goto IL_02da; } IL_02a2: { IkConstraint_t1675190269 * L_171 = V_0; SingleU5BU5D_t1444911251* L_172 = V_1; int32_t L_173 = V_2; NullCheck(L_172); int32_t L_174 = ((int32_t)il2cpp_codegen_add((int32_t)L_173, (int32_t)((int32_t)-3))); float L_175 = (L_172)->GetAt(static_cast(L_174)); NullCheck(L_171); L_171->set_bendDirection_3((((int32_t)((int32_t)L_175)))); IkConstraint_t1675190269 * L_176 = V_0; SingleU5BU5D_t1444911251* L_177 = V_1; int32_t L_178 = V_2; NullCheck(L_177); int32_t L_179 = ((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)((int32_t)-2))); float L_180 = (L_177)->GetAt(static_cast(L_179)); NullCheck(L_176); L_176->set_compress_4((bool)((((int32_t)((((float)L_180) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0)); IkConstraint_t1675190269 * L_181 = V_0; SingleU5BU5D_t1444911251* L_182 = V_1; int32_t L_183 = V_2; NullCheck(L_182); int32_t L_184 = ((int32_t)il2cpp_codegen_add((int32_t)L_183, (int32_t)(-1))); float L_185 = (L_182)->GetAt(static_cast(L_184)); NullCheck(L_181); L_181->set_stretch_5((bool)((((int32_t)((((float)L_185) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0)); } IL_02da: { goto IL_0341; } IL_02df: { IkConstraint_t1675190269 * L_186 = V_0; IkConstraint_t1675190269 * L_187 = L_186; NullCheck(L_187); float L_188 = L_187->get_mix_6(); float L_189 = V_3; SingleU5BU5D_t1444911251* L_190 = V_1; int32_t L_191 = V_2; NullCheck(L_190); int32_t L_192 = ((int32_t)il2cpp_codegen_add((int32_t)L_191, (int32_t)1)); float L_193 = (L_190)->GetAt(static_cast(L_192)); float L_194 = V_3; float L_195 = V_5; IkConstraint_t1675190269 * L_196 = V_0; NullCheck(L_196); float L_197 = L_196->get_mix_6(); float L_198 = ___alpha4; NullCheck(L_187); L_187->set_mix_6(((float)il2cpp_codegen_add((float)L_188, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_189, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_193, (float)L_194)), (float)L_195)))), (float)L_197)), (float)L_198))))); int32_t L_199 = ___direction6; if (L_199) { goto IL_0341; } } { IkConstraint_t1675190269 * L_200 = V_0; SingleU5BU5D_t1444911251* L_201 = V_1; int32_t L_202 = V_2; NullCheck(L_201); int32_t L_203 = ((int32_t)il2cpp_codegen_add((int32_t)L_202, (int32_t)((int32_t)-3))); float L_204 = (L_201)->GetAt(static_cast(L_203)); NullCheck(L_200); L_200->set_bendDirection_3((((int32_t)((int32_t)L_204)))); IkConstraint_t1675190269 * L_205 = V_0; SingleU5BU5D_t1444911251* L_206 = V_1; int32_t L_207 = V_2; NullCheck(L_206); int32_t L_208 = ((int32_t)il2cpp_codegen_add((int32_t)L_207, (int32_t)((int32_t)-2))); float L_209 = (L_206)->GetAt(static_cast(L_208)); NullCheck(L_205); L_205->set_compress_4((bool)((((int32_t)((((float)L_209) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0)); IkConstraint_t1675190269 * L_210 = V_0; SingleU5BU5D_t1444911251* L_211 = V_1; int32_t L_212 = V_2; NullCheck(L_211); int32_t L_213 = ((int32_t)il2cpp_codegen_add((int32_t)L_212, (int32_t)(-1))); float L_214 = (L_211)->GetAt(static_cast(L_213)); NullCheck(L_210); L_210->set_stretch_5((bool)((((int32_t)((((float)L_214) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0)); } IL_0341: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object Spine.Json::Deserialize(System.IO.TextReader) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Json_Deserialize_m3570262250 (RuntimeObject * __this /* static, unused */, TextReader_t283511965 * ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Json_Deserialize_m3570262250_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonDecoder_t2143190644 * V_0 = NULL; { JsonDecoder_t2143190644 * L_0 = (JsonDecoder_t2143190644 *)il2cpp_codegen_object_new(JsonDecoder_t2143190644_il2cpp_TypeInfo_var); JsonDecoder__ctor_m4118563529(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonDecoder_t2143190644 * L_1 = V_0; NullCheck(L_1); JsonDecoder_set_parseNumbersAsFloat_m499486768(L_1, (bool)1, /*hidden argument*/NULL); JsonDecoder_t2143190644 * L_2 = V_0; TextReader_t283511965 * L_3 = ___text0; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.IO.TextReader::ReadToEnd() */, L_3); NullCheck(L_2); RuntimeObject * L_5 = JsonDecoder_Decode_m1983035351(L_2, L_4, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Spine.MathUtils::.cctor() extern "C" IL2CPP_METHOD_ATTR void MathUtils__cctor_m2287579880 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MathUtils__cctor_m2287579880_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { ((MathUtils_t3604673275_StaticFields*)il2cpp_codegen_static_fields_for(MathUtils_t3604673275_il2cpp_TypeInfo_var))->set_sin_11(((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16384)))); Random_t108471755 * L_0 = (Random_t108471755 *)il2cpp_codegen_object_new(Random_t108471755_il2cpp_TypeInfo_var); Random__ctor_m4122933043(L_0, /*hidden argument*/NULL); ((MathUtils_t3604673275_StaticFields*)il2cpp_codegen_static_fields_for(MathUtils_t3604673275_il2cpp_TypeInfo_var))->set_random_12(L_0); V_0 = 0; goto IL_0046; } IL_0020: { SingleU5BU5D_t1444911251* L_1 = ((MathUtils_t3604673275_StaticFields*)il2cpp_codegen_static_fields_for(MathUtils_t3604673275_il2cpp_TypeInfo_var))->get_sin_11(); int32_t L_2 = V_0; int32_t L_3 = V_0; double L_4 = sin((((double)((double)((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_add((float)(((float)((float)L_3))), (float)(0.5f)))/(float)(16384.0f))), (float)(6.28318548f))))))); NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (float)(((float)((float)L_4)))); int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0046: { int32_t L_6 = V_0; if ((((int32_t)L_6) < ((int32_t)((int32_t)16384)))) { goto IL_0020; } } { V_1 = 0; goto IL_0081; } IL_0058: { SingleU5BU5D_t1444911251* L_7 = ((MathUtils_t3604673275_StaticFields*)il2cpp_codegen_static_fields_for(MathUtils_t3604673275_il2cpp_TypeInfo_var))->get_sin_11(); int32_t L_8 = V_1; int32_t L_9 = V_1; double L_10 = sin((((double)((double)((float)il2cpp_codegen_multiply((float)(((float)((float)L_9))), (float)(0.0174532924f))))))); NullCheck(L_7); (L_7)->SetAt(static_cast(((int32_t)((int32_t)(((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)(((float)((float)L_8))), (float)(45.5111122f))))))&(int32_t)((int32_t)16383)))), (float)(((float)((float)L_10)))); int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)90))); } IL_0081: { int32_t L_12 = V_1; if ((((int32_t)L_12) < ((int32_t)((int32_t)360)))) { goto IL_0058; } } { return; } } // System.Single Spine.MathUtils::Sin(System.Single) extern "C" IL2CPP_METHOD_ATTR float MathUtils_Sin_m1592658079 (RuntimeObject * __this /* static, unused */, float ___radians0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MathUtils_Sin_m1592658079_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); SingleU5BU5D_t1444911251* L_0 = ((MathUtils_t3604673275_StaticFields*)il2cpp_codegen_static_fields_for(MathUtils_t3604673275_il2cpp_TypeInfo_var))->get_sin_11(); float L_1 = ___radians0; NullCheck(L_0); int32_t L_2 = ((int32_t)((int32_t)(((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_1, (float)(2607.59448f))))))&(int32_t)((int32_t)16383))); float L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Single Spine.MathUtils::Cos(System.Single) extern "C" IL2CPP_METHOD_ATTR float MathUtils_Cos_m1345388411 (RuntimeObject * __this /* static, unused */, float ___radians0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MathUtils_Cos_m1345388411_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); SingleU5BU5D_t1444911251* L_0 = ((MathUtils_t3604673275_StaticFields*)il2cpp_codegen_static_fields_for(MathUtils_t3604673275_il2cpp_TypeInfo_var))->get_sin_11(); float L_1 = ___radians0; NullCheck(L_0); int32_t L_2 = ((int32_t)((int32_t)(((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_1, (float)(1.57079637f))), (float)(2607.59448f))))))&(int32_t)((int32_t)16383))); float L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Single Spine.MathUtils::SinDeg(System.Single) extern "C" IL2CPP_METHOD_ATTR float MathUtils_SinDeg_m349705992 (RuntimeObject * __this /* static, unused */, float ___degrees0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MathUtils_SinDeg_m349705992_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); SingleU5BU5D_t1444911251* L_0 = ((MathUtils_t3604673275_StaticFields*)il2cpp_codegen_static_fields_for(MathUtils_t3604673275_il2cpp_TypeInfo_var))->get_sin_11(); float L_1 = ___degrees0; NullCheck(L_0); int32_t L_2 = ((int32_t)((int32_t)(((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_1, (float)(45.5111122f))))))&(int32_t)((int32_t)16383))); float L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Single Spine.MathUtils::CosDeg(System.Single) extern "C" IL2CPP_METHOD_ATTR float MathUtils_CosDeg_m3743599285 (RuntimeObject * __this /* static, unused */, float ___degrees0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MathUtils_CosDeg_m3743599285_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); SingleU5BU5D_t1444911251* L_0 = ((MathUtils_t3604673275_StaticFields*)il2cpp_codegen_static_fields_for(MathUtils_t3604673275_il2cpp_TypeInfo_var))->get_sin_11(); float L_1 = ___degrees0; NullCheck(L_0); int32_t L_2 = ((int32_t)((int32_t)(((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_1, (float)(90.0f))), (float)(45.5111122f))))))&(int32_t)((int32_t)16383))); float L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Single Spine.MathUtils::Atan2(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float MathUtils_Atan2_m3858297628 (RuntimeObject * __this /* static, unused */, float ___y0, float ___x1, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float G_B10_0 = 0.0f; float G_B9_0 = 0.0f; float G_B11_0 = 0.0f; float G_B11_1 = 0.0f; float G_B16_0 = 0.0f; { float L_0 = ___x1; if ((!(((float)L_0) == ((float)(0.0f))))) { goto IL_0033; } } { float L_1 = ___y0; if ((!(((float)L_1) > ((float)(0.0f))))) { goto IL_001c; } } { return (1.57079637f); } IL_001c: { float L_2 = ___y0; if ((!(((float)L_2) == ((float)(0.0f))))) { goto IL_002d; } } { return (0.0f); } IL_002d: { return (-1.57079637f); } IL_0033: { float L_3 = ___y0; float L_4 = ___x1; V_1 = ((float)((float)L_3/(float)L_4)); float L_5 = V_1; float L_6 = fabsf(L_5); if ((!(((float)L_6) < ((float)(1.0f))))) { goto IL_0083; } } { float L_7 = V_1; float L_8 = V_1; float L_9 = V_1; V_0 = ((float)((float)L_7/(float)((float)il2cpp_codegen_add((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(0.28f), (float)L_8)), (float)L_9)))))); float L_10 = ___x1; if ((!(((float)L_10) < ((float)(0.0f))))) { goto IL_0081; } } { float L_11 = V_0; float L_12 = ___y0; G_B9_0 = L_11; if ((!(((float)L_12) < ((float)(0.0f))))) { G_B10_0 = L_11; goto IL_007a; } } { G_B11_0 = (-3.14159274f); G_B11_1 = G_B9_0; goto IL_007f; } IL_007a: { G_B11_0 = (3.14159274f); G_B11_1 = G_B10_0; } IL_007f: { return ((float)il2cpp_codegen_add((float)G_B11_1, (float)G_B11_0)); } IL_0081: { float L_13 = V_0; return L_13; } IL_0083: { float L_14 = V_1; float L_15 = V_1; float L_16 = V_1; V_0 = ((float)il2cpp_codegen_subtract((float)(1.57079637f), (float)((float)((float)L_14/(float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_15, (float)L_16)), (float)(0.28f))))))); float L_17 = ___y0; if ((!(((float)L_17) < ((float)(0.0f))))) { goto IL_00ac; } } { float L_18 = V_0; G_B16_0 = ((float)il2cpp_codegen_subtract((float)L_18, (float)(3.14159274f))); goto IL_00ad; } IL_00ac: { float L_19 = V_0; G_B16_0 = L_19; } IL_00ad: { return G_B16_0; } } // System.Single Spine.MathUtils::Clamp(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float MathUtils_Clamp_m2529902946 (RuntimeObject * __this /* static, unused */, float ___value0, float ___min1, float ___max2, const RuntimeMethod* method) { { float L_0 = ___value0; float L_1 = ___min1; if ((!(((float)L_0) < ((float)L_1)))) { goto IL_0009; } } { float L_2 = ___min1; return L_2; } IL_0009: { float L_3 = ___value0; float L_4 = ___max2; if ((!(((float)L_3) > ((float)L_4)))) { goto IL_0012; } } { float L_5 = ___max2; return L_5; } IL_0012: { float L_6 = ___value0; return L_6; } } // System.Single Spine.MathUtils::RandomTriangle(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float MathUtils_RandomTriangle_m4035310877 (RuntimeObject * __this /* static, unused */, float ___min0, float ___max1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MathUtils_RandomTriangle_m4035310877_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = ___min0; float L_1 = ___max1; float L_2 = ___min0; float L_3 = ___max1; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_4 = MathUtils_RandomTriangle_m1563577223(NULL /*static, unused*/, L_0, L_1, ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_2, (float)L_3)), (float)(0.5f))), /*hidden argument*/NULL); return L_4; } } // System.Single Spine.MathUtils::RandomTriangle(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float MathUtils_RandomTriangle_m1563577223 (RuntimeObject * __this /* static, unused */, float ___min0, float ___max1, float ___mode2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MathUtils_RandomTriangle_m1563577223_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); Random_t108471755 * L_0 = ((MathUtils_t3604673275_StaticFields*)il2cpp_codegen_static_fields_for(MathUtils_t3604673275_il2cpp_TypeInfo_var))->get_random_12(); NullCheck(L_0); double L_1 = VirtFuncInvoker0< double >::Invoke(7 /* System.Double System.Random::NextDouble() */, L_0); V_0 = (((float)((float)L_1))); float L_2 = ___max1; float L_3 = ___min0; V_1 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); float L_4 = V_0; float L_5 = ___mode2; float L_6 = ___min0; float L_7 = V_1; if ((!(((float)L_4) <= ((float)((float)((float)((float)il2cpp_codegen_subtract((float)L_5, (float)L_6))/(float)L_7)))))) { goto IL_002c; } } { float L_8 = ___min0; float L_9 = V_0; float L_10 = V_1; float L_11 = ___mode2; float L_12 = ___min0; double L_13 = sqrt((((double)((double)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_9, (float)L_10)), (float)((float)il2cpp_codegen_subtract((float)L_11, (float)L_12)))))))); return ((float)il2cpp_codegen_add((float)L_8, (float)(((float)((float)L_13))))); } IL_002c: { float L_14 = ___max1; float L_15 = V_0; float L_16 = V_1; float L_17 = ___max1; float L_18 = ___mode2; double L_19 = sqrt((((double)((double)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_15)), (float)L_16)), (float)((float)il2cpp_codegen_subtract((float)L_17, (float)L_18)))))))); return ((float)il2cpp_codegen_subtract((float)L_14, (float)(((float)((float)L_19))))); } } #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 Spine.MeshAttachment::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment__ctor_m3915495686 (MeshAttachment_t1975337962 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MeshAttachment__ctor_m3915495686_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_r_17((1.0f)); __this->set_g_18((1.0f)); __this->set_b_19((1.0f)); __this->set_a_20((1.0f)); String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(VertexAttachment_t4074366829_il2cpp_TypeInfo_var); VertexAttachment__ctor_m1120837746(__this, L_0, /*hidden argument*/NULL); return; } } // System.Int32 Spine.MeshAttachment::get_HullLength() extern "C" IL2CPP_METHOD_ATTR int32_t MeshAttachment_get_HullLength_m259025677 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_hulllength_21(); return L_0; } } // System.Void Spine.MeshAttachment::set_HullLength(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_HullLength_m1547340380 (MeshAttachment_t1975337962 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_hulllength_21(L_0); return; } } // System.Single[] Spine.MeshAttachment::get_RegionUVs() extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* MeshAttachment_get_RegionUVs_m3322107900 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_regionUVs_15(); return L_0; } } // System.Void Spine.MeshAttachment::set_RegionUVs(System.Single[]) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_RegionUVs_m1206261907 (MeshAttachment_t1975337962 * __this, SingleU5BU5D_t1444911251* ___value0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = ___value0; __this->set_regionUVs_15(L_0); return; } } // System.Single[] Spine.MeshAttachment::get_UVs() extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* MeshAttachment_get_UVs_m1985358178 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_uvs_14(); return L_0; } } // System.Void Spine.MeshAttachment::set_UVs(System.Single[]) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_UVs_m639948564 (MeshAttachment_t1975337962 * __this, SingleU5BU5D_t1444911251* ___value0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = ___value0; __this->set_uvs_14(L_0); return; } } // System.Int32[] Spine.MeshAttachment::get_Triangles() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* MeshAttachment_get_Triangles_m3636769662 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = __this->get_triangles_16(); return L_0; } } // System.Void Spine.MeshAttachment::set_Triangles(System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_Triangles_m3079573921 (MeshAttachment_t1975337962 * __this, Int32U5BU5D_t385246372* ___value0, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = ___value0; __this->set_triangles_16(L_0); return; } } // System.Single Spine.MeshAttachment::get_R() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_R_m3166194192 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_r_17(); return L_0; } } // System.Void Spine.MeshAttachment::set_R(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_R_m2354104347 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_r_17(L_0); return; } } // System.Single Spine.MeshAttachment::get_G() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_G_m3166194171 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_g_18(); return L_0; } } // System.Void Spine.MeshAttachment::set_G(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_G_m3466683436 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_g_18(L_0); return; } } // System.Single Spine.MeshAttachment::get_B() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_B_m3166194176 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_b_19(); return L_0; } } // System.Void Spine.MeshAttachment::set_B(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_B_m1092837643 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_b_19(L_0); return; } } // System.Single Spine.MeshAttachment::get_A() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_A_m3166194173 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_a_20(); return L_0; } } // System.Void Spine.MeshAttachment::set_A(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_A_m2180099034 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_a_20(L_0); return; } } // System.String Spine.MeshAttachment::get_Path() extern "C" IL2CPP_METHOD_ATTR String_t* MeshAttachment_get_Path_m3242218096 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CPathU3Ek__BackingField_23(); return L_0; } } // System.Void Spine.MeshAttachment::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_Path_m3813911935 (MeshAttachment_t1975337962 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CPathU3Ek__BackingField_23(L_0); return; } } // System.Object Spine.MeshAttachment::get_RendererObject() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MeshAttachment_get_RendererObject_m1965843365 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CRendererObjectU3Ek__BackingField_24(); return L_0; } } // System.Void Spine.MeshAttachment::set_RendererObject(System.Object) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_RendererObject_m1460674513 (MeshAttachment_t1975337962 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_U3CRendererObjectU3Ek__BackingField_24(L_0); return; } } // System.Single Spine.MeshAttachment::get_RegionU() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_RegionU_m1405160968 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CRegionUU3Ek__BackingField_25(); return L_0; } } // System.Void Spine.MeshAttachment::set_RegionU(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_RegionU_m550873806 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_U3CRegionUU3Ek__BackingField_25(L_0); return; } } // System.Single Spine.MeshAttachment::get_RegionV() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_RegionV_m1001876441 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CRegionVU3Ek__BackingField_26(); return L_0; } } // System.Void Spine.MeshAttachment::set_RegionV(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_RegionV_m555082405 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_U3CRegionVU3Ek__BackingField_26(L_0); return; } } // System.Single Spine.MeshAttachment::get_RegionU2() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_RegionU2_m3314290183 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CRegionU2U3Ek__BackingField_27(); return L_0; } } // System.Void Spine.MeshAttachment::set_RegionU2(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_RegionU2_m1257172348 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_U3CRegionU2U3Ek__BackingField_27(L_0); return; } } // System.Single Spine.MeshAttachment::get_RegionV2() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_RegionV2_m2911005656 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CRegionV2U3Ek__BackingField_28(); return L_0; } } // System.Void Spine.MeshAttachment::set_RegionV2(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_RegionV2_m981227621 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_U3CRegionV2U3Ek__BackingField_28(L_0); return; } } // System.Boolean Spine.MeshAttachment::get_RegionRotate() extern "C" IL2CPP_METHOD_ATTR bool MeshAttachment_get_RegionRotate_m1181091409 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CRegionRotateU3Ek__BackingField_29(); return L_0; } } // System.Void Spine.MeshAttachment::set_RegionRotate(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_RegionRotate_m53944593 (MeshAttachment_t1975337962 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CRegionRotateU3Ek__BackingField_29(L_0); return; } } // System.Single Spine.MeshAttachment::get_RegionOffsetX() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_RegionOffsetX_m396643329 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_regionOffsetX_7(); return L_0; } } // System.Void Spine.MeshAttachment::set_RegionOffsetX(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_RegionOffsetX_m3987377397 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_regionOffsetX_7(L_0); return; } } // System.Single Spine.MeshAttachment::get_RegionOffsetY() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_RegionOffsetY_m396643328 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_regionOffsetY_8(); return L_0; } } // System.Void Spine.MeshAttachment::set_RegionOffsetY(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_RegionOffsetY_m3606951856 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_regionOffsetY_8(L_0); return; } } // System.Single Spine.MeshAttachment::get_RegionWidth() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_RegionWidth_m4044766817 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_regionWidth_9(); return L_0; } } // System.Void Spine.MeshAttachment::set_RegionWidth(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_RegionWidth_m2849425404 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_regionWidth_9(L_0); return; } } // System.Single Spine.MeshAttachment::get_RegionHeight() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_RegionHeight_m3813342248 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_regionHeight_10(); return L_0; } } // System.Void Spine.MeshAttachment::set_RegionHeight(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_RegionHeight_m3201925167 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_regionHeight_10(L_0); return; } } // System.Single Spine.MeshAttachment::get_RegionOriginalWidth() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_RegionOriginalWidth_m1735034763 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_regionOriginalWidth_11(); return L_0; } } // System.Void Spine.MeshAttachment::set_RegionOriginalWidth(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_RegionOriginalWidth_m2647307580 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_regionOriginalWidth_11(L_0); return; } } // System.Single Spine.MeshAttachment::get_RegionOriginalHeight() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_RegionOriginalHeight_m658746982 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_regionOriginalHeight_12(); return L_0; } } // System.Void Spine.MeshAttachment::set_RegionOriginalHeight(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_RegionOriginalHeight_m616049265 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_regionOriginalHeight_12(L_0); return; } } // System.Boolean Spine.MeshAttachment::get_InheritDeform() extern "C" IL2CPP_METHOD_ATTR bool MeshAttachment_get_InheritDeform_m3431634868 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_inheritDeform_22(); return L_0; } } // System.Void Spine.MeshAttachment::set_InheritDeform(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_InheritDeform_m3152037946 (MeshAttachment_t1975337962 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_inheritDeform_22(L_0); return; } } // Spine.MeshAttachment Spine.MeshAttachment::get_ParentMesh() extern "C" IL2CPP_METHOD_ATTR MeshAttachment_t1975337962 * MeshAttachment_get_ParentMesh_m3932601139 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { MeshAttachment_t1975337962 * L_0 = __this->get_parentMesh_13(); return L_0; } } // System.Void Spine.MeshAttachment::set_ParentMesh(Spine.MeshAttachment) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_ParentMesh_m3921104777 (MeshAttachment_t1975337962 * __this, MeshAttachment_t1975337962 * ___value0, const RuntimeMethod* method) { { MeshAttachment_t1975337962 * L_0 = ___value0; __this->set_parentMesh_13(L_0); MeshAttachment_t1975337962 * L_1 = ___value0; if (!L_1) { goto IL_0079; } } { MeshAttachment_t1975337962 * L_2 = ___value0; NullCheck(L_2); Int32U5BU5D_t385246372* L_3 = ((VertexAttachment_t4074366829 *)L_2)->get_bones_4(); ((VertexAttachment_t4074366829 *)__this)->set_bones_4(L_3); MeshAttachment_t1975337962 * L_4 = ___value0; NullCheck(L_4); SingleU5BU5D_t1444911251* L_5 = ((VertexAttachment_t4074366829 *)L_4)->get_vertices_5(); ((VertexAttachment_t4074366829 *)__this)->set_vertices_5(L_5); MeshAttachment_t1975337962 * L_6 = ___value0; NullCheck(L_6); int32_t L_7 = ((VertexAttachment_t4074366829 *)L_6)->get_worldVerticesLength_6(); ((VertexAttachment_t4074366829 *)__this)->set_worldVerticesLength_6(L_7); MeshAttachment_t1975337962 * L_8 = ___value0; NullCheck(L_8); SingleU5BU5D_t1444911251* L_9 = L_8->get_regionUVs_15(); __this->set_regionUVs_15(L_9); MeshAttachment_t1975337962 * L_10 = ___value0; NullCheck(L_10); Int32U5BU5D_t385246372* L_11 = L_10->get_triangles_16(); __this->set_triangles_16(L_11); MeshAttachment_t1975337962 * L_12 = ___value0; NullCheck(L_12); int32_t L_13 = MeshAttachment_get_HullLength_m259025677(L_12, /*hidden argument*/NULL); MeshAttachment_set_HullLength_m1547340380(__this, L_13, /*hidden argument*/NULL); MeshAttachment_t1975337962 * L_14 = ___value0; NullCheck(L_14); Int32U5BU5D_t385246372* L_15 = MeshAttachment_get_Edges_m4141291453(L_14, /*hidden argument*/NULL); MeshAttachment_set_Edges_m4227853743(__this, L_15, /*hidden argument*/NULL); MeshAttachment_t1975337962 * L_16 = ___value0; NullCheck(L_16); float L_17 = MeshAttachment_get_Width_m1225198405(L_16, /*hidden argument*/NULL); MeshAttachment_set_Width_m4133520296(__this, L_17, /*hidden argument*/NULL); MeshAttachment_t1975337962 * L_18 = ___value0; NullCheck(L_18); float L_19 = MeshAttachment_get_Height_m3202123430(L_18, /*hidden argument*/NULL); MeshAttachment_set_Height_m1587960250(__this, L_19, /*hidden argument*/NULL); } IL_0079: { return; } } // System.Int32[] Spine.MeshAttachment::get_Edges() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* MeshAttachment_get_Edges_m4141291453 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = __this->get_U3CEdgesU3Ek__BackingField_30(); return L_0; } } // System.Void Spine.MeshAttachment::set_Edges(System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_Edges_m4227853743 (MeshAttachment_t1975337962 * __this, Int32U5BU5D_t385246372* ___value0, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = ___value0; __this->set_U3CEdgesU3Ek__BackingField_30(L_0); return; } } // System.Single Spine.MeshAttachment::get_Width() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_Width_m1225198405 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CWidthU3Ek__BackingField_31(); return L_0; } } // System.Void Spine.MeshAttachment::set_Width(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_Width_m4133520296 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_U3CWidthU3Ek__BackingField_31(L_0); return; } } // System.Single Spine.MeshAttachment::get_Height() extern "C" IL2CPP_METHOD_ATTR float MeshAttachment_get_Height_m3202123430 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CHeightU3Ek__BackingField_32(); return L_0; } } // System.Void Spine.MeshAttachment::set_Height(System.Single) extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_set_Height_m1587960250 (MeshAttachment_t1975337962 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_U3CHeightU3Ek__BackingField_32(L_0); return; } } // System.Void Spine.MeshAttachment::UpdateUVs() extern "C" IL2CPP_METHOD_ATTR void MeshAttachment_UpdateUVs_m572410885 (MeshAttachment_t1975337962 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MeshAttachment_UpdateUVs_m572410885_MetadataUsageId); s_Il2CppMethodInitialized = true; } SingleU5BU5D_t1444911251* V_0 = NULL; SingleU5BU5D_t1444911251* V_1 = NULL; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; float V_6 = 0.0f; float V_7 = 0.0f; int32_t V_8 = 0; int32_t V_9 = 0; float V_10 = 0.0f; float V_11 = 0.0f; float V_12 = 0.0f; float V_13 = 0.0f; float V_14 = 0.0f; float V_15 = 0.0f; int32_t V_16 = 0; int32_t V_17 = 0; { SingleU5BU5D_t1444911251* L_0 = __this->get_regionUVs_15(); V_0 = L_0; SingleU5BU5D_t1444911251* L_1 = __this->get_uvs_14(); if (!L_1) { goto IL_0022; } } { SingleU5BU5D_t1444911251* L_2 = __this->get_uvs_14(); NullCheck(L_2); SingleU5BU5D_t1444911251* L_3 = V_0; NullCheck(L_3); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))) { goto IL_0030; } } IL_0022: { SingleU5BU5D_t1444911251* L_4 = V_0; NullCheck(L_4); __this->set_uvs_14(((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))); } IL_0030: { SingleU5BU5D_t1444911251* L_5 = __this->get_uvs_14(); V_1 = L_5; bool L_6 = MeshAttachment_get_RegionRotate_m1181091409(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0102; } } { float L_7 = __this->get_regionWidth_9(); float L_8 = MeshAttachment_get_RegionV2_m2911005656(__this, /*hidden argument*/NULL); float L_9 = MeshAttachment_get_RegionV_m1001876441(__this, /*hidden argument*/NULL); V_2 = ((float)((float)L_7/(float)((float)il2cpp_codegen_subtract((float)L_8, (float)L_9)))); float L_10 = __this->get_regionHeight_10(); float L_11 = MeshAttachment_get_RegionU2_m3314290183(__this, /*hidden argument*/NULL); float L_12 = MeshAttachment_get_RegionU_m1405160968(__this, /*hidden argument*/NULL); V_3 = ((float)((float)L_10/(float)((float)il2cpp_codegen_subtract((float)L_11, (float)L_12)))); float L_13 = MeshAttachment_get_RegionU_m1405160968(__this, /*hidden argument*/NULL); float L_14 = MeshAttachment_get_RegionOriginalHeight_m658746982(__this, /*hidden argument*/NULL); float L_15 = MeshAttachment_get_RegionOffsetY_m396643328(__this, /*hidden argument*/NULL); float L_16 = MeshAttachment_get_RegionHeight_m3813342248(__this, /*hidden argument*/NULL); float L_17 = V_3; V_4 = ((float)il2cpp_codegen_subtract((float)L_13, (float)((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_14, (float)L_15)), (float)L_16))/(float)L_17)))); float L_18 = MeshAttachment_get_RegionV_m1001876441(__this, /*hidden argument*/NULL); float L_19 = MeshAttachment_get_RegionOriginalWidth_m1735034763(__this, /*hidden argument*/NULL); float L_20 = MeshAttachment_get_RegionOffsetX_m396643329(__this, /*hidden argument*/NULL); float L_21 = MeshAttachment_get_RegionWidth_m4044766817(__this, /*hidden argument*/NULL); float L_22 = V_2; V_5 = ((float)il2cpp_codegen_subtract((float)L_18, (float)((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_19, (float)L_20)), (float)L_21))/(float)L_22)))); float L_23 = MeshAttachment_get_RegionOriginalHeight_m658746982(__this, /*hidden argument*/NULL); float L_24 = V_3; V_6 = ((float)((float)L_23/(float)L_24)); float L_25 = MeshAttachment_get_RegionOriginalWidth_m1735034763(__this, /*hidden argument*/NULL); float L_26 = V_2; V_7 = ((float)((float)L_25/(float)L_26)); V_8 = 0; SingleU5BU5D_t1444911251* L_27 = V_1; NullCheck(L_27); V_9 = (((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length)))); goto IL_00f4; } IL_00cb: { SingleU5BU5D_t1444911251* L_28 = V_1; int32_t L_29 = V_8; float L_30 = V_4; SingleU5BU5D_t1444911251* L_31 = V_0; int32_t L_32 = V_8; NullCheck(L_31); int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); float L_34 = (L_31)->GetAt(static_cast(L_33)); float L_35 = V_6; NullCheck(L_28); (L_28)->SetAt(static_cast(L_29), (float)((float)il2cpp_codegen_add((float)L_30, (float)((float)il2cpp_codegen_multiply((float)L_34, (float)L_35))))); SingleU5BU5D_t1444911251* L_36 = V_1; int32_t L_37 = V_8; float L_38 = V_5; float L_39 = V_7; SingleU5BU5D_t1444911251* L_40 = V_0; int32_t L_41 = V_8; NullCheck(L_40); int32_t L_42 = L_41; float L_43 = (L_40)->GetAt(static_cast(L_42)); float L_44 = V_7; NullCheck(L_36); (L_36)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1))), (float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_38, (float)L_39)), (float)((float)il2cpp_codegen_multiply((float)L_43, (float)L_44))))); int32_t L_45 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)2)); } IL_00f4: { int32_t L_46 = V_8; int32_t L_47 = V_9; if ((((int32_t)L_46) < ((int32_t)L_47))) { goto IL_00cb; } } { goto IL_01b2; } IL_0102: { float L_48 = __this->get_regionWidth_9(); float L_49 = MeshAttachment_get_RegionU2_m3314290183(__this, /*hidden argument*/NULL); float L_50 = MeshAttachment_get_RegionU_m1405160968(__this, /*hidden argument*/NULL); V_10 = ((float)((float)L_48/(float)((float)il2cpp_codegen_subtract((float)L_49, (float)L_50)))); float L_51 = __this->get_regionHeight_10(); float L_52 = MeshAttachment_get_RegionV2_m2911005656(__this, /*hidden argument*/NULL); float L_53 = MeshAttachment_get_RegionV_m1001876441(__this, /*hidden argument*/NULL); V_11 = ((float)((float)L_51/(float)((float)il2cpp_codegen_subtract((float)L_52, (float)L_53)))); float L_54 = MeshAttachment_get_RegionU_m1405160968(__this, /*hidden argument*/NULL); float L_55 = MeshAttachment_get_RegionOffsetX_m396643329(__this, /*hidden argument*/NULL); float L_56 = V_10; V_12 = ((float)il2cpp_codegen_subtract((float)L_54, (float)((float)((float)L_55/(float)L_56)))); float L_57 = MeshAttachment_get_RegionV_m1001876441(__this, /*hidden argument*/NULL); float L_58 = MeshAttachment_get_RegionOriginalHeight_m658746982(__this, /*hidden argument*/NULL); float L_59 = MeshAttachment_get_RegionOffsetY_m396643328(__this, /*hidden argument*/NULL); float L_60 = MeshAttachment_get_RegionHeight_m3813342248(__this, /*hidden argument*/NULL); float L_61 = V_11; V_13 = ((float)il2cpp_codegen_subtract((float)L_57, (float)((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_58, (float)L_59)), (float)L_60))/(float)L_61)))); float L_62 = MeshAttachment_get_RegionOriginalWidth_m1735034763(__this, /*hidden argument*/NULL); float L_63 = V_10; V_14 = ((float)((float)L_62/(float)L_63)); float L_64 = MeshAttachment_get_RegionOriginalHeight_m658746982(__this, /*hidden argument*/NULL); float L_65 = V_11; V_15 = ((float)((float)L_64/(float)L_65)); V_16 = 0; SingleU5BU5D_t1444911251* L_66 = V_1; NullCheck(L_66); V_17 = (((int32_t)((int32_t)(((RuntimeArray *)L_66)->max_length)))); goto IL_01a9; } IL_0183: { SingleU5BU5D_t1444911251* L_67 = V_1; int32_t L_68 = V_16; float L_69 = V_12; SingleU5BU5D_t1444911251* L_70 = V_0; int32_t L_71 = V_16; NullCheck(L_70); int32_t L_72 = L_71; float L_73 = (L_70)->GetAt(static_cast(L_72)); float L_74 = V_14; NullCheck(L_67); (L_67)->SetAt(static_cast(L_68), (float)((float)il2cpp_codegen_add((float)L_69, (float)((float)il2cpp_codegen_multiply((float)L_73, (float)L_74))))); SingleU5BU5D_t1444911251* L_75 = V_1; int32_t L_76 = V_16; float L_77 = V_13; SingleU5BU5D_t1444911251* L_78 = V_0; int32_t L_79 = V_16; NullCheck(L_78); int32_t L_80 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)); float L_81 = (L_78)->GetAt(static_cast(L_80)); float L_82 = V_15; NullCheck(L_75); (L_75)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1))), (float)((float)il2cpp_codegen_add((float)L_77, (float)((float)il2cpp_codegen_multiply((float)L_81, (float)L_82))))); int32_t L_83 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)2)); } IL_01a9: { int32_t L_84 = V_16; int32_t L_85 = V_17; if ((((int32_t)L_84) < ((int32_t)L_85))) { goto IL_0183; } } IL_01b2: { return; } } // System.Boolean Spine.MeshAttachment::ApplyDeform(Spine.VertexAttachment) extern "C" IL2CPP_METHOD_ATTR bool MeshAttachment_ApplyDeform_m1755666583 (MeshAttachment_t1975337962 * __this, VertexAttachment_t4074366829 * ___sourceAttachment0, const RuntimeMethod* method) { int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; { VertexAttachment_t4074366829 * L_0 = ___sourceAttachment0; if ((((RuntimeObject*)(MeshAttachment_t1975337962 *)__this) == ((RuntimeObject*)(VertexAttachment_t4074366829 *)L_0))) { goto IL_0020; } } { bool L_1 = __this->get_inheritDeform_22(); if (!L_1) { goto IL_001d; } } { MeshAttachment_t1975337962 * L_2 = __this->get_parentMesh_13(); VertexAttachment_t4074366829 * L_3 = ___sourceAttachment0; G_B4_0 = ((((RuntimeObject*)(MeshAttachment_t1975337962 *)L_2) == ((RuntimeObject*)(VertexAttachment_t4074366829 *)L_3))? 1 : 0); goto IL_001e; } IL_001d: { G_B4_0 = 0; } IL_001e: { G_B6_0 = G_B4_0; goto IL_0021; } IL_0020: { G_B6_0 = 1; } IL_0021: { return (bool)G_B6_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 #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 Spine.PathAttachment::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void PathAttachment__ctor_m709103174 (PathAttachment_t3565151060 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PathAttachment__ctor_m709103174_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(VertexAttachment_t4074366829_il2cpp_TypeInfo_var); VertexAttachment__ctor_m1120837746(__this, L_0, /*hidden argument*/NULL); return; } } // System.Single[] Spine.PathAttachment::get_Lengths() extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* PathAttachment_get_Lengths_m492062580 (PathAttachment_t3565151060 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_lengths_7(); return L_0; } } // System.Void Spine.PathAttachment::set_Lengths(System.Single[]) extern "C" IL2CPP_METHOD_ATTR void PathAttachment_set_Lengths_m764047536 (PathAttachment_t3565151060 * __this, SingleU5BU5D_t1444911251* ___value0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = ___value0; __this->set_lengths_7(L_0); return; } } // System.Boolean Spine.PathAttachment::get_Closed() extern "C" IL2CPP_METHOD_ATTR bool PathAttachment_get_Closed_m4041060778 (PathAttachment_t3565151060 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_closed_8(); return L_0; } } // System.Void Spine.PathAttachment::set_Closed(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void PathAttachment_set_Closed_m3988562185 (PathAttachment_t3565151060 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_closed_8(L_0); return; } } // System.Boolean Spine.PathAttachment::get_ConstantSpeed() extern "C" IL2CPP_METHOD_ATTR bool PathAttachment_get_ConstantSpeed_m1127222093 (PathAttachment_t3565151060 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_constantSpeed_9(); return L_0; } } // System.Void Spine.PathAttachment::set_ConstantSpeed(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void PathAttachment_set_ConstantSpeed_m3779838348 (PathAttachment_t3565151060 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_constantSpeed_9(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Spine.PathConstraint::.ctor(Spine.PathConstraintData,Spine.Skeleton) extern "C" IL2CPP_METHOD_ATTR void PathConstraint__ctor_m3251739535 (PathConstraint_t980854910 * __this, PathConstraintData_t981297034 * ___data0, Skeleton_t3686076450 * ___skeleton1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PathConstraint__ctor_m3251739535_MetadataUsageId); s_Il2CppMethodInitialized = true; } BoneData_t3130174490 * V_0 = NULL; Enumerator_t871160215 V_1; memset(&V_1, 0, sizeof(V_1)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ExposedList_1_t4104378640 * L_0 = (ExposedList_1_t4104378640 *)il2cpp_codegen_object_new(ExposedList_1_t4104378640_il2cpp_TypeInfo_var); ExposedList_1__ctor_m2351159599(L_0, /*hidden argument*/ExposedList_1__ctor_m2351159599_RuntimeMethod_var); __this->set_spaces_11(L_0); ExposedList_1_t4104378640 * L_1 = (ExposedList_1_t4104378640 *)il2cpp_codegen_object_new(ExposedList_1_t4104378640_il2cpp_TypeInfo_var); ExposedList_1__ctor_m2351159599(L_1, /*hidden argument*/ExposedList_1__ctor_m2351159599_RuntimeMethod_var); __this->set_positions_12(L_1); ExposedList_1_t4104378640 * L_2 = (ExposedList_1_t4104378640 *)il2cpp_codegen_object_new(ExposedList_1_t4104378640_il2cpp_TypeInfo_var); ExposedList_1__ctor_m2351159599(L_2, /*hidden argument*/ExposedList_1__ctor_m2351159599_RuntimeMethod_var); __this->set_world_13(L_2); ExposedList_1_t4104378640 * L_3 = (ExposedList_1_t4104378640 *)il2cpp_codegen_object_new(ExposedList_1_t4104378640_il2cpp_TypeInfo_var); ExposedList_1__ctor_m2351159599(L_3, /*hidden argument*/ExposedList_1__ctor_m2351159599_RuntimeMethod_var); __this->set_curves_14(L_3); ExposedList_1_t4104378640 * L_4 = (ExposedList_1_t4104378640 *)il2cpp_codegen_object_new(ExposedList_1_t4104378640_il2cpp_TypeInfo_var); ExposedList_1__ctor_m2351159599(L_4, /*hidden argument*/ExposedList_1__ctor_m2351159599_RuntimeMethod_var); __this->set_lengths_15(L_4); __this->set_segments_16(((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)))); Object__ctor_m297566312(__this, /*hidden argument*/NULL); PathConstraintData_t981297034 * L_5 = ___data0; if (L_5) { goto IL_0060; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_6, _stringLiteral2037252866, _stringLiteral1682804726, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,PathConstraint__ctor_m3251739535_RuntimeMethod_var); } IL_0060: { Skeleton_t3686076450 * L_7 = ___skeleton1; if (L_7) { goto IL_0076; } } { ArgumentNullException_t1615371798 * L_8 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_8, _stringLiteral4060588482, _stringLiteral4119531450, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,PathConstraint__ctor_m3251739535_RuntimeMethod_var); } IL_0076: { PathConstraintData_t981297034 * L_9 = ___data0; __this->set_data_4(L_9); PathConstraintData_t981297034 * L_10 = ___data0; NullCheck(L_10); ExposedList_1_t1542319060 * L_11 = PathConstraintData_get_Bones_m2492948516(L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = L_11->get_Count_1(); ExposedList_1_t3793468194 * L_13 = (ExposedList_1_t3793468194 *)il2cpp_codegen_object_new(ExposedList_1_t3793468194_il2cpp_TypeInfo_var); ExposedList_1__ctor_m1308120247(L_13, L_12, /*hidden argument*/ExposedList_1__ctor_m1308120247_RuntimeMethod_var); __this->set_bones_5(L_13); PathConstraintData_t981297034 * L_14 = ___data0; NullCheck(L_14); ExposedList_1_t1542319060 * L_15 = L_14->get_bones_2(); NullCheck(L_15); Enumerator_t871160215 L_16 = ExposedList_1_GetEnumerator_m3400359507(L_15, /*hidden argument*/ExposedList_1_GetEnumerator_m3400359507_RuntimeMethod_var); V_1 = L_16; } IL_009f: try { // begin try (depth: 1) { goto IL_00c3; } IL_00a4: { BoneData_t3130174490 * L_17 = Enumerator_get_Current_m2748912341((&V_1), /*hidden argument*/Enumerator_get_Current_m2748912341_RuntimeMethod_var); V_0 = L_17; ExposedList_1_t3793468194 * L_18 = __this->get_bones_5(); Skeleton_t3686076450 * L_19 = ___skeleton1; BoneData_t3130174490 * L_20 = V_0; NullCheck(L_20); String_t* L_21 = L_20->get_name_1(); NullCheck(L_19); Bone_t1086356328 * L_22 = Skeleton_FindBone_m691037340(L_19, L_21, /*hidden argument*/NULL); NullCheck(L_18); ExposedList_1_Add_m3259542597(L_18, L_22, /*hidden argument*/ExposedList_1_Add_m3259542597_RuntimeMethod_var); } IL_00c3: { bool L_23 = Enumerator_MoveNext_m2298577104((&V_1), /*hidden argument*/Enumerator_MoveNext_m2298577104_RuntimeMethod_var); if (L_23) { goto IL_00a4; } } IL_00cf: { IL2CPP_LEAVE(0xE2, FINALLY_00d4); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d4; } FINALLY_00d4: { // begin finally (depth: 1) Enumerator_Dispose_m447508299((&V_1), /*hidden argument*/Enumerator_Dispose_m447508299_RuntimeMethod_var); IL2CPP_END_FINALLY(212) } // end finally (depth: 1) IL2CPP_CLEANUP(212) { IL2CPP_JUMP_TBL(0xE2, IL_00e2) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00e2: { Skeleton_t3686076450 * L_24 = ___skeleton1; PathConstraintData_t981297034 * L_25 = ___data0; NullCheck(L_25); SlotData_t154801902 * L_26 = L_25->get_target_3(); NullCheck(L_26); String_t* L_27 = L_26->get_name_1(); NullCheck(L_24); Slot_t3514940700 * L_28 = Skeleton_FindSlot_m4126498326(L_24, L_27, /*hidden argument*/NULL); __this->set_target_6(L_28); PathConstraintData_t981297034 * L_29 = ___data0; NullCheck(L_29); float L_30 = L_29->get_position_8(); __this->set_position_7(L_30); PathConstraintData_t981297034 * L_31 = ___data0; NullCheck(L_31); float L_32 = L_31->get_spacing_9(); __this->set_spacing_8(L_32); PathConstraintData_t981297034 * L_33 = ___data0; NullCheck(L_33); float L_34 = L_33->get_rotateMix_10(); __this->set_rotateMix_9(L_34); PathConstraintData_t981297034 * L_35 = ___data0; NullCheck(L_35); float L_36 = L_35->get_translateMix_11(); __this->set_translateMix_10(L_36); return; } } // System.Int32 Spine.PathConstraint::get_Order() extern "C" IL2CPP_METHOD_ATTR int32_t PathConstraint_get_Order_m3833208436 (PathConstraint_t980854910 * __this, const RuntimeMethod* method) { { PathConstraintData_t981297034 * L_0 = __this->get_data_4(); NullCheck(L_0); int32_t L_1 = L_0->get_order_1(); return L_1; } } // System.Single Spine.PathConstraint::get_Position() extern "C" IL2CPP_METHOD_ATTR float PathConstraint_get_Position_m1452193773 (PathConstraint_t980854910 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_position_7(); return L_0; } } // System.Void Spine.PathConstraint::set_Position(System.Single) extern "C" IL2CPP_METHOD_ATTR void PathConstraint_set_Position_m1634585086 (PathConstraint_t980854910 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_position_7(L_0); return; } } // System.Single Spine.PathConstraint::get_Spacing() extern "C" IL2CPP_METHOD_ATTR float PathConstraint_get_Spacing_m2039433449 (PathConstraint_t980854910 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_spacing_8(); return L_0; } } // System.Void Spine.PathConstraint::set_Spacing(System.Single) extern "C" IL2CPP_METHOD_ATTR void PathConstraint_set_Spacing_m742691576 (PathConstraint_t980854910 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_spacing_8(L_0); return; } } // System.Single Spine.PathConstraint::get_RotateMix() extern "C" IL2CPP_METHOD_ATTR float PathConstraint_get_RotateMix_m3726063863 (PathConstraint_t980854910 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_rotateMix_9(); return L_0; } } // System.Void Spine.PathConstraint::set_RotateMix(System.Single) extern "C" IL2CPP_METHOD_ATTR void PathConstraint_set_RotateMix_m700996693 (PathConstraint_t980854910 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_rotateMix_9(L_0); return; } } // System.Single Spine.PathConstraint::get_TranslateMix() extern "C" IL2CPP_METHOD_ATTR float PathConstraint_get_TranslateMix_m1733165604 (PathConstraint_t980854910 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_translateMix_10(); return L_0; } } // System.Void Spine.PathConstraint::set_TranslateMix(System.Single) extern "C" IL2CPP_METHOD_ATTR void PathConstraint_set_TranslateMix_m3263972946 (PathConstraint_t980854910 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_translateMix_10(L_0); return; } } // Spine.ExposedList`1 Spine.PathConstraint::get_Bones() extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t3793468194 * PathConstraint_get_Bones_m56836818 (PathConstraint_t980854910 * __this, const RuntimeMethod* method) { { ExposedList_1_t3793468194 * L_0 = __this->get_bones_5(); return L_0; } } // Spine.Slot Spine.PathConstraint::get_Target() extern "C" IL2CPP_METHOD_ATTR Slot_t3514940700 * PathConstraint_get_Target_m3282890932 (PathConstraint_t980854910 * __this, const RuntimeMethod* method) { { Slot_t3514940700 * L_0 = __this->get_target_6(); return L_0; } } // System.Void Spine.PathConstraint::set_Target(Spine.Slot) extern "C" IL2CPP_METHOD_ATTR void PathConstraint_set_Target_m4052781260 (PathConstraint_t980854910 * __this, Slot_t3514940700 * ___value0, const RuntimeMethod* method) { { Slot_t3514940700 * L_0 = ___value0; __this->set_target_6(L_0); return; } } // Spine.PathConstraintData Spine.PathConstraint::get_Data() extern "C" IL2CPP_METHOD_ATTR PathConstraintData_t981297034 * PathConstraint_get_Data_m1690372621 (PathConstraint_t980854910 * __this, const RuntimeMethod* method) { { PathConstraintData_t981297034 * L_0 = __this->get_data_4(); return L_0; } } // System.Void Spine.PathConstraint::Apply() extern "C" IL2CPP_METHOD_ATTR void PathConstraint_Apply_m2596868969 (PathConstraint_t980854910 * __this, const RuntimeMethod* method) { { PathConstraint_Update_m3988151889(__this, /*hidden argument*/NULL); return; } } // System.Void Spine.PathConstraint::Update() extern "C" IL2CPP_METHOD_ATTR void PathConstraint_Update_m3988151889 (PathConstraint_t980854910 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PathConstraint_Update_m3988151889_MetadataUsageId); s_Il2CppMethodInitialized = true; } PathAttachment_t3565151060 * V_0 = NULL; float V_1 = 0.0f; float V_2 = 0.0f; bool V_3 = false; bool V_4 = false; PathConstraintData_t981297034 * V_5 = NULL; bool V_6 = false; int32_t V_7 = 0; bool V_8 = false; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; BoneU5BU5D_t374432249* V_12 = NULL; ExposedList_1_t4104378640 * V_13 = NULL; ExposedList_1_t4104378640 * V_14 = NULL; float V_15 = 0.0f; bool V_16 = false; int32_t V_17 = 0; int32_t V_18 = 0; Bone_t1086356328 * V_19 = NULL; float V_20 = 0.0f; float V_21 = 0.0f; float V_22 = 0.0f; float V_23 = 0.0f; float V_24 = 0.0f; float V_25 = 0.0f; float V_26 = 0.0f; int32_t V_27 = 0; SingleU5BU5D_t1444911251* V_28 = NULL; float V_29 = 0.0f; float V_30 = 0.0f; float V_31 = 0.0f; bool V_32 = false; Bone_t1086356328 * V_33 = NULL; int32_t V_34 = 0; int32_t V_35 = 0; Bone_t1086356328 * V_36 = NULL; float V_37 = 0.0f; float V_38 = 0.0f; float V_39 = 0.0f; float V_40 = 0.0f; float V_41 = 0.0f; float V_42 = 0.0f; 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; float V_50 = 0.0f; int32_t G_B8_0 = 0; int32_t G_B25_0 = 0; SingleU5BU5D_t1444911251* G_B25_1 = NULL; int32_t G_B24_0 = 0; SingleU5BU5D_t1444911251* G_B24_1 = NULL; float G_B26_0 = 0.0f; int32_t G_B26_1 = 0; SingleU5BU5D_t1444911251* G_B26_2 = NULL; float G_B36_0 = 0.0f; float G_B35_0 = 0.0f; float G_B37_0 = 0.0f; float G_B37_1 = 0.0f; { Slot_t3514940700 * L_0 = __this->get_target_6(); NullCheck(L_0); Attachment_t3043756552 * L_1 = Slot_get_Attachment_m1453611526(L_0, /*hidden argument*/NULL); V_0 = ((PathAttachment_t3565151060 *)IsInstClass((RuntimeObject*)L_1, PathAttachment_t3565151060_il2cpp_TypeInfo_var)); PathAttachment_t3565151060 * L_2 = V_0; if (L_2) { goto IL_0018; } } { return; } IL_0018: { float L_3 = __this->get_rotateMix_9(); V_1 = L_3; float L_4 = __this->get_translateMix_10(); V_2 = L_4; float L_5 = V_2; V_3 = (bool)((((float)L_5) > ((float)(0.0f)))? 1 : 0); float L_6 = V_1; V_4 = (bool)((((float)L_6) > ((float)(0.0f)))? 1 : 0); bool L_7 = V_3; if (L_7) { goto IL_0047; } } { bool L_8 = V_4; if (L_8) { goto IL_0047; } } { return; } IL_0047: { PathConstraintData_t981297034 * L_9 = __this->get_data_4(); V_5 = L_9; PathConstraintData_t981297034 * L_10 = V_5; NullCheck(L_10); int32_t L_11 = L_10->get_spacingMode_5(); V_6 = (bool)((((int32_t)L_11) == ((int32_t)2))? 1 : 0); PathConstraintData_t981297034 * L_12 = V_5; NullCheck(L_12); int32_t L_13 = L_12->get_rotateMode_6(); V_7 = L_13; int32_t L_14 = V_7; V_8 = (bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0); int32_t L_15 = V_7; V_9 = (bool)((((int32_t)L_15) == ((int32_t)2))? 1 : 0); ExposedList_1_t3793468194 * L_16 = __this->get_bones_5(); NullCheck(L_16); int32_t L_17 = L_16->get_Count_1(); V_10 = L_17; bool L_18 = V_8; if (!L_18) { goto IL_008d; } } { int32_t L_19 = V_10; G_B8_0 = L_19; goto IL_0091; } IL_008d: { int32_t L_20 = V_10; G_B8_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0091: { V_11 = G_B8_0; ExposedList_1_t3793468194 * L_21 = __this->get_bones_5(); NullCheck(L_21); BoneU5BU5D_t374432249* L_22 = L_21->get_Items_0(); V_12 = L_22; ExposedList_1_t4104378640 * L_23 = __this->get_spaces_11(); int32_t L_24 = V_11; NullCheck(L_23); ExposedList_1_t4104378640 * L_25 = ExposedList_1_Resize_m1248377320(L_23, L_24, /*hidden argument*/ExposedList_1_Resize_m1248377320_RuntimeMethod_var); V_13 = L_25; V_14 = (ExposedList_1_t4104378640 *)NULL; float L_26 = __this->get_spacing_8(); V_15 = L_26; bool L_27 = V_9; if (L_27) { goto IL_00c8; } } { bool L_28 = V_6; if (L_28) { goto IL_0219; } } IL_00c8: { bool L_29 = V_9; if (!L_29) { goto IL_00de; } } { ExposedList_1_t4104378640 * L_30 = __this->get_lengths_15(); int32_t L_31 = V_10; NullCheck(L_30); ExposedList_1_t4104378640 * L_32 = ExposedList_1_Resize_m1248377320(L_30, L_31, /*hidden argument*/ExposedList_1_Resize_m1248377320_RuntimeMethod_var); V_14 = L_32; } IL_00de: { PathConstraintData_t981297034 * L_33 = V_5; NullCheck(L_33); int32_t L_34 = L_33->get_spacingMode_5(); V_16 = (bool)((((int32_t)L_34) == ((int32_t)0))? 1 : 0); V_17 = 0; int32_t L_35 = V_11; V_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1)); goto IL_020b; } IL_00f8: { BoneU5BU5D_t374432249* L_36 = V_12; int32_t L_37 = V_17; NullCheck(L_36); int32_t L_38 = L_37; Bone_t1086356328 * L_39 = (L_36)->GetAt(static_cast(L_38)); V_19 = L_39; Bone_t1086356328 * L_40 = V_19; NullCheck(L_40); BoneData_t3130174490 * L_41 = L_40->get_data_1(); NullCheck(L_41); float L_42 = L_41->get_length_3(); V_20 = L_42; float L_43 = V_20; if ((!(((float)L_43) < ((float)(1.0E-05f))))) { goto IL_0148; } } { bool L_44 = V_9; if (!L_44) { goto IL_012f; } } { ExposedList_1_t4104378640 * L_45 = V_14; NullCheck(L_45); SingleU5BU5D_t1444911251* L_46 = L_45->get_Items_0(); int32_t L_47 = V_17; NullCheck(L_46); (L_46)->SetAt(static_cast(L_47), (float)(0.0f)); } IL_012f: { ExposedList_1_t4104378640 * L_48 = V_13; NullCheck(L_48); SingleU5BU5D_t1444911251* L_49 = L_48->get_Items_0(); int32_t L_50 = V_17; int32_t L_51 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); V_17 = L_51; NullCheck(L_49); (L_49)->SetAt(static_cast(L_51), (float)(0.0f)); goto IL_020b; } IL_0148: { bool L_52 = V_6; if (!L_52) { goto IL_01a4; } } { bool L_53 = V_9; if (!L_53) { goto IL_018e; } } { float L_54 = V_20; Bone_t1086356328 * L_55 = V_19; NullCheck(L_55); float L_56 = L_55->get_a_20(); V_21 = ((float)il2cpp_codegen_multiply((float)L_54, (float)L_56)); float L_57 = V_20; Bone_t1086356328 * L_58 = V_19; NullCheck(L_58); float L_59 = L_58->get_c_23(); V_22 = ((float)il2cpp_codegen_multiply((float)L_57, (float)L_59)); float L_60 = V_21; float L_61 = V_21; float L_62 = V_22; float L_63 = V_22; double L_64 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_60, (float)L_61)), (float)((float)il2cpp_codegen_multiply((float)L_62, (float)L_63)))))))); V_23 = (((float)((float)L_64))); ExposedList_1_t4104378640 * L_65 = V_14; NullCheck(L_65); SingleU5BU5D_t1444911251* L_66 = L_65->get_Items_0(); int32_t L_67 = V_17; float L_68 = V_23; NullCheck(L_66); (L_66)->SetAt(static_cast(L_67), (float)L_68); } IL_018e: { ExposedList_1_t4104378640 * L_69 = V_13; NullCheck(L_69); SingleU5BU5D_t1444911251* L_70 = L_69->get_Items_0(); int32_t L_71 = V_17; int32_t L_72 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); V_17 = L_72; float L_73 = V_15; NullCheck(L_70); (L_70)->SetAt(static_cast(L_72), (float)L_73); goto IL_020b; } IL_01a4: { float L_74 = V_20; Bone_t1086356328 * L_75 = V_19; NullCheck(L_75); float L_76 = L_75->get_a_20(); V_24 = ((float)il2cpp_codegen_multiply((float)L_74, (float)L_76)); float L_77 = V_20; Bone_t1086356328 * L_78 = V_19; NullCheck(L_78); float L_79 = L_78->get_c_23(); V_25 = ((float)il2cpp_codegen_multiply((float)L_77, (float)L_79)); float L_80 = V_24; float L_81 = V_24; float L_82 = V_25; float L_83 = V_25; double L_84 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_80, (float)L_81)), (float)((float)il2cpp_codegen_multiply((float)L_82, (float)L_83)))))))); V_26 = (((float)((float)L_84))); bool L_85 = V_9; if (!L_85) { goto IL_01e3; } } { ExposedList_1_t4104378640 * L_86 = V_14; NullCheck(L_86); SingleU5BU5D_t1444911251* L_87 = L_86->get_Items_0(); int32_t L_88 = V_17; float L_89 = V_26; NullCheck(L_87); (L_87)->SetAt(static_cast(L_88), (float)L_89); } IL_01e3: { ExposedList_1_t4104378640 * L_90 = V_13; NullCheck(L_90); SingleU5BU5D_t1444911251* L_91 = L_90->get_Items_0(); int32_t L_92 = V_17; int32_t L_93 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1)); V_17 = L_93; bool L_94 = V_16; G_B24_0 = L_93; G_B24_1 = L_91; if (!L_94) { G_B25_0 = L_93; G_B25_1 = L_91; goto IL_0202; } } { float L_95 = V_20; float L_96 = V_15; G_B26_0 = ((float)il2cpp_codegen_add((float)L_95, (float)L_96)); G_B26_1 = G_B24_0; G_B26_2 = G_B24_1; goto IL_0204; } IL_0202: { float L_97 = V_15; G_B26_0 = L_97; G_B26_1 = G_B25_0; G_B26_2 = G_B25_1; } IL_0204: { float L_98 = V_26; float L_99 = V_20; NullCheck(G_B26_2); (G_B26_2)->SetAt(static_cast(G_B26_1), (float)((float)((float)((float)il2cpp_codegen_multiply((float)G_B26_0, (float)L_98))/(float)L_99))); } IL_020b: { int32_t L_100 = V_17; int32_t L_101 = V_18; if ((((int32_t)L_100) < ((int32_t)L_101))) { goto IL_00f8; } } { goto IL_023c; } IL_0219: { V_27 = 1; goto IL_0233; } IL_0221: { ExposedList_1_t4104378640 * L_102 = V_13; NullCheck(L_102); SingleU5BU5D_t1444911251* L_103 = L_102->get_Items_0(); int32_t L_104 = V_27; float L_105 = V_15; NullCheck(L_103); (L_103)->SetAt(static_cast(L_104), (float)L_105); int32_t L_106 = V_27; V_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1)); } IL_0233: { int32_t L_107 = V_27; int32_t L_108 = V_11; if ((((int32_t)L_107) < ((int32_t)L_108))) { goto IL_0221; } } IL_023c: { PathAttachment_t3565151060 * L_109 = V_0; int32_t L_110 = V_11; bool L_111 = V_8; PathConstraintData_t981297034 * L_112 = V_5; NullCheck(L_112); int32_t L_113 = L_112->get_positionMode_4(); bool L_114 = V_6; SingleU5BU5D_t1444911251* L_115 = PathConstraint_ComputeWorldPositions_m2835453749(__this, L_109, L_110, L_111, (bool)((((int32_t)L_113) == ((int32_t)1))? 1 : 0), L_114, /*hidden argument*/NULL); V_28 = L_115; SingleU5BU5D_t1444911251* L_116 = V_28; NullCheck(L_116); int32_t L_117 = 0; float L_118 = (L_116)->GetAt(static_cast(L_117)); V_29 = L_118; SingleU5BU5D_t1444911251* L_119 = V_28; NullCheck(L_119); int32_t L_120 = 1; float L_121 = (L_119)->GetAt(static_cast(L_120)); V_30 = L_121; PathConstraintData_t981297034 * L_122 = V_5; NullCheck(L_122); float L_123 = L_122->get_offsetRotation_7(); V_31 = L_123; float L_124 = V_31; if ((!(((float)L_124) == ((float)(0.0f))))) { goto IL_0282; } } { int32_t L_125 = V_7; V_32 = (bool)((((int32_t)L_125) == ((int32_t)1))? 1 : 0); goto IL_02cf; } IL_0282: { V_32 = (bool)0; Slot_t3514940700 * L_126 = __this->get_target_6(); NullCheck(L_126); Bone_t1086356328 * L_127 = L_126->get_bone_1(); V_33 = L_127; float L_128 = V_31; Bone_t1086356328 * L_129 = V_33; NullCheck(L_129); float L_130 = L_129->get_a_20(); Bone_t1086356328 * L_131 = V_33; NullCheck(L_131); float L_132 = L_131->get_d_24(); Bone_t1086356328 * L_133 = V_33; NullCheck(L_133); float L_134 = L_133->get_b_21(); Bone_t1086356328 * L_135 = V_33; NullCheck(L_135); float L_136 = L_135->get_c_23(); G_B35_0 = L_128; if ((!(((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_130, (float)L_132)), (float)((float)il2cpp_codegen_multiply((float)L_134, (float)L_136))))) > ((float)(0.0f))))) { G_B36_0 = L_128; goto IL_02c7; } } { G_B37_0 = (0.0174532924f); G_B37_1 = G_B35_0; goto IL_02cc; } IL_02c7: { G_B37_0 = (-0.0174532924f); G_B37_1 = G_B36_0; } IL_02cc: { V_31 = ((float)il2cpp_codegen_multiply((float)G_B37_1, (float)G_B37_0)); } IL_02cf: { V_34 = 0; V_35 = 3; goto IL_0524; } IL_02da: { BoneU5BU5D_t374432249* L_137 = V_12; int32_t L_138 = V_34; NullCheck(L_137); int32_t L_139 = L_138; Bone_t1086356328 * L_140 = (L_137)->GetAt(static_cast(L_139)); V_36 = L_140; Bone_t1086356328 * L_141 = V_36; Bone_t1086356328 * L_142 = L_141; NullCheck(L_142); float L_143 = L_142->get_worldX_22(); float L_144 = V_29; Bone_t1086356328 * L_145 = V_36; NullCheck(L_145); float L_146 = L_145->get_worldX_22(); float L_147 = V_2; NullCheck(L_142); L_142->set_worldX_22(((float)il2cpp_codegen_add((float)L_143, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_144, (float)L_146)), (float)L_147))))); Bone_t1086356328 * L_148 = V_36; Bone_t1086356328 * L_149 = L_148; NullCheck(L_149); float L_150 = L_149->get_worldY_25(); float L_151 = V_30; Bone_t1086356328 * L_152 = V_36; NullCheck(L_152); float L_153 = L_152->get_worldY_25(); float L_154 = V_2; NullCheck(L_149); L_149->set_worldY_25(((float)il2cpp_codegen_add((float)L_150, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_151, (float)L_153)), (float)L_154))))); SingleU5BU5D_t1444911251* L_155 = V_28; int32_t L_156 = V_35; NullCheck(L_155); int32_t L_157 = L_156; float L_158 = (L_155)->GetAt(static_cast(L_157)); V_37 = L_158; SingleU5BU5D_t1444911251* L_159 = V_28; int32_t L_160 = V_35; NullCheck(L_159); int32_t L_161 = ((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)1)); float L_162 = (L_159)->GetAt(static_cast(L_161)); V_38 = L_162; float L_163 = V_37; float L_164 = V_29; V_39 = ((float)il2cpp_codegen_subtract((float)L_163, (float)L_164)); float L_165 = V_38; float L_166 = V_30; V_40 = ((float)il2cpp_codegen_subtract((float)L_165, (float)L_166)); bool L_167 = V_9; if (!L_167) { goto IL_0397; } } { ExposedList_1_t4104378640 * L_168 = V_14; NullCheck(L_168); SingleU5BU5D_t1444911251* L_169 = L_168->get_Items_0(); int32_t L_170 = V_34; NullCheck(L_169); int32_t L_171 = L_170; float L_172 = (L_169)->GetAt(static_cast(L_171)); V_41 = L_172; float L_173 = V_41; if ((!(((float)L_173) >= ((float)(1.0E-05f))))) { goto IL_0397; } } { float L_174 = V_39; float L_175 = V_39; float L_176 = V_40; float L_177 = V_40; double L_178 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_174, (float)L_175)), (float)((float)il2cpp_codegen_multiply((float)L_176, (float)L_177)))))))); float L_179 = V_41; float L_180 = V_1; V_42 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)((float)(((float)((float)L_178)))/(float)L_179)), (float)(1.0f))), (float)L_180)), (float)(1.0f))); Bone_t1086356328 * L_181 = V_36; Bone_t1086356328 * L_182 = L_181; NullCheck(L_182); float L_183 = L_182->get_a_20(); float L_184 = V_42; NullCheck(L_182); L_182->set_a_20(((float)il2cpp_codegen_multiply((float)L_183, (float)L_184))); Bone_t1086356328 * L_185 = V_36; Bone_t1086356328 * L_186 = L_185; NullCheck(L_186); float L_187 = L_186->get_c_23(); float L_188 = V_42; NullCheck(L_186); L_186->set_c_23(((float)il2cpp_codegen_multiply((float)L_187, (float)L_188))); } IL_0397: { float L_189 = V_37; V_29 = L_189; float L_190 = V_38; V_30 = L_190; bool L_191 = V_4; if (!L_191) { goto IL_0510; } } { Bone_t1086356328 * L_192 = V_36; NullCheck(L_192); float L_193 = L_192->get_a_20(); V_43 = L_193; Bone_t1086356328 * L_194 = V_36; NullCheck(L_194); float L_195 = L_194->get_b_21(); V_44 = L_195; Bone_t1086356328 * L_196 = V_36; NullCheck(L_196); float L_197 = L_196->get_c_23(); V_45 = L_197; Bone_t1086356328 * L_198 = V_36; NullCheck(L_198); float L_199 = L_198->get_d_24(); V_46 = L_199; bool L_200 = V_8; if (!L_200) { goto IL_03df; } } { SingleU5BU5D_t1444911251* L_201 = V_28; int32_t L_202 = V_35; NullCheck(L_201); int32_t L_203 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_202, (int32_t)1)); float L_204 = (L_201)->GetAt(static_cast(L_203)); V_47 = L_204; goto IL_040e; } IL_03df: { ExposedList_1_t4104378640 * L_205 = V_13; NullCheck(L_205); SingleU5BU5D_t1444911251* L_206 = L_205->get_Items_0(); int32_t L_207 = V_34; NullCheck(L_206); int32_t L_208 = ((int32_t)il2cpp_codegen_add((int32_t)L_207, (int32_t)1)); float L_209 = (L_206)->GetAt(static_cast(L_208)); if ((!(((float)L_209) < ((float)(1.0E-05f))))) { goto IL_0403; } } { SingleU5BU5D_t1444911251* L_210 = V_28; int32_t L_211 = V_35; NullCheck(L_210); int32_t L_212 = ((int32_t)il2cpp_codegen_add((int32_t)L_211, (int32_t)2)); float L_213 = (L_210)->GetAt(static_cast(L_212)); V_47 = L_213; goto IL_040e; } IL_0403: { float L_214 = V_40; float L_215 = V_39; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_216 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, L_214, L_215, /*hidden argument*/NULL); V_47 = L_216; } IL_040e: { float L_217 = V_47; float L_218 = V_45; float L_219 = V_43; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_220 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, L_218, L_219, /*hidden argument*/NULL); V_47 = ((float)il2cpp_codegen_subtract((float)L_217, (float)L_220)); bool L_221 = V_32; if (!L_221) { goto IL_0478; } } { float L_222 = V_47; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_223 = MathUtils_Cos_m1345388411(NULL /*static, unused*/, L_222, /*hidden argument*/NULL); V_48 = L_223; float L_224 = V_47; float L_225 = MathUtils_Sin_m1592658079(NULL /*static, unused*/, L_224, /*hidden argument*/NULL); V_49 = L_225; Bone_t1086356328 * L_226 = V_36; NullCheck(L_226); BoneData_t3130174490 * L_227 = L_226->get_data_1(); NullCheck(L_227); float L_228 = L_227->get_length_3(); V_50 = L_228; float L_229 = V_29; float L_230 = V_50; float L_231 = V_48; float L_232 = V_43; float L_233 = V_49; float L_234 = V_45; float L_235 = V_39; float L_236 = V_1; V_29 = ((float)il2cpp_codegen_add((float)L_229, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_230, (float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_231, (float)L_232)), (float)((float)il2cpp_codegen_multiply((float)L_233, (float)L_234)))))), (float)L_235)), (float)L_236)))); float L_237 = V_30; float L_238 = V_50; float L_239 = V_49; float L_240 = V_43; float L_241 = V_48; float L_242 = V_45; float L_243 = V_40; float L_244 = V_1; V_30 = ((float)il2cpp_codegen_add((float)L_237, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_238, (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_239, (float)L_240)), (float)((float)il2cpp_codegen_multiply((float)L_241, (float)L_242)))))), (float)L_243)), (float)L_244)))); goto IL_047f; } IL_0478: { float L_245 = V_47; float L_246 = V_31; V_47 = ((float)il2cpp_codegen_add((float)L_245, (float)L_246)); } IL_047f: { float L_247 = V_47; if ((!(((float)L_247) > ((float)(3.14159274f))))) { goto IL_049a; } } { float L_248 = V_47; V_47 = ((float)il2cpp_codegen_subtract((float)L_248, (float)(6.28318548f))); goto IL_04b0; } IL_049a: { float L_249 = V_47; if ((!(((float)L_249) < ((float)(-3.14159274f))))) { goto IL_04b0; } } { float L_250 = V_47; V_47 = ((float)il2cpp_codegen_add((float)L_250, (float)(6.28318548f))); } IL_04b0: { float L_251 = V_47; float L_252 = V_1; V_47 = ((float)il2cpp_codegen_multiply((float)L_251, (float)L_252)); float L_253 = V_47; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_254 = MathUtils_Cos_m1345388411(NULL /*static, unused*/, L_253, /*hidden argument*/NULL); V_48 = L_254; float L_255 = V_47; float L_256 = MathUtils_Sin_m1592658079(NULL /*static, unused*/, L_255, /*hidden argument*/NULL); V_49 = L_256; Bone_t1086356328 * L_257 = V_36; float L_258 = V_48; float L_259 = V_43; float L_260 = V_49; float L_261 = V_45; NullCheck(L_257); L_257->set_a_20(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_258, (float)L_259)), (float)((float)il2cpp_codegen_multiply((float)L_260, (float)L_261))))); Bone_t1086356328 * L_262 = V_36; float L_263 = V_48; float L_264 = V_44; float L_265 = V_49; float L_266 = V_46; NullCheck(L_262); L_262->set_b_21(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_263, (float)L_264)), (float)((float)il2cpp_codegen_multiply((float)L_265, (float)L_266))))); Bone_t1086356328 * L_267 = V_36; float L_268 = V_49; float L_269 = V_43; float L_270 = V_48; float L_271 = V_45; NullCheck(L_267); L_267->set_c_23(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_268, (float)L_269)), (float)((float)il2cpp_codegen_multiply((float)L_270, (float)L_271))))); Bone_t1086356328 * L_272 = V_36; float L_273 = V_49; float L_274 = V_44; float L_275 = V_48; float L_276 = V_46; NullCheck(L_272); L_272->set_d_24(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_273, (float)L_274)), (float)((float)il2cpp_codegen_multiply((float)L_275, (float)L_276))))); } IL_0510: { Bone_t1086356328 * L_277 = V_36; NullCheck(L_277); L_277->set_appliedValid_19((bool)0); int32_t L_278 = V_34; V_34 = ((int32_t)il2cpp_codegen_add((int32_t)L_278, (int32_t)1)); int32_t L_279 = V_35; V_35 = ((int32_t)il2cpp_codegen_add((int32_t)L_279, (int32_t)3)); } IL_0524: { int32_t L_280 = V_34; int32_t L_281 = V_10; if ((((int32_t)L_280) < ((int32_t)L_281))) { goto IL_02da; } } { return; } } // System.Single[] Spine.PathConstraint::ComputeWorldPositions(Spine.PathAttachment,System.Int32,System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* PathConstraint_ComputeWorldPositions_m2835453749 (PathConstraint_t980854910 * __this, PathAttachment_t3565151060 * ___path0, int32_t ___spacesCount1, bool ___tangents2, bool ___percentPosition3, bool ___percentSpacing4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PathConstraint_ComputeWorldPositions_m2835453749_MetadataUsageId); s_Il2CppMethodInitialized = true; } Slot_t3514940700 * V_0 = NULL; float V_1 = 0.0f; SingleU5BU5D_t1444911251* V_2 = NULL; SingleU5BU5D_t1444911251* V_3 = NULL; SingleU5BU5D_t1444911251* V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; float V_9 = 0.0f; SingleU5BU5D_t1444911251* V_10 = NULL; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; float V_15 = 0.0f; float V_16 = 0.0f; float V_17 = 0.0f; float V_18 = 0.0f; SingleU5BU5D_t1444911251* V_19 = NULL; float V_20 = 0.0f; float V_21 = 0.0f; float V_22 = 0.0f; float V_23 = 0.0f; float V_24 = 0.0f; float V_25 = 0.0f; 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; float V_32 = 0.0f; float V_33 = 0.0f; float V_34 = 0.0f; float V_35 = 0.0f; int32_t V_36 = 0; int32_t V_37 = 0; int32_t V_38 = 0; SingleU5BU5D_t1444911251* V_39 = NULL; float V_40 = 0.0f; int32_t V_41 = 0; int32_t V_42 = 0; int32_t V_43 = 0; int32_t V_44 = 0; float V_45 = 0.0f; float V_46 = 0.0f; float V_47 = 0.0f; float V_48 = 0.0f; int32_t V_49 = 0; float V_50 = 0.0f; float V_51 = 0.0f; int32_t G_B3_0 = 0; int32_t G_B2_0 = 0; int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; int32_t G_B42_0 = 0; SingleU5BU5D_t1444911251* G_B42_1 = NULL; float G_B42_2 = 0.0f; float G_B42_3 = 0.0f; float G_B42_4 = 0.0f; float G_B42_5 = 0.0f; float G_B42_6 = 0.0f; float G_B42_7 = 0.0f; float G_B42_8 = 0.0f; float G_B42_9 = 0.0f; float G_B42_10 = 0.0f; int32_t G_B38_0 = 0; SingleU5BU5D_t1444911251* G_B38_1 = NULL; float G_B38_2 = 0.0f; float G_B38_3 = 0.0f; float G_B38_4 = 0.0f; float G_B38_5 = 0.0f; float G_B38_6 = 0.0f; float G_B38_7 = 0.0f; float G_B38_8 = 0.0f; float G_B38_9 = 0.0f; float G_B38_10 = 0.0f; int32_t G_B40_0 = 0; SingleU5BU5D_t1444911251* G_B40_1 = NULL; float G_B40_2 = 0.0f; float G_B40_3 = 0.0f; float G_B40_4 = 0.0f; float G_B40_5 = 0.0f; float G_B40_6 = 0.0f; float G_B40_7 = 0.0f; float G_B40_8 = 0.0f; float G_B40_9 = 0.0f; float G_B40_10 = 0.0f; int32_t G_B39_0 = 0; SingleU5BU5D_t1444911251* G_B39_1 = NULL; float G_B39_2 = 0.0f; float G_B39_3 = 0.0f; float G_B39_4 = 0.0f; float G_B39_5 = 0.0f; float G_B39_6 = 0.0f; float G_B39_7 = 0.0f; float G_B39_8 = 0.0f; float G_B39_9 = 0.0f; float G_B39_10 = 0.0f; int32_t G_B41_0 = 0; int32_t G_B41_1 = 0; SingleU5BU5D_t1444911251* G_B41_2 = NULL; float G_B41_3 = 0.0f; float G_B41_4 = 0.0f; float G_B41_5 = 0.0f; float G_B41_6 = 0.0f; float G_B41_7 = 0.0f; float G_B41_8 = 0.0f; float G_B41_9 = 0.0f; float G_B41_10 = 0.0f; float G_B41_11 = 0.0f; int32_t G_B43_0 = 0; int32_t G_B43_1 = 0; SingleU5BU5D_t1444911251* G_B43_2 = NULL; float G_B43_3 = 0.0f; float G_B43_4 = 0.0f; float G_B43_5 = 0.0f; float G_B43_6 = 0.0f; float G_B43_7 = 0.0f; float G_B43_8 = 0.0f; float G_B43_9 = 0.0f; float G_B43_10 = 0.0f; float G_B43_11 = 0.0f; int32_t G_B97_0 = 0; SingleU5BU5D_t1444911251* G_B97_1 = NULL; float G_B97_2 = 0.0f; float G_B97_3 = 0.0f; float G_B97_4 = 0.0f; float G_B97_5 = 0.0f; float G_B97_6 = 0.0f; float G_B97_7 = 0.0f; float G_B97_8 = 0.0f; float G_B97_9 = 0.0f; float G_B97_10 = 0.0f; int32_t G_B93_0 = 0; SingleU5BU5D_t1444911251* G_B93_1 = NULL; float G_B93_2 = 0.0f; float G_B93_3 = 0.0f; float G_B93_4 = 0.0f; float G_B93_5 = 0.0f; float G_B93_6 = 0.0f; float G_B93_7 = 0.0f; float G_B93_8 = 0.0f; float G_B93_9 = 0.0f; float G_B93_10 = 0.0f; int32_t G_B95_0 = 0; SingleU5BU5D_t1444911251* G_B95_1 = NULL; float G_B95_2 = 0.0f; float G_B95_3 = 0.0f; float G_B95_4 = 0.0f; float G_B95_5 = 0.0f; float G_B95_6 = 0.0f; float G_B95_7 = 0.0f; float G_B95_8 = 0.0f; float G_B95_9 = 0.0f; float G_B95_10 = 0.0f; int32_t G_B94_0 = 0; SingleU5BU5D_t1444911251* G_B94_1 = NULL; float G_B94_2 = 0.0f; float G_B94_3 = 0.0f; float G_B94_4 = 0.0f; float G_B94_5 = 0.0f; float G_B94_6 = 0.0f; float G_B94_7 = 0.0f; float G_B94_8 = 0.0f; float G_B94_9 = 0.0f; float G_B94_10 = 0.0f; int32_t G_B96_0 = 0; int32_t G_B96_1 = 0; SingleU5BU5D_t1444911251* G_B96_2 = NULL; float G_B96_3 = 0.0f; float G_B96_4 = 0.0f; float G_B96_5 = 0.0f; float G_B96_6 = 0.0f; float G_B96_7 = 0.0f; float G_B96_8 = 0.0f; float G_B96_9 = 0.0f; float G_B96_10 = 0.0f; float G_B96_11 = 0.0f; int32_t G_B98_0 = 0; int32_t G_B98_1 = 0; SingleU5BU5D_t1444911251* G_B98_2 = NULL; float G_B98_3 = 0.0f; float G_B98_4 = 0.0f; float G_B98_5 = 0.0f; float G_B98_6 = 0.0f; float G_B98_7 = 0.0f; float G_B98_8 = 0.0f; float G_B98_9 = 0.0f; float G_B98_10 = 0.0f; float G_B98_11 = 0.0f; { Slot_t3514940700 * L_0 = __this->get_target_6(); V_0 = L_0; float L_1 = __this->get_position_7(); V_1 = L_1; ExposedList_1_t4104378640 * L_2 = __this->get_spaces_11(); NullCheck(L_2); SingleU5BU5D_t1444911251* L_3 = L_2->get_Items_0(); V_2 = L_3; ExposedList_1_t4104378640 * L_4 = __this->get_positions_12(); int32_t L_5 = ___spacesCount1; NullCheck(L_4); ExposedList_1_t4104378640 * L_6 = ExposedList_1_Resize_m1248377320(L_4, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)3)), (int32_t)2)), /*hidden argument*/ExposedList_1_Resize_m1248377320_RuntimeMethod_var); NullCheck(L_6); SingleU5BU5D_t1444911251* L_7 = L_6->get_Items_0(); V_3 = L_7; PathAttachment_t3565151060 * L_8 = ___path0; NullCheck(L_8); bool L_9 = PathAttachment_get_Closed_m4041060778(L_8, /*hidden argument*/NULL); V_5 = L_9; PathAttachment_t3565151060 * L_10 = ___path0; NullCheck(L_10); int32_t L_11 = VertexAttachment_get_WorldVerticesLength_m4071134523(L_10, /*hidden argument*/NULL); V_6 = L_11; int32_t L_12 = V_6; V_7 = ((int32_t)((int32_t)L_12/(int32_t)6)); V_8 = (-1); V_9 = (0.0f); PathAttachment_t3565151060 * L_13 = ___path0; NullCheck(L_13); bool L_14 = PathAttachment_get_ConstantSpeed_m1127222093(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0280; } } { PathAttachment_t3565151060 * L_15 = ___path0; NullCheck(L_15); SingleU5BU5D_t1444911251* L_16 = PathAttachment_get_Lengths_m492062580(L_15, /*hidden argument*/NULL); V_10 = L_16; int32_t L_17 = V_7; bool L_18 = V_5; G_B2_0 = L_17; if (!L_18) { G_B3_0 = L_17; goto IL_0072; } } { G_B4_0 = 1; G_B4_1 = G_B2_0; goto IL_0073; } IL_0072: { G_B4_0 = 2; G_B4_1 = G_B3_0; } IL_0073: { V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)G_B4_1, (int32_t)G_B4_0)); SingleU5BU5D_t1444911251* L_19 = V_10; int32_t L_20 = V_7; NullCheck(L_19); int32_t L_21 = L_20; float L_22 = (L_19)->GetAt(static_cast(L_21)); V_9 = L_22; bool L_23 = ___percentPosition3; if (!L_23) { goto IL_0089; } } { float L_24 = V_1; float L_25 = V_9; V_1 = ((float)il2cpp_codegen_multiply((float)L_24, (float)L_25)); } IL_0089: { bool L_26 = ___percentSpacing4; if (!L_26) { goto IL_00b4; } } { V_11 = 1; goto IL_00ac; } IL_0098: { SingleU5BU5D_t1444911251* L_27 = V_2; int32_t L_28 = V_11; NullCheck(L_27); float* L_29 = ((L_27)->GetAddressAt(static_cast(L_28))); float L_30 = V_9; *((float*)(L_29)) = (float)((float)il2cpp_codegen_multiply((float)(*((float*)L_29)), (float)L_30)); int32_t L_31 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00ac: { int32_t L_32 = V_11; int32_t L_33 = ___spacesCount1; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0098; } } IL_00b4: { ExposedList_1_t4104378640 * L_34 = __this->get_world_13(); NullCheck(L_34); ExposedList_1_t4104378640 * L_35 = ExposedList_1_Resize_m1248377320(L_34, 8, /*hidden argument*/ExposedList_1_Resize_m1248377320_RuntimeMethod_var); NullCheck(L_35); SingleU5BU5D_t1444911251* L_36 = L_35->get_Items_0(); V_4 = L_36; V_12 = 0; V_13 = 0; V_14 = 0; goto IL_0276; } IL_00d5: { SingleU5BU5D_t1444911251* L_37 = V_2; int32_t L_38 = V_12; NullCheck(L_37); int32_t L_39 = L_38; float L_40 = (L_37)->GetAt(static_cast(L_39)); V_15 = L_40; float L_41 = V_1; float L_42 = V_15; V_1 = ((float)il2cpp_codegen_add((float)L_41, (float)L_42)); float L_43 = V_1; V_16 = L_43; bool L_44 = V_5; if (!L_44) { goto IL_010c; } } { float L_45 = V_16; float L_46 = V_9; V_16 = (fmodf(L_45, L_46)); float L_47 = V_16; if ((!(((float)L_47) < ((float)(0.0f))))) { goto IL_0104; } } { float L_48 = V_16; float L_49 = V_9; V_16 = ((float)il2cpp_codegen_add((float)L_48, (float)L_49)); } IL_0104: { V_14 = 0; goto IL_017f; } IL_010c: { float L_50 = V_16; if ((!(((float)L_50) < ((float)(0.0f))))) { goto IL_0144; } } { int32_t L_51 = V_8; if ((((int32_t)L_51) == ((int32_t)((int32_t)-2)))) { goto IL_0132; } } { V_8 = ((int32_t)-2); PathAttachment_t3565151060 * L_52 = ___path0; Slot_t3514940700 * L_53 = V_0; SingleU5BU5D_t1444911251* L_54 = V_4; NullCheck(L_52); VertexAttachment_ComputeWorldVertices_m3237522835(L_52, L_53, 2, 4, L_54, 0, 2, /*hidden argument*/NULL); } IL_0132: { float L_55 = V_16; SingleU5BU5D_t1444911251* L_56 = V_4; SingleU5BU5D_t1444911251* L_57 = V_3; int32_t L_58 = V_13; PathConstraint_AddBeforePosition_m1174193683(NULL /*static, unused*/, L_55, L_56, 0, L_57, L_58, /*hidden argument*/NULL); goto IL_026a; } IL_0144: { float L_59 = V_16; float L_60 = V_9; if ((!(((float)L_59) > ((float)L_60)))) { goto IL_017f; } } { int32_t L_61 = V_8; if ((((int32_t)L_61) == ((int32_t)((int32_t)-3)))) { goto IL_016a; } } { V_8 = ((int32_t)-3); PathAttachment_t3565151060 * L_62 = ___path0; Slot_t3514940700 * L_63 = V_0; int32_t L_64 = V_6; SingleU5BU5D_t1444911251* L_65 = V_4; NullCheck(L_62); VertexAttachment_ComputeWorldVertices_m3237522835(L_62, L_63, ((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)6)), 4, L_65, 0, 2, /*hidden argument*/NULL); } IL_016a: { float L_66 = V_16; float L_67 = V_9; SingleU5BU5D_t1444911251* L_68 = V_4; SingleU5BU5D_t1444911251* L_69 = V_3; int32_t L_70 = V_13; PathConstraint_AddAfterPosition_m805443755(NULL /*static, unused*/, ((float)il2cpp_codegen_subtract((float)L_66, (float)L_67)), L_68, 0, L_69, L_70, /*hidden argument*/NULL); goto IL_026a; } IL_017f: { goto IL_01cd; } IL_0184: { SingleU5BU5D_t1444911251* L_71 = V_10; int32_t L_72 = V_14; NullCheck(L_71); int32_t L_73 = L_72; float L_74 = (L_71)->GetAt(static_cast(L_73)); V_17 = L_74; float L_75 = V_16; float L_76 = V_17; if ((!(((float)L_75) > ((float)L_76)))) { goto IL_0199; } } { goto IL_01c7; } IL_0199: { int32_t L_77 = V_14; if (L_77) { goto IL_01ac; } } { float L_78 = V_16; float L_79 = V_17; V_16 = ((float)((float)L_78/(float)L_79)); goto IL_01c2; } IL_01ac: { SingleU5BU5D_t1444911251* L_80 = V_10; int32_t L_81 = V_14; NullCheck(L_80); int32_t L_82 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)1)); float L_83 = (L_80)->GetAt(static_cast(L_82)); V_18 = L_83; float L_84 = V_16; float L_85 = V_18; float L_86 = V_17; float L_87 = V_18; V_16 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_84, (float)L_85))/(float)((float)il2cpp_codegen_subtract((float)L_86, (float)L_87)))); } IL_01c2: { goto IL_01d2; } IL_01c7: { int32_t L_88 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1)); } IL_01cd: { goto IL_0184; } IL_01d2: { int32_t L_89 = V_14; int32_t L_90 = V_8; if ((((int32_t)L_89) == ((int32_t)L_90))) { goto IL_0223; } } { int32_t L_91 = V_14; V_8 = L_91; bool L_92 = V_5; if (!L_92) { goto IL_0211; } } { int32_t L_93 = V_14; int32_t L_94 = V_7; if ((!(((uint32_t)L_93) == ((uint32_t)L_94)))) { goto IL_0211; } } { PathAttachment_t3565151060 * L_95 = ___path0; Slot_t3514940700 * L_96 = V_0; int32_t L_97 = V_6; SingleU5BU5D_t1444911251* L_98 = V_4; NullCheck(L_95); VertexAttachment_ComputeWorldVertices_m3237522835(L_95, L_96, ((int32_t)il2cpp_codegen_subtract((int32_t)L_97, (int32_t)4)), 4, L_98, 0, 2, /*hidden argument*/NULL); PathAttachment_t3565151060 * L_99 = ___path0; Slot_t3514940700 * L_100 = V_0; SingleU5BU5D_t1444911251* L_101 = V_4; NullCheck(L_99); VertexAttachment_ComputeWorldVertices_m3237522835(L_99, L_100, 0, 4, L_101, 4, 2, /*hidden argument*/NULL); goto IL_0223; } IL_0211: { PathAttachment_t3565151060 * L_102 = ___path0; Slot_t3514940700 * L_103 = V_0; int32_t L_104 = V_14; SingleU5BU5D_t1444911251* L_105 = V_4; NullCheck(L_102); VertexAttachment_ComputeWorldVertices_m3237522835(L_102, L_103, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_104, (int32_t)6)), (int32_t)2)), 8, L_105, 0, 2, /*hidden argument*/NULL); } IL_0223: { float L_106 = V_16; SingleU5BU5D_t1444911251* L_107 = V_4; NullCheck(L_107); int32_t L_108 = 0; float L_109 = (L_107)->GetAt(static_cast(L_108)); SingleU5BU5D_t1444911251* L_110 = V_4; NullCheck(L_110); int32_t L_111 = 1; float L_112 = (L_110)->GetAt(static_cast(L_111)); SingleU5BU5D_t1444911251* L_113 = V_4; NullCheck(L_113); int32_t L_114 = 2; float L_115 = (L_113)->GetAt(static_cast(L_114)); SingleU5BU5D_t1444911251* L_116 = V_4; NullCheck(L_116); int32_t L_117 = 3; float L_118 = (L_116)->GetAt(static_cast(L_117)); SingleU5BU5D_t1444911251* L_119 = V_4; NullCheck(L_119); int32_t L_120 = 4; float L_121 = (L_119)->GetAt(static_cast(L_120)); SingleU5BU5D_t1444911251* L_122 = V_4; NullCheck(L_122); int32_t L_123 = 5; float L_124 = (L_122)->GetAt(static_cast(L_123)); SingleU5BU5D_t1444911251* L_125 = V_4; NullCheck(L_125); int32_t L_126 = 6; float L_127 = (L_125)->GetAt(static_cast(L_126)); SingleU5BU5D_t1444911251* L_128 = V_4; NullCheck(L_128); int32_t L_129 = 7; float L_130 = (L_128)->GetAt(static_cast(L_129)); SingleU5BU5D_t1444911251* L_131 = V_3; int32_t L_132 = V_13; bool L_133 = ___tangents2; G_B38_0 = L_132; G_B38_1 = L_131; G_B38_2 = L_130; G_B38_3 = L_127; G_B38_4 = L_124; G_B38_5 = L_121; G_B38_6 = L_118; G_B38_7 = L_115; G_B38_8 = L_112; G_B38_9 = L_109; G_B38_10 = L_106; if (L_133) { G_B42_0 = L_132; G_B42_1 = L_131; G_B42_2 = L_130; G_B42_3 = L_127; G_B42_4 = L_124; G_B42_5 = L_121; G_B42_6 = L_118; G_B42_7 = L_115; G_B42_8 = L_112; G_B42_9 = L_109; G_B42_10 = L_106; goto IL_0264; } } { int32_t L_134 = V_12; G_B39_0 = G_B38_0; G_B39_1 = G_B38_1; G_B39_2 = G_B38_2; G_B39_3 = G_B38_3; G_B39_4 = G_B38_4; G_B39_5 = G_B38_5; G_B39_6 = G_B38_6; G_B39_7 = G_B38_7; G_B39_8 = G_B38_8; G_B39_9 = G_B38_9; G_B39_10 = G_B38_10; if ((((int32_t)L_134) <= ((int32_t)0))) { G_B40_0 = G_B38_0; G_B40_1 = G_B38_1; G_B40_2 = G_B38_2; G_B40_3 = G_B38_3; G_B40_4 = G_B38_4; G_B40_5 = G_B38_5; G_B40_6 = G_B38_6; G_B40_7 = G_B38_7; G_B40_8 = G_B38_8; G_B40_9 = G_B38_9; G_B40_10 = G_B38_10; goto IL_0261; } } { float L_135 = V_15; G_B41_0 = ((((float)L_135) < ((float)(1.0E-05f)))? 1 : 0); G_B41_1 = G_B39_0; G_B41_2 = G_B39_1; G_B41_3 = G_B39_2; G_B41_4 = G_B39_3; G_B41_5 = G_B39_4; G_B41_6 = G_B39_5; G_B41_7 = G_B39_6; G_B41_8 = G_B39_7; G_B41_9 = G_B39_8; G_B41_10 = G_B39_9; G_B41_11 = G_B39_10; goto IL_0262; } IL_0261: { G_B41_0 = 0; G_B41_1 = G_B40_0; G_B41_2 = G_B40_1; G_B41_3 = G_B40_2; G_B41_4 = G_B40_3; G_B41_5 = G_B40_4; G_B41_6 = G_B40_5; G_B41_7 = G_B40_6; G_B41_8 = G_B40_7; G_B41_9 = G_B40_8; G_B41_10 = G_B40_9; G_B41_11 = G_B40_10; } IL_0262: { G_B43_0 = G_B41_0; G_B43_1 = G_B41_1; G_B43_2 = G_B41_2; G_B43_3 = G_B41_3; G_B43_4 = G_B41_4; G_B43_5 = G_B41_5; G_B43_6 = G_B41_6; G_B43_7 = G_B41_7; G_B43_8 = G_B41_8; G_B43_9 = G_B41_9; G_B43_10 = G_B41_10; G_B43_11 = G_B41_11; goto IL_0265; } IL_0264: { G_B43_0 = 1; G_B43_1 = G_B42_0; G_B43_2 = G_B42_1; G_B43_3 = G_B42_2; G_B43_4 = G_B42_3; G_B43_5 = G_B42_4; G_B43_6 = G_B42_5; G_B43_7 = G_B42_6; G_B43_8 = G_B42_7; G_B43_9 = G_B42_8; G_B43_10 = G_B42_9; G_B43_11 = G_B42_10; } IL_0265: { PathConstraint_AddCurvePosition_m1869873959(NULL /*static, unused*/, G_B43_11, G_B43_10, G_B43_9, G_B43_8, G_B43_7, G_B43_6, G_B43_5, G_B43_4, G_B43_3, G_B43_2, G_B43_1, (bool)G_B43_0, /*hidden argument*/NULL); } IL_026a: { int32_t L_136 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_136, (int32_t)1)); int32_t L_137 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)3)); } IL_0276: { int32_t L_138 = V_12; int32_t L_139 = ___spacesCount1; if ((((int32_t)L_138) < ((int32_t)L_139))) { goto IL_00d5; } } { SingleU5BU5D_t1444911251* L_140 = V_3; return L_140; } IL_0280: { bool L_141 = V_5; if (!L_141) { goto IL_02dc; } } { int32_t L_142 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_142, (int32_t)2)); ExposedList_1_t4104378640 * L_143 = __this->get_world_13(); int32_t L_144 = V_6; NullCheck(L_143); ExposedList_1_t4104378640 * L_145 = ExposedList_1_Resize_m1248377320(L_143, L_144, /*hidden argument*/ExposedList_1_Resize_m1248377320_RuntimeMethod_var); NullCheck(L_145); SingleU5BU5D_t1444911251* L_146 = L_145->get_Items_0(); V_4 = L_146; PathAttachment_t3565151060 * L_147 = ___path0; Slot_t3514940700 * L_148 = V_0; int32_t L_149 = V_6; SingleU5BU5D_t1444911251* L_150 = V_4; NullCheck(L_147); VertexAttachment_ComputeWorldVertices_m3237522835(L_147, L_148, 2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_149, (int32_t)4)), L_150, 0, 2, /*hidden argument*/NULL); PathAttachment_t3565151060 * L_151 = ___path0; Slot_t3514940700 * L_152 = V_0; SingleU5BU5D_t1444911251* L_153 = V_4; int32_t L_154 = V_6; NullCheck(L_151); VertexAttachment_ComputeWorldVertices_m3237522835(L_151, L_152, 0, 2, L_153, ((int32_t)il2cpp_codegen_subtract((int32_t)L_154, (int32_t)4)), 2, /*hidden argument*/NULL); SingleU5BU5D_t1444911251* L_155 = V_4; int32_t L_156 = V_6; SingleU5BU5D_t1444911251* L_157 = V_4; NullCheck(L_157); int32_t L_158 = 0; float L_159 = (L_157)->GetAt(static_cast(L_158)); NullCheck(L_155); (L_155)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_156, (int32_t)2))), (float)L_159); SingleU5BU5D_t1444911251* L_160 = V_4; int32_t L_161 = V_6; SingleU5BU5D_t1444911251* L_162 = V_4; NullCheck(L_162); int32_t L_163 = 1; float L_164 = (L_162)->GetAt(static_cast(L_163)); NullCheck(L_160); (L_160)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_161, (int32_t)1))), (float)L_164); goto IL_030a; } IL_02dc: { int32_t L_165 = V_7; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_165, (int32_t)1)); int32_t L_166 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_166, (int32_t)4)); ExposedList_1_t4104378640 * L_167 = __this->get_world_13(); int32_t L_168 = V_6; NullCheck(L_167); ExposedList_1_t4104378640 * L_169 = ExposedList_1_Resize_m1248377320(L_167, L_168, /*hidden argument*/ExposedList_1_Resize_m1248377320_RuntimeMethod_var); NullCheck(L_169); SingleU5BU5D_t1444911251* L_170 = L_169->get_Items_0(); V_4 = L_170; PathAttachment_t3565151060 * L_171 = ___path0; Slot_t3514940700 * L_172 = V_0; int32_t L_173 = V_6; SingleU5BU5D_t1444911251* L_174 = V_4; NullCheck(L_171); VertexAttachment_ComputeWorldVertices_m3237522835(L_171, L_172, 2, L_173, L_174, 0, 2, /*hidden argument*/NULL); } IL_030a: { ExposedList_1_t4104378640 * L_175 = __this->get_curves_14(); int32_t L_176 = V_7; NullCheck(L_175); ExposedList_1_t4104378640 * L_177 = ExposedList_1_Resize_m1248377320(L_175, L_176, /*hidden argument*/ExposedList_1_Resize_m1248377320_RuntimeMethod_var); NullCheck(L_177); SingleU5BU5D_t1444911251* L_178 = L_177->get_Items_0(); V_19 = L_178; V_9 = (0.0f); SingleU5BU5D_t1444911251* L_179 = V_4; NullCheck(L_179); int32_t L_180 = 0; float L_181 = (L_179)->GetAt(static_cast(L_180)); V_20 = L_181; SingleU5BU5D_t1444911251* L_182 = V_4; NullCheck(L_182); int32_t L_183 = 1; float L_184 = (L_182)->GetAt(static_cast(L_183)); V_21 = L_184; V_22 = (0.0f); V_23 = (0.0f); V_24 = (0.0f); V_25 = (0.0f); V_26 = (0.0f); V_27 = (0.0f); V_36 = 0; V_37 = 2; goto IL_04f9; } IL_0366: { SingleU5BU5D_t1444911251* L_185 = V_4; int32_t L_186 = V_37; NullCheck(L_185); int32_t L_187 = L_186; float L_188 = (L_185)->GetAt(static_cast(L_187)); V_22 = L_188; SingleU5BU5D_t1444911251* L_189 = V_4; int32_t L_190 = V_37; NullCheck(L_189); int32_t L_191 = ((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); float L_192 = (L_189)->GetAt(static_cast(L_191)); V_23 = L_192; SingleU5BU5D_t1444911251* L_193 = V_4; int32_t L_194 = V_37; NullCheck(L_193); int32_t L_195 = ((int32_t)il2cpp_codegen_add((int32_t)L_194, (int32_t)2)); float L_196 = (L_193)->GetAt(static_cast(L_195)); V_24 = L_196; SingleU5BU5D_t1444911251* L_197 = V_4; int32_t L_198 = V_37; NullCheck(L_197); int32_t L_199 = ((int32_t)il2cpp_codegen_add((int32_t)L_198, (int32_t)3)); float L_200 = (L_197)->GetAt(static_cast(L_199)); V_25 = L_200; SingleU5BU5D_t1444911251* L_201 = V_4; int32_t L_202 = V_37; NullCheck(L_201); int32_t L_203 = ((int32_t)il2cpp_codegen_add((int32_t)L_202, (int32_t)4)); float L_204 = (L_201)->GetAt(static_cast(L_203)); V_26 = L_204; SingleU5BU5D_t1444911251* L_205 = V_4; int32_t L_206 = V_37; NullCheck(L_205); int32_t L_207 = ((int32_t)il2cpp_codegen_add((int32_t)L_206, (int32_t)5)); float L_208 = (L_205)->GetAt(static_cast(L_207)); V_27 = L_208; float L_209 = V_20; float L_210 = V_22; float L_211 = V_24; V_28 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_209, (float)((float)il2cpp_codegen_multiply((float)L_210, (float)(2.0f))))), (float)L_211)), (float)(0.1875f))); float L_212 = V_21; float L_213 = V_23; float L_214 = V_25; V_29 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_212, (float)((float)il2cpp_codegen_multiply((float)L_213, (float)(2.0f))))), (float)L_214)), (float)(0.1875f))); float L_215 = V_22; float L_216 = V_24; float L_217 = V_20; float L_218 = V_26; V_30 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_215, (float)L_216)), (float)(3.0f))), (float)L_217)), (float)L_218)), (float)(0.09375f))); float L_219 = V_23; float L_220 = V_25; float L_221 = V_21; float L_222 = V_27; V_31 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_219, (float)L_220)), (float)(3.0f))), (float)L_221)), (float)L_222)), (float)(0.09375f))); float L_223 = V_28; float L_224 = V_30; V_32 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_223, (float)(2.0f))), (float)L_224)); float L_225 = V_29; float L_226 = V_31; V_33 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_225, (float)(2.0f))), (float)L_226)); float L_227 = V_22; float L_228 = V_20; float L_229 = V_28; float L_230 = V_30; V_34 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_227, (float)L_228)), (float)(0.75f))), (float)L_229)), (float)((float)il2cpp_codegen_multiply((float)L_230, (float)(0.166666672f))))); float L_231 = V_23; float L_232 = V_21; float L_233 = V_29; float L_234 = V_31; V_35 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_231, (float)L_232)), (float)(0.75f))), (float)L_233)), (float)((float)il2cpp_codegen_multiply((float)L_234, (float)(0.166666672f))))); float L_235 = V_9; float L_236 = V_34; float L_237 = V_34; float L_238 = V_35; float L_239 = V_35; double L_240 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_236, (float)L_237)), (float)((float)il2cpp_codegen_multiply((float)L_238, (float)L_239)))))))); V_9 = ((float)il2cpp_codegen_add((float)L_235, (float)(((float)((float)L_240))))); float L_241 = V_34; float L_242 = V_32; V_34 = ((float)il2cpp_codegen_add((float)L_241, (float)L_242)); float L_243 = V_35; float L_244 = V_33; V_35 = ((float)il2cpp_codegen_add((float)L_243, (float)L_244)); float L_245 = V_32; float L_246 = V_30; V_32 = ((float)il2cpp_codegen_add((float)L_245, (float)L_246)); float L_247 = V_33; float L_248 = V_31; V_33 = ((float)il2cpp_codegen_add((float)L_247, (float)L_248)); float L_249 = V_9; float L_250 = V_34; float L_251 = V_34; float L_252 = V_35; float L_253 = V_35; double L_254 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_250, (float)L_251)), (float)((float)il2cpp_codegen_multiply((float)L_252, (float)L_253)))))))); V_9 = ((float)il2cpp_codegen_add((float)L_249, (float)(((float)((float)L_254))))); float L_255 = V_34; float L_256 = V_32; V_34 = ((float)il2cpp_codegen_add((float)L_255, (float)L_256)); float L_257 = V_35; float L_258 = V_33; V_35 = ((float)il2cpp_codegen_add((float)L_257, (float)L_258)); float L_259 = V_9; float L_260 = V_34; float L_261 = V_34; float L_262 = V_35; float L_263 = V_35; double L_264 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_260, (float)L_261)), (float)((float)il2cpp_codegen_multiply((float)L_262, (float)L_263)))))))); V_9 = ((float)il2cpp_codegen_add((float)L_259, (float)(((float)((float)L_264))))); float L_265 = V_34; float L_266 = V_32; float L_267 = V_30; V_34 = ((float)il2cpp_codegen_add((float)L_265, (float)((float)il2cpp_codegen_add((float)L_266, (float)L_267)))); float L_268 = V_35; float L_269 = V_33; float L_270 = V_31; V_35 = ((float)il2cpp_codegen_add((float)L_268, (float)((float)il2cpp_codegen_add((float)L_269, (float)L_270)))); float L_271 = V_9; float L_272 = V_34; float L_273 = V_34; float L_274 = V_35; float L_275 = V_35; double L_276 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_272, (float)L_273)), (float)((float)il2cpp_codegen_multiply((float)L_274, (float)L_275)))))))); V_9 = ((float)il2cpp_codegen_add((float)L_271, (float)(((float)((float)L_276))))); SingleU5BU5D_t1444911251* L_277 = V_19; int32_t L_278 = V_36; float L_279 = V_9; NullCheck(L_277); (L_277)->SetAt(static_cast(L_278), (float)L_279); float L_280 = V_26; V_20 = L_280; float L_281 = V_27; V_21 = L_281; int32_t L_282 = V_36; V_36 = ((int32_t)il2cpp_codegen_add((int32_t)L_282, (int32_t)1)); int32_t L_283 = V_37; V_37 = ((int32_t)il2cpp_codegen_add((int32_t)L_283, (int32_t)6)); } IL_04f9: { int32_t L_284 = V_36; int32_t L_285 = V_7; if ((((int32_t)L_284) < ((int32_t)L_285))) { goto IL_0366; } } { bool L_286 = ___percentPosition3; if (!L_286) { goto IL_0513; } } { float L_287 = V_1; float L_288 = V_9; V_1 = ((float)il2cpp_codegen_multiply((float)L_287, (float)L_288)); goto IL_0524; } IL_0513: { float L_289 = V_1; float L_290 = V_9; PathAttachment_t3565151060 * L_291 = ___path0; NullCheck(L_291); SingleU5BU5D_t1444911251* L_292 = L_291->get_lengths_7(); int32_t L_293 = V_7; NullCheck(L_292); int32_t L_294 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_293, (int32_t)1)); float L_295 = (L_292)->GetAt(static_cast(L_294)); V_1 = ((float)il2cpp_codegen_multiply((float)L_289, (float)((float)((float)L_290/(float)L_295)))); } IL_0524: { bool L_296 = ___percentSpacing4; if (!L_296) { goto IL_054f; } } { V_38 = 1; goto IL_0547; } IL_0533: { SingleU5BU5D_t1444911251* L_297 = V_2; int32_t L_298 = V_38; NullCheck(L_297); float* L_299 = ((L_297)->GetAddressAt(static_cast(L_298))); float L_300 = V_9; *((float*)(L_299)) = (float)((float)il2cpp_codegen_multiply((float)(*((float*)L_299)), (float)L_300)); int32_t L_301 = V_38; V_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_301, (int32_t)1)); } IL_0547: { int32_t L_302 = V_38; int32_t L_303 = ___spacesCount1; if ((((int32_t)L_302) < ((int32_t)L_303))) { goto IL_0533; } } IL_054f: { SingleU5BU5D_t1444911251* L_304 = __this->get_segments_16(); V_39 = L_304; V_40 = (0.0f); V_41 = 0; V_42 = 0; V_43 = 0; V_44 = 0; goto IL_08ac; } IL_056f: { SingleU5BU5D_t1444911251* L_305 = V_2; int32_t L_306 = V_41; NullCheck(L_305); int32_t L_307 = L_306; float L_308 = (L_305)->GetAt(static_cast(L_307)); V_45 = L_308; float L_309 = V_1; float L_310 = V_45; V_1 = ((float)il2cpp_codegen_add((float)L_309, (float)L_310)); float L_311 = V_1; V_46 = L_311; bool L_312 = V_5; if (!L_312) { goto IL_05a6; } } { float L_313 = V_46; float L_314 = V_9; V_46 = (fmodf(L_313, L_314)); float L_315 = V_46; if ((!(((float)L_315) < ((float)(0.0f))))) { goto IL_059e; } } { float L_316 = V_46; float L_317 = V_9; V_46 = ((float)il2cpp_codegen_add((float)L_316, (float)L_317)); } IL_059e: { V_43 = 0; goto IL_05e5; } IL_05a6: { float L_318 = V_46; if ((!(((float)L_318) < ((float)(0.0f))))) { goto IL_05c4; } } { float L_319 = V_46; SingleU5BU5D_t1444911251* L_320 = V_4; SingleU5BU5D_t1444911251* L_321 = V_3; int32_t L_322 = V_42; PathConstraint_AddBeforePosition_m1174193683(NULL /*static, unused*/, L_319, L_320, 0, L_321, L_322, /*hidden argument*/NULL); goto IL_08a0; } IL_05c4: { float L_323 = V_46; float L_324 = V_9; if ((!(((float)L_323) > ((float)L_324)))) { goto IL_05e5; } } { float L_325 = V_46; float L_326 = V_9; SingleU5BU5D_t1444911251* L_327 = V_4; int32_t L_328 = V_6; SingleU5BU5D_t1444911251* L_329 = V_3; int32_t L_330 = V_42; PathConstraint_AddAfterPosition_m805443755(NULL /*static, unused*/, ((float)il2cpp_codegen_subtract((float)L_325, (float)L_326)), L_327, ((int32_t)il2cpp_codegen_subtract((int32_t)L_328, (int32_t)4)), L_329, L_330, /*hidden argument*/NULL); goto IL_08a0; } IL_05e5: { goto IL_0633; } IL_05ea: { SingleU5BU5D_t1444911251* L_331 = V_19; int32_t L_332 = V_43; NullCheck(L_331); int32_t L_333 = L_332; float L_334 = (L_331)->GetAt(static_cast(L_333)); V_47 = L_334; float L_335 = V_46; float L_336 = V_47; if ((!(((float)L_335) > ((float)L_336)))) { goto IL_05ff; } } { goto IL_062d; } IL_05ff: { int32_t L_337 = V_43; if (L_337) { goto IL_0612; } } { float L_338 = V_46; float L_339 = V_47; V_46 = ((float)((float)L_338/(float)L_339)); goto IL_0628; } IL_0612: { SingleU5BU5D_t1444911251* L_340 = V_19; int32_t L_341 = V_43; NullCheck(L_340); int32_t L_342 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_341, (int32_t)1)); float L_343 = (L_340)->GetAt(static_cast(L_342)); V_48 = L_343; float L_344 = V_46; float L_345 = V_48; float L_346 = V_47; float L_347 = V_48; V_46 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_344, (float)L_345))/(float)((float)il2cpp_codegen_subtract((float)L_346, (float)L_347)))); } IL_0628: { goto IL_0638; } IL_062d: { int32_t L_348 = V_43; V_43 = ((int32_t)il2cpp_codegen_add((int32_t)L_348, (int32_t)1)); } IL_0633: { goto IL_05ea; } IL_0638: { int32_t L_349 = V_43; int32_t L_350 = V_8; if ((((int32_t)L_349) == ((int32_t)L_350))) { goto IL_0805; } } { int32_t L_351 = V_43; V_8 = L_351; int32_t L_352 = V_43; V_49 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_352, (int32_t)6)); SingleU5BU5D_t1444911251* L_353 = V_4; int32_t L_354 = V_49; NullCheck(L_353); int32_t L_355 = L_354; float L_356 = (L_353)->GetAt(static_cast(L_355)); V_20 = L_356; SingleU5BU5D_t1444911251* L_357 = V_4; int32_t L_358 = V_49; NullCheck(L_357); int32_t L_359 = ((int32_t)il2cpp_codegen_add((int32_t)L_358, (int32_t)1)); float L_360 = (L_357)->GetAt(static_cast(L_359)); V_21 = L_360; SingleU5BU5D_t1444911251* L_361 = V_4; int32_t L_362 = V_49; NullCheck(L_361); int32_t L_363 = ((int32_t)il2cpp_codegen_add((int32_t)L_362, (int32_t)2)); float L_364 = (L_361)->GetAt(static_cast(L_363)); V_22 = L_364; SingleU5BU5D_t1444911251* L_365 = V_4; int32_t L_366 = V_49; NullCheck(L_365); int32_t L_367 = ((int32_t)il2cpp_codegen_add((int32_t)L_366, (int32_t)3)); float L_368 = (L_365)->GetAt(static_cast(L_367)); V_23 = L_368; SingleU5BU5D_t1444911251* L_369 = V_4; int32_t L_370 = V_49; NullCheck(L_369); int32_t L_371 = ((int32_t)il2cpp_codegen_add((int32_t)L_370, (int32_t)4)); float L_372 = (L_369)->GetAt(static_cast(L_371)); V_24 = L_372; SingleU5BU5D_t1444911251* L_373 = V_4; int32_t L_374 = V_49; NullCheck(L_373); int32_t L_375 = ((int32_t)il2cpp_codegen_add((int32_t)L_374, (int32_t)5)); float L_376 = (L_373)->GetAt(static_cast(L_375)); V_25 = L_376; SingleU5BU5D_t1444911251* L_377 = V_4; int32_t L_378 = V_49; NullCheck(L_377); int32_t L_379 = ((int32_t)il2cpp_codegen_add((int32_t)L_378, (int32_t)6)); float L_380 = (L_377)->GetAt(static_cast(L_379)); V_26 = L_380; SingleU5BU5D_t1444911251* L_381 = V_4; int32_t L_382 = V_49; NullCheck(L_381); int32_t L_383 = ((int32_t)il2cpp_codegen_add((int32_t)L_382, (int32_t)7)); float L_384 = (L_381)->GetAt(static_cast(L_383)); V_27 = L_384; float L_385 = V_20; float L_386 = V_22; float L_387 = V_24; V_28 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_385, (float)((float)il2cpp_codegen_multiply((float)L_386, (float)(2.0f))))), (float)L_387)), (float)(0.03f))); float L_388 = V_21; float L_389 = V_23; float L_390 = V_25; V_29 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_388, (float)((float)il2cpp_codegen_multiply((float)L_389, (float)(2.0f))))), (float)L_390)), (float)(0.03f))); float L_391 = V_22; float L_392 = V_24; float L_393 = V_20; float L_394 = V_26; V_30 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_391, (float)L_392)), (float)(3.0f))), (float)L_393)), (float)L_394)), (float)(0.006f))); float L_395 = V_23; float L_396 = V_25; float L_397 = V_21; float L_398 = V_27; V_31 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_395, (float)L_396)), (float)(3.0f))), (float)L_397)), (float)L_398)), (float)(0.006f))); float L_399 = V_28; float L_400 = V_30; V_32 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_399, (float)(2.0f))), (float)L_400)); float L_401 = V_29; float L_402 = V_31; V_33 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_401, (float)(2.0f))), (float)L_402)); float L_403 = V_22; float L_404 = V_20; float L_405 = V_28; float L_406 = V_30; V_34 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_403, (float)L_404)), (float)(0.3f))), (float)L_405)), (float)((float)il2cpp_codegen_multiply((float)L_406, (float)(0.166666672f))))); float L_407 = V_23; float L_408 = V_21; float L_409 = V_29; float L_410 = V_31; V_35 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_407, (float)L_408)), (float)(0.3f))), (float)L_409)), (float)((float)il2cpp_codegen_multiply((float)L_410, (float)(0.166666672f))))); float L_411 = V_34; float L_412 = V_34; float L_413 = V_35; float L_414 = V_35; double L_415 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_411, (float)L_412)), (float)((float)il2cpp_codegen_multiply((float)L_413, (float)L_414)))))))); V_40 = (((float)((float)L_415))); SingleU5BU5D_t1444911251* L_416 = V_39; float L_417 = V_40; NullCheck(L_416); (L_416)->SetAt(static_cast(0), (float)L_417); V_49 = 1; goto IL_079d; } IL_075d: { float L_418 = V_34; float L_419 = V_32; V_34 = ((float)il2cpp_codegen_add((float)L_418, (float)L_419)); float L_420 = V_35; float L_421 = V_33; V_35 = ((float)il2cpp_codegen_add((float)L_420, (float)L_421)); float L_422 = V_32; float L_423 = V_30; V_32 = ((float)il2cpp_codegen_add((float)L_422, (float)L_423)); float L_424 = V_33; float L_425 = V_31; V_33 = ((float)il2cpp_codegen_add((float)L_424, (float)L_425)); float L_426 = V_40; float L_427 = V_34; float L_428 = V_34; float L_429 = V_35; float L_430 = V_35; double L_431 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_427, (float)L_428)), (float)((float)il2cpp_codegen_multiply((float)L_429, (float)L_430)))))))); V_40 = ((float)il2cpp_codegen_add((float)L_426, (float)(((float)((float)L_431))))); SingleU5BU5D_t1444911251* L_432 = V_39; int32_t L_433 = V_49; float L_434 = V_40; NullCheck(L_432); (L_432)->SetAt(static_cast(L_433), (float)L_434); int32_t L_435 = V_49; V_49 = ((int32_t)il2cpp_codegen_add((int32_t)L_435, (int32_t)1)); } IL_079d: { int32_t L_436 = V_49; if ((((int32_t)L_436) < ((int32_t)8))) { goto IL_075d; } } { float L_437 = V_34; float L_438 = V_32; V_34 = ((float)il2cpp_codegen_add((float)L_437, (float)L_438)); float L_439 = V_35; float L_440 = V_33; V_35 = ((float)il2cpp_codegen_add((float)L_439, (float)L_440)); float L_441 = V_40; float L_442 = V_34; float L_443 = V_34; float L_444 = V_35; float L_445 = V_35; double L_446 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_442, (float)L_443)), (float)((float)il2cpp_codegen_multiply((float)L_444, (float)L_445)))))))); V_40 = ((float)il2cpp_codegen_add((float)L_441, (float)(((float)((float)L_446))))); SingleU5BU5D_t1444911251* L_447 = V_39; float L_448 = V_40; NullCheck(L_447); (L_447)->SetAt(static_cast(8), (float)L_448); float L_449 = V_34; float L_450 = V_32; float L_451 = V_30; V_34 = ((float)il2cpp_codegen_add((float)L_449, (float)((float)il2cpp_codegen_add((float)L_450, (float)L_451)))); float L_452 = V_35; float L_453 = V_33; float L_454 = V_31; V_35 = ((float)il2cpp_codegen_add((float)L_452, (float)((float)il2cpp_codegen_add((float)L_453, (float)L_454)))); float L_455 = V_40; float L_456 = V_34; float L_457 = V_34; float L_458 = V_35; float L_459 = V_35; double L_460 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_456, (float)L_457)), (float)((float)il2cpp_codegen_multiply((float)L_458, (float)L_459)))))))); V_40 = ((float)il2cpp_codegen_add((float)L_455, (float)(((float)((float)L_460))))); SingleU5BU5D_t1444911251* L_461 = V_39; float L_462 = V_40; NullCheck(L_461); (L_461)->SetAt(static_cast(((int32_t)9)), (float)L_462); V_44 = 0; } IL_0805: { float L_463 = V_46; float L_464 = V_40; V_46 = ((float)il2cpp_codegen_multiply((float)L_463, (float)L_464)); goto IL_085e; } IL_0811: { SingleU5BU5D_t1444911251* L_465 = V_39; int32_t L_466 = V_44; NullCheck(L_465); int32_t L_467 = L_466; float L_468 = (L_465)->GetAt(static_cast(L_467)); V_50 = L_468; float L_469 = V_46; float L_470 = V_50; if ((!(((float)L_469) > ((float)L_470)))) { goto IL_0826; } } { goto IL_0858; } IL_0826: { int32_t L_471 = V_44; if (L_471) { goto IL_0839; } } { float L_472 = V_46; float L_473 = V_50; V_46 = ((float)((float)L_472/(float)L_473)); goto IL_0853; } IL_0839: { SingleU5BU5D_t1444911251* L_474 = V_39; int32_t L_475 = V_44; NullCheck(L_474); int32_t L_476 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_475, (int32_t)1)); float L_477 = (L_474)->GetAt(static_cast(L_476)); V_51 = L_477; int32_t L_478 = V_44; float L_479 = V_46; float L_480 = V_51; float L_481 = V_50; float L_482 = V_51; V_46 = ((float)il2cpp_codegen_add((float)(((float)((float)L_478))), (float)((float)((float)((float)il2cpp_codegen_subtract((float)L_479, (float)L_480))/(float)((float)il2cpp_codegen_subtract((float)L_481, (float)L_482)))))); } IL_0853: { goto IL_0863; } IL_0858: { int32_t L_483 = V_44; V_44 = ((int32_t)il2cpp_codegen_add((int32_t)L_483, (int32_t)1)); } IL_085e: { goto IL_0811; } IL_0863: { float L_484 = V_46; float L_485 = V_20; float L_486 = V_21; float L_487 = V_22; float L_488 = V_23; float L_489 = V_24; float L_490 = V_25; float L_491 = V_26; float L_492 = V_27; SingleU5BU5D_t1444911251* L_493 = V_3; int32_t L_494 = V_42; bool L_495 = ___tangents2; G_B93_0 = L_494; G_B93_1 = L_493; G_B93_2 = L_492; G_B93_3 = L_491; G_B93_4 = L_490; G_B93_5 = L_489; G_B93_6 = L_488; G_B93_7 = L_487; G_B93_8 = L_486; G_B93_9 = L_485; G_B93_10 = ((float)il2cpp_codegen_multiply((float)L_484, (float)(0.1f))); if (L_495) { G_B97_0 = L_494; G_B97_1 = L_493; G_B97_2 = L_492; G_B97_3 = L_491; G_B97_4 = L_490; G_B97_5 = L_489; G_B97_6 = L_488; G_B97_7 = L_487; G_B97_8 = L_486; G_B97_9 = L_485; G_B97_10 = ((float)il2cpp_codegen_multiply((float)L_484, (float)(0.1f))); goto IL_089a; } } { int32_t L_496 = V_41; G_B94_0 = G_B93_0; G_B94_1 = G_B93_1; G_B94_2 = G_B93_2; G_B94_3 = G_B93_3; G_B94_4 = G_B93_4; G_B94_5 = G_B93_5; G_B94_6 = G_B93_6; G_B94_7 = G_B93_7; G_B94_8 = G_B93_8; G_B94_9 = G_B93_9; G_B94_10 = G_B93_10; if ((((int32_t)L_496) <= ((int32_t)0))) { G_B95_0 = G_B93_0; G_B95_1 = G_B93_1; G_B95_2 = G_B93_2; G_B95_3 = G_B93_3; G_B95_4 = G_B93_4; G_B95_5 = G_B93_5; G_B95_6 = G_B93_6; G_B95_7 = G_B93_7; G_B95_8 = G_B93_8; G_B95_9 = G_B93_9; G_B95_10 = G_B93_10; goto IL_0897; } } { float L_497 = V_45; G_B96_0 = ((((float)L_497) < ((float)(1.0E-05f)))? 1 : 0); G_B96_1 = G_B94_0; G_B96_2 = G_B94_1; G_B96_3 = G_B94_2; G_B96_4 = G_B94_3; G_B96_5 = G_B94_4; G_B96_6 = G_B94_5; G_B96_7 = G_B94_6; G_B96_8 = G_B94_7; G_B96_9 = G_B94_8; G_B96_10 = G_B94_9; G_B96_11 = G_B94_10; goto IL_0898; } IL_0897: { G_B96_0 = 0; G_B96_1 = G_B95_0; G_B96_2 = G_B95_1; G_B96_3 = G_B95_2; G_B96_4 = G_B95_3; G_B96_5 = G_B95_4; G_B96_6 = G_B95_5; G_B96_7 = G_B95_6; G_B96_8 = G_B95_7; G_B96_9 = G_B95_8; G_B96_10 = G_B95_9; G_B96_11 = G_B95_10; } IL_0898: { G_B98_0 = G_B96_0; G_B98_1 = G_B96_1; G_B98_2 = G_B96_2; G_B98_3 = G_B96_3; G_B98_4 = G_B96_4; G_B98_5 = G_B96_5; G_B98_6 = G_B96_6; G_B98_7 = G_B96_7; G_B98_8 = G_B96_8; G_B98_9 = G_B96_9; G_B98_10 = G_B96_10; G_B98_11 = G_B96_11; goto IL_089b; } IL_089a: { G_B98_0 = 1; G_B98_1 = G_B97_0; G_B98_2 = G_B97_1; G_B98_3 = G_B97_2; G_B98_4 = G_B97_3; G_B98_5 = G_B97_4; G_B98_6 = G_B97_5; G_B98_7 = G_B97_6; G_B98_8 = G_B97_7; G_B98_9 = G_B97_8; G_B98_10 = G_B97_9; G_B98_11 = G_B97_10; } IL_089b: { PathConstraint_AddCurvePosition_m1869873959(NULL /*static, unused*/, G_B98_11, G_B98_10, G_B98_9, G_B98_8, G_B98_7, G_B98_6, G_B98_5, G_B98_4, G_B98_3, G_B98_2, G_B98_1, (bool)G_B98_0, /*hidden argument*/NULL); } IL_08a0: { int32_t L_498 = V_41; V_41 = ((int32_t)il2cpp_codegen_add((int32_t)L_498, (int32_t)1)); int32_t L_499 = V_42; V_42 = ((int32_t)il2cpp_codegen_add((int32_t)L_499, (int32_t)3)); } IL_08ac: { int32_t L_500 = V_41; int32_t L_501 = ___spacesCount1; if ((((int32_t)L_500) < ((int32_t)L_501))) { goto IL_056f; } } { SingleU5BU5D_t1444911251* L_502 = V_3; return L_502; } } // System.Void Spine.PathConstraint::AddBeforePosition(System.Single,System.Single[],System.Int32,System.Single[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void PathConstraint_AddBeforePosition_m1174193683 (RuntimeObject * __this /* static, unused */, float ___p0, SingleU5BU5D_t1444911251* ___temp1, int32_t ___i2, SingleU5BU5D_t1444911251* ___output3, int32_t ___o4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PathConstraint_AddBeforePosition_m1174193683_MetadataUsageId); s_Il2CppMethodInitialized = true; } 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; { SingleU5BU5D_t1444911251* L_0 = ___temp1; int32_t L_1 = ___i2; NullCheck(L_0); int32_t L_2 = L_1; float L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; SingleU5BU5D_t1444911251* L_4 = ___temp1; int32_t L_5 = ___i2; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); float L_7 = (L_4)->GetAt(static_cast(L_6)); V_1 = L_7; SingleU5BU5D_t1444911251* L_8 = ___temp1; int32_t L_9 = ___i2; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2)); float L_11 = (L_8)->GetAt(static_cast(L_10)); float L_12 = V_0; V_2 = ((float)il2cpp_codegen_subtract((float)L_11, (float)L_12)); SingleU5BU5D_t1444911251* L_13 = ___temp1; int32_t L_14 = ___i2; NullCheck(L_13); int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)); float L_16 = (L_13)->GetAt(static_cast(L_15)); float L_17 = V_1; V_3 = ((float)il2cpp_codegen_subtract((float)L_16, (float)L_17)); float L_18 = V_3; float L_19 = V_2; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_20 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, L_18, L_19, /*hidden argument*/NULL); V_4 = L_20; SingleU5BU5D_t1444911251* L_21 = ___output3; int32_t L_22 = ___o4; float L_23 = V_0; float L_24 = ___p0; float L_25 = V_4; float L_26 = MathUtils_Cos_m1345388411(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); NullCheck(L_21); (L_21)->SetAt(static_cast(L_22), (float)((float)il2cpp_codegen_add((float)L_23, (float)((float)il2cpp_codegen_multiply((float)L_24, (float)L_26))))); SingleU5BU5D_t1444911251* L_27 = ___output3; int32_t L_28 = ___o4; float L_29 = V_1; float L_30 = ___p0; float L_31 = V_4; float L_32 = MathUtils_Sin_m1592658079(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); NullCheck(L_27); (L_27)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1))), (float)((float)il2cpp_codegen_add((float)L_29, (float)((float)il2cpp_codegen_multiply((float)L_30, (float)L_32))))); SingleU5BU5D_t1444911251* L_33 = ___output3; int32_t L_34 = ___o4; float L_35 = V_4; NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)2))), (float)L_35); return; } } // System.Void Spine.PathConstraint::AddAfterPosition(System.Single,System.Single[],System.Int32,System.Single[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void PathConstraint_AddAfterPosition_m805443755 (RuntimeObject * __this /* static, unused */, float ___p0, SingleU5BU5D_t1444911251* ___temp1, int32_t ___i2, SingleU5BU5D_t1444911251* ___output3, int32_t ___o4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PathConstraint_AddAfterPosition_m805443755_MetadataUsageId); s_Il2CppMethodInitialized = true; } 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; { SingleU5BU5D_t1444911251* L_0 = ___temp1; int32_t L_1 = ___i2; NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)2)); float L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; SingleU5BU5D_t1444911251* L_4 = ___temp1; int32_t L_5 = ___i2; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)3)); float L_7 = (L_4)->GetAt(static_cast(L_6)); V_1 = L_7; float L_8 = V_0; SingleU5BU5D_t1444911251* L_9 = ___temp1; int32_t L_10 = ___i2; NullCheck(L_9); int32_t L_11 = L_10; float L_12 = (L_9)->GetAt(static_cast(L_11)); V_2 = ((float)il2cpp_codegen_subtract((float)L_8, (float)L_12)); float L_13 = V_1; SingleU5BU5D_t1444911251* L_14 = ___temp1; int32_t L_15 = ___i2; NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); float L_17 = (L_14)->GetAt(static_cast(L_16)); V_3 = ((float)il2cpp_codegen_subtract((float)L_13, (float)L_17)); float L_18 = V_3; float L_19 = V_2; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_20 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, L_18, L_19, /*hidden argument*/NULL); V_4 = L_20; SingleU5BU5D_t1444911251* L_21 = ___output3; int32_t L_22 = ___o4; float L_23 = V_0; float L_24 = ___p0; float L_25 = V_4; float L_26 = MathUtils_Cos_m1345388411(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); NullCheck(L_21); (L_21)->SetAt(static_cast(L_22), (float)((float)il2cpp_codegen_add((float)L_23, (float)((float)il2cpp_codegen_multiply((float)L_24, (float)L_26))))); SingleU5BU5D_t1444911251* L_27 = ___output3; int32_t L_28 = ___o4; float L_29 = V_1; float L_30 = ___p0; float L_31 = V_4; float L_32 = MathUtils_Sin_m1592658079(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); NullCheck(L_27); (L_27)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1))), (float)((float)il2cpp_codegen_add((float)L_29, (float)((float)il2cpp_codegen_multiply((float)L_30, (float)L_32))))); SingleU5BU5D_t1444911251* L_33 = ___output3; int32_t L_34 = ___o4; float L_35 = V_4; NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)2))), (float)L_35); return; } } // System.Void Spine.PathConstraint::AddCurvePosition(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single[],System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void PathConstraint_AddCurvePosition_m1869873959 (RuntimeObject * __this /* static, unused */, float ___p0, float ___x11, float ___y12, float ___cx13, float ___cy14, float ___cx25, float ___cy26, float ___x27, float ___y28, SingleU5BU5D_t1444911251* ___output9, int32_t ___o10, bool ___tangents11, 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; float V_5 = 0.0f; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; float V_10 = 0.0f; { float L_0 = ___p0; if ((((float)L_0) < ((float)(1.0E-05f)))) { goto IL_0016; } } { float L_1 = ___p0; bool L_2 = Single_IsNaN_m4024467661(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_003b; } } IL_0016: { SingleU5BU5D_t1444911251* L_3 = ___output9; int32_t L_4 = ___o10; float L_5 = ___x11; NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (float)L_5); SingleU5BU5D_t1444911251* L_6 = ___output9; int32_t L_7 = ___o10; float L_8 = ___y12; NullCheck(L_6); (L_6)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))), (float)L_8); SingleU5BU5D_t1444911251* L_9 = ___output9; int32_t L_10 = ___o10; float L_11 = ___cy14; float L_12 = ___y12; float L_13 = ___cx13; float L_14 = ___x11; double L_15 = atan2((((double)((double)((float)il2cpp_codegen_subtract((float)L_11, (float)L_12))))), (((double)((double)((float)il2cpp_codegen_subtract((float)L_13, (float)L_14)))))); NullCheck(L_9); (L_9)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2))), (float)(((float)((float)L_15)))); return; } IL_003b: { float L_16 = ___p0; float L_17 = ___p0; V_0 = ((float)il2cpp_codegen_multiply((float)L_16, (float)L_17)); float L_18 = V_0; float L_19 = ___p0; V_1 = ((float)il2cpp_codegen_multiply((float)L_18, (float)L_19)); float L_20 = ___p0; V_2 = ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_20)); float L_21 = V_2; float L_22 = V_2; V_3 = ((float)il2cpp_codegen_multiply((float)L_21, (float)L_22)); float L_23 = V_3; float L_24 = V_2; V_4 = ((float)il2cpp_codegen_multiply((float)L_23, (float)L_24)); float L_25 = V_2; float L_26 = ___p0; V_5 = ((float)il2cpp_codegen_multiply((float)L_25, (float)L_26)); float L_27 = V_5; V_6 = ((float)il2cpp_codegen_multiply((float)L_27, (float)(3.0f))); float L_28 = V_2; float L_29 = V_6; V_7 = ((float)il2cpp_codegen_multiply((float)L_28, (float)L_29)); float L_30 = V_6; float L_31 = ___p0; V_8 = ((float)il2cpp_codegen_multiply((float)L_30, (float)L_31)); float L_32 = ___x11; float L_33 = V_4; float L_34 = ___cx13; float L_35 = V_7; float L_36 = ___cx25; float L_37 = V_8; float L_38 = ___x27; float L_39 = V_1; V_9 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_32, (float)L_33)), (float)((float)il2cpp_codegen_multiply((float)L_34, (float)L_35)))), (float)((float)il2cpp_codegen_multiply((float)L_36, (float)L_37)))), (float)((float)il2cpp_codegen_multiply((float)L_38, (float)L_39)))); float L_40 = ___y12; float L_41 = V_4; float L_42 = ___cy14; float L_43 = V_7; float L_44 = ___cy26; float L_45 = V_8; float L_46 = ___y28; float L_47 = V_1; V_10 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_40, (float)L_41)), (float)((float)il2cpp_codegen_multiply((float)L_42, (float)L_43)))), (float)((float)il2cpp_codegen_multiply((float)L_44, (float)L_45)))), (float)((float)il2cpp_codegen_multiply((float)L_46, (float)L_47)))); SingleU5BU5D_t1444911251* L_48 = ___output9; int32_t L_49 = ___o10; float L_50 = V_9; NullCheck(L_48); (L_48)->SetAt(static_cast(L_49), (float)L_50); SingleU5BU5D_t1444911251* L_51 = ___output9; int32_t L_52 = ___o10; float L_53 = V_10; NullCheck(L_51); (L_51)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1))), (float)L_53); bool L_54 = ___tangents11; if (!L_54) { goto IL_0115; } } { float L_55 = ___p0; if ((!(((float)L_55) < ((float)(0.001f))))) { goto IL_00d9; } } { SingleU5BU5D_t1444911251* L_56 = ___output9; int32_t L_57 = ___o10; float L_58 = ___cy14; float L_59 = ___y12; float L_60 = ___cx13; float L_61 = ___x11; double L_62 = atan2((((double)((double)((float)il2cpp_codegen_subtract((float)L_58, (float)L_59))))), (((double)((double)((float)il2cpp_codegen_subtract((float)L_60, (float)L_61)))))); NullCheck(L_56); (L_56)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)2))), (float)(((float)((float)L_62)))); goto IL_0115; } IL_00d9: { SingleU5BU5D_t1444911251* L_63 = ___output9; int32_t L_64 = ___o10; float L_65 = V_10; float L_66 = ___y12; float L_67 = V_3; float L_68 = ___cy14; float L_69 = V_5; float L_70 = ___cy26; float L_71 = V_0; float L_72 = V_9; float L_73 = ___x11; float L_74 = V_3; float L_75 = ___cx13; float L_76 = V_5; float L_77 = ___cx25; float L_78 = V_0; double L_79 = atan2((((double)((double)((float)il2cpp_codegen_subtract((float)L_65, (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_66, (float)L_67)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_68, (float)L_69)), (float)(2.0f))))), (float)((float)il2cpp_codegen_multiply((float)L_70, (float)L_71))))))))), (((double)((double)((float)il2cpp_codegen_subtract((float)L_72, (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_73, (float)L_74)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_75, (float)L_76)), (float)(2.0f))))), (float)((float)il2cpp_codegen_multiply((float)L_77, (float)L_78)))))))))); NullCheck(L_63); (L_63)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)2))), (float)(((float)((float)L_79)))); } IL_0115: { 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 Spine.PathConstraintData::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void PathConstraintData__ctor_m3396857240 (PathConstraintData_t981297034 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PathConstraintData__ctor_m3396857240_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ExposedList_1_t1542319060 * L_0 = (ExposedList_1_t1542319060 *)il2cpp_codegen_object_new(ExposedList_1_t1542319060_il2cpp_TypeInfo_var); ExposedList_1__ctor_m428831404(L_0, /*hidden argument*/ExposedList_1__ctor_m428831404_RuntimeMethod_var); __this->set_bones_2(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_1 = ___name0; if (L_1) { goto IL_0027; } } { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_2, _stringLiteral62725243, _stringLiteral1807104109, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,PathConstraintData__ctor_m3396857240_RuntimeMethod_var); } IL_0027: { String_t* L_3 = ___name0; __this->set_name_0(L_3); return; } } // System.String Spine.PathConstraintData::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* PathConstraintData_get_Name_m2252551474 (PathConstraintData_t981297034 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } // System.Int32 Spine.PathConstraintData::get_Order() extern "C" IL2CPP_METHOD_ATTR int32_t PathConstraintData_get_Order_m522833803 (PathConstraintData_t981297034 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_order_1(); return L_0; } } // System.Void Spine.PathConstraintData::set_Order(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PathConstraintData_set_Order_m1968305470 (PathConstraintData_t981297034 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_order_1(L_0); return; } } // Spine.ExposedList`1 Spine.PathConstraintData::get_Bones() extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t1542319060 * PathConstraintData_get_Bones_m2492948516 (PathConstraintData_t981297034 * __this, const RuntimeMethod* method) { { ExposedList_1_t1542319060 * L_0 = __this->get_bones_2(); return L_0; } } // Spine.SlotData Spine.PathConstraintData::get_Target() extern "C" IL2CPP_METHOD_ATTR SlotData_t154801902 * PathConstraintData_get_Target_m4280904215 (PathConstraintData_t981297034 * __this, const RuntimeMethod* method) { { SlotData_t154801902 * L_0 = __this->get_target_3(); return L_0; } } // System.Void Spine.PathConstraintData::set_Target(Spine.SlotData) extern "C" IL2CPP_METHOD_ATTR void PathConstraintData_set_Target_m3842797659 (PathConstraintData_t981297034 * __this, SlotData_t154801902 * ___value0, const RuntimeMethod* method) { { SlotData_t154801902 * L_0 = ___value0; __this->set_target_3(L_0); return; } } // Spine.PositionMode Spine.PathConstraintData::get_PositionMode() extern "C" IL2CPP_METHOD_ATTR int32_t PathConstraintData_get_PositionMode_m2188936657 (PathConstraintData_t981297034 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_positionMode_4(); return L_0; } } // System.Void Spine.PathConstraintData::set_PositionMode(Spine.PositionMode) extern "C" IL2CPP_METHOD_ATTR void PathConstraintData_set_PositionMode_m3840417195 (PathConstraintData_t981297034 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_positionMode_4(L_0); return; } } // Spine.SpacingMode Spine.PathConstraintData::get_SpacingMode() extern "C" IL2CPP_METHOD_ATTR int32_t PathConstraintData_get_SpacingMode_m1238688771 (PathConstraintData_t981297034 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_spacingMode_5(); return L_0; } } // System.Void Spine.PathConstraintData::set_SpacingMode(Spine.SpacingMode) extern "C" IL2CPP_METHOD_ATTR void PathConstraintData_set_SpacingMode_m1704142907 (PathConstraintData_t981297034 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_spacingMode_5(L_0); return; } } // Spine.RotateMode Spine.PathConstraintData::get_RotateMode() extern "C" IL2CPP_METHOD_ATTR int32_t PathConstraintData_get_RotateMode_m2853436729 (PathConstraintData_t981297034 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_rotateMode_6(); return L_0; } } // System.Void Spine.PathConstraintData::set_RotateMode(Spine.RotateMode) extern "C" IL2CPP_METHOD_ATTR void PathConstraintData_set_RotateMode_m3449645278 (PathConstraintData_t981297034 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_rotateMode_6(L_0); return; } } // System.Single Spine.PathConstraintData::get_OffsetRotation() extern "C" IL2CPP_METHOD_ATTR float PathConstraintData_get_OffsetRotation_m2810244061 (PathConstraintData_t981297034 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_offsetRotation_7(); return L_0; } } // System.Void Spine.PathConstraintData::set_OffsetRotation(System.Single) extern "C" IL2CPP_METHOD_ATTR void PathConstraintData_set_OffsetRotation_m395202529 (PathConstraintData_t981297034 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_offsetRotation_7(L_0); return; } } // System.Single Spine.PathConstraintData::get_Position() extern "C" IL2CPP_METHOD_ATTR float PathConstraintData_get_Position_m515393081 (PathConstraintData_t981297034 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_position_8(); return L_0; } } // System.Void Spine.PathConstraintData::set_Position(System.Single) extern "C" IL2CPP_METHOD_ATTR void PathConstraintData_set_Position_m3521567926 (PathConstraintData_t981297034 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_position_8(L_0); return; } } // System.Single Spine.PathConstraintData::get_Spacing() extern "C" IL2CPP_METHOD_ATTR float PathConstraintData_get_Spacing_m1442717816 (PathConstraintData_t981297034 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_spacing_9(); return L_0; } } // System.Void Spine.PathConstraintData::set_Spacing(System.Single) extern "C" IL2CPP_METHOD_ATTR void PathConstraintData_set_Spacing_m808996713 (PathConstraintData_t981297034 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_spacing_9(L_0); return; } } // System.Single Spine.PathConstraintData::get_RotateMix() extern "C" IL2CPP_METHOD_ATTR float PathConstraintData_get_RotateMix_m1398433917 (PathConstraintData_t981297034 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_rotateMix_10(); return L_0; } } // System.Void Spine.PathConstraintData::set_RotateMix(System.Single) extern "C" IL2CPP_METHOD_ATTR void PathConstraintData_set_RotateMix_m1790895992 (PathConstraintData_t981297034 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_rotateMix_10(L_0); return; } } // System.Single Spine.PathConstraintData::get_TranslateMix() extern "C" IL2CPP_METHOD_ATTR float PathConstraintData_get_TranslateMix_m1531868660 (PathConstraintData_t981297034 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_translateMix_11(); return L_0; } } // System.Void Spine.PathConstraintData::set_TranslateMix(System.Single) extern "C" IL2CPP_METHOD_ATTR void PathConstraintData_set_TranslateMix_m3543939613 (PathConstraintData_t981297034 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_translateMix_11(L_0); return; } } // System.String Spine.PathConstraintData::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* PathConstraintData_ToString_m2798582851 (PathConstraintData_t981297034 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); 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 Spine.PathConstraintMixTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PathConstraintMixTimeline__ctor_m1198689827 (PathConstraintMixTimeline_t534890125 * __this, int32_t ___frameCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PathConstraintMixTimeline__ctor_m1198689827_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___frameCount0; CurveTimeline__ctor_m1745141662(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___frameCount0; __this->set_frames_12(((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)3))))); return; } } // System.Int32 Spine.PathConstraintMixTimeline::get_PathConstraintIndex() extern "C" IL2CPP_METHOD_ATTR int32_t PathConstraintMixTimeline_get_PathConstraintIndex_m3378884399 (PathConstraintMixTimeline_t534890125 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_pathConstraintIndex_11(); return L_0; } } // System.Void Spine.PathConstraintMixTimeline::set_PathConstraintIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PathConstraintMixTimeline_set_PathConstraintIndex_m2710241459 (PathConstraintMixTimeline_t534890125 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_pathConstraintIndex_11(L_0); return; } } // System.Single[] Spine.PathConstraintMixTimeline::get_Frames() extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* PathConstraintMixTimeline_get_Frames_m1087837735 (PathConstraintMixTimeline_t534890125 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_frames_12(); return L_0; } } // System.Void Spine.PathConstraintMixTimeline::set_Frames(System.Single[]) extern "C" IL2CPP_METHOD_ATTR void PathConstraintMixTimeline_set_Frames_m4005678608 (PathConstraintMixTimeline_t534890125 * __this, SingleU5BU5D_t1444911251* ___value0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = ___value0; __this->set_frames_12(L_0); return; } } // System.Int32 Spine.PathConstraintMixTimeline::get_PropertyId() extern "C" IL2CPP_METHOD_ATTR int32_t PathConstraintMixTimeline_get_PropertyId_m2772924773 (PathConstraintMixTimeline_t534890125 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_pathConstraintIndex_11(); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)218103808), (int32_t)L_0)); } } // System.Void Spine.PathConstraintMixTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void PathConstraintMixTimeline_SetFrame_m3866680330 (PathConstraintMixTimeline_t534890125 * __this, int32_t ___frameIndex0, float ___time1, float ___rotateMix2, float ___translateMix3, const RuntimeMethod* method) { { int32_t L_0 = ___frameIndex0; ___frameIndex0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)3)); SingleU5BU5D_t1444911251* L_1 = __this->get_frames_12(); int32_t L_2 = ___frameIndex0; float L_3 = ___time1; NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (float)L_3); SingleU5BU5D_t1444911251* L_4 = __this->get_frames_12(); int32_t L_5 = ___frameIndex0; float L_6 = ___rotateMix2; NullCheck(L_4); (L_4)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))), (float)L_6); SingleU5BU5D_t1444911251* L_7 = __this->get_frames_12(); int32_t L_8 = ___frameIndex0; float L_9 = ___translateMix3; NullCheck(L_7); (L_7)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)2))), (float)L_9); return; } } // System.Void Spine.PathConstraintMixTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection) extern "C" IL2CPP_METHOD_ATTR void PathConstraintMixTimeline_Apply_m3883284946 (PathConstraintMixTimeline_t534890125 * __this, Skeleton_t3686076450 * ___skeleton0, float ___lastTime1, float ___time2, ExposedList_1_t4085685707 * ___firedEvents3, float ___alpha4, int32_t ___blend5, int32_t ___direction6, const RuntimeMethod* method) { PathConstraint_t980854910 * V_0 = NULL; SingleU5BU5D_t1444911251* V_1 = NULL; float V_2 = 0.0f; float V_3 = 0.0f; int32_t V_4 = 0; float V_5 = 0.0f; float V_6 = 0.0f; { Skeleton_t3686076450 * L_0 = ___skeleton0; NullCheck(L_0); ExposedList_1_t3687966776 * L_1 = L_0->get_pathConstraints_6(); NullCheck(L_1); PathConstraintU5BU5D_t1831722955* L_2 = L_1->get_Items_0(); int32_t L_3 = __this->get_pathConstraintIndex_11(); NullCheck(L_2); int32_t L_4 = L_3; PathConstraint_t980854910 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = L_5; SingleU5BU5D_t1444911251* L_6 = __this->get_frames_12(); V_1 = L_6; float L_7 = ___time2; SingleU5BU5D_t1444911251* L_8 = V_1; NullCheck(L_8); int32_t L_9 = 0; float L_10 = (L_8)->GetAt(static_cast(L_9)); if ((!(((float)L_7) < ((float)L_10)))) { goto IL_00a0; } } { int32_t L_11 = ___blend5; if (!L_11) { goto IL_0037; } } { int32_t L_12 = ___blend5; if ((((int32_t)L_12) == ((int32_t)1))) { goto IL_005a; } } { goto IL_009f; } IL_0037: { PathConstraint_t980854910 * L_13 = V_0; PathConstraint_t980854910 * L_14 = V_0; NullCheck(L_14); PathConstraintData_t981297034 * L_15 = L_14->get_data_4(); NullCheck(L_15); float L_16 = L_15->get_rotateMix_10(); NullCheck(L_13); L_13->set_rotateMix_9(L_16); PathConstraint_t980854910 * L_17 = V_0; PathConstraint_t980854910 * L_18 = V_0; NullCheck(L_18); PathConstraintData_t981297034 * L_19 = L_18->get_data_4(); NullCheck(L_19); float L_20 = L_19->get_translateMix_11(); NullCheck(L_17); L_17->set_translateMix_10(L_20); return; } IL_005a: { PathConstraint_t980854910 * L_21 = V_0; PathConstraint_t980854910 * L_22 = L_21; NullCheck(L_22); float L_23 = L_22->get_rotateMix_9(); PathConstraint_t980854910 * L_24 = V_0; NullCheck(L_24); PathConstraintData_t981297034 * L_25 = L_24->get_data_4(); NullCheck(L_25); float L_26 = L_25->get_rotateMix_10(); PathConstraint_t980854910 * L_27 = V_0; NullCheck(L_27); float L_28 = L_27->get_rotateMix_9(); float L_29 = ___alpha4; NullCheck(L_22); L_22->set_rotateMix_9(((float)il2cpp_codegen_add((float)L_23, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_26, (float)L_28)), (float)L_29))))); PathConstraint_t980854910 * L_30 = V_0; PathConstraint_t980854910 * L_31 = L_30; NullCheck(L_31); float L_32 = L_31->get_translateMix_10(); PathConstraint_t980854910 * L_33 = V_0; NullCheck(L_33); PathConstraintData_t981297034 * L_34 = L_33->get_data_4(); NullCheck(L_34); float L_35 = L_34->get_translateMix_11(); PathConstraint_t980854910 * L_36 = V_0; NullCheck(L_36); float L_37 = L_36->get_translateMix_10(); float L_38 = ___alpha4; NullCheck(L_31); L_31->set_translateMix_10(((float)il2cpp_codegen_add((float)L_32, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_35, (float)L_37)), (float)L_38))))); return; } IL_009f: { return; } IL_00a0: { float L_39 = ___time2; SingleU5BU5D_t1444911251* L_40 = V_1; SingleU5BU5D_t1444911251* L_41 = V_1; NullCheck(L_41); NullCheck(L_40); int32_t L_42 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_41)->max_length)))), (int32_t)3)); float L_43 = (L_40)->GetAt(static_cast(L_42)); if ((!(((float)L_39) >= ((float)L_43)))) { goto IL_00c3; } } { SingleU5BU5D_t1444911251* L_44 = V_1; SingleU5BU5D_t1444911251* L_45 = V_1; NullCheck(L_45); NullCheck(L_44); int32_t L_46 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_45)->max_length)))), (int32_t)((int32_t)-2))); float L_47 = (L_44)->GetAt(static_cast(L_46)); V_2 = L_47; SingleU5BU5D_t1444911251* L_48 = V_1; SingleU5BU5D_t1444911251* L_49 = V_1; NullCheck(L_49); NullCheck(L_48); int32_t L_50 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_49)->max_length)))), (int32_t)(-1))); float L_51 = (L_48)->GetAt(static_cast(L_50)); V_3 = L_51; goto IL_0121; } IL_00c3: { SingleU5BU5D_t1444911251* L_52 = V_1; float L_53 = ___time2; int32_t L_54 = Animation_BinarySearch_m3606306837(NULL /*static, unused*/, L_52, L_53, 3, /*hidden argument*/NULL); V_4 = L_54; SingleU5BU5D_t1444911251* L_55 = V_1; int32_t L_56 = V_4; NullCheck(L_55); int32_t L_57 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)((int32_t)-2))); float L_58 = (L_55)->GetAt(static_cast(L_57)); V_2 = L_58; SingleU5BU5D_t1444911251* L_59 = V_1; int32_t L_60 = V_4; NullCheck(L_59); int32_t L_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)(-1))); float L_62 = (L_59)->GetAt(static_cast(L_61)); V_3 = L_62; SingleU5BU5D_t1444911251* L_63 = V_1; int32_t L_64 = V_4; NullCheck(L_63); int32_t L_65 = L_64; float L_66 = (L_63)->GetAt(static_cast(L_65)); V_5 = L_66; int32_t L_67 = V_4; float L_68 = ___time2; float L_69 = V_5; SingleU5BU5D_t1444911251* L_70 = V_1; int32_t L_71 = V_4; NullCheck(L_70); int32_t L_72 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)((int32_t)-3))); float L_73 = (L_70)->GetAt(static_cast(L_72)); float L_74 = V_5; float L_75 = CurveTimeline_GetCurvePercent_m2554062217(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_67/(int32_t)3)), (int32_t)1)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)((float)il2cpp_codegen_subtract((float)L_68, (float)L_69))/(float)((float)il2cpp_codegen_subtract((float)L_73, (float)L_74)))))), /*hidden argument*/NULL); V_6 = L_75; float L_76 = V_2; SingleU5BU5D_t1444911251* L_77 = V_1; int32_t L_78 = V_4; NullCheck(L_77); int32_t L_79 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)); float L_80 = (L_77)->GetAt(static_cast(L_79)); float L_81 = V_2; float L_82 = V_6; V_2 = ((float)il2cpp_codegen_add((float)L_76, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_80, (float)L_81)), (float)L_82)))); float L_83 = V_3; SingleU5BU5D_t1444911251* L_84 = V_1; int32_t L_85 = V_4; NullCheck(L_84); int32_t L_86 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)2)); float L_87 = (L_84)->GetAt(static_cast(L_86)); float L_88 = V_3; float L_89 = V_6; V_3 = ((float)il2cpp_codegen_add((float)L_83, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_87, (float)L_88)), (float)L_89)))); } IL_0121: { int32_t L_90 = ___blend5; if (L_90) { goto IL_0171; } } { PathConstraint_t980854910 * L_91 = V_0; PathConstraint_t980854910 * L_92 = V_0; NullCheck(L_92); PathConstraintData_t981297034 * L_93 = L_92->get_data_4(); NullCheck(L_93); float L_94 = L_93->get_rotateMix_10(); float L_95 = V_2; PathConstraint_t980854910 * L_96 = V_0; NullCheck(L_96); PathConstraintData_t981297034 * L_97 = L_96->get_data_4(); NullCheck(L_97); float L_98 = L_97->get_rotateMix_10(); float L_99 = ___alpha4; NullCheck(L_91); L_91->set_rotateMix_9(((float)il2cpp_codegen_add((float)L_94, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_95, (float)L_98)), (float)L_99))))); PathConstraint_t980854910 * L_100 = V_0; PathConstraint_t980854910 * L_101 = V_0; NullCheck(L_101); PathConstraintData_t981297034 * L_102 = L_101->get_data_4(); NullCheck(L_102); float L_103 = L_102->get_translateMix_11(); float L_104 = V_3; PathConstraint_t980854910 * L_105 = V_0; NullCheck(L_105); PathConstraintData_t981297034 * L_106 = L_105->get_data_4(); NullCheck(L_106); float L_107 = L_106->get_translateMix_11(); float L_108 = ___alpha4; NullCheck(L_100); L_100->set_translateMix_10(((float)il2cpp_codegen_add((float)L_103, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_104, (float)L_107)), (float)L_108))))); goto IL_01a1; } IL_0171: { PathConstraint_t980854910 * L_109 = V_0; PathConstraint_t980854910 * L_110 = L_109; NullCheck(L_110); float L_111 = L_110->get_rotateMix_9(); float L_112 = V_2; PathConstraint_t980854910 * L_113 = V_0; NullCheck(L_113); float L_114 = L_113->get_rotateMix_9(); float L_115 = ___alpha4; NullCheck(L_110); L_110->set_rotateMix_9(((float)il2cpp_codegen_add((float)L_111, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_112, (float)L_114)), (float)L_115))))); PathConstraint_t980854910 * L_116 = V_0; PathConstraint_t980854910 * L_117 = L_116; NullCheck(L_117); float L_118 = L_117->get_translateMix_10(); float L_119 = V_3; PathConstraint_t980854910 * L_120 = V_0; NullCheck(L_120); float L_121 = L_120->get_translateMix_10(); float L_122 = ___alpha4; NullCheck(L_117); L_117->set_translateMix_10(((float)il2cpp_codegen_add((float)L_118, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_119, (float)L_121)), (float)L_122))))); } IL_01a1: { 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 Spine.PathConstraintPositionTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PathConstraintPositionTimeline__ctor_m1628534052 (PathConstraintPositionTimeline_t1963796833 * __this, int32_t ___frameCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PathConstraintPositionTimeline__ctor_m1628534052_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___frameCount0; CurveTimeline__ctor_m1745141662(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___frameCount0; __this->set_frames_10(((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)2))))); return; } } // System.Int32 Spine.PathConstraintPositionTimeline::get_PropertyId() extern "C" IL2CPP_METHOD_ATTR int32_t PathConstraintPositionTimeline_get_PropertyId_m3866203922 (PathConstraintPositionTimeline_t1963796833 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_pathConstraintIndex_9(); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)184549376), (int32_t)L_0)); } } // System.Int32 Spine.PathConstraintPositionTimeline::get_PathConstraintIndex() extern "C" IL2CPP_METHOD_ATTR int32_t PathConstraintPositionTimeline_get_PathConstraintIndex_m2045720897 (PathConstraintPositionTimeline_t1963796833 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_pathConstraintIndex_9(); return L_0; } } // System.Void Spine.PathConstraintPositionTimeline::set_PathConstraintIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PathConstraintPositionTimeline_set_PathConstraintIndex_m299453706 (PathConstraintPositionTimeline_t1963796833 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_pathConstraintIndex_9(L_0); return; } } // System.Single[] Spine.PathConstraintPositionTimeline::get_Frames() extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* PathConstraintPositionTimeline_get_Frames_m2968302349 (PathConstraintPositionTimeline_t1963796833 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_frames_10(); return L_0; } } // System.Void Spine.PathConstraintPositionTimeline::set_Frames(System.Single[]) extern "C" IL2CPP_METHOD_ATTR void PathConstraintPositionTimeline_set_Frames_m4074381041 (PathConstraintPositionTimeline_t1963796833 * __this, SingleU5BU5D_t1444911251* ___value0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = ___value0; __this->set_frames_10(L_0); return; } } // System.Void Spine.PathConstraintPositionTimeline::SetFrame(System.Int32,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void PathConstraintPositionTimeline_SetFrame_m210799475 (PathConstraintPositionTimeline_t1963796833 * __this, int32_t ___frameIndex0, float ___time1, float ___value2, const RuntimeMethod* method) { { int32_t L_0 = ___frameIndex0; ___frameIndex0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)2)); SingleU5BU5D_t1444911251* L_1 = __this->get_frames_10(); int32_t L_2 = ___frameIndex0; float L_3 = ___time1; NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (float)L_3); SingleU5BU5D_t1444911251* L_4 = __this->get_frames_10(); int32_t L_5 = ___frameIndex0; float L_6 = ___value2; NullCheck(L_4); (L_4)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))), (float)L_6); return; } } // System.Void Spine.PathConstraintPositionTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection) extern "C" IL2CPP_METHOD_ATTR void PathConstraintPositionTimeline_Apply_m2240634908 (PathConstraintPositionTimeline_t1963796833 * __this, Skeleton_t3686076450 * ___skeleton0, float ___lastTime1, float ___time2, ExposedList_1_t4085685707 * ___firedEvents3, float ___alpha4, int32_t ___blend5, int32_t ___direction6, const RuntimeMethod* method) { PathConstraint_t980854910 * V_0 = NULL; SingleU5BU5D_t1444911251* V_1 = NULL; float V_2 = 0.0f; int32_t V_3 = 0; float V_4 = 0.0f; float V_5 = 0.0f; { Skeleton_t3686076450 * L_0 = ___skeleton0; NullCheck(L_0); ExposedList_1_t3687966776 * L_1 = L_0->get_pathConstraints_6(); NullCheck(L_1); PathConstraintU5BU5D_t1831722955* L_2 = L_1->get_Items_0(); int32_t L_3 = __this->get_pathConstraintIndex_9(); NullCheck(L_2); int32_t L_4 = L_3; PathConstraint_t980854910 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = L_5; SingleU5BU5D_t1444911251* L_6 = __this->get_frames_10(); V_1 = L_6; float L_7 = ___time2; SingleU5BU5D_t1444911251* L_8 = V_1; NullCheck(L_8); int32_t L_9 = 0; float L_10 = (L_8)->GetAt(static_cast(L_9)); if ((!(((float)L_7) < ((float)L_10)))) { goto IL_006d; } } { int32_t L_11 = ___blend5; if (!L_11) { goto IL_0037; } } { int32_t L_12 = ___blend5; if ((((int32_t)L_12) == ((int32_t)1))) { goto IL_0049; } } { goto IL_006c; } IL_0037: { PathConstraint_t980854910 * L_13 = V_0; PathConstraint_t980854910 * L_14 = V_0; NullCheck(L_14); PathConstraintData_t981297034 * L_15 = L_14->get_data_4(); NullCheck(L_15); float L_16 = L_15->get_position_8(); NullCheck(L_13); L_13->set_position_7(L_16); return; } IL_0049: { PathConstraint_t980854910 * L_17 = V_0; PathConstraint_t980854910 * L_18 = L_17; NullCheck(L_18); float L_19 = L_18->get_position_7(); PathConstraint_t980854910 * L_20 = V_0; NullCheck(L_20); PathConstraintData_t981297034 * L_21 = L_20->get_data_4(); NullCheck(L_21); float L_22 = L_21->get_position_8(); PathConstraint_t980854910 * L_23 = V_0; NullCheck(L_23); float L_24 = L_23->get_position_7(); float L_25 = ___alpha4; NullCheck(L_18); L_18->set_position_7(((float)il2cpp_codegen_add((float)L_19, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_22, (float)L_24)), (float)L_25))))); return; } IL_006c: { return; } IL_006d: { float L_26 = ___time2; SingleU5BU5D_t1444911251* L_27 = V_1; SingleU5BU5D_t1444911251* L_28 = V_1; NullCheck(L_28); NullCheck(L_27); int32_t L_29 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length)))), (int32_t)2)); float L_30 = (L_27)->GetAt(static_cast(L_29)); if ((!(((float)L_26) >= ((float)L_30)))) { goto IL_0087; } } { SingleU5BU5D_t1444911251* L_31 = V_1; SingleU5BU5D_t1444911251* L_32 = V_1; NullCheck(L_32); NullCheck(L_31); int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length)))), (int32_t)(-1))); float L_34 = (L_31)->GetAt(static_cast(L_33)); V_2 = L_34; goto IL_00c9; } IL_0087: { SingleU5BU5D_t1444911251* L_35 = V_1; float L_36 = ___time2; int32_t L_37 = Animation_BinarySearch_m3606306837(NULL /*static, unused*/, L_35, L_36, 2, /*hidden argument*/NULL); V_3 = L_37; SingleU5BU5D_t1444911251* L_38 = V_1; int32_t L_39 = V_3; NullCheck(L_38); int32_t L_40 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)(-1))); float L_41 = (L_38)->GetAt(static_cast(L_40)); V_2 = L_41; SingleU5BU5D_t1444911251* L_42 = V_1; int32_t L_43 = V_3; NullCheck(L_42); int32_t L_44 = L_43; float L_45 = (L_42)->GetAt(static_cast(L_44)); V_4 = L_45; int32_t L_46 = V_3; float L_47 = ___time2; float L_48 = V_4; SingleU5BU5D_t1444911251* L_49 = V_1; int32_t L_50 = V_3; NullCheck(L_49); int32_t L_51 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)((int32_t)-2))); float L_52 = (L_49)->GetAt(static_cast(L_51)); float L_53 = V_4; float L_54 = CurveTimeline_GetCurvePercent_m2554062217(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_46/(int32_t)2)), (int32_t)1)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)((float)il2cpp_codegen_subtract((float)L_47, (float)L_48))/(float)((float)il2cpp_codegen_subtract((float)L_52, (float)L_53)))))), /*hidden argument*/NULL); V_5 = L_54; float L_55 = V_2; SingleU5BU5D_t1444911251* L_56 = V_1; int32_t L_57 = V_3; NullCheck(L_56); int32_t L_58 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); float L_59 = (L_56)->GetAt(static_cast(L_58)); float L_60 = V_2; float L_61 = V_5; V_2 = ((float)il2cpp_codegen_add((float)L_55, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_59, (float)L_60)), (float)L_61)))); } IL_00c9: { int32_t L_62 = ___blend5; if (L_62) { goto IL_00f7; } } { PathConstraint_t980854910 * L_63 = V_0; PathConstraint_t980854910 * L_64 = V_0; NullCheck(L_64); PathConstraintData_t981297034 * L_65 = L_64->get_data_4(); NullCheck(L_65); float L_66 = L_65->get_position_8(); float L_67 = V_2; PathConstraint_t980854910 * L_68 = V_0; NullCheck(L_68); PathConstraintData_t981297034 * L_69 = L_68->get_data_4(); NullCheck(L_69); float L_70 = L_69->get_position_8(); float L_71 = ___alpha4; NullCheck(L_63); L_63->set_position_7(((float)il2cpp_codegen_add((float)L_66, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_67, (float)L_70)), (float)L_71))))); goto IL_010f; } IL_00f7: { PathConstraint_t980854910 * L_72 = V_0; PathConstraint_t980854910 * L_73 = L_72; NullCheck(L_73); float L_74 = L_73->get_position_7(); float L_75 = V_2; PathConstraint_t980854910 * L_76 = V_0; NullCheck(L_76); float L_77 = L_76->get_position_7(); float L_78 = ___alpha4; NullCheck(L_73); L_73->set_position_7(((float)il2cpp_codegen_add((float)L_74, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_75, (float)L_77)), (float)L_78))))); } IL_010f: { 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 Spine.PathConstraintSpacingTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PathConstraintSpacingTimeline__ctor_m1425927580 (PathConstraintSpacingTimeline_t1125597164 * __this, int32_t ___frameCount0, const RuntimeMethod* method) { { int32_t L_0 = ___frameCount0; PathConstraintPositionTimeline__ctor_m1628534052(__this, L_0, /*hidden argument*/NULL); return; } } // System.Int32 Spine.PathConstraintSpacingTimeline::get_PropertyId() extern "C" IL2CPP_METHOD_ATTR int32_t PathConstraintSpacingTimeline_get_PropertyId_m2323993797 (PathConstraintSpacingTimeline_t1125597164 * __this, const RuntimeMethod* method) { { int32_t L_0 = ((PathConstraintPositionTimeline_t1963796833 *)__this)->get_pathConstraintIndex_9(); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)201326592), (int32_t)L_0)); } } // System.Void Spine.PathConstraintSpacingTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection) extern "C" IL2CPP_METHOD_ATTR void PathConstraintSpacingTimeline_Apply_m4213876886 (PathConstraintSpacingTimeline_t1125597164 * __this, Skeleton_t3686076450 * ___skeleton0, float ___lastTime1, float ___time2, ExposedList_1_t4085685707 * ___firedEvents3, float ___alpha4, int32_t ___blend5, int32_t ___direction6, const RuntimeMethod* method) { PathConstraint_t980854910 * V_0 = NULL; SingleU5BU5D_t1444911251* V_1 = NULL; float V_2 = 0.0f; int32_t V_3 = 0; float V_4 = 0.0f; float V_5 = 0.0f; { Skeleton_t3686076450 * L_0 = ___skeleton0; NullCheck(L_0); ExposedList_1_t3687966776 * L_1 = L_0->get_pathConstraints_6(); NullCheck(L_1); PathConstraintU5BU5D_t1831722955* L_2 = L_1->get_Items_0(); int32_t L_3 = ((PathConstraintPositionTimeline_t1963796833 *)__this)->get_pathConstraintIndex_9(); NullCheck(L_2); int32_t L_4 = L_3; PathConstraint_t980854910 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = L_5; SingleU5BU5D_t1444911251* L_6 = ((PathConstraintPositionTimeline_t1963796833 *)__this)->get_frames_10(); V_1 = L_6; float L_7 = ___time2; SingleU5BU5D_t1444911251* L_8 = V_1; NullCheck(L_8); int32_t L_9 = 0; float L_10 = (L_8)->GetAt(static_cast(L_9)); if ((!(((float)L_7) < ((float)L_10)))) { goto IL_006d; } } { int32_t L_11 = ___blend5; if (!L_11) { goto IL_0037; } } { int32_t L_12 = ___blend5; if ((((int32_t)L_12) == ((int32_t)1))) { goto IL_0049; } } { goto IL_006c; } IL_0037: { PathConstraint_t980854910 * L_13 = V_0; PathConstraint_t980854910 * L_14 = V_0; NullCheck(L_14); PathConstraintData_t981297034 * L_15 = L_14->get_data_4(); NullCheck(L_15); float L_16 = L_15->get_spacing_9(); NullCheck(L_13); L_13->set_spacing_8(L_16); return; } IL_0049: { PathConstraint_t980854910 * L_17 = V_0; PathConstraint_t980854910 * L_18 = L_17; NullCheck(L_18); float L_19 = L_18->get_spacing_8(); PathConstraint_t980854910 * L_20 = V_0; NullCheck(L_20); PathConstraintData_t981297034 * L_21 = L_20->get_data_4(); NullCheck(L_21); float L_22 = L_21->get_spacing_9(); PathConstraint_t980854910 * L_23 = V_0; NullCheck(L_23); float L_24 = L_23->get_spacing_8(); float L_25 = ___alpha4; NullCheck(L_18); L_18->set_spacing_8(((float)il2cpp_codegen_add((float)L_19, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_22, (float)L_24)), (float)L_25))))); return; } IL_006c: { return; } IL_006d: { float L_26 = ___time2; SingleU5BU5D_t1444911251* L_27 = V_1; SingleU5BU5D_t1444911251* L_28 = V_1; NullCheck(L_28); NullCheck(L_27); int32_t L_29 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length)))), (int32_t)2)); float L_30 = (L_27)->GetAt(static_cast(L_29)); if ((!(((float)L_26) >= ((float)L_30)))) { goto IL_0087; } } { SingleU5BU5D_t1444911251* L_31 = V_1; SingleU5BU5D_t1444911251* L_32 = V_1; NullCheck(L_32); NullCheck(L_31); int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length)))), (int32_t)(-1))); float L_34 = (L_31)->GetAt(static_cast(L_33)); V_2 = L_34; goto IL_00c9; } IL_0087: { SingleU5BU5D_t1444911251* L_35 = V_1; float L_36 = ___time2; int32_t L_37 = Animation_BinarySearch_m3606306837(NULL /*static, unused*/, L_35, L_36, 2, /*hidden argument*/NULL); V_3 = L_37; SingleU5BU5D_t1444911251* L_38 = V_1; int32_t L_39 = V_3; NullCheck(L_38); int32_t L_40 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)(-1))); float L_41 = (L_38)->GetAt(static_cast(L_40)); V_2 = L_41; SingleU5BU5D_t1444911251* L_42 = V_1; int32_t L_43 = V_3; NullCheck(L_42); int32_t L_44 = L_43; float L_45 = (L_42)->GetAt(static_cast(L_44)); V_4 = L_45; int32_t L_46 = V_3; float L_47 = ___time2; float L_48 = V_4; SingleU5BU5D_t1444911251* L_49 = V_1; int32_t L_50 = V_3; NullCheck(L_49); int32_t L_51 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)((int32_t)-2))); float L_52 = (L_49)->GetAt(static_cast(L_51)); float L_53 = V_4; float L_54 = CurveTimeline_GetCurvePercent_m2554062217(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_46/(int32_t)2)), (int32_t)1)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)((float)il2cpp_codegen_subtract((float)L_47, (float)L_48))/(float)((float)il2cpp_codegen_subtract((float)L_52, (float)L_53)))))), /*hidden argument*/NULL); V_5 = L_54; float L_55 = V_2; SingleU5BU5D_t1444911251* L_56 = V_1; int32_t L_57 = V_3; NullCheck(L_56); int32_t L_58 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); float L_59 = (L_56)->GetAt(static_cast(L_58)); float L_60 = V_2; float L_61 = V_5; V_2 = ((float)il2cpp_codegen_add((float)L_55, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_59, (float)L_60)), (float)L_61)))); } IL_00c9: { int32_t L_62 = ___blend5; if (L_62) { goto IL_00f7; } } { PathConstraint_t980854910 * L_63 = V_0; PathConstraint_t980854910 * L_64 = V_0; NullCheck(L_64); PathConstraintData_t981297034 * L_65 = L_64->get_data_4(); NullCheck(L_65); float L_66 = L_65->get_spacing_9(); float L_67 = V_2; PathConstraint_t980854910 * L_68 = V_0; NullCheck(L_68); PathConstraintData_t981297034 * L_69 = L_68->get_data_4(); NullCheck(L_69); float L_70 = L_69->get_spacing_9(); float L_71 = ___alpha4; NullCheck(L_63); L_63->set_spacing_8(((float)il2cpp_codegen_add((float)L_66, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_67, (float)L_70)), (float)L_71))))); goto IL_010f; } IL_00f7: { PathConstraint_t980854910 * L_72 = V_0; PathConstraint_t980854910 * L_73 = L_72; NullCheck(L_73); float L_74 = L_73->get_spacing_8(); float L_75 = V_2; PathConstraint_t980854910 * L_76 = V_0; NullCheck(L_76); float L_77 = L_76->get_spacing_8(); float L_78 = ___alpha4; NullCheck(L_73); L_73->set_spacing_8(((float)il2cpp_codegen_add((float)L_74, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_75, (float)L_77)), (float)L_78))))); } IL_010f: { 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 Spine.PointAttachment::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void PointAttachment__ctor_m640070577 (PointAttachment_t2275020146 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; Attachment__ctor_m467667006(__this, L_0, /*hidden argument*/NULL); return; } } // System.Single Spine.PointAttachment::get_X() extern "C" IL2CPP_METHOD_ATTR float PointAttachment_get_X_m4050837820 (PointAttachment_t2275020146 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_x_1(); return L_0; } } // System.Void Spine.PointAttachment::set_X(System.Single) extern "C" IL2CPP_METHOD_ATTR void PointAttachment_set_X_m288062475 (PointAttachment_t2275020146 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_x_1(L_0); return; } } // System.Single Spine.PointAttachment::get_Y() extern "C" IL2CPP_METHOD_ATTR float PointAttachment_get_Y_m4050772284 (PointAttachment_t2275020146 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_y_2(); return L_0; } } // System.Void Spine.PointAttachment::set_Y(System.Single) extern "C" IL2CPP_METHOD_ATTR void PointAttachment_set_Y_m254627833 (PointAttachment_t2275020146 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_y_2(L_0); return; } } // System.Single Spine.PointAttachment::get_Rotation() extern "C" IL2CPP_METHOD_ATTR float PointAttachment_get_Rotation_m728540437 (PointAttachment_t2275020146 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_rotation_3(); return L_0; } } // System.Void Spine.PointAttachment::set_Rotation(System.Single) extern "C" IL2CPP_METHOD_ATTR void PointAttachment_set_Rotation_m1020837761 (PointAttachment_t2275020146 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_rotation_3(L_0); return; } } // System.Void Spine.PointAttachment::ComputeWorldPosition(Spine.Bone,System.Single&,System.Single&) extern "C" IL2CPP_METHOD_ATTR void PointAttachment_ComputeWorldPosition_m3888785895 (PointAttachment_t2275020146 * __this, Bone_t1086356328 * ___bone0, float* ___ox1, float* ___oy2, const RuntimeMethod* method) { { Bone_t1086356328 * L_0 = ___bone0; float L_1 = __this->get_x_1(); float L_2 = __this->get_y_2(); float* L_3 = ___ox1; float* L_4 = ___oy2; NullCheck(L_0); Bone_LocalToWorld_m1925577538(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Single Spine.PointAttachment::ComputeWorldRotation(Spine.Bone) extern "C" IL2CPP_METHOD_ATTR float PointAttachment_ComputeWorldRotation_m221304720 (PointAttachment_t2275020146 * __this, Bone_t1086356328 * ___bone0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PointAttachment_ComputeWorldRotation_m221304720_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; { float L_0 = __this->get_rotation_3(); IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_1 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; float L_2 = __this->get_rotation_3(); float L_3 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_1 = L_3; float L_4 = V_0; Bone_t1086356328 * L_5 = ___bone0; NullCheck(L_5); float L_6 = L_5->get_a_20(); float L_7 = V_1; Bone_t1086356328 * L_8 = ___bone0; NullCheck(L_8); float L_9 = L_8->get_b_21(); V_2 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_4, (float)L_6)), (float)((float)il2cpp_codegen_multiply((float)L_7, (float)L_9)))); float L_10 = V_0; Bone_t1086356328 * L_11 = ___bone0; NullCheck(L_11); float L_12 = L_11->get_c_23(); float L_13 = V_1; Bone_t1086356328 * L_14 = ___bone0; NullCheck(L_14); float L_15 = L_14->get_d_24(); V_3 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_10, (float)L_12)), (float)((float)il2cpp_codegen_multiply((float)L_13, (float)L_15)))); float L_16 = V_3; float L_17 = V_2; float L_18 = MathUtils_Atan2_m3858297628(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL); return ((float)il2cpp_codegen_multiply((float)L_18, (float)(57.2957764f))); } } #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 Spine.Polygon::.ctor() extern "C" IL2CPP_METHOD_ATTR void Polygon__ctor_m38897956 (Polygon_t3315116257 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Polygon__ctor_m38897956_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Polygon_set_Vertices_m2081097647(__this, ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16))), /*hidden argument*/NULL); return; } } // System.Single[] Spine.Polygon::get_Vertices() extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* Polygon_get_Vertices_m2388977238 (Polygon_t3315116257 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_U3CVerticesU3Ek__BackingField_0(); return L_0; } } // System.Void Spine.Polygon::set_Vertices(System.Single[]) extern "C" IL2CPP_METHOD_ATTR void Polygon_set_Vertices_m2081097647 (Polygon_t3315116257 * __this, SingleU5BU5D_t1444911251* ___value0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = ___value0; __this->set_U3CVerticesU3Ek__BackingField_0(L_0); return; } } // System.Int32 Spine.Polygon::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Polygon_get_Count_m514267063 (Polygon_t3315116257 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCountU3Ek__BackingField_1(); return L_0; } } // System.Void Spine.Polygon::set_Count(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Polygon_set_Count_m1261713867 (Polygon_t3315116257 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCountU3Ek__BackingField_1(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 #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 Spine.Pow::.ctor(System.Single) extern "C" IL2CPP_METHOD_ATTR void Pow__ctor_m1198104751 (Pow_t1543183077 * __this, float ___power0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Pow__ctor_m1198104751_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(IInterpolation_t311334448_il2cpp_TypeInfo_var); IInterpolation__ctor_m692763986(__this, /*hidden argument*/NULL); float L_0 = ___power0; Pow_set_Power_m4064843785(__this, L_0, /*hidden argument*/NULL); return; } } // System.Single Spine.Pow::get_Power() extern "C" IL2CPP_METHOD_ATTR float Pow_get_Power_m1541755468 (Pow_t1543183077 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CPowerU3Ek__BackingField_2(); return L_0; } } // System.Void Spine.Pow::set_Power(System.Single) extern "C" IL2CPP_METHOD_ATTR void Pow_set_Power_m4064843785 (Pow_t1543183077 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_U3CPowerU3Ek__BackingField_2(L_0); return; } } // System.Single Spine.Pow::Apply(System.Single) extern "C" IL2CPP_METHOD_ATTR float Pow_Apply_m3074619580 (Pow_t1543183077 * __this, float ___a0, const RuntimeMethod* method) { float G_B4_0 = 0.0f; float G_B3_0 = 0.0f; int32_t G_B5_0 = 0; float G_B5_1 = 0.0f; { float L_0 = ___a0; if ((!(((float)L_0) <= ((float)(0.5f))))) { goto IL_0027; } } { float L_1 = ___a0; float L_2 = Pow_get_Power_m1541755468(__this, /*hidden argument*/NULL); double L_3 = pow((((double)((double)((float)il2cpp_codegen_multiply((float)L_1, (float)(2.0f)))))), (((double)((double)L_2)))); return ((float)((float)(((float)((float)L_3)))/(float)(2.0f))); } IL_0027: { float L_4 = ___a0; float L_5 = Pow_get_Power_m1541755468(__this, /*hidden argument*/NULL); double L_6 = pow((((double)((double)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_4, (float)(1.0f))), (float)(2.0f)))))), (((double)((double)L_5)))); float L_7 = Pow_get_Power_m1541755468(__this, /*hidden argument*/NULL); G_B3_0 = (((float)((float)L_6))); if ((!(((float)(fmodf(L_7, (2.0f)))) == ((float)(0.0f))))) { G_B4_0 = (((float)((float)L_6))); goto IL_005f; } } { G_B5_0 = ((int32_t)-2); G_B5_1 = G_B3_0; goto IL_0060; } IL_005f: { G_B5_0 = 2; G_B5_1 = G_B4_0; } IL_0060: { return ((float)il2cpp_codegen_add((float)((float)((float)G_B5_1/(float)(((float)((float)G_B5_0))))), (float)(1.0f))); } } #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 Spine.PowOut::.ctor(System.Single) extern "C" IL2CPP_METHOD_ATTR void PowOut__ctor_m420559308 (PowOut_t1726912037 * __this, float ___power0, const RuntimeMethod* method) { { float L_0 = ___power0; Pow__ctor_m1198104751(__this, L_0, /*hidden argument*/NULL); return; } } // System.Single Spine.PowOut::Apply(System.Single) extern "C" IL2CPP_METHOD_ATTR float PowOut_Apply_m3352436671 (PowOut_t1726912037 * __this, float ___a0, const RuntimeMethod* method) { float G_B2_0 = 0.0f; float G_B1_0 = 0.0f; int32_t G_B3_0 = 0; float G_B3_1 = 0.0f; { float L_0 = ___a0; float L_1 = Pow_get_Power_m1541755468(__this, /*hidden argument*/NULL); double L_2 = pow((((double)((double)((float)il2cpp_codegen_subtract((float)L_0, (float)(1.0f)))))), (((double)((double)L_1)))); float L_3 = Pow_get_Power_m1541755468(__this, /*hidden argument*/NULL); G_B1_0 = (((float)((float)L_2))); if ((!(((float)(fmodf(L_3, (2.0f)))) == ((float)(0.0f))))) { G_B2_0 = (((float)((float)L_2))); goto IL_0031; } } { G_B3_0 = (-1); G_B3_1 = G_B1_0; goto IL_0032; } IL_0031: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_0032: { return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)G_B3_1, (float)(((float)((float)G_B3_0))))), (float)(1.0f))); } } #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 Spine.RegionAttachment::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment__ctor_m1527679494 (RegionAttachment_t1770147391 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegionAttachment__ctor_m1527679494_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_scaleX_12((1.0f)); __this->set_scaleY_13((1.0f)); __this->set_offset_22(((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)8))); __this->set_uvs_23(((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)8))); __this->set_r_24((1.0f)); __this->set_g_25((1.0f)); __this->set_b_26((1.0f)); __this->set_a_27((1.0f)); String_t* L_0 = ___name0; Attachment__ctor_m467667006(__this, L_0, /*hidden argument*/NULL); return; } } // System.Single Spine.RegionAttachment::get_X() extern "C" IL2CPP_METHOD_ATTR float RegionAttachment_get_X_m585739885 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_x_9(); return L_0; } } // System.Void Spine.RegionAttachment::set_X(System.Single) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_set_X_m1132470950 (RegionAttachment_t1770147391 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_x_9(L_0); return; } } // System.Single Spine.RegionAttachment::get_Y() extern "C" IL2CPP_METHOD_ATTR float RegionAttachment_get_Y_m3314623240 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_y_10(); return L_0; } } // System.Void Spine.RegionAttachment::set_Y(System.Single) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_set_Y_m1132506949 (RegionAttachment_t1770147391 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_y_10(L_0); return; } } // System.Single Spine.RegionAttachment::get_Rotation() extern "C" IL2CPP_METHOD_ATTR float RegionAttachment_get_Rotation_m30566953 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_rotation_11(); return L_0; } } // System.Void Spine.RegionAttachment::set_Rotation(System.Single) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_set_Rotation_m1293393291 (RegionAttachment_t1770147391 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_rotation_11(L_0); return; } } // System.Single Spine.RegionAttachment::get_ScaleX() extern "C" IL2CPP_METHOD_ATTR float RegionAttachment_get_ScaleX_m1077228162 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_scaleX_12(); return L_0; } } // System.Void Spine.RegionAttachment::set_ScaleX(System.Single) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_set_ScaleX_m3956647196 (RegionAttachment_t1770147391 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_scaleX_12(L_0); return; } } // System.Single Spine.RegionAttachment::get_ScaleY() extern "C" IL2CPP_METHOD_ATTR float RegionAttachment_get_ScaleY_m3415880322 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_scaleY_13(); return L_0; } } // System.Void Spine.RegionAttachment::set_ScaleY(System.Single) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_set_ScaleY_m1300145431 (RegionAttachment_t1770147391 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_scaleY_13(L_0); return; } } // System.Single Spine.RegionAttachment::get_Width() extern "C" IL2CPP_METHOD_ATTR float RegionAttachment_get_Width_m1501736843 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_width_14(); return L_0; } } // System.Void Spine.RegionAttachment::set_Width(System.Single) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_set_Width_m3319946112 (RegionAttachment_t1770147391 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_width_14(L_0); return; } } // System.Single Spine.RegionAttachment::get_Height() extern "C" IL2CPP_METHOD_ATTR float RegionAttachment_get_Height_m1261813646 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_height_15(); return L_0; } } // System.Void Spine.RegionAttachment::set_Height(System.Single) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_set_Height_m499209538 (RegionAttachment_t1770147391 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_height_15(L_0); return; } } // System.Single Spine.RegionAttachment::get_R() extern "C" IL2CPP_METHOD_ATTR float RegionAttachment_get_R_m3361677407 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_r_24(); return L_0; } } // System.Void Spine.RegionAttachment::set_R(System.Single) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_set_R_m1132305504 (RegionAttachment_t1770147391 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_r_24(L_0); return; } } // System.Single Spine.RegionAttachment::get_G() extern "C" IL2CPP_METHOD_ATTR float RegionAttachment_get_G_m538685718 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_g_25(); return L_0; } } // System.Void Spine.RegionAttachment::set_G(System.Single) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_set_G_m1135565139 (RegionAttachment_t1770147391 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_g_25(L_0); return; } } // System.Single Spine.RegionAttachment::get_B() extern "C" IL2CPP_METHOD_ATTR float RegionAttachment_get_B_m4074138127 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_b_26(); return L_0; } } // System.Void Spine.RegionAttachment::set_B(System.Single) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_set_B_m1134911024 (RegionAttachment_t1770147391 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_b_26(L_0); return; } } // System.Single Spine.RegionAttachment::get_A() extern "C" IL2CPP_METHOD_ATTR float RegionAttachment_get_A_m3670853600 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_a_27(); return L_0; } } // System.Void Spine.RegionAttachment::set_A(System.Single) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_set_A_m1134875149 (RegionAttachment_t1770147391 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_a_27(L_0); return; } } // System.String Spine.RegionAttachment::get_Path() extern "C" IL2CPP_METHOD_ATTR String_t* RegionAttachment_get_Path_m1790912697 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CPathU3Ek__BackingField_28(); return L_0; } } // System.Void Spine.RegionAttachment::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_set_Path_m1929365969 (RegionAttachment_t1770147391 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CPathU3Ek__BackingField_28(L_0); return; } } // System.Object Spine.RegionAttachment::get_RendererObject() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RegionAttachment_get_RendererObject_m3051590338 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CRendererObjectU3Ek__BackingField_29(); return L_0; } } // System.Void Spine.RegionAttachment::set_RendererObject(System.Object) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_set_RendererObject_m1274213480 (RegionAttachment_t1770147391 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_U3CRendererObjectU3Ek__BackingField_29(L_0); return; } } // System.Single Spine.RegionAttachment::get_RegionOffsetX() extern "C" IL2CPP_METHOD_ATTR float RegionAttachment_get_RegionOffsetX_m36541907 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_regionOffsetX_16(); return L_0; } } // System.Void Spine.RegionAttachment::set_RegionOffsetX(System.Single) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_set_RegionOffsetX_m4207295409 (RegionAttachment_t1770147391 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_regionOffsetX_16(L_0); return; } } // System.Single Spine.RegionAttachment::get_RegionOffsetY() extern "C" IL2CPP_METHOD_ATTR float RegionAttachment_get_RegionOffsetY_m2765425262 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_regionOffsetY_17(); return L_0; } } // System.Void Spine.RegionAttachment::set_RegionOffsetY(System.Single) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_set_RegionOffsetY_m4207331408 (RegionAttachment_t1770147391 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_regionOffsetY_17(L_0); return; } } // System.Single Spine.RegionAttachment::get_RegionWidth() extern "C" IL2CPP_METHOD_ATTR float RegionAttachment_get_RegionWidth_m1753524343 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_regionWidth_18(); return L_0; } } // System.Void Spine.RegionAttachment::set_RegionWidth(System.Single) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_set_RegionWidth_m1830534455 (RegionAttachment_t1770147391 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_regionWidth_18(L_0); return; } } // System.Single Spine.RegionAttachment::get_RegionHeight() extern "C" IL2CPP_METHOD_ATTR float RegionAttachment_get_RegionHeight_m2822768004 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_regionHeight_19(); return L_0; } } // System.Void Spine.RegionAttachment::set_RegionHeight(System.Single) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_set_RegionHeight_m3131969535 (RegionAttachment_t1770147391 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_regionHeight_19(L_0); return; } } // System.Single Spine.RegionAttachment::get_RegionOriginalWidth() extern "C" IL2CPP_METHOD_ATTR float RegionAttachment_get_RegionOriginalWidth_m2058191385 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_regionOriginalWidth_20(); return L_0; } } // System.Void Spine.RegionAttachment::set_RegionOriginalWidth(System.Single) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_set_RegionOriginalWidth_m668518807 (RegionAttachment_t1770147391 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_regionOriginalWidth_20(L_0); return; } } // System.Single Spine.RegionAttachment::get_RegionOriginalHeight() extern "C" IL2CPP_METHOD_ATTR float RegionAttachment_get_RegionOriginalHeight_m830047206 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_regionOriginalHeight_21(); return L_0; } } // System.Void Spine.RegionAttachment::set_RegionOriginalHeight(System.Single) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_set_RegionOriginalHeight_m833604406 (RegionAttachment_t1770147391 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_regionOriginalHeight_21(L_0); return; } } // System.Single[] Spine.RegionAttachment::get_Offset() extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* RegionAttachment_get_Offset_m1074129620 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_offset_22(); return L_0; } } // System.Single[] Spine.RegionAttachment::get_UVs() extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* RegionAttachment_get_UVs_m635731274 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_uvs_23(); return L_0; } } // System.Void Spine.RegionAttachment::UpdateOffset() extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_UpdateOffset_m1524617805 (RegionAttachment_t1770147391 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegionAttachment_UpdateOffset_m1524617805_MetadataUsageId); s_Il2CppMethodInitialized = true; } 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; float V_5 = 0.0f; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; float V_10 = 0.0f; float V_11 = 0.0f; float V_12 = 0.0f; float V_13 = 0.0f; float V_14 = 0.0f; float V_15 = 0.0f; float V_16 = 0.0f; float V_17 = 0.0f; float V_18 = 0.0f; float V_19 = 0.0f; float V_20 = 0.0f; SingleU5BU5D_t1444911251* V_21 = NULL; { float L_0 = __this->get_width_14(); V_0 = L_0; float L_1 = __this->get_height_15(); V_1 = L_1; float L_2 = V_0; V_2 = ((float)il2cpp_codegen_multiply((float)L_2, (float)(0.5f))); float L_3 = V_1; V_3 = ((float)il2cpp_codegen_multiply((float)L_3, (float)(0.5f))); float L_4 = V_2; V_4 = ((-L_4)); float L_5 = V_3; V_5 = ((-L_5)); float L_6 = __this->get_regionOriginalWidth_20(); if ((((float)L_6) == ((float)(0.0f)))) { goto IL_009e; } } { float L_7 = V_4; float L_8 = __this->get_regionOffsetX_16(); float L_9 = __this->get_regionOriginalWidth_20(); float L_10 = V_0; V_4 = ((float)il2cpp_codegen_add((float)L_7, (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_8/(float)L_9)), (float)L_10)))); float L_11 = V_5; float L_12 = __this->get_regionOffsetY_17(); float L_13 = __this->get_regionOriginalHeight_21(); float L_14 = V_1; V_5 = ((float)il2cpp_codegen_add((float)L_11, (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_12/(float)L_13)), (float)L_14)))); float L_15 = V_2; float L_16 = __this->get_regionOriginalWidth_20(); float L_17 = __this->get_regionOffsetX_16(); float L_18 = __this->get_regionWidth_18(); float L_19 = __this->get_regionOriginalWidth_20(); float L_20 = V_0; V_2 = ((float)il2cpp_codegen_subtract((float)L_15, (float)((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_16, (float)L_17)), (float)L_18))/(float)L_19)), (float)L_20)))); float L_21 = V_3; float L_22 = __this->get_regionOriginalHeight_21(); float L_23 = __this->get_regionOffsetY_17(); float L_24 = __this->get_regionHeight_19(); float L_25 = __this->get_regionOriginalHeight_21(); float L_26 = V_1; V_3 = ((float)il2cpp_codegen_subtract((float)L_21, (float)((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_22, (float)L_23)), (float)L_24))/(float)L_25)), (float)L_26)))); } IL_009e: { float L_27 = __this->get_scaleX_12(); V_6 = L_27; float L_28 = __this->get_scaleY_13(); V_7 = L_28; float L_29 = V_4; float L_30 = V_6; V_4 = ((float)il2cpp_codegen_multiply((float)L_29, (float)L_30)); float L_31 = V_5; float L_32 = V_7; V_5 = ((float)il2cpp_codegen_multiply((float)L_31, (float)L_32)); float L_33 = V_2; float L_34 = V_6; V_2 = ((float)il2cpp_codegen_multiply((float)L_33, (float)L_34)); float L_35 = V_3; float L_36 = V_7; V_3 = ((float)il2cpp_codegen_multiply((float)L_35, (float)L_36)); float L_37 = __this->get_rotation_11(); V_8 = L_37; float L_38 = V_8; IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_39 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); V_9 = L_39; float L_40 = V_8; float L_41 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); V_10 = L_41; float L_42 = __this->get_x_9(); V_11 = L_42; float L_43 = __this->get_y_10(); V_12 = L_43; float L_44 = V_4; float L_45 = V_9; float L_46 = V_11; V_13 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_44, (float)L_45)), (float)L_46)); float L_47 = V_4; float L_48 = V_10; V_14 = ((float)il2cpp_codegen_multiply((float)L_47, (float)L_48)); float L_49 = V_5; float L_50 = V_9; float L_51 = V_12; V_15 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_49, (float)L_50)), (float)L_51)); float L_52 = V_5; float L_53 = V_10; V_16 = ((float)il2cpp_codegen_multiply((float)L_52, (float)L_53)); float L_54 = V_2; float L_55 = V_9; float L_56 = V_11; V_17 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_54, (float)L_55)), (float)L_56)); float L_57 = V_2; float L_58 = V_10; V_18 = ((float)il2cpp_codegen_multiply((float)L_57, (float)L_58)); float L_59 = V_3; float L_60 = V_9; float L_61 = V_12; V_19 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_59, (float)L_60)), (float)L_61)); float L_62 = V_3; float L_63 = V_10; V_20 = ((float)il2cpp_codegen_multiply((float)L_62, (float)L_63)); SingleU5BU5D_t1444911251* L_64 = __this->get_offset_22(); V_21 = L_64; SingleU5BU5D_t1444911251* L_65 = V_21; float L_66 = V_13; float L_67 = V_16; NullCheck(L_65); (L_65)->SetAt(static_cast(0), (float)((float)il2cpp_codegen_subtract((float)L_66, (float)L_67))); SingleU5BU5D_t1444911251* L_68 = V_21; float L_69 = V_15; float L_70 = V_14; NullCheck(L_68); (L_68)->SetAt(static_cast(1), (float)((float)il2cpp_codegen_add((float)L_69, (float)L_70))); SingleU5BU5D_t1444911251* L_71 = V_21; float L_72 = V_13; float L_73 = V_20; NullCheck(L_71); (L_71)->SetAt(static_cast(2), (float)((float)il2cpp_codegen_subtract((float)L_72, (float)L_73))); SingleU5BU5D_t1444911251* L_74 = V_21; float L_75 = V_19; float L_76 = V_14; NullCheck(L_74); (L_74)->SetAt(static_cast(3), (float)((float)il2cpp_codegen_add((float)L_75, (float)L_76))); SingleU5BU5D_t1444911251* L_77 = V_21; float L_78 = V_17; float L_79 = V_20; NullCheck(L_77); (L_77)->SetAt(static_cast(4), (float)((float)il2cpp_codegen_subtract((float)L_78, (float)L_79))); SingleU5BU5D_t1444911251* L_80 = V_21; float L_81 = V_19; float L_82 = V_18; NullCheck(L_80); (L_80)->SetAt(static_cast(5), (float)((float)il2cpp_codegen_add((float)L_81, (float)L_82))); SingleU5BU5D_t1444911251* L_83 = V_21; float L_84 = V_17; float L_85 = V_16; NullCheck(L_83); (L_83)->SetAt(static_cast(6), (float)((float)il2cpp_codegen_subtract((float)L_84, (float)L_85))); SingleU5BU5D_t1444911251* L_86 = V_21; float L_87 = V_15; float L_88 = V_18; NullCheck(L_86); (L_86)->SetAt(static_cast(7), (float)((float)il2cpp_codegen_add((float)L_87, (float)L_88))); return; } } // System.Void Spine.RegionAttachment::SetUVs(System.Single,System.Single,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_SetUVs_m3450627629 (RegionAttachment_t1770147391 * __this, float ___u0, float ___v1, float ___u22, float ___v23, bool ___rotate4, const RuntimeMethod* method) { SingleU5BU5D_t1444911251* V_0 = NULL; { SingleU5BU5D_t1444911251* L_0 = __this->get_uvs_23(); V_0 = L_0; bool L_1 = ___rotate4; if (!L_1) { goto IL_0035; } } { SingleU5BU5D_t1444911251* L_2 = V_0; float L_3 = ___u0; NullCheck(L_2); (L_2)->SetAt(static_cast(4), (float)L_3); SingleU5BU5D_t1444911251* L_4 = V_0; float L_5 = ___v23; NullCheck(L_4); (L_4)->SetAt(static_cast(5), (float)L_5); SingleU5BU5D_t1444911251* L_6 = V_0; float L_7 = ___u0; NullCheck(L_6); (L_6)->SetAt(static_cast(6), (float)L_7); SingleU5BU5D_t1444911251* L_8 = V_0; float L_9 = ___v1; NullCheck(L_8); (L_8)->SetAt(static_cast(7), (float)L_9); SingleU5BU5D_t1444911251* L_10 = V_0; float L_11 = ___u22; NullCheck(L_10); (L_10)->SetAt(static_cast(0), (float)L_11); SingleU5BU5D_t1444911251* L_12 = V_0; float L_13 = ___v1; NullCheck(L_12); (L_12)->SetAt(static_cast(1), (float)L_13); SingleU5BU5D_t1444911251* L_14 = V_0; float L_15 = ___u22; NullCheck(L_14); (L_14)->SetAt(static_cast(2), (float)L_15); SingleU5BU5D_t1444911251* L_16 = V_0; float L_17 = ___v23; NullCheck(L_16); (L_16)->SetAt(static_cast(3), (float)L_17); goto IL_0057; } IL_0035: { SingleU5BU5D_t1444911251* L_18 = V_0; float L_19 = ___u0; NullCheck(L_18); (L_18)->SetAt(static_cast(2), (float)L_19); SingleU5BU5D_t1444911251* L_20 = V_0; float L_21 = ___v23; NullCheck(L_20); (L_20)->SetAt(static_cast(3), (float)L_21); SingleU5BU5D_t1444911251* L_22 = V_0; float L_23 = ___u0; NullCheck(L_22); (L_22)->SetAt(static_cast(4), (float)L_23); SingleU5BU5D_t1444911251* L_24 = V_0; float L_25 = ___v1; NullCheck(L_24); (L_24)->SetAt(static_cast(5), (float)L_25); SingleU5BU5D_t1444911251* L_26 = V_0; float L_27 = ___u22; NullCheck(L_26); (L_26)->SetAt(static_cast(6), (float)L_27); SingleU5BU5D_t1444911251* L_28 = V_0; float L_29 = ___v1; NullCheck(L_28); (L_28)->SetAt(static_cast(7), (float)L_29); SingleU5BU5D_t1444911251* L_30 = V_0; float L_31 = ___u22; NullCheck(L_30); (L_30)->SetAt(static_cast(0), (float)L_31); SingleU5BU5D_t1444911251* L_32 = V_0; float L_33 = ___v23; NullCheck(L_32); (L_32)->SetAt(static_cast(1), (float)L_33); } IL_0057: { return; } } // System.Void Spine.RegionAttachment::ComputeWorldVertices(Spine.Bone,System.Single[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RegionAttachment_ComputeWorldVertices_m598853595 (RegionAttachment_t1770147391 * __this, Bone_t1086356328 * ___bone0, SingleU5BU5D_t1444911251* ___worldVertices1, int32_t ___offset2, int32_t ___stride3, const RuntimeMethod* method) { SingleU5BU5D_t1444911251* V_0 = NULL; 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; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; { SingleU5BU5D_t1444911251* L_0 = __this->get_offset_22(); V_0 = L_0; Bone_t1086356328 * L_1 = ___bone0; NullCheck(L_1); float L_2 = L_1->get_worldX_22(); V_1 = L_2; Bone_t1086356328 * L_3 = ___bone0; NullCheck(L_3); float L_4 = L_3->get_worldY_25(); V_2 = L_4; Bone_t1086356328 * L_5 = ___bone0; NullCheck(L_5); float L_6 = L_5->get_a_20(); V_3 = L_6; Bone_t1086356328 * L_7 = ___bone0; NullCheck(L_7); float L_8 = L_7->get_b_21(); V_4 = L_8; Bone_t1086356328 * L_9 = ___bone0; NullCheck(L_9); float L_10 = L_9->get_c_23(); V_5 = L_10; Bone_t1086356328 * L_11 = ___bone0; NullCheck(L_11); float L_12 = L_11->get_d_24(); V_6 = L_12; SingleU5BU5D_t1444911251* L_13 = V_0; NullCheck(L_13); int32_t L_14 = 6; float L_15 = (L_13)->GetAt(static_cast(L_14)); V_7 = L_15; SingleU5BU5D_t1444911251* L_16 = V_0; NullCheck(L_16); int32_t L_17 = 7; float L_18 = (L_16)->GetAt(static_cast(L_17)); V_8 = L_18; SingleU5BU5D_t1444911251* L_19 = ___worldVertices1; int32_t L_20 = ___offset2; float L_21 = V_7; float L_22 = V_3; float L_23 = V_8; float L_24 = V_4; float L_25 = V_1; NullCheck(L_19); (L_19)->SetAt(static_cast(L_20), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_21, (float)L_22)), (float)((float)il2cpp_codegen_multiply((float)L_23, (float)L_24)))), (float)L_25))); SingleU5BU5D_t1444911251* L_26 = ___worldVertices1; int32_t L_27 = ___offset2; float L_28 = V_7; float L_29 = V_5; float L_30 = V_8; float L_31 = V_6; float L_32 = V_2; NullCheck(L_26); (L_26)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_28, (float)L_29)), (float)((float)il2cpp_codegen_multiply((float)L_30, (float)L_31)))), (float)L_32))); int32_t L_33 = ___offset2; int32_t L_34 = ___stride3; ___offset2 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34)); SingleU5BU5D_t1444911251* L_35 = V_0; NullCheck(L_35); int32_t L_36 = 0; float L_37 = (L_35)->GetAt(static_cast(L_36)); V_7 = L_37; SingleU5BU5D_t1444911251* L_38 = V_0; NullCheck(L_38); int32_t L_39 = 1; float L_40 = (L_38)->GetAt(static_cast(L_39)); V_8 = L_40; SingleU5BU5D_t1444911251* L_41 = ___worldVertices1; int32_t L_42 = ___offset2; float L_43 = V_7; float L_44 = V_3; float L_45 = V_8; float L_46 = V_4; float L_47 = V_1; NullCheck(L_41); (L_41)->SetAt(static_cast(L_42), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_43, (float)L_44)), (float)((float)il2cpp_codegen_multiply((float)L_45, (float)L_46)))), (float)L_47))); SingleU5BU5D_t1444911251* L_48 = ___worldVertices1; int32_t L_49 = ___offset2; float L_50 = V_7; float L_51 = V_5; float L_52 = V_8; float L_53 = V_6; float L_54 = V_2; NullCheck(L_48); (L_48)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1))), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_50, (float)L_51)), (float)((float)il2cpp_codegen_multiply((float)L_52, (float)L_53)))), (float)L_54))); int32_t L_55 = ___offset2; int32_t L_56 = ___stride3; ___offset2 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)L_56)); SingleU5BU5D_t1444911251* L_57 = V_0; NullCheck(L_57); int32_t L_58 = 2; float L_59 = (L_57)->GetAt(static_cast(L_58)); V_7 = L_59; SingleU5BU5D_t1444911251* L_60 = V_0; NullCheck(L_60); int32_t L_61 = 3; float L_62 = (L_60)->GetAt(static_cast(L_61)); V_8 = L_62; SingleU5BU5D_t1444911251* L_63 = ___worldVertices1; int32_t L_64 = ___offset2; float L_65 = V_7; float L_66 = V_3; float L_67 = V_8; float L_68 = V_4; float L_69 = V_1; NullCheck(L_63); (L_63)->SetAt(static_cast(L_64), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_65, (float)L_66)), (float)((float)il2cpp_codegen_multiply((float)L_67, (float)L_68)))), (float)L_69))); SingleU5BU5D_t1444911251* L_70 = ___worldVertices1; int32_t L_71 = ___offset2; float L_72 = V_7; float L_73 = V_5; float L_74 = V_8; float L_75 = V_6; float L_76 = V_2; NullCheck(L_70); (L_70)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1))), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_72, (float)L_73)), (float)((float)il2cpp_codegen_multiply((float)L_74, (float)L_75)))), (float)L_76))); int32_t L_77 = ___offset2; int32_t L_78 = ___stride3; ___offset2 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)L_78)); SingleU5BU5D_t1444911251* L_79 = V_0; NullCheck(L_79); int32_t L_80 = 4; float L_81 = (L_79)->GetAt(static_cast(L_80)); V_7 = L_81; SingleU5BU5D_t1444911251* L_82 = V_0; NullCheck(L_82); int32_t L_83 = 5; float L_84 = (L_82)->GetAt(static_cast(L_83)); V_8 = L_84; SingleU5BU5D_t1444911251* L_85 = ___worldVertices1; int32_t L_86 = ___offset2; float L_87 = V_7; float L_88 = V_3; float L_89 = V_8; float L_90 = V_4; float L_91 = V_1; NullCheck(L_85); (L_85)->SetAt(static_cast(L_86), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_87, (float)L_88)), (float)((float)il2cpp_codegen_multiply((float)L_89, (float)L_90)))), (float)L_91))); SingleU5BU5D_t1444911251* L_92 = ___worldVertices1; int32_t L_93 = ___offset2; float L_94 = V_7; float L_95 = V_5; float L_96 = V_8; float L_97 = V_6; float L_98 = V_2; NullCheck(L_92); (L_92)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1))), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_94, (float)L_95)), (float)((float)il2cpp_codegen_multiply((float)L_96, (float)L_97)))), (float)L_98))); 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 Spine.RotateTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RotateTimeline__ctor_m3851472634 (RotateTimeline_t860518009 * __this, int32_t ___frameCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RotateTimeline__ctor_m3851472634_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___frameCount0; CurveTimeline__ctor_m1745141662(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___frameCount0; __this->set_frames_10(((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_1<<(int32_t)1))))); return; } } // System.Int32 Spine.RotateTimeline::get_BoneIndex() extern "C" IL2CPP_METHOD_ATTR int32_t RotateTimeline_get_BoneIndex_m1558420267 (RotateTimeline_t860518009 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_boneIndex_9(); return L_0; } } // System.Void Spine.RotateTimeline::set_BoneIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RotateTimeline_set_BoneIndex_m4093693805 (RotateTimeline_t860518009 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_boneIndex_9(L_0); return; } } // System.Single[] Spine.RotateTimeline::get_Frames() extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* RotateTimeline_get_Frames_m1705578807 (RotateTimeline_t860518009 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = __this->get_frames_10(); return L_0; } } // System.Void Spine.RotateTimeline::set_Frames(System.Single[]) extern "C" IL2CPP_METHOD_ATTR void RotateTimeline_set_Frames_m1516187344 (RotateTimeline_t860518009 * __this, SingleU5BU5D_t1444911251* ___value0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = ___value0; __this->set_frames_10(L_0); return; } } // System.Int32 Spine.RotateTimeline::get_PropertyId() extern "C" IL2CPP_METHOD_ATTR int32_t RotateTimeline_get_PropertyId_m1030310895 (RotateTimeline_t860518009 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_boneIndex_9(); return L_0; } } // System.Void Spine.RotateTimeline::SetFrame(System.Int32,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void RotateTimeline_SetFrame_m2588394311 (RotateTimeline_t860518009 * __this, int32_t ___frameIndex0, float ___time1, float ___degrees2, const RuntimeMethod* method) { { int32_t L_0 = ___frameIndex0; ___frameIndex0 = ((int32_t)((int32_t)L_0<<(int32_t)1)); SingleU5BU5D_t1444911251* L_1 = __this->get_frames_10(); int32_t L_2 = ___frameIndex0; float L_3 = ___time1; NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (float)L_3); SingleU5BU5D_t1444911251* L_4 = __this->get_frames_10(); int32_t L_5 = ___frameIndex0; float L_6 = ___degrees2; NullCheck(L_4); (L_4)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))), (float)L_6); return; } } // System.Void Spine.RotateTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection) extern "C" IL2CPP_METHOD_ATTR void RotateTimeline_Apply_m1844045690 (RotateTimeline_t860518009 * __this, Skeleton_t3686076450 * ___skeleton0, float ___lastTime1, float ___time2, ExposedList_1_t4085685707 * ___firedEvents3, float ___alpha4, int32_t ___blend5, int32_t ___direction6, const RuntimeMethod* method) { Bone_t1086356328 * V_0 = NULL; SingleU5BU5D_t1444911251* V_1 = NULL; float V_2 = 0.0f; float V_3 = 0.0f; int32_t V_4 = 0; float V_5 = 0.0f; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; { Skeleton_t3686076450 * L_0 = ___skeleton0; NullCheck(L_0); ExposedList_1_t3793468194 * L_1 = L_0->get_bones_1(); NullCheck(L_1); BoneU5BU5D_t374432249* L_2 = L_1->get_Items_0(); int32_t L_3 = __this->get_boneIndex_9(); NullCheck(L_2); int32_t L_4 = L_3; Bone_t1086356328 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = L_5; SingleU5BU5D_t1444911251* L_6 = __this->get_frames_10(); V_1 = L_6; float L_7 = ___time2; SingleU5BU5D_t1444911251* L_8 = V_1; NullCheck(L_8); int32_t L_9 = 0; float L_10 = (L_8)->GetAt(static_cast(L_9)); if ((!(((float)L_7) < ((float)L_10)))) { goto IL_0090; } } { int32_t L_11 = ___blend5; if (!L_11) { goto IL_0037; } } { int32_t L_12 = ___blend5; if ((((int32_t)L_12) == ((int32_t)1))) { goto IL_0049; } } { goto IL_008f; } IL_0037: { Bone_t1086356328 * L_13 = V_0; Bone_t1086356328 * L_14 = V_0; NullCheck(L_14); BoneData_t3130174490 * L_15 = L_14->get_data_1(); NullCheck(L_15); float L_16 = L_15->get_rotation_6(); NullCheck(L_13); L_13->set_rotation_7(L_16); return; } IL_0049: { Bone_t1086356328 * L_17 = V_0; NullCheck(L_17); BoneData_t3130174490 * L_18 = L_17->get_data_1(); NullCheck(L_18); float L_19 = L_18->get_rotation_6(); Bone_t1086356328 * L_20 = V_0; NullCheck(L_20); float L_21 = L_20->get_rotation_7(); V_2 = ((float)il2cpp_codegen_subtract((float)L_19, (float)L_21)); Bone_t1086356328 * L_22 = V_0; Bone_t1086356328 * L_23 = L_22; NullCheck(L_23); float L_24 = L_23->get_rotation_7(); float L_25 = V_2; float L_26 = V_2; float L_27 = ___alpha4; NullCheck(L_23); L_23->set_rotation_7(((float)il2cpp_codegen_add((float)L_24, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_25, (float)(((float)((float)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16384), (int32_t)(((int32_t)((int32_t)((double)il2cpp_codegen_subtract((double)(16384.499999999996), (double)(((double)((double)((float)((float)L_26/(float)(360.0f))))))))))))), (int32_t)((int32_t)360)))))))), (float)L_27))))); return; } IL_008f: { return; } IL_0090: { float L_28 = ___time2; SingleU5BU5D_t1444911251* L_29 = V_1; SingleU5BU5D_t1444911251* L_30 = V_1; NullCheck(L_30); NullCheck(L_29); int32_t L_31 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length)))), (int32_t)2)); float L_32 = (L_29)->GetAt(static_cast(L_31)); if ((!(((float)L_28) >= ((float)L_32)))) { goto IL_0130; } } { SingleU5BU5D_t1444911251* L_33 = V_1; SingleU5BU5D_t1444911251* L_34 = V_1; NullCheck(L_34); NullCheck(L_33); int32_t L_35 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length)))), (int32_t)(-1))); float L_36 = (L_33)->GetAt(static_cast(L_35)); V_3 = L_36; int32_t L_37 = ___blend5; switch (L_37) { case 0: { goto IL_00c1; } case 1: { goto IL_00dc; } case 2: { goto IL_00dc; } case 3: { goto IL_0119; } } } { goto IL_012f; } IL_00c1: { Bone_t1086356328 * L_38 = V_0; Bone_t1086356328 * L_39 = V_0; NullCheck(L_39); BoneData_t3130174490 * L_40 = L_39->get_data_1(); NullCheck(L_40); float L_41 = L_40->get_rotation_6(); float L_42 = V_3; float L_43 = ___alpha4; NullCheck(L_38); L_38->set_rotation_7(((float)il2cpp_codegen_add((float)L_41, (float)((float)il2cpp_codegen_multiply((float)L_42, (float)L_43))))); goto IL_012f; } IL_00dc: { float L_44 = V_3; Bone_t1086356328 * L_45 = V_0; NullCheck(L_45); BoneData_t3130174490 * L_46 = L_45->get_data_1(); NullCheck(L_46); float L_47 = L_46->get_rotation_6(); Bone_t1086356328 * L_48 = V_0; NullCheck(L_48); float L_49 = L_48->get_rotation_7(); V_3 = ((float)il2cpp_codegen_add((float)L_44, (float)((float)il2cpp_codegen_subtract((float)L_47, (float)L_49)))); float L_50 = V_3; float L_51 = V_3; V_3 = ((float)il2cpp_codegen_subtract((float)L_50, (float)(((float)((float)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16384), (int32_t)(((int32_t)((int32_t)((double)il2cpp_codegen_subtract((double)(16384.499999999996), (double)(((double)((double)((float)((float)L_51/(float)(360.0f))))))))))))), (int32_t)((int32_t)360)))))))); goto IL_0119; } IL_0119: { Bone_t1086356328 * L_52 = V_0; Bone_t1086356328 * L_53 = L_52; NullCheck(L_53); float L_54 = L_53->get_rotation_7(); float L_55 = V_3; float L_56 = ___alpha4; NullCheck(L_53); L_53->set_rotation_7(((float)il2cpp_codegen_add((float)L_54, (float)((float)il2cpp_codegen_multiply((float)L_55, (float)L_56))))); goto IL_012f; } IL_012f: { return; } IL_0130: { SingleU5BU5D_t1444911251* L_57 = V_1; float L_58 = ___time2; int32_t L_59 = Animation_BinarySearch_m3606306837(NULL /*static, unused*/, L_57, L_58, 2, /*hidden argument*/NULL); V_4 = L_59; SingleU5BU5D_t1444911251* L_60 = V_1; int32_t L_61 = V_4; NullCheck(L_60); int32_t L_62 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)(-1))); float L_63 = (L_60)->GetAt(static_cast(L_62)); V_5 = L_63; SingleU5BU5D_t1444911251* L_64 = V_1; int32_t L_65 = V_4; NullCheck(L_64); int32_t L_66 = L_65; float L_67 = (L_64)->GetAt(static_cast(L_66)); V_6 = L_67; int32_t L_68 = V_4; float L_69 = ___time2; float L_70 = V_6; SingleU5BU5D_t1444911251* L_71 = V_1; int32_t L_72 = V_4; NullCheck(L_71); int32_t L_73 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)((int32_t)-2))); float L_74 = (L_71)->GetAt(static_cast(L_73)); float L_75 = V_6; float L_76 = CurveTimeline_GetCurvePercent_m2554062217(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_68>>(int32_t)1)), (int32_t)1)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)((float)il2cpp_codegen_subtract((float)L_69, (float)L_70))/(float)((float)il2cpp_codegen_subtract((float)L_74, (float)L_75)))))), /*hidden argument*/NULL); V_7 = L_76; SingleU5BU5D_t1444911251* L_77 = V_1; int32_t L_78 = V_4; NullCheck(L_77); int32_t L_79 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)); float L_80 = (L_77)->GetAt(static_cast(L_79)); float L_81 = V_5; V_8 = ((float)il2cpp_codegen_subtract((float)L_80, (float)L_81)); float L_82 = V_5; float L_83 = V_8; float L_84 = V_8; float L_85 = V_7; V_8 = ((float)il2cpp_codegen_add((float)L_82, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_83, (float)(((float)((float)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16384), (int32_t)(((int32_t)((int32_t)((double)il2cpp_codegen_subtract((double)(16384.499999999996), (double)(((double)((double)((float)((float)L_84/(float)(360.0f))))))))))))), (int32_t)((int32_t)360)))))))), (float)L_85)))); int32_t L_86 = ___blend5; switch (L_86) { case 0: { goto IL_01be; } case 1: { goto IL_01fc; } case 2: { goto IL_01fc; } case 3: { goto IL_0218; } } } { goto IL_0251; } IL_01be: { Bone_t1086356328 * L_87 = V_0; Bone_t1086356328 * L_88 = V_0; NullCheck(L_88); BoneData_t3130174490 * L_89 = L_88->get_data_1(); NullCheck(L_89); float L_90 = L_89->get_rotation_6(); float L_91 = V_8; float L_92 = V_8; float L_93 = ___alpha4; NullCheck(L_87); L_87->set_rotation_7(((float)il2cpp_codegen_add((float)L_90, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_91, (float)(((float)((float)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16384), (int32_t)(((int32_t)((int32_t)((double)il2cpp_codegen_subtract((double)(16384.499999999996), (double)(((double)((double)((float)((float)L_92/(float)(360.0f))))))))))))), (int32_t)((int32_t)360)))))))), (float)L_93))))); goto IL_0251; } IL_01fc: { float L_94 = V_8; Bone_t1086356328 * L_95 = V_0; NullCheck(L_95); BoneData_t3130174490 * L_96 = L_95->get_data_1(); NullCheck(L_96); float L_97 = L_96->get_rotation_6(); Bone_t1086356328 * L_98 = V_0; NullCheck(L_98); float L_99 = L_98->get_rotation_7(); V_8 = ((float)il2cpp_codegen_add((float)L_94, (float)((float)il2cpp_codegen_subtract((float)L_97, (float)L_99)))); goto IL_0218; } IL_0218: { Bone_t1086356328 * L_100 = V_0; Bone_t1086356328 * L_101 = L_100; NullCheck(L_101); float L_102 = L_101->get_rotation_7(); float L_103 = V_8; float L_104 = V_8; float L_105 = ___alpha4; NullCheck(L_101); L_101->set_rotation_7(((float)il2cpp_codegen_add((float)L_102, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_103, (float)(((float)((float)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16384), (int32_t)(((int32_t)((int32_t)((double)il2cpp_codegen_subtract((double)(16384.499999999996), (double)(((double)((double)((float)((float)L_104/(float)(360.0f))))))))))))), (int32_t)((int32_t)360)))))))), (float)L_105))))); goto IL_0251; } IL_0251: { 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 Spine.ScaleTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScaleTimeline__ctor_m460360373 (ScaleTimeline_t1810411048 * __this, int32_t ___frameCount0, const RuntimeMethod* method) { { int32_t L_0 = ___frameCount0; TranslateTimeline__ctor_m1628050115(__this, L_0, /*hidden argument*/NULL); return; } } // System.Int32 Spine.ScaleTimeline::get_PropertyId() extern "C" IL2CPP_METHOD_ATTR int32_t ScaleTimeline_get_PropertyId_m778040982 (ScaleTimeline_t1810411048 * __this, const RuntimeMethod* method) { { int32_t L_0 = ((TranslateTimeline_t2733426737 *)__this)->get_boneIndex_11(); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)33554432), (int32_t)L_0)); } } // System.Void Spine.ScaleTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection) extern "C" IL2CPP_METHOD_ATTR void ScaleTimeline_Apply_m1204670060 (ScaleTimeline_t1810411048 * __this, Skeleton_t3686076450 * ___skeleton0, float ___lastTime1, float ___time2, ExposedList_1_t4085685707 * ___firedEvents3, float ___alpha4, int32_t ___blend5, int32_t ___direction6, const RuntimeMethod* method) { Bone_t1086356328 * V_0 = NULL; SingleU5BU5D_t1444911251* V_1 = NULL; float V_2 = 0.0f; float V_3 = 0.0f; int32_t V_4 = 0; float V_5 = 0.0f; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; { Skeleton_t3686076450 * L_0 = ___skeleton0; NullCheck(L_0); ExposedList_1_t3793468194 * L_1 = L_0->get_bones_1(); NullCheck(L_1); BoneU5BU5D_t374432249* L_2 = L_1->get_Items_0(); int32_t L_3 = ((TranslateTimeline_t2733426737 *)__this)->get_boneIndex_11(); NullCheck(L_2); int32_t L_4 = L_3; Bone_t1086356328 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = L_5; SingleU5BU5D_t1444911251* L_6 = ((TranslateTimeline_t2733426737 *)__this)->get_frames_12(); V_1 = L_6; float L_7 = ___time2; SingleU5BU5D_t1444911251* L_8 = V_1; NullCheck(L_8); int32_t L_9 = 0; float L_10 = (L_8)->GetAt(static_cast(L_9)); if ((!(((float)L_7) < ((float)L_10)))) { goto IL_00a0; } } { int32_t L_11 = ___blend5; if (!L_11) { goto IL_0037; } } { int32_t L_12 = ___blend5; if ((((int32_t)L_12) == ((int32_t)1))) { goto IL_005a; } } { goto IL_009f; } IL_0037: { Bone_t1086356328 * L_13 = V_0; Bone_t1086356328 * L_14 = V_0; NullCheck(L_14); BoneData_t3130174490 * L_15 = L_14->get_data_1(); NullCheck(L_15); float L_16 = L_15->get_scaleX_7(); NullCheck(L_13); L_13->set_scaleX_8(L_16); Bone_t1086356328 * L_17 = V_0; Bone_t1086356328 * L_18 = V_0; NullCheck(L_18); BoneData_t3130174490 * L_19 = L_18->get_data_1(); NullCheck(L_19); float L_20 = L_19->get_scaleY_8(); NullCheck(L_17); L_17->set_scaleY_9(L_20); return; } IL_005a: { Bone_t1086356328 * L_21 = V_0; Bone_t1086356328 * L_22 = L_21; NullCheck(L_22); float L_23 = L_22->get_scaleX_8(); Bone_t1086356328 * L_24 = V_0; NullCheck(L_24); BoneData_t3130174490 * L_25 = L_24->get_data_1(); NullCheck(L_25); float L_26 = L_25->get_scaleX_7(); Bone_t1086356328 * L_27 = V_0; NullCheck(L_27); float L_28 = L_27->get_scaleX_8(); float L_29 = ___alpha4; NullCheck(L_22); L_22->set_scaleX_8(((float)il2cpp_codegen_add((float)L_23, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_26, (float)L_28)), (float)L_29))))); Bone_t1086356328 * L_30 = V_0; Bone_t1086356328 * L_31 = L_30; NullCheck(L_31); float L_32 = L_31->get_scaleY_9(); Bone_t1086356328 * L_33 = V_0; NullCheck(L_33); BoneData_t3130174490 * L_34 = L_33->get_data_1(); NullCheck(L_34); float L_35 = L_34->get_scaleY_8(); Bone_t1086356328 * L_36 = V_0; NullCheck(L_36); float L_37 = L_36->get_scaleY_9(); float L_38 = ___alpha4; NullCheck(L_31); L_31->set_scaleY_9(((float)il2cpp_codegen_add((float)L_32, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_35, (float)L_37)), (float)L_38))))); return; } IL_009f: { return; } IL_00a0: { float L_39 = ___time2; SingleU5BU5D_t1444911251* L_40 = V_1; SingleU5BU5D_t1444911251* L_41 = V_1; NullCheck(L_41); NullCheck(L_40); int32_t L_42 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_41)->max_length)))), (int32_t)3)); float L_43 = (L_40)->GetAt(static_cast(L_42)); if ((!(((float)L_39) >= ((float)L_43)))) { goto IL_00db; } } { SingleU5BU5D_t1444911251* L_44 = V_1; SingleU5BU5D_t1444911251* L_45 = V_1; NullCheck(L_45); NullCheck(L_44); int32_t L_46 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_45)->max_length)))), (int32_t)((int32_t)-2))); float L_47 = (L_44)->GetAt(static_cast(L_46)); Bone_t1086356328 * L_48 = V_0; NullCheck(L_48); BoneData_t3130174490 * L_49 = L_48->get_data_1(); NullCheck(L_49); float L_50 = L_49->get_scaleX_7(); V_2 = ((float)il2cpp_codegen_multiply((float)L_47, (float)L_50)); SingleU5BU5D_t1444911251* L_51 = V_1; SingleU5BU5D_t1444911251* L_52 = V_1; NullCheck(L_52); NullCheck(L_51); int32_t L_53 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_52)->max_length)))), (int32_t)(-1))); float L_54 = (L_51)->GetAt(static_cast(L_53)); Bone_t1086356328 * L_55 = V_0; NullCheck(L_55); BoneData_t3130174490 * L_56 = L_55->get_data_1(); NullCheck(L_56); float L_57 = L_56->get_scaleY_8(); V_3 = ((float)il2cpp_codegen_multiply((float)L_54, (float)L_57)); goto IL_0151; } IL_00db: { SingleU5BU5D_t1444911251* L_58 = V_1; float L_59 = ___time2; int32_t L_60 = Animation_BinarySearch_m3606306837(NULL /*static, unused*/, L_58, L_59, 3, /*hidden argument*/NULL); V_4 = L_60; SingleU5BU5D_t1444911251* L_61 = V_1; int32_t L_62 = V_4; NullCheck(L_61); int32_t L_63 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)((int32_t)-2))); float L_64 = (L_61)->GetAt(static_cast(L_63)); V_2 = L_64; SingleU5BU5D_t1444911251* L_65 = V_1; int32_t L_66 = V_4; NullCheck(L_65); int32_t L_67 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)(-1))); float L_68 = (L_65)->GetAt(static_cast(L_67)); V_3 = L_68; SingleU5BU5D_t1444911251* L_69 = V_1; int32_t L_70 = V_4; NullCheck(L_69); int32_t L_71 = L_70; float L_72 = (L_69)->GetAt(static_cast(L_71)); V_5 = L_72; int32_t L_73 = V_4; float L_74 = ___time2; float L_75 = V_5; SingleU5BU5D_t1444911251* L_76 = V_1; int32_t L_77 = V_4; NullCheck(L_76); int32_t L_78 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)((int32_t)-3))); float L_79 = (L_76)->GetAt(static_cast(L_78)); float L_80 = V_5; float L_81 = CurveTimeline_GetCurvePercent_m2554062217(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_73/(int32_t)3)), (int32_t)1)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)((float)il2cpp_codegen_subtract((float)L_74, (float)L_75))/(float)((float)il2cpp_codegen_subtract((float)L_79, (float)L_80)))))), /*hidden argument*/NULL); V_6 = L_81; float L_82 = V_2; SingleU5BU5D_t1444911251* L_83 = V_1; int32_t L_84 = V_4; NullCheck(L_83); int32_t L_85 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)); float L_86 = (L_83)->GetAt(static_cast(L_85)); float L_87 = V_2; float L_88 = V_6; Bone_t1086356328 * L_89 = V_0; NullCheck(L_89); BoneData_t3130174490 * L_90 = L_89->get_data_1(); NullCheck(L_90); float L_91 = L_90->get_scaleX_7(); V_2 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_82, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_86, (float)L_87)), (float)L_88)))), (float)L_91)); float L_92 = V_3; SingleU5BU5D_t1444911251* L_93 = V_1; int32_t L_94 = V_4; NullCheck(L_93); int32_t L_95 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)2)); float L_96 = (L_93)->GetAt(static_cast(L_95)); float L_97 = V_3; float L_98 = V_6; Bone_t1086356328 * L_99 = V_0; NullCheck(L_99); BoneData_t3130174490 * L_100 = L_99->get_data_1(); NullCheck(L_100); float L_101 = L_100->get_scaleY_8(); V_3 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_92, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_96, (float)L_97)), (float)L_98)))), (float)L_101)); } IL_0151: { float L_102 = ___alpha4; if ((!(((float)L_102) == ((float)(1.0f))))) { goto IL_01b1; } } { int32_t L_103 = ___blend5; if ((!(((uint32_t)L_103) == ((uint32_t)3)))) { goto IL_019e; } } { Bone_t1086356328 * L_104 = V_0; Bone_t1086356328 * L_105 = L_104; NullCheck(L_105); float L_106 = L_105->get_scaleX_8(); float L_107 = V_2; Bone_t1086356328 * L_108 = V_0; NullCheck(L_108); BoneData_t3130174490 * L_109 = L_108->get_data_1(); NullCheck(L_109); float L_110 = L_109->get_scaleX_7(); NullCheck(L_105); L_105->set_scaleX_8(((float)il2cpp_codegen_add((float)L_106, (float)((float)il2cpp_codegen_subtract((float)L_107, (float)L_110))))); Bone_t1086356328 * L_111 = V_0; Bone_t1086356328 * L_112 = L_111; NullCheck(L_112); float L_113 = L_112->get_scaleY_9(); float L_114 = V_3; Bone_t1086356328 * L_115 = V_0; NullCheck(L_115); BoneData_t3130174490 * L_116 = L_115->get_data_1(); NullCheck(L_116); float L_117 = L_116->get_scaleY_8(); NullCheck(L_112); L_112->set_scaleY_9(((float)il2cpp_codegen_add((float)L_113, (float)((float)il2cpp_codegen_subtract((float)L_114, (float)L_117))))); goto IL_01ac; } IL_019e: { Bone_t1086356328 * L_118 = V_0; float L_119 = V_2; NullCheck(L_118); L_118->set_scaleX_8(L_119); Bone_t1086356328 * L_120 = V_0; float L_121 = V_3; NullCheck(L_120); L_120->set_scaleY_9(L_121); } IL_01ac: { goto IL_041e; } IL_01b1: { int32_t L_122 = ___direction6; if ((!(((uint32_t)L_122) == ((uint32_t)1)))) { goto IL_02e9; } } { int32_t L_123 = ___blend5; switch (L_123) { case 0: { goto IL_01d5; } case 1: { goto IL_0230; } case 2: { goto IL_0230; } case 3: { goto IL_0281; } } } { goto IL_02e4; } IL_01d5: { Bone_t1086356328 * L_124 = V_0; NullCheck(L_124); BoneData_t3130174490 * L_125 = L_124->get_data_1(); NullCheck(L_125); float L_126 = L_125->get_scaleX_7(); V_7 = L_126; Bone_t1086356328 * L_127 = V_0; NullCheck(L_127); BoneData_t3130174490 * L_128 = L_127->get_data_1(); NullCheck(L_128); float L_129 = L_128->get_scaleY_8(); V_8 = L_129; Bone_t1086356328 * L_130 = V_0; float L_131 = V_7; float L_132 = V_2; float L_133 = fabsf(L_132); float L_134 = V_7; int32_t L_135 = Math_Sign_m1545180090(NULL /*static, unused*/, L_134, /*hidden argument*/NULL); float L_136 = V_7; float L_137 = ___alpha4; NullCheck(L_130); L_130->set_scaleX_8(((float)il2cpp_codegen_add((float)L_131, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_133, (float)(((float)((float)L_135))))), (float)L_136)), (float)L_137))))); Bone_t1086356328 * L_138 = V_0; float L_139 = V_8; float L_140 = V_3; float L_141 = fabsf(L_140); float L_142 = V_8; int32_t L_143 = Math_Sign_m1545180090(NULL /*static, unused*/, L_142, /*hidden argument*/NULL); float L_144 = V_8; float L_145 = ___alpha4; NullCheck(L_138); L_138->set_scaleY_9(((float)il2cpp_codegen_add((float)L_139, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_141, (float)(((float)((float)L_143))))), (float)L_144)), (float)L_145))))); goto IL_02e4; } IL_0230: { Bone_t1086356328 * L_146 = V_0; NullCheck(L_146); float L_147 = L_146->get_scaleX_8(); V_7 = L_147; Bone_t1086356328 * L_148 = V_0; NullCheck(L_148); float L_149 = L_148->get_scaleY_9(); V_8 = L_149; Bone_t1086356328 * L_150 = V_0; float L_151 = V_7; float L_152 = V_2; float L_153 = fabsf(L_152); float L_154 = V_7; int32_t L_155 = Math_Sign_m1545180090(NULL /*static, unused*/, L_154, /*hidden argument*/NULL); float L_156 = V_7; float L_157 = ___alpha4; NullCheck(L_150); L_150->set_scaleX_8(((float)il2cpp_codegen_add((float)L_151, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_153, (float)(((float)((float)L_155))))), (float)L_156)), (float)L_157))))); Bone_t1086356328 * L_158 = V_0; float L_159 = V_8; float L_160 = V_3; float L_161 = fabsf(L_160); float L_162 = V_8; int32_t L_163 = Math_Sign_m1545180090(NULL /*static, unused*/, L_162, /*hidden argument*/NULL); float L_164 = V_8; float L_165 = ___alpha4; NullCheck(L_158); L_158->set_scaleY_9(((float)il2cpp_codegen_add((float)L_159, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_161, (float)(((float)((float)L_163))))), (float)L_164)), (float)L_165))))); goto IL_02e4; } IL_0281: { Bone_t1086356328 * L_166 = V_0; NullCheck(L_166); float L_167 = L_166->get_scaleX_8(); V_7 = L_167; Bone_t1086356328 * L_168 = V_0; NullCheck(L_168); float L_169 = L_168->get_scaleY_9(); V_8 = L_169; Bone_t1086356328 * L_170 = V_0; float L_171 = V_7; float L_172 = V_2; float L_173 = fabsf(L_172); float L_174 = V_7; int32_t L_175 = Math_Sign_m1545180090(NULL /*static, unused*/, L_174, /*hidden argument*/NULL); Bone_t1086356328 * L_176 = V_0; NullCheck(L_176); BoneData_t3130174490 * L_177 = L_176->get_data_1(); NullCheck(L_177); float L_178 = L_177->get_scaleX_7(); float L_179 = ___alpha4; NullCheck(L_170); L_170->set_scaleX_8(((float)il2cpp_codegen_add((float)L_171, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_173, (float)(((float)((float)L_175))))), (float)L_178)), (float)L_179))))); Bone_t1086356328 * L_180 = V_0; float L_181 = V_8; float L_182 = V_3; float L_183 = fabsf(L_182); float L_184 = V_8; int32_t L_185 = Math_Sign_m1545180090(NULL /*static, unused*/, L_184, /*hidden argument*/NULL); Bone_t1086356328 * L_186 = V_0; NullCheck(L_186); BoneData_t3130174490 * L_187 = L_186->get_data_1(); NullCheck(L_187); float L_188 = L_187->get_scaleY_8(); float L_189 = ___alpha4; NullCheck(L_180); L_180->set_scaleY_9(((float)il2cpp_codegen_add((float)L_181, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_183, (float)(((float)((float)L_185))))), (float)L_188)), (float)L_189))))); goto IL_02e4; } IL_02e4: { goto IL_041e; } IL_02e9: { int32_t L_190 = ___blend5; switch (L_190) { case 0: { goto IL_0305; } case 1: { goto IL_035e; } case 2: { goto IL_035e; } case 3: { goto IL_03ad; } } } { goto IL_041e; } IL_0305: { Bone_t1086356328 * L_191 = V_0; NullCheck(L_191); BoneData_t3130174490 * L_192 = L_191->get_data_1(); NullCheck(L_192); float L_193 = L_192->get_scaleX_7(); float L_194 = fabsf(L_193); float L_195 = V_2; int32_t L_196 = Math_Sign_m1545180090(NULL /*static, unused*/, L_195, /*hidden argument*/NULL); V_7 = ((float)il2cpp_codegen_multiply((float)L_194, (float)(((float)((float)L_196))))); Bone_t1086356328 * L_197 = V_0; NullCheck(L_197); BoneData_t3130174490 * L_198 = L_197->get_data_1(); NullCheck(L_198); float L_199 = L_198->get_scaleY_8(); float L_200 = fabsf(L_199); float L_201 = V_3; int32_t L_202 = Math_Sign_m1545180090(NULL /*static, unused*/, L_201, /*hidden argument*/NULL); V_8 = ((float)il2cpp_codegen_multiply((float)L_200, (float)(((float)((float)L_202))))); Bone_t1086356328 * L_203 = V_0; float L_204 = V_7; float L_205 = V_2; float L_206 = V_7; float L_207 = ___alpha4; NullCheck(L_203); L_203->set_scaleX_8(((float)il2cpp_codegen_add((float)L_204, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_205, (float)L_206)), (float)L_207))))); Bone_t1086356328 * L_208 = V_0; float L_209 = V_8; float L_210 = V_3; float L_211 = V_8; float L_212 = ___alpha4; NullCheck(L_208); L_208->set_scaleY_9(((float)il2cpp_codegen_add((float)L_209, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_210, (float)L_211)), (float)L_212))))); goto IL_041e; } IL_035e: { Bone_t1086356328 * L_213 = V_0; NullCheck(L_213); float L_214 = L_213->get_scaleX_8(); float L_215 = fabsf(L_214); float L_216 = V_2; int32_t L_217 = Math_Sign_m1545180090(NULL /*static, unused*/, L_216, /*hidden argument*/NULL); V_7 = ((float)il2cpp_codegen_multiply((float)L_215, (float)(((float)((float)L_217))))); Bone_t1086356328 * L_218 = V_0; NullCheck(L_218); float L_219 = L_218->get_scaleY_9(); float L_220 = fabsf(L_219); float L_221 = V_3; int32_t L_222 = Math_Sign_m1545180090(NULL /*static, unused*/, L_221, /*hidden argument*/NULL); V_8 = ((float)il2cpp_codegen_multiply((float)L_220, (float)(((float)((float)L_222))))); Bone_t1086356328 * L_223 = V_0; float L_224 = V_7; float L_225 = V_2; float L_226 = V_7; float L_227 = ___alpha4; NullCheck(L_223); L_223->set_scaleX_8(((float)il2cpp_codegen_add((float)L_224, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_225, (float)L_226)), (float)L_227))))); Bone_t1086356328 * L_228 = V_0; float L_229 = V_8; float L_230 = V_3; float L_231 = V_8; float L_232 = ___alpha4; NullCheck(L_228); L_228->set_scaleY_9(((float)il2cpp_codegen_add((float)L_229, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_230, (float)L_231)), (float)L_232))))); goto IL_041e; } IL_03ad: { float L_233 = V_2; int32_t L_234 = Math_Sign_m1545180090(NULL /*static, unused*/, L_233, /*hidden argument*/NULL); V_7 = (((float)((float)L_234))); float L_235 = V_3; int32_t L_236 = Math_Sign_m1545180090(NULL /*static, unused*/, L_235, /*hidden argument*/NULL); V_8 = (((float)((float)L_236))); Bone_t1086356328 * L_237 = V_0; Bone_t1086356328 * L_238 = V_0; NullCheck(L_238); float L_239 = L_238->get_scaleX_8(); float L_240 = fabsf(L_239); float L_241 = V_7; float L_242 = V_2; Bone_t1086356328 * L_243 = V_0; NullCheck(L_243); BoneData_t3130174490 * L_244 = L_243->get_data_1(); NullCheck(L_244); float L_245 = L_244->get_scaleX_7(); float L_246 = fabsf(L_245); float L_247 = V_7; float L_248 = ___alpha4; NullCheck(L_237); L_237->set_scaleX_8(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_240, (float)L_241)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_242, (float)((float)il2cpp_codegen_multiply((float)L_246, (float)L_247)))), (float)L_248))))); Bone_t1086356328 * L_249 = V_0; Bone_t1086356328 * L_250 = V_0; NullCheck(L_250); float L_251 = L_250->get_scaleY_9(); float L_252 = fabsf(L_251); float L_253 = V_8; float L_254 = V_3; Bone_t1086356328 * L_255 = V_0; NullCheck(L_255); BoneData_t3130174490 * L_256 = L_255->get_data_1(); NullCheck(L_256); float L_257 = L_256->get_scaleY_8(); float L_258 = fabsf(L_257); float L_259 = V_8; float L_260 = ___alpha4; NullCheck(L_249); L_249->set_scaleY_9(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_252, (float)L_253)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_254, (float)((float)il2cpp_codegen_multiply((float)L_258, (float)L_259)))), (float)L_260))))); goto IL_041e; } IL_041e: { 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 Spine.ShearTimeline::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ShearTimeline__ctor_m3406431517 (ShearTimeline_t3812859450 * __this, int32_t ___frameCount0, const RuntimeMethod* method) { { int32_t L_0 = ___frameCount0; TranslateTimeline__ctor_m1628050115(__this, L_0, /*hidden argument*/NULL); return; } } // System.Int32 Spine.ShearTimeline::get_PropertyId() extern "C" IL2CPP_METHOD_ATTR int32_t ShearTimeline_get_PropertyId_m151594242 (ShearTimeline_t3812859450 * __this, const RuntimeMethod* method) { { int32_t L_0 = ((TranslateTimeline_t2733426737 *)__this)->get_boneIndex_11(); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)50331648), (int32_t)L_0)); } } // System.Void Spine.ShearTimeline::Apply(Spine.Skeleton,System.Single,System.Single,Spine.ExposedList`1,System.Single,Spine.MixBlend,Spine.MixDirection) extern "C" IL2CPP_METHOD_ATTR void ShearTimeline_Apply_m681352972 (ShearTimeline_t3812859450 * __this, Skeleton_t3686076450 * ___skeleton0, float ___lastTime1, float ___time2, ExposedList_1_t4085685707 * ___firedEvents3, float ___alpha4, int32_t ___blend5, int32_t ___direction6, const RuntimeMethod* method) { Bone_t1086356328 * V_0 = NULL; SingleU5BU5D_t1444911251* V_1 = NULL; float V_2 = 0.0f; float V_3 = 0.0f; int32_t V_4 = 0; float V_5 = 0.0f; float V_6 = 0.0f; { Skeleton_t3686076450 * L_0 = ___skeleton0; NullCheck(L_0); ExposedList_1_t3793468194 * L_1 = L_0->get_bones_1(); NullCheck(L_1); BoneU5BU5D_t374432249* L_2 = L_1->get_Items_0(); int32_t L_3 = ((TranslateTimeline_t2733426737 *)__this)->get_boneIndex_11(); NullCheck(L_2); int32_t L_4 = L_3; Bone_t1086356328 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = L_5; SingleU5BU5D_t1444911251* L_6 = ((TranslateTimeline_t2733426737 *)__this)->get_frames_12(); V_1 = L_6; float L_7 = ___time2; SingleU5BU5D_t1444911251* L_8 = V_1; NullCheck(L_8); int32_t L_9 = 0; float L_10 = (L_8)->GetAt(static_cast(L_9)); if ((!(((float)L_7) < ((float)L_10)))) { goto IL_00a0; } } { int32_t L_11 = ___blend5; if (!L_11) { goto IL_0037; } } { int32_t L_12 = ___blend5; if ((((int32_t)L_12) == ((int32_t)1))) { goto IL_005a; } } { goto IL_009f; } IL_0037: { Bone_t1086356328 * L_13 = V_0; Bone_t1086356328 * L_14 = V_0; NullCheck(L_14); BoneData_t3130174490 * L_15 = L_14->get_data_1(); NullCheck(L_15); float L_16 = L_15->get_shearX_9(); NullCheck(L_13); L_13->set_shearX_10(L_16); Bone_t1086356328 * L_17 = V_0; Bone_t1086356328 * L_18 = V_0; NullCheck(L_18); BoneData_t3130174490 * L_19 = L_18->get_data_1(); NullCheck(L_19); float L_20 = L_19->get_shearY_10(); NullCheck(L_17); L_17->set_shearY_11(L_20); return; } IL_005a: { Bone_t1086356328 * L_21 = V_0; Bone_t1086356328 * L_22 = L_21; NullCheck(L_22); float L_23 = L_22->get_shearX_10(); Bone_t1086356328 * L_24 = V_0; NullCheck(L_24); BoneData_t3130174490 * L_25 = L_24->get_data_1(); NullCheck(L_25); float L_26 = L_25->get_shearX_9(); Bone_t1086356328 * L_27 = V_0; NullCheck(L_27); float L_28 = L_27->get_shearX_10(); float L_29 = ___alpha4; NullCheck(L_22); L_22->set_shearX_10(((float)il2cpp_codegen_add((float)L_23, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_26, (float)L_28)), (float)L_29))))); Bone_t1086356328 * L_30 = V_0; Bone_t1086356328 * L_31 = L_30; NullCheck(L_31); float L_32 = L_31->get_shearY_11(); Bone_t1086356328 * L_33 = V_0; NullCheck(L_33); BoneData_t3130174490 * L_34 = L_33->get_data_1(); NullCheck(L_34); float L_35 = L_34->get_shearY_10(); Bone_t1086356328 * L_36 = V_0; NullCheck(L_36); float L_37 = L_36->get_shearY_11(); float L_38 = ___alpha4; NullCheck(L_31); L_31->set_shearY_11(((float)il2cpp_codegen_add((float)L_32, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_35, (float)L_37)), (float)L_38))))); return; } IL_009f: { return; } IL_00a0: { float L_39 = ___time2; SingleU5BU5D_t1444911251* L_40 = V_1; SingleU5BU5D_t1444911251* L_41 = V_1; NullCheck(L_41); NullCheck(L_40); int32_t L_42 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_41)->max_length)))), (int32_t)3)); float L_43 = (L_40)->GetAt(static_cast(L_42)); if ((!(((float)L_39) >= ((float)L_43)))) { goto IL_00c3; } } { SingleU5BU5D_t1444911251* L_44 = V_1; SingleU5BU5D_t1444911251* L_45 = V_1; NullCheck(L_45); NullCheck(L_44); int32_t L_46 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_45)->max_length)))), (int32_t)((int32_t)-2))); float L_47 = (L_44)->GetAt(static_cast(L_46)); V_2 = L_47; SingleU5BU5D_t1444911251* L_48 = V_1; SingleU5BU5D_t1444911251* L_49 = V_1; NullCheck(L_49); NullCheck(L_48); int32_t L_50 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_49)->max_length)))), (int32_t)(-1))); float L_51 = (L_48)->GetAt(static_cast(L_50)); V_3 = L_51; goto IL_0121; } IL_00c3: { SingleU5BU5D_t1444911251* L_52 = V_1; float L_53 = ___time2; int32_t L_54 = Animation_BinarySearch_m3606306837(NULL /*static, unused*/, L_52, L_53, 3, /*hidden argument*/NULL); V_4 = L_54; SingleU5BU5D_t1444911251* L_55 = V_1; int32_t L_56 = V_4; NullCheck(L_55); int32_t L_57 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)((int32_t)-2))); float L_58 = (L_55)->GetAt(static_cast(L_57)); V_2 = L_58; SingleU5BU5D_t1444911251* L_59 = V_1; int32_t L_60 = V_4; NullCheck(L_59); int32_t L_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)(-1))); float L_62 = (L_59)->GetAt(static_cast(L_61)); V_3 = L_62; SingleU5BU5D_t1444911251* L_63 = V_1; int32_t L_64 = V_4; NullCheck(L_63); int32_t L_65 = L_64; float L_66 = (L_63)->GetAt(static_cast(L_65)); V_5 = L_66; int32_t L_67 = V_4; float L_68 = ___time2; float L_69 = V_5; SingleU5BU5D_t1444911251* L_70 = V_1; int32_t L_71 = V_4; NullCheck(L_70); int32_t L_72 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)((int32_t)-3))); float L_73 = (L_70)->GetAt(static_cast(L_72)); float L_74 = V_5; float L_75 = CurveTimeline_GetCurvePercent_m2554062217(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_67/(int32_t)3)), (int32_t)1)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)((float)il2cpp_codegen_subtract((float)L_68, (float)L_69))/(float)((float)il2cpp_codegen_subtract((float)L_73, (float)L_74)))))), /*hidden argument*/NULL); V_6 = L_75; float L_76 = V_2; SingleU5BU5D_t1444911251* L_77 = V_1; int32_t L_78 = V_4; NullCheck(L_77); int32_t L_79 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)); float L_80 = (L_77)->GetAt(static_cast(L_79)); float L_81 = V_2; float L_82 = V_6; V_2 = ((float)il2cpp_codegen_add((float)L_76, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_80, (float)L_81)), (float)L_82)))); float L_83 = V_3; SingleU5BU5D_t1444911251* L_84 = V_1; int32_t L_85 = V_4; NullCheck(L_84); int32_t L_86 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)2)); float L_87 = (L_84)->GetAt(static_cast(L_86)); float L_88 = V_3; float L_89 = V_6; V_3 = ((float)il2cpp_codegen_add((float)L_83, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_87, (float)L_88)), (float)L_89)))); } IL_0121: { int32_t L_90 = ___blend5; switch (L_90) { case 0: { goto IL_013d; } case 1: { goto IL_016e; } case 2: { goto IL_016e; } case 3: { goto IL_01bb; } } } { goto IL_01e2; } IL_013d: { Bone_t1086356328 * L_91 = V_0; Bone_t1086356328 * L_92 = V_0; NullCheck(L_92); BoneData_t3130174490 * L_93 = L_92->get_data_1(); NullCheck(L_93); float L_94 = L_93->get_shearX_9(); float L_95 = V_2; float L_96 = ___alpha4; NullCheck(L_91); L_91->set_shearX_10(((float)il2cpp_codegen_add((float)L_94, (float)((float)il2cpp_codegen_multiply((float)L_95, (float)L_96))))); Bone_t1086356328 * L_97 = V_0; Bone_t1086356328 * L_98 = V_0; NullCheck(L_98); BoneData_t3130174490 * L_99 = L_98->get_data_1(); NullCheck(L_99); float L_100 = L_99->get_shearY_10(); float L_101 = V_3; float L_102 = ___alpha4; NullCheck(L_97); L_97->set_shearY_11(((float)il2cpp_codegen_add((float)L_100, (float)((float)il2cpp_codegen_multiply((float)L_101, (float)L_102))))); goto IL_01e2; } IL_016e: { Bone_t1086356328 * L_103 = V_0; Bone_t1086356328 * L_104 = L_103; NullCheck(L_104); float L_105 = L_104->get_shearX_10(); Bone_t1086356328 * L_106 = V_0; NullCheck(L_106); BoneData_t3130174490 * L_107 = L_106->get_data_1(); NullCheck(L_107); float L_108 = L_107->get_shearX_9(); float L_109 = V_2; Bone_t1086356328 * L_110 = V_0; NullCheck(L_110); float L_111 = L_110->get_shearX_10(); float L_112 = ___alpha4; NullCheck(L_104); L_104->set_shearX_10(((float)il2cpp_codegen_add((float)L_105, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_108, (float)L_109)), (float)L_111)), (float)L_112))))); Bone_t1086356328 * L_113 = V_0; Bone_t1086356328 * L_114 = L_113; NullCheck(L_114); float L_115 = L_114->get_shearY_11(); Bone_t1086356328 * L_116 = V_0; NullCheck(L_116); BoneData_t3130174490 * L_117 = L_116->get_data_1(); NullCheck(L_117); float L_118 = L_117->get_shearY_10(); float L_119 = V_3; Bone_t1086356328 * L_120 = V_0; NullCheck(L_120); float L_121 = L_120->get_shearY_11(); float L_122 = ___alpha4; NullCheck(L_114); L_114->set_shearY_11(((float)il2cpp_codegen_add((float)L_115, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_118, (float)L_119)), (float)L_121)), (float)L_122))))); goto IL_01e2; } IL_01bb: { Bone_t1086356328 * L_123 = V_0; Bone_t1086356328 * L_124 = L_123; NullCheck(L_124); float L_125 = L_124->get_shearX_10(); float L_126 = V_2; float L_127 = ___alpha4; NullCheck(L_124); L_124->set_shearX_10(((float)il2cpp_codegen_add((float)L_125, (float)((float)il2cpp_codegen_multiply((float)L_126, (float)L_127))))); Bone_t1086356328 * L_128 = V_0; Bone_t1086356328 * L_129 = L_128; NullCheck(L_129); float L_130 = L_129->get_shearY_11(); float L_131 = V_3; float L_132 = ___alpha4; NullCheck(L_129); L_129->set_shearY_11(((float)il2cpp_codegen_add((float)L_130, (float)((float)il2cpp_codegen_multiply((float)L_131, (float)L_132))))); goto IL_01e2; } IL_01e2: { 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 Spine.Skeleton::.ctor(Spine.SkeletonData) extern "C" IL2CPP_METHOD_ATTR void Skeleton__ctor_m1007497464 (Skeleton_t3686076450 * __this, SkeletonData_t2032710716 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton__ctor_m1007497464_MetadataUsageId); s_Il2CppMethodInitialized = true; } BoneData_t3130174490 * V_0 = NULL; Enumerator_t871160215 V_1; memset(&V_1, 0, sizeof(V_1)); Bone_t1086356328 * V_2 = NULL; Bone_t1086356328 * V_3 = NULL; SlotData_t154801902 * V_4 = NULL; Enumerator_t2190754923 V_5; memset(&V_5, 0, sizeof(V_5)); Bone_t1086356328 * V_6 = NULL; Slot_t3514940700 * V_7 = NULL; IkConstraintData_t459120129 * V_8 = NULL; Enumerator_t2495073150 V_9; memset(&V_9, 0, sizeof(V_9)); TransformConstraintData_t529073346 * V_10 = NULL; Enumerator_t2565026367 V_11; memset(&V_11, 0, sizeof(V_11)); PathConstraintData_t981297034 * V_12 = NULL; Enumerator_t3017250055 V_13; memset(&V_13, 0, sizeof(V_13)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ExposedList_1_t2549315650 * L_0 = (ExposedList_1_t2549315650 *)il2cpp_codegen_object_new(ExposedList_1_t2549315650_il2cpp_TypeInfo_var); ExposedList_1__ctor_m2734591865(L_0, /*hidden argument*/ExposedList_1__ctor_m2734591865_RuntimeMethod_var); __this->set_updateCache_7(L_0); ExposedList_1_t3793468194 * L_1 = (ExposedList_1_t3793468194 *)il2cpp_codegen_object_new(ExposedList_1_t3793468194_il2cpp_TypeInfo_var); ExposedList_1__ctor_m2583486954(L_1, /*hidden argument*/ExposedList_1__ctor_m2583486954_RuntimeMethod_var); __this->set_updateCacheReset_8(L_1); __this->set_r_10((1.0f)); __this->set_g_11((1.0f)); __this->set_b_12((1.0f)); __this->set_a_13((1.0f)); __this->set_scaleX_15((1.0f)); __this->set_scaleY_16((1.0f)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); SkeletonData_t2032710716 * L_2 = ___data0; if (L_2) { goto IL_0074; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_3, _stringLiteral2037252866, _stringLiteral1682804726, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Skeleton__ctor_m1007497464_RuntimeMethod_var); } IL_0074: { SkeletonData_t2032710716 * L_4 = ___data0; __this->set_data_0(L_4); SkeletonData_t2032710716 * L_5 = ___data0; NullCheck(L_5); ExposedList_1_t1542319060 * L_6 = L_5->get_bones_1(); NullCheck(L_6); int32_t L_7 = L_6->get_Count_1(); ExposedList_1_t3793468194 * L_8 = (ExposedList_1_t3793468194 *)il2cpp_codegen_object_new(ExposedList_1_t3793468194_il2cpp_TypeInfo_var); ExposedList_1__ctor_m1308120247(L_8, L_7, /*hidden argument*/ExposedList_1__ctor_m1308120247_RuntimeMethod_var); __this->set_bones_1(L_8); SkeletonData_t2032710716 * L_9 = ___data0; NullCheck(L_9); ExposedList_1_t1542319060 * L_10 = L_9->get_bones_1(); NullCheck(L_10); Enumerator_t871160215 L_11 = ExposedList_1_GetEnumerator_m3400359507(L_10, /*hidden argument*/ExposedList_1_GetEnumerator_m3400359507_RuntimeMethod_var); V_1 = L_11; } IL_009d: try { // begin try (depth: 1) { goto IL_00fc; } IL_00a2: { BoneData_t3130174490 * L_12 = Enumerator_get_Current_m2748912341((&V_1), /*hidden argument*/Enumerator_get_Current_m2748912341_RuntimeMethod_var); V_0 = L_12; BoneData_t3130174490 * L_13 = V_0; NullCheck(L_13); BoneData_t3130174490 * L_14 = L_13->get_parent_2(); if (L_14) { goto IL_00c3; } } IL_00b5: { BoneData_t3130174490 * L_15 = V_0; Bone_t1086356328 * L_16 = (Bone_t1086356328 *)il2cpp_codegen_object_new(Bone_t1086356328_il2cpp_TypeInfo_var); Bone__ctor_m2476611986(L_16, L_15, __this, (Bone_t1086356328 *)NULL, /*hidden argument*/NULL); V_2 = L_16; goto IL_00f0; } IL_00c3: { ExposedList_1_t3793468194 * L_17 = __this->get_bones_1(); NullCheck(L_17); BoneU5BU5D_t374432249* L_18 = L_17->get_Items_0(); BoneData_t3130174490 * L_19 = V_0; NullCheck(L_19); BoneData_t3130174490 * L_20 = L_19->get_parent_2(); NullCheck(L_20); int32_t L_21 = L_20->get_index_0(); NullCheck(L_18); int32_t L_22 = L_21; Bone_t1086356328 * L_23 = (L_18)->GetAt(static_cast(L_22)); V_3 = L_23; BoneData_t3130174490 * L_24 = V_0; Bone_t1086356328 * L_25 = V_3; Bone_t1086356328 * L_26 = (Bone_t1086356328 *)il2cpp_codegen_object_new(Bone_t1086356328_il2cpp_TypeInfo_var); Bone__ctor_m2476611986(L_26, L_24, __this, L_25, /*hidden argument*/NULL); V_2 = L_26; Bone_t1086356328 * L_27 = V_3; NullCheck(L_27); ExposedList_1_t3793468194 * L_28 = L_27->get_children_4(); Bone_t1086356328 * L_29 = V_2; NullCheck(L_28); ExposedList_1_Add_m3259542597(L_28, L_29, /*hidden argument*/ExposedList_1_Add_m3259542597_RuntimeMethod_var); } IL_00f0: { ExposedList_1_t3793468194 * L_30 = __this->get_bones_1(); Bone_t1086356328 * L_31 = V_2; NullCheck(L_30); ExposedList_1_Add_m3259542597(L_30, L_31, /*hidden argument*/ExposedList_1_Add_m3259542597_RuntimeMethod_var); } IL_00fc: { bool L_32 = Enumerator_MoveNext_m2298577104((&V_1), /*hidden argument*/Enumerator_MoveNext_m2298577104_RuntimeMethod_var); if (L_32) { goto IL_00a2; } } IL_0108: { IL2CPP_LEAVE(0x11B, FINALLY_010d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_010d; } FINALLY_010d: { // begin finally (depth: 1) Enumerator_Dispose_m447508299((&V_1), /*hidden argument*/Enumerator_Dispose_m447508299_RuntimeMethod_var); IL2CPP_END_FINALLY(269) } // end finally (depth: 1) IL2CPP_CLEANUP(269) { IL2CPP_JUMP_TBL(0x11B, IL_011b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_011b: { SkeletonData_t2032710716 * L_33 = ___data0; NullCheck(L_33); ExposedList_1_t2861913768 * L_34 = L_33->get_slots_2(); NullCheck(L_34); int32_t L_35 = L_34->get_Count_1(); ExposedList_1_t1927085270 * L_36 = (ExposedList_1_t1927085270 *)il2cpp_codegen_object_new(ExposedList_1_t1927085270_il2cpp_TypeInfo_var); ExposedList_1__ctor_m3332048616(L_36, L_35, /*hidden argument*/ExposedList_1__ctor_m3332048616_RuntimeMethod_var); __this->set_slots_2(L_36); SkeletonData_t2032710716 * L_37 = ___data0; NullCheck(L_37); ExposedList_1_t2861913768 * L_38 = L_37->get_slots_2(); NullCheck(L_38); int32_t L_39 = L_38->get_Count_1(); ExposedList_1_t1927085270 * L_40 = (ExposedList_1_t1927085270 *)il2cpp_codegen_object_new(ExposedList_1_t1927085270_il2cpp_TypeInfo_var); ExposedList_1__ctor_m3332048616(L_40, L_39, /*hidden argument*/ExposedList_1__ctor_m3332048616_RuntimeMethod_var); __this->set_drawOrder_3(L_40); SkeletonData_t2032710716 * L_41 = ___data0; NullCheck(L_41); ExposedList_1_t2861913768 * L_42 = L_41->get_slots_2(); NullCheck(L_42); Enumerator_t2190754923 L_43 = ExposedList_1_GetEnumerator_m3604152816(L_42, /*hidden argument*/ExposedList_1_GetEnumerator_m3604152816_RuntimeMethod_var); V_5 = L_43; } IL_0154: try { // begin try (depth: 1) { goto IL_01a1; } IL_0159: { SlotData_t154801902 * L_44 = Enumerator_get_Current_m2585231808((&V_5), /*hidden argument*/Enumerator_get_Current_m2585231808_RuntimeMethod_var); V_4 = L_44; ExposedList_1_t3793468194 * L_45 = __this->get_bones_1(); NullCheck(L_45); BoneU5BU5D_t374432249* L_46 = L_45->get_Items_0(); SlotData_t154801902 * L_47 = V_4; NullCheck(L_47); BoneData_t3130174490 * L_48 = L_47->get_boneData_2(); NullCheck(L_48); int32_t L_49 = L_48->get_index_0(); NullCheck(L_46); int32_t L_50 = L_49; Bone_t1086356328 * L_51 = (L_46)->GetAt(static_cast(L_50)); V_6 = L_51; SlotData_t154801902 * L_52 = V_4; Bone_t1086356328 * L_53 = V_6; Slot_t3514940700 * L_54 = (Slot_t3514940700 *)il2cpp_codegen_object_new(Slot_t3514940700_il2cpp_TypeInfo_var); Slot__ctor_m3917723628(L_54, L_52, L_53, /*hidden argument*/NULL); V_7 = L_54; ExposedList_1_t1927085270 * L_55 = __this->get_slots_2(); Slot_t3514940700 * L_56 = V_7; NullCheck(L_55); ExposedList_1_Add_m2427321318(L_55, L_56, /*hidden argument*/ExposedList_1_Add_m2427321318_RuntimeMethod_var); ExposedList_1_t1927085270 * L_57 = __this->get_drawOrder_3(); Slot_t3514940700 * L_58 = V_7; NullCheck(L_57); ExposedList_1_Add_m2427321318(L_57, L_58, /*hidden argument*/ExposedList_1_Add_m2427321318_RuntimeMethod_var); } IL_01a1: { bool L_59 = Enumerator_MoveNext_m1480471039((&V_5), /*hidden argument*/Enumerator_MoveNext_m1480471039_RuntimeMethod_var); if (L_59) { goto IL_0159; } } IL_01ad: { IL2CPP_LEAVE(0x1C0, FINALLY_01b2); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01b2; } FINALLY_01b2: { // begin finally (depth: 1) Enumerator_Dispose_m317859233((&V_5), /*hidden argument*/Enumerator_Dispose_m317859233_RuntimeMethod_var); IL2CPP_END_FINALLY(434) } // end finally (depth: 1) IL2CPP_CLEANUP(434) { IL2CPP_JUMP_TBL(0x1C0, IL_01c0) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01c0: { SkeletonData_t2032710716 * L_60 = ___data0; NullCheck(L_60); ExposedList_1_t3166231995 * L_61 = L_60->get_ikConstraints_7(); NullCheck(L_61); int32_t L_62 = L_61->get_Count_1(); ExposedList_1_t87334839 * L_63 = (ExposedList_1_t87334839 *)il2cpp_codegen_object_new(ExposedList_1_t87334839_il2cpp_TypeInfo_var); ExposedList_1__ctor_m1117348797(L_63, L_62, /*hidden argument*/ExposedList_1__ctor_m1117348797_RuntimeMethod_var); __this->set_ikConstraints_4(L_63); SkeletonData_t2032710716 * L_64 = ___data0; NullCheck(L_64); ExposedList_1_t3166231995 * L_65 = L_64->get_ikConstraints_7(); NullCheck(L_65); Enumerator_t2495073150 L_66 = ExposedList_1_GetEnumerator_m2680766566(L_65, /*hidden argument*/ExposedList_1_GetEnumerator_m2680766566_RuntimeMethod_var); V_9 = L_66; } IL_01e3: try { // begin try (depth: 1) { goto IL_0204; } IL_01e8: { IkConstraintData_t459120129 * L_67 = Enumerator_get_Current_m2130762231((&V_9), /*hidden argument*/Enumerator_get_Current_m2130762231_RuntimeMethod_var); V_8 = L_67; ExposedList_1_t87334839 * L_68 = __this->get_ikConstraints_4(); IkConstraintData_t459120129 * L_69 = V_8; IkConstraint_t1675190269 * L_70 = (IkConstraint_t1675190269 *)il2cpp_codegen_object_new(IkConstraint_t1675190269_il2cpp_TypeInfo_var); IkConstraint__ctor_m4021069598(L_70, L_69, __this, /*hidden argument*/NULL); NullCheck(L_68); ExposedList_1_Add_m3835176904(L_68, L_70, /*hidden argument*/ExposedList_1_Add_m3835176904_RuntimeMethod_var); } IL_0204: { bool L_71 = Enumerator_MoveNext_m1919447666((&V_9), /*hidden argument*/Enumerator_MoveNext_m1919447666_RuntimeMethod_var); if (L_71) { goto IL_01e8; } } IL_0210: { IL2CPP_LEAVE(0x223, FINALLY_0215); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0215; } FINALLY_0215: { // begin finally (depth: 1) Enumerator_Dispose_m1858787389((&V_9), /*hidden argument*/Enumerator_Dispose_m1858787389_RuntimeMethod_var); IL2CPP_END_FINALLY(533) } // end finally (depth: 1) IL2CPP_CLEANUP(533) { IL2CPP_JUMP_TBL(0x223, IL_0223) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0223: { SkeletonData_t2032710716 * L_72 = ___data0; NullCheck(L_72); ExposedList_1_t3236185212 * L_73 = L_72->get_transformConstraints_8(); NullCheck(L_73); int32_t L_74 = L_73->get_Count_1(); ExposedList_1_t3161142095 * L_75 = (ExposedList_1_t3161142095 *)il2cpp_codegen_object_new(ExposedList_1_t3161142095_il2cpp_TypeInfo_var); ExposedList_1__ctor_m2459562492(L_75, L_74, /*hidden argument*/ExposedList_1__ctor_m2459562492_RuntimeMethod_var); __this->set_transformConstraints_5(L_75); SkeletonData_t2032710716 * L_76 = ___data0; NullCheck(L_76); ExposedList_1_t3236185212 * L_77 = L_76->get_transformConstraints_8(); NullCheck(L_77); Enumerator_t2565026367 L_78 = ExposedList_1_GetEnumerator_m801652158(L_77, /*hidden argument*/ExposedList_1_GetEnumerator_m801652158_RuntimeMethod_var); V_11 = L_78; } IL_0246: try { // begin try (depth: 1) { goto IL_0267; } IL_024b: { TransformConstraintData_t529073346 * L_79 = Enumerator_get_Current_m1132271782((&V_11), /*hidden argument*/Enumerator_get_Current_m1132271782_RuntimeMethod_var); V_10 = L_79; ExposedList_1_t3161142095 * L_80 = __this->get_transformConstraints_5(); TransformConstraintData_t529073346 * L_81 = V_10; TransformConstraint_t454030229 * L_82 = (TransformConstraint_t454030229 *)il2cpp_codegen_object_new(TransformConstraint_t454030229_il2cpp_TypeInfo_var); TransformConstraint__ctor_m483111526(L_82, L_81, __this, /*hidden argument*/NULL); NullCheck(L_80); ExposedList_1_Add_m3642235439(L_80, L_82, /*hidden argument*/ExposedList_1_Add_m3642235439_RuntimeMethod_var); } IL_0267: { bool L_83 = Enumerator_MoveNext_m2165655163((&V_11), /*hidden argument*/Enumerator_MoveNext_m2165655163_RuntimeMethod_var); if (L_83) { goto IL_024b; } } IL_0273: { IL2CPP_LEAVE(0x286, FINALLY_0278); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0278; } FINALLY_0278: { // begin finally (depth: 1) Enumerator_Dispose_m2252429560((&V_11), /*hidden argument*/Enumerator_Dispose_m2252429560_RuntimeMethod_var); IL2CPP_END_FINALLY(632) } // end finally (depth: 1) IL2CPP_CLEANUP(632) { IL2CPP_JUMP_TBL(0x286, IL_0286) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0286: { SkeletonData_t2032710716 * L_84 = ___data0; NullCheck(L_84); ExposedList_1_t3688408900 * L_85 = L_84->get_pathConstraints_9(); NullCheck(L_85); int32_t L_86 = L_85->get_Count_1(); ExposedList_1_t3687966776 * L_87 = (ExposedList_1_t3687966776 *)il2cpp_codegen_object_new(ExposedList_1_t3687966776_il2cpp_TypeInfo_var); ExposedList_1__ctor_m654395538(L_87, L_86, /*hidden argument*/ExposedList_1__ctor_m654395538_RuntimeMethod_var); __this->set_pathConstraints_6(L_87); SkeletonData_t2032710716 * L_88 = ___data0; NullCheck(L_88); ExposedList_1_t3688408900 * L_89 = L_88->get_pathConstraints_9(); NullCheck(L_89); Enumerator_t3017250055 L_90 = ExposedList_1_GetEnumerator_m905447065(L_89, /*hidden argument*/ExposedList_1_GetEnumerator_m905447065_RuntimeMethod_var); V_13 = L_90; } IL_02a9: try { // begin try (depth: 1) { goto IL_02ca; } IL_02ae: { PathConstraintData_t981297034 * L_91 = Enumerator_get_Current_m324840476((&V_13), /*hidden argument*/Enumerator_get_Current_m324840476_RuntimeMethod_var); V_12 = L_91; ExposedList_1_t3687966776 * L_92 = __this->get_pathConstraints_6(); PathConstraintData_t981297034 * L_93 = V_12; PathConstraint_t980854910 * L_94 = (PathConstraint_t980854910 *)il2cpp_codegen_object_new(PathConstraint_t980854910_il2cpp_TypeInfo_var); PathConstraint__ctor_m3251739535(L_94, L_93, __this, /*hidden argument*/NULL); NullCheck(L_92); ExposedList_1_Add_m760562411(L_92, L_94, /*hidden argument*/ExposedList_1_Add_m760562411_RuntimeMethod_var); } IL_02ca: { bool L_95 = Enumerator_MoveNext_m3473470084((&V_13), /*hidden argument*/Enumerator_MoveNext_m3473470084_RuntimeMethod_var); if (L_95) { goto IL_02ae; } } IL_02d6: { IL2CPP_LEAVE(0x2E9, FINALLY_02db); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_02db; } FINALLY_02db: { // begin finally (depth: 1) Enumerator_Dispose_m2255547949((&V_13), /*hidden argument*/Enumerator_Dispose_m2255547949_RuntimeMethod_var); IL2CPP_END_FINALLY(731) } // end finally (depth: 1) IL2CPP_CLEANUP(731) { IL2CPP_JUMP_TBL(0x2E9, IL_02e9) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_02e9: { Skeleton_UpdateCache_m382733475(__this, /*hidden argument*/NULL); Skeleton_UpdateWorldTransform_m3175162923(__this, /*hidden argument*/NULL); return; } } // Spine.SkeletonData Spine.Skeleton::get_Data() extern "C" IL2CPP_METHOD_ATTR SkeletonData_t2032710716 * Skeleton_get_Data_m2598242662 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { { SkeletonData_t2032710716 * L_0 = __this->get_data_0(); return L_0; } } // Spine.ExposedList`1 Spine.Skeleton::get_Bones() extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t3793468194 * Skeleton_get_Bones_m418037072 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { { ExposedList_1_t3793468194 * L_0 = __this->get_bones_1(); return L_0; } } // Spine.ExposedList`1 Spine.Skeleton::get_UpdateCacheList() extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t2549315650 * Skeleton_get_UpdateCacheList_m3482412215 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { { ExposedList_1_t2549315650 * L_0 = __this->get_updateCache_7(); return L_0; } } // Spine.ExposedList`1 Spine.Skeleton::get_Slots() extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t1927085270 * Skeleton_get_Slots_m1709201310 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { { ExposedList_1_t1927085270 * L_0 = __this->get_slots_2(); return L_0; } } // Spine.ExposedList`1 Spine.Skeleton::get_DrawOrder() extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t1927085270 * Skeleton_get_DrawOrder_m676894185 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { { ExposedList_1_t1927085270 * L_0 = __this->get_drawOrder_3(); return L_0; } } // Spine.ExposedList`1 Spine.Skeleton::get_IkConstraints() extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t87334839 * Skeleton_get_IkConstraints_m2700414717 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { { ExposedList_1_t87334839 * L_0 = __this->get_ikConstraints_4(); return L_0; } } // Spine.ExposedList`1 Spine.Skeleton::get_PathConstraints() extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t3687966776 * Skeleton_get_PathConstraints_m1128387687 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { { ExposedList_1_t3687966776 * L_0 = __this->get_pathConstraints_6(); return L_0; } } // Spine.ExposedList`1 Spine.Skeleton::get_TransformConstraints() extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t3161142095 * Skeleton_get_TransformConstraints_m2144197066 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { { ExposedList_1_t3161142095 * L_0 = __this->get_transformConstraints_5(); return L_0; } } // Spine.Skin Spine.Skeleton::get_Skin() extern "C" IL2CPP_METHOD_ATTR Skin_t1174584606 * Skeleton_get_Skin_m3231803059 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { { Skin_t1174584606 * L_0 = __this->get_skin_9(); return L_0; } } // System.Void Spine.Skeleton::set_Skin(Spine.Skin) extern "C" IL2CPP_METHOD_ATTR void Skeleton_set_Skin_m2705903491 (Skeleton_t3686076450 * __this, Skin_t1174584606 * ___value0, const RuntimeMethod* method) { { Skin_t1174584606 * L_0 = ___value0; __this->set_skin_9(L_0); return; } } // System.Single Spine.Skeleton::get_R() extern "C" IL2CPP_METHOD_ATTR float Skeleton_get_R_m2201398651 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_r_10(); return L_0; } } // System.Void Spine.Skeleton::set_R(System.Single) extern "C" IL2CPP_METHOD_ATTR void Skeleton_set_R_m3247263517 (Skeleton_t3686076450 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_r_10(L_0); return; } } // System.Single Spine.Skeleton::get_G() extern "C" IL2CPP_METHOD_ATTR float Skeleton_get_G_m1085653404 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_g_11(); return L_0; } } // System.Void Spine.Skeleton::set_G(System.Single) extern "C" IL2CPP_METHOD_ATTR void Skeleton_set_G_m3245573316 (Skeleton_t3686076450 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_g_11(L_0); return; } } // System.Single Spine.Skeleton::get_B() extern "C" IL2CPP_METHOD_ATTR float Skeleton_get_B_m1488937931 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_b_12(); return L_0; } } // System.Void Spine.Skeleton::set_B(System.Single) extern "C" IL2CPP_METHOD_ATTR void Skeleton_set_B_m3245672749 (Skeleton_t3686076450 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_b_12(L_0); return; } } // System.Single Spine.Skeleton::get_A() extern "C" IL2CPP_METHOD_ATTR float Skeleton_get_A_m1892222458 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_a_13(); return L_0; } } // System.Void Spine.Skeleton::set_A(System.Single) extern "C" IL2CPP_METHOD_ATTR void Skeleton_set_A_m3245501442 (Skeleton_t3686076450 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_a_13(L_0); return; } } // System.Single Spine.Skeleton::get_Time() extern "C" IL2CPP_METHOD_ATTR float Skeleton_get_Time_m2886021477 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_time_14(); return L_0; } } // System.Void Spine.Skeleton::set_Time(System.Single) extern "C" IL2CPP_METHOD_ATTR void Skeleton_set_Time_m4221256854 (Skeleton_t3686076450 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_time_14(L_0); return; } } // System.Single Spine.Skeleton::get_X() extern "C" IL2CPP_METHOD_ATTR float Skeleton_get_X_m1394829597 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_x_17(); return L_0; } } // System.Void Spine.Skeleton::set_X(System.Single) extern "C" IL2CPP_METHOD_ATTR void Skeleton_set_X_m3245228311 (Skeleton_t3686076450 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_x_17(L_0); return; } } // System.Single Spine.Skeleton::get_Y() extern "C" IL2CPP_METHOD_ATTR float Skeleton_get_Y_m2960913538 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_y_18(); return L_0; } } // System.Void Spine.Skeleton::set_Y(System.Single) extern "C" IL2CPP_METHOD_ATTR void Skeleton_set_Y_m3245264186 (Skeleton_t3686076450 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_y_18(L_0); return; } } // System.Single Spine.Skeleton::get_ScaleX() extern "C" IL2CPP_METHOD_ATTR float Skeleton_get_ScaleX_m216020558 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_scaleX_15(); return L_0; } } // System.Void Spine.Skeleton::set_ScaleX(System.Single) extern "C" IL2CPP_METHOD_ATTR void Skeleton_set_ScaleX_m2654577167 (Skeleton_t3686076450 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_scaleX_15(L_0); return; } } // System.Single Spine.Skeleton::get_ScaleY() extern "C" IL2CPP_METHOD_ATTR float Skeleton_get_ScaleY_m2172335694 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_scaleY_16(); return L_0; } } // System.Void Spine.Skeleton::set_ScaleY(System.Single) extern "C" IL2CPP_METHOD_ATTR void Skeleton_set_ScaleY_m515024229 (Skeleton_t3686076450 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_scaleY_16(L_0); return; } } // System.Boolean Spine.Skeleton::get_FlipX() extern "C" IL2CPP_METHOD_ATTR bool Skeleton_get_FlipX_m2957917765 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_scaleX_15(); return (bool)((((float)L_0) < ((float)(0.0f)))? 1 : 0); } } // System.Void Spine.Skeleton::set_FlipX(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Skeleton_set_FlipX_m1478553522 (Skeleton_t3686076450 * __this, bool ___value0, const RuntimeMethod* method) { Skeleton_t3686076450 * G_B2_0 = NULL; Skeleton_t3686076450 * G_B1_0 = NULL; float G_B3_0 = 0.0f; Skeleton_t3686076450 * G_B3_1 = NULL; { bool L_0 = ___value0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_0011; } } { G_B3_0 = (-1.0f); G_B3_1 = G_B1_0; goto IL_0016; } IL_0011: { G_B3_0 = (1.0f); G_B3_1 = G_B2_0; } IL_0016: { NullCheck(G_B3_1); G_B3_1->set_scaleX_15(G_B3_0); return; } } // System.Boolean Spine.Skeleton::get_FlipY() extern "C" IL2CPP_METHOD_ATTR bool Skeleton_get_FlipY_m619265605 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_scaleY_16(); return (bool)((((float)L_0) < ((float)(0.0f)))? 1 : 0); } } // System.Void Spine.Skeleton::set_FlipY(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Skeleton_set_FlipY_m1479843937 (Skeleton_t3686076450 * __this, bool ___value0, const RuntimeMethod* method) { Skeleton_t3686076450 * G_B2_0 = NULL; Skeleton_t3686076450 * G_B1_0 = NULL; float G_B3_0 = 0.0f; Skeleton_t3686076450 * G_B3_1 = NULL; { bool L_0 = ___value0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_0011; } } { G_B3_0 = (-1.0f); G_B3_1 = G_B1_0; goto IL_0016; } IL_0011: { G_B3_0 = (1.0f); G_B3_1 = G_B2_0; } IL_0016: { NullCheck(G_B3_1); G_B3_1->set_scaleY_16(G_B3_0); return; } } // Spine.Bone Spine.Skeleton::get_RootBone() extern "C" IL2CPP_METHOD_ATTR Bone_t1086356328 * Skeleton_get_RootBone_m2977149638 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { Bone_t1086356328 * G_B3_0 = NULL; { ExposedList_1_t3793468194 * L_0 = __this->get_bones_1(); NullCheck(L_0); int32_t L_1 = L_0->get_Count_1(); if (L_1) { goto IL_0016; } } { G_B3_0 = ((Bone_t1086356328 *)(NULL)); goto IL_0023; } IL_0016: { ExposedList_1_t3793468194 * L_2 = __this->get_bones_1(); NullCheck(L_2); BoneU5BU5D_t374432249* L_3 = L_2->get_Items_0(); NullCheck(L_3); int32_t L_4 = 0; Bone_t1086356328 * L_5 = (L_3)->GetAt(static_cast(L_4)); G_B3_0 = L_5; } IL_0023: { return G_B3_0; } } // System.Void Spine.Skeleton::UpdateCache() extern "C" IL2CPP_METHOD_ATTR void Skeleton_UpdateCache_m382733475 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton_UpdateCache_m382733475_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExposedList_1_t2549315650 * V_0 = NULL; ExposedList_1_t3793468194 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; ExposedList_1_t87334839 * V_4 = NULL; ExposedList_1_t3161142095 * V_5 = NULL; ExposedList_1_t3687966776 * V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; IkConstraint_t1675190269 * V_13 = NULL; int32_t V_14 = 0; TransformConstraint_t454030229 * V_15 = NULL; int32_t V_16 = 0; PathConstraint_t980854910 * V_17 = NULL; int32_t V_18 = 0; int32_t V_19 = 0; { ExposedList_1_t2549315650 * L_0 = __this->get_updateCache_7(); V_0 = L_0; ExposedList_1_t2549315650 * L_1 = V_0; NullCheck(L_1); ExposedList_1_Clear_m3678749154(L_1, (bool)1, /*hidden argument*/ExposedList_1_Clear_m3678749154_RuntimeMethod_var); ExposedList_1_t3793468194 * L_2 = __this->get_updateCacheReset_8(); NullCheck(L_2); ExposedList_1_Clear_m3187291059(L_2, (bool)1, /*hidden argument*/ExposedList_1_Clear_m3187291059_RuntimeMethod_var); ExposedList_1_t3793468194 * L_3 = __this->get_bones_1(); V_1 = L_3; V_2 = 0; ExposedList_1_t3793468194 * L_4 = V_1; NullCheck(L_4); int32_t L_5 = L_4->get_Count_1(); V_3 = L_5; goto IL_0041; } IL_002f: { ExposedList_1_t3793468194 * L_6 = V_1; NullCheck(L_6); BoneU5BU5D_t374432249* L_7 = L_6->get_Items_0(); int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; Bone_t1086356328 * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); L_10->set_sorted_26((bool)0); int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0041: { int32_t L_12 = V_2; int32_t L_13 = V_3; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002f; } } { ExposedList_1_t87334839 * L_14 = __this->get_ikConstraints_4(); V_4 = L_14; ExposedList_1_t3161142095 * L_15 = __this->get_transformConstraints_5(); V_5 = L_15; ExposedList_1_t3687966776 * L_16 = __this->get_pathConstraints_6(); V_6 = L_16; ExposedList_1_t87334839 * L_17 = V_4; NullCheck(L_17); int32_t L_18 = L_17->get_Count_1(); V_7 = L_18; ExposedList_1_t3161142095 * L_19 = V_5; NullCheck(L_19); int32_t L_20 = L_19->get_Count_1(); V_8 = L_20; ExposedList_1_t3687966776 * L_21 = V_6; NullCheck(L_21); int32_t L_22 = L_21->get_Count_1(); V_9 = L_22; int32_t L_23 = V_7; int32_t L_24 = V_8; int32_t L_25 = V_9; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24)), (int32_t)L_25)); V_11 = 0; goto IL_015c; } IL_008d: { V_12 = 0; goto IL_00c7; } IL_0095: { ExposedList_1_t87334839 * L_26 = V_4; NullCheck(L_26); IkConstraintU5BU5D_t1657091952* L_27 = L_26->get_Items_0(); int32_t L_28 = V_12; NullCheck(L_27); int32_t L_29 = L_28; IkConstraint_t1675190269 * L_30 = (L_27)->GetAt(static_cast(L_29)); V_13 = L_30; IkConstraint_t1675190269 * L_31 = V_13; NullCheck(L_31); IkConstraintData_t459120129 * L_32 = L_31->get_data_0(); NullCheck(L_32); int32_t L_33 = L_32->get_order_1(); int32_t L_34 = V_11; if ((!(((uint32_t)L_33) == ((uint32_t)L_34)))) { goto IL_00c1; } } { IkConstraint_t1675190269 * L_35 = V_13; Skeleton_SortIkConstraint_m2359731356(__this, L_35, /*hidden argument*/NULL); goto IL_0156; } IL_00c1: { int32_t L_36 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00c7: { int32_t L_37 = V_12; int32_t L_38 = V_7; if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0095; } } { V_14 = 0; goto IL_010a; } IL_00d8: { ExposedList_1_t3161142095 * L_39 = V_5; NullCheck(L_39); TransformConstraintU5BU5D_t1783343736* L_40 = L_39->get_Items_0(); int32_t L_41 = V_14; NullCheck(L_40); int32_t L_42 = L_41; TransformConstraint_t454030229 * L_43 = (L_40)->GetAt(static_cast(L_42)); V_15 = L_43; TransformConstraint_t454030229 * L_44 = V_15; NullCheck(L_44); TransformConstraintData_t529073346 * L_45 = L_44->get_data_0(); NullCheck(L_45); int32_t L_46 = L_45->get_order_1(); int32_t L_47 = V_11; if ((!(((uint32_t)L_46) == ((uint32_t)L_47)))) { goto IL_0104; } } { TransformConstraint_t454030229 * L_48 = V_15; Skeleton_SortTransformConstraint_m1736842559(__this, L_48, /*hidden argument*/NULL); goto IL_0156; } IL_0104: { int32_t L_49 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_010a: { int32_t L_50 = V_14; int32_t L_51 = V_8; if ((((int32_t)L_50) < ((int32_t)L_51))) { goto IL_00d8; } } { V_16 = 0; goto IL_014d; } IL_011b: { ExposedList_1_t3687966776 * L_52 = V_6; NullCheck(L_52); PathConstraintU5BU5D_t1831722955* L_53 = L_52->get_Items_0(); int32_t L_54 = V_16; NullCheck(L_53); int32_t L_55 = L_54; PathConstraint_t980854910 * L_56 = (L_53)->GetAt(static_cast(L_55)); V_17 = L_56; PathConstraint_t980854910 * L_57 = V_17; NullCheck(L_57); PathConstraintData_t981297034 * L_58 = L_57->get_data_4(); NullCheck(L_58); int32_t L_59 = L_58->get_order_1(); int32_t L_60 = V_11; if ((!(((uint32_t)L_59) == ((uint32_t)L_60)))) { goto IL_0147; } } { PathConstraint_t980854910 * L_61 = V_17; Skeleton_SortPathConstraint_m516802946(__this, L_61, /*hidden argument*/NULL); goto IL_0156; } IL_0147: { int32_t L_62 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_014d: { int32_t L_63 = V_16; int32_t L_64 = V_9; if ((((int32_t)L_63) < ((int32_t)L_64))) { goto IL_011b; } } IL_0156: { int32_t L_65 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); } IL_015c: { int32_t L_66 = V_11; int32_t L_67 = V_10; if ((((int32_t)L_66) < ((int32_t)L_67))) { goto IL_008d; } } { V_18 = 0; ExposedList_1_t3793468194 * L_68 = V_1; NullCheck(L_68); int32_t L_69 = L_68->get_Count_1(); V_19 = L_69; goto IL_018a; } IL_0175: { ExposedList_1_t3793468194 * L_70 = V_1; NullCheck(L_70); BoneU5BU5D_t374432249* L_71 = L_70->get_Items_0(); int32_t L_72 = V_18; NullCheck(L_71); int32_t L_73 = L_72; Bone_t1086356328 * L_74 = (L_71)->GetAt(static_cast(L_73)); Skeleton_SortBone_m494082581(__this, L_74, /*hidden argument*/NULL); int32_t L_75 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); } IL_018a: { int32_t L_76 = V_18; int32_t L_77 = V_19; if ((((int32_t)L_76) < ((int32_t)L_77))) { goto IL_0175; } } { return; } } // System.Void Spine.Skeleton::SortIkConstraint(Spine.IkConstraint) extern "C" IL2CPP_METHOD_ATTR void Skeleton_SortIkConstraint_m2359731356 (Skeleton_t3686076450 * __this, IkConstraint_t1675190269 * ___constraint0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton_SortIkConstraint_m2359731356_MetadataUsageId); s_Il2CppMethodInitialized = true; } Bone_t1086356328 * V_0 = NULL; ExposedList_1_t3793468194 * V_1 = NULL; Bone_t1086356328 * V_2 = NULL; Bone_t1086356328 * V_3 = NULL; { IkConstraint_t1675190269 * L_0 = ___constraint0; NullCheck(L_0); Bone_t1086356328 * L_1 = L_0->get_target_2(); V_0 = L_1; Bone_t1086356328 * L_2 = V_0; Skeleton_SortBone_m494082581(__this, L_2, /*hidden argument*/NULL); IkConstraint_t1675190269 * L_3 = ___constraint0; NullCheck(L_3); ExposedList_1_t3793468194 * L_4 = L_3->get_bones_1(); V_1 = L_4; ExposedList_1_t3793468194 * L_5 = V_1; NullCheck(L_5); BoneU5BU5D_t374432249* L_6 = L_5->get_Items_0(); NullCheck(L_6); int32_t L_7 = 0; Bone_t1086356328 * L_8 = (L_6)->GetAt(static_cast(L_7)); V_2 = L_8; Bone_t1086356328 * L_9 = V_2; Skeleton_SortBone_m494082581(__this, L_9, /*hidden argument*/NULL); ExposedList_1_t3793468194 * L_10 = V_1; NullCheck(L_10); int32_t L_11 = L_10->get_Count_1(); if ((((int32_t)L_11) <= ((int32_t)1))) { goto IL_005e; } } { ExposedList_1_t3793468194 * L_12 = V_1; NullCheck(L_12); BoneU5BU5D_t374432249* L_13 = L_12->get_Items_0(); ExposedList_1_t3793468194 * L_14 = V_1; NullCheck(L_14); int32_t L_15 = L_14->get_Count_1(); NullCheck(L_13); int32_t L_16 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)); Bone_t1086356328 * L_17 = (L_13)->GetAt(static_cast(L_16)); V_3 = L_17; ExposedList_1_t2549315650 * L_18 = __this->get_updateCache_7(); Bone_t1086356328 * L_19 = V_3; NullCheck(L_18); bool L_20 = ExposedList_1_Contains_m2967521356(L_18, L_19, /*hidden argument*/ExposedList_1_Contains_m2967521356_RuntimeMethod_var); if (L_20) { goto IL_005e; } } { ExposedList_1_t3793468194 * L_21 = __this->get_updateCacheReset_8(); Bone_t1086356328 * L_22 = V_3; NullCheck(L_21); ExposedList_1_Add_m3259542597(L_21, L_22, /*hidden argument*/ExposedList_1_Add_m3259542597_RuntimeMethod_var); } IL_005e: { ExposedList_1_t2549315650 * L_23 = __this->get_updateCache_7(); IkConstraint_t1675190269 * L_24 = ___constraint0; NullCheck(L_23); ExposedList_1_Add_m980415420(L_23, L_24, /*hidden argument*/ExposedList_1_Add_m980415420_RuntimeMethod_var); Bone_t1086356328 * L_25 = V_2; NullCheck(L_25); ExposedList_1_t3793468194 * L_26 = L_25->get_children_4(); Skeleton_SortReset_m907180758(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); ExposedList_1_t3793468194 * L_27 = V_1; NullCheck(L_27); BoneU5BU5D_t374432249* L_28 = L_27->get_Items_0(); ExposedList_1_t3793468194 * L_29 = V_1; NullCheck(L_29); int32_t L_30 = L_29->get_Count_1(); NullCheck(L_28); int32_t L_31 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)); Bone_t1086356328 * L_32 = (L_28)->GetAt(static_cast(L_31)); NullCheck(L_32); L_32->set_sorted_26((bool)1); return; } } // System.Void Spine.Skeleton::SortPathConstraint(Spine.PathConstraint) extern "C" IL2CPP_METHOD_ATTR void Skeleton_SortPathConstraint_m516802946 (Skeleton_t3686076450 * __this, PathConstraint_t980854910 * ___constraint0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton_SortPathConstraint_m516802946_MetadataUsageId); s_Il2CppMethodInitialized = true; } Slot_t3514940700 * V_0 = NULL; int32_t V_1 = 0; Bone_t1086356328 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; Attachment_t3043756552 * V_5 = NULL; ExposedList_1_t3793468194 * V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; { PathConstraint_t980854910 * L_0 = ___constraint0; NullCheck(L_0); Slot_t3514940700 * L_1 = L_0->get_target_6(); V_0 = L_1; Slot_t3514940700 * L_2 = V_0; NullCheck(L_2); SlotData_t154801902 * L_3 = L_2->get_data_0(); NullCheck(L_3); int32_t L_4 = L_3->get_index_0(); V_1 = L_4; Slot_t3514940700 * L_5 = V_0; NullCheck(L_5); Bone_t1086356328 * L_6 = L_5->get_bone_1(); V_2 = L_6; Skin_t1174584606 * L_7 = __this->get_skin_9(); if (!L_7) { goto IL_0033; } } { Skin_t1174584606 * L_8 = __this->get_skin_9(); int32_t L_9 = V_1; Bone_t1086356328 * L_10 = V_2; Skeleton_SortPathConstraintAttachment_m4074110325(__this, L_8, L_9, L_10, /*hidden argument*/NULL); } IL_0033: { SkeletonData_t2032710716 * L_11 = __this->get_data_0(); NullCheck(L_11); Skin_t1174584606 * L_12 = L_11->get_defaultSkin_4(); if (!L_12) { goto IL_006c; } } { SkeletonData_t2032710716 * L_13 = __this->get_data_0(); NullCheck(L_13); Skin_t1174584606 * L_14 = L_13->get_defaultSkin_4(); Skin_t1174584606 * L_15 = __this->get_skin_9(); if ((((RuntimeObject*)(Skin_t1174584606 *)L_14) == ((RuntimeObject*)(Skin_t1174584606 *)L_15))) { goto IL_006c; } } { SkeletonData_t2032710716 * L_16 = __this->get_data_0(); NullCheck(L_16); Skin_t1174584606 * L_17 = L_16->get_defaultSkin_4(); int32_t L_18 = V_1; Bone_t1086356328 * L_19 = V_2; Skeleton_SortPathConstraintAttachment_m4074110325(__this, L_17, L_18, L_19, /*hidden argument*/NULL); } IL_006c: { V_3 = 0; SkeletonData_t2032710716 * L_20 = __this->get_data_0(); NullCheck(L_20); ExposedList_1_t3881696472 * L_21 = L_20->get_skins_3(); NullCheck(L_21); int32_t L_22 = L_21->get_Count_1(); V_4 = L_22; goto IL_00a3; } IL_0085: { SkeletonData_t2032710716 * L_23 = __this->get_data_0(); NullCheck(L_23); ExposedList_1_t3881696472 * L_24 = L_23->get_skins_3(); NullCheck(L_24); SkinU5BU5D_t2538652843* L_25 = L_24->get_Items_0(); int32_t L_26 = V_3; NullCheck(L_25); int32_t L_27 = L_26; Skin_t1174584606 * L_28 = (L_25)->GetAt(static_cast(L_27)); int32_t L_29 = V_1; Bone_t1086356328 * L_30 = V_2; Skeleton_SortPathConstraintAttachment_m4074110325(__this, L_28, L_29, L_30, /*hidden argument*/NULL); int32_t L_31 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00a3: { int32_t L_32 = V_3; int32_t L_33 = V_4; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0085; } } { Slot_t3514940700 * L_34 = V_0; NullCheck(L_34); Attachment_t3043756552 * L_35 = L_34->get_attachment_10(); V_5 = L_35; Attachment_t3043756552 * L_36 = V_5; if (!((PathAttachment_t3565151060 *)IsInstClass((RuntimeObject*)L_36, PathAttachment_t3565151060_il2cpp_TypeInfo_var))) { goto IL_00c8; } } { Attachment_t3043756552 * L_37 = V_5; Bone_t1086356328 * L_38 = V_2; Skeleton_SortPathConstraintAttachment_m181351381(__this, L_37, L_38, /*hidden argument*/NULL); } IL_00c8: { PathConstraint_t980854910 * L_39 = ___constraint0; NullCheck(L_39); ExposedList_1_t3793468194 * L_40 = L_39->get_bones_5(); V_6 = L_40; ExposedList_1_t3793468194 * L_41 = V_6; NullCheck(L_41); int32_t L_42 = L_41->get_Count_1(); V_7 = L_42; V_8 = 0; goto IL_00f7; } IL_00e1: { ExposedList_1_t3793468194 * L_43 = V_6; NullCheck(L_43); BoneU5BU5D_t374432249* L_44 = L_43->get_Items_0(); int32_t L_45 = V_8; NullCheck(L_44); int32_t L_46 = L_45; Bone_t1086356328 * L_47 = (L_44)->GetAt(static_cast(L_46)); Skeleton_SortBone_m494082581(__this, L_47, /*hidden argument*/NULL); int32_t L_48 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_00f7: { int32_t L_49 = V_8; int32_t L_50 = V_7; if ((((int32_t)L_49) < ((int32_t)L_50))) { goto IL_00e1; } } { ExposedList_1_t2549315650 * L_51 = __this->get_updateCache_7(); PathConstraint_t980854910 * L_52 = ___constraint0; NullCheck(L_51); ExposedList_1_Add_m980415420(L_51, L_52, /*hidden argument*/ExposedList_1_Add_m980415420_RuntimeMethod_var); V_9 = 0; goto IL_012e; } IL_0114: { ExposedList_1_t3793468194 * L_53 = V_6; NullCheck(L_53); BoneU5BU5D_t374432249* L_54 = L_53->get_Items_0(); int32_t L_55 = V_9; NullCheck(L_54); int32_t L_56 = L_55; Bone_t1086356328 * L_57 = (L_54)->GetAt(static_cast(L_56)); NullCheck(L_57); ExposedList_1_t3793468194 * L_58 = L_57->get_children_4(); Skeleton_SortReset_m907180758(NULL /*static, unused*/, L_58, /*hidden argument*/NULL); int32_t L_59 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_012e: { int32_t L_60 = V_9; int32_t L_61 = V_7; if ((((int32_t)L_60) < ((int32_t)L_61))) { goto IL_0114; } } { V_10 = 0; goto IL_0155; } IL_013f: { ExposedList_1_t3793468194 * L_62 = V_6; NullCheck(L_62); BoneU5BU5D_t374432249* L_63 = L_62->get_Items_0(); int32_t L_64 = V_10; NullCheck(L_63); int32_t L_65 = L_64; Bone_t1086356328 * L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_66); L_66->set_sorted_26((bool)1); int32_t L_67 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0155: { int32_t L_68 = V_10; int32_t L_69 = V_7; if ((((int32_t)L_68) < ((int32_t)L_69))) { goto IL_013f; } } { return; } } // System.Void Spine.Skeleton::SortTransformConstraint(Spine.TransformConstraint) extern "C" IL2CPP_METHOD_ATTR void Skeleton_SortTransformConstraint_m1736842559 (Skeleton_t3686076450 * __this, TransformConstraint_t454030229 * ___constraint0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton_SortTransformConstraint_m1736842559_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExposedList_1_t3793468194 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Bone_t1086356328 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { TransformConstraint_t454030229 * L_0 = ___constraint0; NullCheck(L_0); Bone_t1086356328 * L_1 = L_0->get_target_2(); Skeleton_SortBone_m494082581(__this, L_1, /*hidden argument*/NULL); TransformConstraint_t454030229 * L_2 = ___constraint0; NullCheck(L_2); ExposedList_1_t3793468194 * L_3 = L_2->get_bones_1(); V_0 = L_3; ExposedList_1_t3793468194 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = L_4->get_Count_1(); V_1 = L_5; TransformConstraint_t454030229 * L_6 = ___constraint0; NullCheck(L_6); TransformConstraintData_t529073346 * L_7 = L_6->get_data_0(); NullCheck(L_7); bool L_8 = L_7->get_local_15(); if (!L_8) { goto IL_0073; } } { V_2 = 0; goto IL_0067; } IL_0031: { ExposedList_1_t3793468194 * L_9 = V_0; NullCheck(L_9); BoneU5BU5D_t374432249* L_10 = L_9->get_Items_0(); int32_t L_11 = V_2; NullCheck(L_10); int32_t L_12 = L_11; Bone_t1086356328 * L_13 = (L_10)->GetAt(static_cast(L_12)); V_3 = L_13; Bone_t1086356328 * L_14 = V_3; NullCheck(L_14); Bone_t1086356328 * L_15 = L_14->get_parent_3(); Skeleton_SortBone_m494082581(__this, L_15, /*hidden argument*/NULL); ExposedList_1_t2549315650 * L_16 = __this->get_updateCache_7(); Bone_t1086356328 * L_17 = V_3; NullCheck(L_16); bool L_18 = ExposedList_1_Contains_m2967521356(L_16, L_17, /*hidden argument*/ExposedList_1_Contains_m2967521356_RuntimeMethod_var); if (L_18) { goto IL_0063; } } { ExposedList_1_t3793468194 * L_19 = __this->get_updateCacheReset_8(); Bone_t1086356328 * L_20 = V_3; NullCheck(L_19); ExposedList_1_Add_m3259542597(L_19, L_20, /*hidden argument*/ExposedList_1_Add_m3259542597_RuntimeMethod_var); } IL_0063: { int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0067: { int32_t L_22 = V_2; int32_t L_23 = V_1; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_0031; } } { goto IL_0098; } IL_0073: { V_4 = 0; goto IL_0090; } IL_007b: { ExposedList_1_t3793468194 * L_24 = V_0; NullCheck(L_24); BoneU5BU5D_t374432249* L_25 = L_24->get_Items_0(); int32_t L_26 = V_4; NullCheck(L_25); int32_t L_27 = L_26; Bone_t1086356328 * L_28 = (L_25)->GetAt(static_cast(L_27)); Skeleton_SortBone_m494082581(__this, L_28, /*hidden argument*/NULL); int32_t L_29 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_0090: { int32_t L_30 = V_4; int32_t L_31 = V_1; if ((((int32_t)L_30) < ((int32_t)L_31))) { goto IL_007b; } } IL_0098: { ExposedList_1_t2549315650 * L_32 = __this->get_updateCache_7(); TransformConstraint_t454030229 * L_33 = ___constraint0; NullCheck(L_32); ExposedList_1_Add_m980415420(L_32, L_33, /*hidden argument*/ExposedList_1_Add_m980415420_RuntimeMethod_var); V_5 = 0; goto IL_00c5; } IL_00ac: { ExposedList_1_t3793468194 * L_34 = V_0; NullCheck(L_34); BoneU5BU5D_t374432249* L_35 = L_34->get_Items_0(); int32_t L_36 = V_5; NullCheck(L_35); int32_t L_37 = L_36; Bone_t1086356328 * L_38 = (L_35)->GetAt(static_cast(L_37)); NullCheck(L_38); ExposedList_1_t3793468194 * L_39 = L_38->get_children_4(); Skeleton_SortReset_m907180758(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); int32_t L_40 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00c5: { int32_t L_41 = V_5; int32_t L_42 = V_1; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00ac; } } { V_6 = 0; goto IL_00ea; } IL_00d5: { ExposedList_1_t3793468194 * L_43 = V_0; NullCheck(L_43); BoneU5BU5D_t374432249* L_44 = L_43->get_Items_0(); int32_t L_45 = V_6; NullCheck(L_44); int32_t L_46 = L_45; Bone_t1086356328 * L_47 = (L_44)->GetAt(static_cast(L_46)); NullCheck(L_47); L_47->set_sorted_26((bool)1); int32_t L_48 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_00ea: { int32_t L_49 = V_6; int32_t L_50 = V_1; if ((((int32_t)L_49) < ((int32_t)L_50))) { goto IL_00d5; } } { return; } } // System.Void Spine.Skeleton::SortPathConstraintAttachment(Spine.Skin,System.Int32,Spine.Bone) extern "C" IL2CPP_METHOD_ATTR void Skeleton_SortPathConstraintAttachment_m4074110325 (Skeleton_t3686076450 * __this, Skin_t1174584606 * ___skin0, int32_t ___slotIndex1, Bone_t1086356328 * ___slotBone2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton_SortPathConstraintAttachment_m4074110325_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyValuePair_2_t3366332552 V_0; memset(&V_0, 0, sizeof(V_0)); Enumerator_t2922843160 V_1; memset(&V_1, 0, sizeof(V_1)); AttachmentKeyTuple_t1548106539 V_2; memset(&V_2, 0, sizeof(V_2)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Skin_t1174584606 * L_0 = ___skin0; NullCheck(L_0); Dictionary_2_t968660385 * L_1 = Skin_get_Attachments_m1086333689(L_0, /*hidden argument*/NULL); NullCheck(L_1); Enumerator_t2922843160 L_2 = Dictionary_2_GetEnumerator_m826383037(L_1, /*hidden argument*/Dictionary_2_GetEnumerator_m826383037_RuntimeMethod_var); V_1 = L_2; } IL_000c: try { // begin try (depth: 1) { goto IL_003c; } IL_0011: { KeyValuePair_2_t3366332552 L_3 = Enumerator_get_Current_m2307594188((&V_1), /*hidden argument*/Enumerator_get_Current_m2307594188_RuntimeMethod_var); V_0 = L_3; AttachmentKeyTuple_t1548106539 L_4 = KeyValuePair_2_get_Key_m2771811339((&V_0), /*hidden argument*/KeyValuePair_2_get_Key_m2771811339_RuntimeMethod_var); V_2 = L_4; int32_t L_5 = (&V_2)->get_slotIndex_0(); int32_t L_6 = ___slotIndex1; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_003c; } } IL_002e: { Attachment_t3043756552 * L_7 = KeyValuePair_2_get_Value_m3441137046((&V_0), /*hidden argument*/KeyValuePair_2_get_Value_m3441137046_RuntimeMethod_var); Bone_t1086356328 * L_8 = ___slotBone2; Skeleton_SortPathConstraintAttachment_m181351381(__this, L_7, L_8, /*hidden argument*/NULL); } IL_003c: { bool L_9 = Enumerator_MoveNext_m1747908408((&V_1), /*hidden argument*/Enumerator_MoveNext_m1747908408_RuntimeMethod_var); if (L_9) { goto IL_0011; } } IL_0048: { IL2CPP_LEAVE(0x5B, FINALLY_004d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004d; } FINALLY_004d: { // begin finally (depth: 1) Enumerator_Dispose_m1736142723((&V_1), /*hidden argument*/Enumerator_Dispose_m1736142723_RuntimeMethod_var); IL2CPP_END_FINALLY(77) } // end finally (depth: 1) IL2CPP_CLEANUP(77) { IL2CPP_JUMP_TBL(0x5B, IL_005b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005b: { return; } } // System.Void Spine.Skeleton::SortPathConstraintAttachment(Spine.Attachment,Spine.Bone) extern "C" IL2CPP_METHOD_ATTR void Skeleton_SortPathConstraintAttachment_m181351381 (Skeleton_t3686076450 * __this, Attachment_t3043756552 * ___attachment0, Bone_t1086356328 * ___slotBone1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton_SortPathConstraintAttachment_m181351381_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; ExposedList_1_t3793468194 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { Attachment_t3043756552 * L_0 = ___attachment0; if (((PathAttachment_t3565151060 *)IsInstClass((RuntimeObject*)L_0, PathAttachment_t3565151060_il2cpp_TypeInfo_var))) { goto IL_000c; } } { return; } IL_000c: { Attachment_t3043756552 * L_1 = ___attachment0; NullCheck(((PathAttachment_t3565151060 *)CastclassClass((RuntimeObject*)L_1, PathAttachment_t3565151060_il2cpp_TypeInfo_var))); Int32U5BU5D_t385246372* L_2 = ((VertexAttachment_t4074366829 *)((PathAttachment_t3565151060 *)CastclassClass((RuntimeObject*)L_1, PathAttachment_t3565151060_il2cpp_TypeInfo_var)))->get_bones_4(); V_0 = L_2; Int32U5BU5D_t385246372* L_3 = V_0; if (L_3) { goto IL_002a; } } { Bone_t1086356328 * L_4 = ___slotBone1; Skeleton_SortBone_m494082581(__this, L_4, /*hidden argument*/NULL); goto IL_0073; } IL_002a: { ExposedList_1_t3793468194 * L_5 = __this->get_bones_1(); V_1 = L_5; V_2 = 0; Int32U5BU5D_t385246372* L_6 = V_0; NullCheck(L_6); V_3 = (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))); goto IL_006c; } IL_003c: { Int32U5BU5D_t385246372* L_7 = V_0; int32_t L_8 = V_2; int32_t L_9 = L_8; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); NullCheck(L_7); int32_t L_10 = L_9; int32_t L_11 = (L_7)->GetAt(static_cast(L_10)); V_4 = L_11; int32_t L_12 = V_4; int32_t L_13 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)); goto IL_0064; } IL_0050: { ExposedList_1_t3793468194 * L_14 = V_1; NullCheck(L_14); BoneU5BU5D_t374432249* L_15 = L_14->get_Items_0(); Int32U5BU5D_t385246372* L_16 = V_0; int32_t L_17 = V_2; int32_t L_18 = L_17; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); NullCheck(L_16); int32_t L_19 = L_18; int32_t L_20 = (L_16)->GetAt(static_cast(L_19)); NullCheck(L_15); int32_t L_21 = L_20; Bone_t1086356328 * L_22 = (L_15)->GetAt(static_cast(L_21)); Skeleton_SortBone_m494082581(__this, L_22, /*hidden argument*/NULL); } IL_0064: { int32_t L_23 = V_2; int32_t L_24 = V_4; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0050; } } IL_006c: { int32_t L_25 = V_2; int32_t L_26 = V_3; if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_003c; } } IL_0073: { return; } } // System.Void Spine.Skeleton::SortBone(Spine.Bone) extern "C" IL2CPP_METHOD_ATTR void Skeleton_SortBone_m494082581 (Skeleton_t3686076450 * __this, Bone_t1086356328 * ___bone0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton_SortBone_m494082581_MetadataUsageId); s_Il2CppMethodInitialized = true; } Bone_t1086356328 * V_0 = NULL; { Bone_t1086356328 * L_0 = ___bone0; NullCheck(L_0); bool L_1 = L_0->get_sorted_26(); if (!L_1) { goto IL_000c; } } { return; } IL_000c: { Bone_t1086356328 * L_2 = ___bone0; NullCheck(L_2); Bone_t1086356328 * L_3 = L_2->get_parent_3(); V_0 = L_3; Bone_t1086356328 * L_4 = V_0; if (!L_4) { goto IL_0020; } } { Bone_t1086356328 * L_5 = V_0; Skeleton_SortBone_m494082581(__this, L_5, /*hidden argument*/NULL); } IL_0020: { Bone_t1086356328 * L_6 = ___bone0; NullCheck(L_6); L_6->set_sorted_26((bool)1); ExposedList_1_t2549315650 * L_7 = __this->get_updateCache_7(); Bone_t1086356328 * L_8 = ___bone0; NullCheck(L_7); ExposedList_1_Add_m980415420(L_7, L_8, /*hidden argument*/ExposedList_1_Add_m980415420_RuntimeMethod_var); return; } } // System.Void Spine.Skeleton::SortReset(Spine.ExposedList`1) extern "C" IL2CPP_METHOD_ATTR void Skeleton_SortReset_m907180758 (RuntimeObject * __this /* static, unused */, ExposedList_1_t3793468194 * ___bones0, const RuntimeMethod* method) { BoneU5BU5D_t374432249* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Bone_t1086356328 * V_3 = NULL; { ExposedList_1_t3793468194 * L_0 = ___bones0; NullCheck(L_0); BoneU5BU5D_t374432249* L_1 = L_0->get_Items_0(); V_0 = L_1; V_1 = 0; ExposedList_1_t3793468194 * L_2 = ___bones0; NullCheck(L_2); int32_t L_3 = L_2->get_Count_1(); V_2 = L_3; goto IL_003a; } IL_0015: { BoneU5BU5D_t374432249* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; Bone_t1086356328 * L_7 = (L_4)->GetAt(static_cast(L_6)); V_3 = L_7; Bone_t1086356328 * L_8 = V_3; NullCheck(L_8); bool L_9 = L_8->get_sorted_26(); if (!L_9) { goto IL_002f; } } { Bone_t1086356328 * L_10 = V_3; NullCheck(L_10); ExposedList_1_t3793468194 * L_11 = L_10->get_children_4(); Skeleton_SortReset_m907180758(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); } IL_002f: { Bone_t1086356328 * L_12 = V_3; NullCheck(L_12); L_12->set_sorted_26((bool)0); int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_003a: { int32_t L_14 = V_1; int32_t L_15 = V_2; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0015; } } { return; } } // System.Void Spine.Skeleton::UpdateWorldTransform() extern "C" IL2CPP_METHOD_ATTR void Skeleton_UpdateWorldTransform_m3175162923 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton_UpdateWorldTransform_m3175162923_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExposedList_1_t3793468194 * V_0 = NULL; BoneU5BU5D_t374432249* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; Bone_t1086356328 * V_4 = NULL; IUpdatableU5BU5D_t1557032025* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; { ExposedList_1_t3793468194 * L_0 = __this->get_updateCacheReset_8(); V_0 = L_0; ExposedList_1_t3793468194 * L_1 = V_0; NullCheck(L_1); BoneU5BU5D_t374432249* L_2 = L_1->get_Items_0(); V_1 = L_2; V_2 = 0; ExposedList_1_t3793468194 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_Count_1(); V_3 = L_4; goto IL_008f; } IL_001c: { BoneU5BU5D_t374432249* L_5 = V_1; int32_t L_6 = V_2; NullCheck(L_5); int32_t L_7 = L_6; Bone_t1086356328 * L_8 = (L_5)->GetAt(static_cast(L_7)); V_4 = L_8; Bone_t1086356328 * L_9 = V_4; Bone_t1086356328 * L_10 = V_4; NullCheck(L_10); float L_11 = L_10->get_x_5(); NullCheck(L_9); L_9->set_ax_12(L_11); Bone_t1086356328 * L_12 = V_4; Bone_t1086356328 * L_13 = V_4; NullCheck(L_13); float L_14 = L_13->get_y_6(); NullCheck(L_12); L_12->set_ay_13(L_14); Bone_t1086356328 * L_15 = V_4; Bone_t1086356328 * L_16 = V_4; NullCheck(L_16); float L_17 = L_16->get_rotation_7(); NullCheck(L_15); L_15->set_arotation_14(L_17); Bone_t1086356328 * L_18 = V_4; Bone_t1086356328 * L_19 = V_4; NullCheck(L_19); float L_20 = L_19->get_scaleX_8(); NullCheck(L_18); L_18->set_ascaleX_15(L_20); Bone_t1086356328 * L_21 = V_4; Bone_t1086356328 * L_22 = V_4; NullCheck(L_22); float L_23 = L_22->get_scaleY_9(); NullCheck(L_21); L_21->set_ascaleY_16(L_23); Bone_t1086356328 * L_24 = V_4; Bone_t1086356328 * L_25 = V_4; NullCheck(L_25); float L_26 = L_25->get_shearX_10(); NullCheck(L_24); L_24->set_ashearX_17(L_26); Bone_t1086356328 * L_27 = V_4; Bone_t1086356328 * L_28 = V_4; NullCheck(L_28); float L_29 = L_28->get_shearY_11(); NullCheck(L_27); L_27->set_ashearY_18(L_29); Bone_t1086356328 * L_30 = V_4; NullCheck(L_30); L_30->set_appliedValid_19((bool)1); int32_t L_31 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_008f: { int32_t L_32 = V_2; int32_t L_33 = V_3; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_001c; } } { ExposedList_1_t2549315650 * L_34 = __this->get_updateCache_7(); NullCheck(L_34); IUpdatableU5BU5D_t1557032025* L_35 = L_34->get_Items_0(); V_5 = L_35; V_6 = 0; ExposedList_1_t2549315650 * L_36 = __this->get_updateCache_7(); NullCheck(L_36); int32_t L_37 = L_36->get_Count_1(); V_7 = L_37; goto IL_00c8; } IL_00b8: { IUpdatableU5BU5D_t1557032025* L_38 = V_5; int32_t L_39 = V_6; NullCheck(L_38); int32_t L_40 = L_39; RuntimeObject* L_41 = (L_38)->GetAt(static_cast(L_40)); NullCheck(L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void Spine.IUpdatable::Update() */, IUpdatable_t4137171080_il2cpp_TypeInfo_var, L_41); int32_t L_42 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00c8: { int32_t L_43 = V_6; int32_t L_44 = V_7; if ((((int32_t)L_43) < ((int32_t)L_44))) { goto IL_00b8; } } { return; } } // System.Void Spine.Skeleton::UpdateWorldTransform(Spine.Bone) extern "C" IL2CPP_METHOD_ATTR void Skeleton_UpdateWorldTransform_m713534786 (Skeleton_t3686076450 * __this, Bone_t1086356328 * ___parent0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton_UpdateWorldTransform_m713534786_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExposedList_1_t3793468194 * V_0 = NULL; BoneU5BU5D_t374432249* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; Bone_t1086356328 * V_4 = NULL; Bone_t1086356328 * V_5 = NULL; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; float V_10 = 0.0f; float V_11 = 0.0f; float V_12 = 0.0f; float V_13 = 0.0f; float V_14 = 0.0f; ExposedList_1_t2549315650 * V_15 = NULL; IUpdatableU5BU5D_t1557032025* V_16 = NULL; int32_t V_17 = 0; int32_t V_18 = 0; RuntimeObject* V_19 = NULL; { ExposedList_1_t3793468194 * L_0 = __this->get_updateCacheReset_8(); V_0 = L_0; ExposedList_1_t3793468194 * L_1 = V_0; NullCheck(L_1); BoneU5BU5D_t374432249* L_2 = L_1->get_Items_0(); V_1 = L_2; V_2 = 0; ExposedList_1_t3793468194 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_Count_1(); V_3 = L_4; goto IL_008f; } IL_001c: { BoneU5BU5D_t374432249* L_5 = V_1; int32_t L_6 = V_2; NullCheck(L_5); int32_t L_7 = L_6; Bone_t1086356328 * L_8 = (L_5)->GetAt(static_cast(L_7)); V_4 = L_8; Bone_t1086356328 * L_9 = V_4; Bone_t1086356328 * L_10 = V_4; NullCheck(L_10); float L_11 = L_10->get_x_5(); NullCheck(L_9); L_9->set_ax_12(L_11); Bone_t1086356328 * L_12 = V_4; Bone_t1086356328 * L_13 = V_4; NullCheck(L_13); float L_14 = L_13->get_y_6(); NullCheck(L_12); L_12->set_ay_13(L_14); Bone_t1086356328 * L_15 = V_4; Bone_t1086356328 * L_16 = V_4; NullCheck(L_16); float L_17 = L_16->get_rotation_7(); NullCheck(L_15); L_15->set_arotation_14(L_17); Bone_t1086356328 * L_18 = V_4; Bone_t1086356328 * L_19 = V_4; NullCheck(L_19); float L_20 = L_19->get_scaleX_8(); NullCheck(L_18); L_18->set_ascaleX_15(L_20); Bone_t1086356328 * L_21 = V_4; Bone_t1086356328 * L_22 = V_4; NullCheck(L_22); float L_23 = L_22->get_scaleY_9(); NullCheck(L_21); L_21->set_ascaleY_16(L_23); Bone_t1086356328 * L_24 = V_4; Bone_t1086356328 * L_25 = V_4; NullCheck(L_25); float L_26 = L_25->get_shearX_10(); NullCheck(L_24); L_24->set_ashearX_17(L_26); Bone_t1086356328 * L_27 = V_4; Bone_t1086356328 * L_28 = V_4; NullCheck(L_28); float L_29 = L_28->get_shearY_11(); NullCheck(L_27); L_27->set_ashearY_18(L_29); Bone_t1086356328 * L_30 = V_4; NullCheck(L_30); L_30->set_appliedValid_19((bool)1); int32_t L_31 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_008f: { int32_t L_32 = V_2; int32_t L_33 = V_3; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_001c; } } { Bone_t1086356328 * L_34 = Skeleton_get_RootBone_m2977149638(__this, /*hidden argument*/NULL); V_5 = L_34; Bone_t1086356328 * L_35 = ___parent0; NullCheck(L_35); float L_36 = L_35->get_a_20(); V_6 = L_36; Bone_t1086356328 * L_37 = ___parent0; NullCheck(L_37); float L_38 = L_37->get_b_21(); V_7 = L_38; Bone_t1086356328 * L_39 = ___parent0; NullCheck(L_39); float L_40 = L_39->get_c_23(); V_8 = L_40; Bone_t1086356328 * L_41 = ___parent0; NullCheck(L_41); float L_42 = L_41->get_d_24(); V_9 = L_42; Bone_t1086356328 * L_43 = V_5; float L_44 = V_6; float L_45 = __this->get_x_17(); float L_46 = V_7; float L_47 = __this->get_y_18(); Bone_t1086356328 * L_48 = ___parent0; NullCheck(L_48); float L_49 = L_48->get_worldX_22(); NullCheck(L_43); L_43->set_worldX_22(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_44, (float)L_45)), (float)((float)il2cpp_codegen_multiply((float)L_46, (float)L_47)))), (float)L_49))); Bone_t1086356328 * L_50 = V_5; float L_51 = V_8; float L_52 = __this->get_x_17(); float L_53 = V_9; float L_54 = __this->get_y_18(); Bone_t1086356328 * L_55 = ___parent0; NullCheck(L_55); float L_56 = L_55->get_worldY_25(); NullCheck(L_50); L_50->set_worldY_25(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_51, (float)L_52)), (float)((float)il2cpp_codegen_multiply((float)L_53, (float)L_54)))), (float)L_56))); Bone_t1086356328 * L_57 = V_5; NullCheck(L_57); float L_58 = L_57->get_rotation_7(); Bone_t1086356328 * L_59 = V_5; NullCheck(L_59); float L_60 = L_59->get_shearY_11(); V_10 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_58, (float)(90.0f))), (float)L_60)); Bone_t1086356328 * L_61 = V_5; NullCheck(L_61); float L_62 = L_61->get_rotation_7(); Bone_t1086356328 * L_63 = V_5; NullCheck(L_63); float L_64 = L_63->get_shearX_10(); IL2CPP_RUNTIME_CLASS_INIT(MathUtils_t3604673275_il2cpp_TypeInfo_var); float L_65 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)L_62, (float)L_64)), /*hidden argument*/NULL); Bone_t1086356328 * L_66 = V_5; NullCheck(L_66); float L_67 = L_66->get_scaleX_8(); V_11 = ((float)il2cpp_codegen_multiply((float)L_65, (float)L_67)); float L_68 = V_10; float L_69 = MathUtils_CosDeg_m3743599285(NULL /*static, unused*/, L_68, /*hidden argument*/NULL); Bone_t1086356328 * L_70 = V_5; NullCheck(L_70); float L_71 = L_70->get_scaleY_9(); V_12 = ((float)il2cpp_codegen_multiply((float)L_69, (float)L_71)); Bone_t1086356328 * L_72 = V_5; NullCheck(L_72); float L_73 = L_72->get_rotation_7(); Bone_t1086356328 * L_74 = V_5; NullCheck(L_74); float L_75 = L_74->get_shearX_10(); float L_76 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, ((float)il2cpp_codegen_add((float)L_73, (float)L_75)), /*hidden argument*/NULL); Bone_t1086356328 * L_77 = V_5; NullCheck(L_77); float L_78 = L_77->get_scaleX_8(); V_13 = ((float)il2cpp_codegen_multiply((float)L_76, (float)L_78)); float L_79 = V_10; float L_80 = MathUtils_SinDeg_m349705992(NULL /*static, unused*/, L_79, /*hidden argument*/NULL); Bone_t1086356328 * L_81 = V_5; NullCheck(L_81); float L_82 = L_81->get_scaleY_9(); V_14 = ((float)il2cpp_codegen_multiply((float)L_80, (float)L_82)); Bone_t1086356328 * L_83 = V_5; float L_84 = V_6; float L_85 = V_11; float L_86 = V_7; float L_87 = V_13; float L_88 = __this->get_scaleX_15(); NullCheck(L_83); L_83->set_a_20(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_84, (float)L_85)), (float)((float)il2cpp_codegen_multiply((float)L_86, (float)L_87)))), (float)L_88))); Bone_t1086356328 * L_89 = V_5; float L_90 = V_6; float L_91 = V_12; float L_92 = V_7; float L_93 = V_14; float L_94 = __this->get_scaleX_15(); NullCheck(L_89); L_89->set_b_21(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_90, (float)L_91)), (float)((float)il2cpp_codegen_multiply((float)L_92, (float)L_93)))), (float)L_94))); Bone_t1086356328 * L_95 = V_5; float L_96 = V_8; float L_97 = V_11; float L_98 = V_9; float L_99 = V_13; float L_100 = __this->get_scaleY_16(); NullCheck(L_95); L_95->set_c_23(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_96, (float)L_97)), (float)((float)il2cpp_codegen_multiply((float)L_98, (float)L_99)))), (float)L_100))); Bone_t1086356328 * L_101 = V_5; float L_102 = V_8; float L_103 = V_12; float L_104 = V_9; float L_105 = V_14; float L_106 = __this->get_scaleY_16(); NullCheck(L_101); L_101->set_d_24(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_102, (float)L_103)), (float)((float)il2cpp_codegen_multiply((float)L_104, (float)L_105)))), (float)L_106))); ExposedList_1_t2549315650 * L_107 = __this->get_updateCache_7(); V_15 = L_107; ExposedList_1_t2549315650 * L_108 = V_15; NullCheck(L_108); IUpdatableU5BU5D_t1557032025* L_109 = L_108->get_Items_0(); V_16 = L_109; V_17 = 0; ExposedList_1_t2549315650 * L_110 = V_15; NullCheck(L_110); int32_t L_111 = L_110->get_Count_1(); V_18 = L_111; goto IL_0218; } IL_01fb: { IUpdatableU5BU5D_t1557032025* L_112 = V_16; int32_t L_113 = V_17; NullCheck(L_112); int32_t L_114 = L_113; RuntimeObject* L_115 = (L_112)->GetAt(static_cast(L_114)); V_19 = L_115; RuntimeObject* L_116 = V_19; Bone_t1086356328 * L_117 = V_5; if ((((RuntimeObject*)(RuntimeObject*)L_116) == ((RuntimeObject*)(Bone_t1086356328 *)L_117))) { goto IL_0212; } } { RuntimeObject* L_118 = V_19; NullCheck(L_118); InterfaceActionInvoker0::Invoke(0 /* System.Void Spine.IUpdatable::Update() */, IUpdatable_t4137171080_il2cpp_TypeInfo_var, L_118); } IL_0212: { int32_t L_119 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_119, (int32_t)1)); } IL_0218: { int32_t L_120 = V_17; int32_t L_121 = V_18; if ((((int32_t)L_120) < ((int32_t)L_121))) { goto IL_01fb; } } { return; } } // System.Void Spine.Skeleton::SetToSetupPose() extern "C" IL2CPP_METHOD_ATTR void Skeleton_SetToSetupPose_m1509529644 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { { Skeleton_SetBonesToSetupPose_m4265156966(__this, /*hidden argument*/NULL); Skeleton_SetSlotsToSetupPose_m1375778352(__this, /*hidden argument*/NULL); return; } } // System.Void Spine.Skeleton::SetBonesToSetupPose() extern "C" IL2CPP_METHOD_ATTR void Skeleton_SetBonesToSetupPose_m4265156966 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { BoneU5BU5D_t374432249* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; IkConstraintU5BU5D_t1657091952* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; IkConstraint_t1675190269 * V_6 = NULL; TransformConstraintU5BU5D_t1783343736* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; TransformConstraint_t454030229 * V_10 = NULL; TransformConstraintData_t529073346 * V_11 = NULL; PathConstraintU5BU5D_t1831722955* V_12 = NULL; int32_t V_13 = 0; int32_t V_14 = 0; PathConstraint_t980854910 * V_15 = NULL; PathConstraintData_t981297034 * V_16 = NULL; { ExposedList_1_t3793468194 * L_0 = __this->get_bones_1(); NullCheck(L_0); BoneU5BU5D_t374432249* L_1 = L_0->get_Items_0(); V_0 = L_1; V_1 = 0; ExposedList_1_t3793468194 * L_2 = __this->get_bones_1(); NullCheck(L_2); int32_t L_3 = L_2->get_Count_1(); V_2 = L_3; goto IL_002b; } IL_001f: { BoneU5BU5D_t374432249* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; Bone_t1086356328 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); Bone_SetToSetupPose_m2123037704(L_7, /*hidden argument*/NULL); int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002b: { int32_t L_9 = V_1; int32_t L_10 = V_2; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_001f; } } { ExposedList_1_t87334839 * L_11 = __this->get_ikConstraints_4(); NullCheck(L_11); IkConstraintU5BU5D_t1657091952* L_12 = L_11->get_Items_0(); V_3 = L_12; V_4 = 0; ExposedList_1_t87334839 * L_13 = __this->get_ikConstraints_4(); NullCheck(L_13); int32_t L_14 = L_13->get_Count_1(); V_5 = L_14; goto IL_00ab; } IL_0053: { IkConstraintU5BU5D_t1657091952* L_15 = V_3; int32_t L_16 = V_4; NullCheck(L_15); int32_t L_17 = L_16; IkConstraint_t1675190269 * L_18 = (L_15)->GetAt(static_cast(L_17)); V_6 = L_18; IkConstraint_t1675190269 * L_19 = V_6; IkConstraint_t1675190269 * L_20 = V_6; NullCheck(L_20); IkConstraintData_t459120129 * L_21 = L_20->get_data_0(); NullCheck(L_21); float L_22 = L_21->get_mix_8(); NullCheck(L_19); L_19->set_mix_6(L_22); IkConstraint_t1675190269 * L_23 = V_6; IkConstraint_t1675190269 * L_24 = V_6; NullCheck(L_24); IkConstraintData_t459120129 * L_25 = L_24->get_data_0(); NullCheck(L_25); int32_t L_26 = L_25->get_bendDirection_4(); NullCheck(L_23); L_23->set_bendDirection_3(L_26); IkConstraint_t1675190269 * L_27 = V_6; IkConstraint_t1675190269 * L_28 = V_6; NullCheck(L_28); IkConstraintData_t459120129 * L_29 = L_28->get_data_0(); NullCheck(L_29); bool L_30 = L_29->get_compress_5(); NullCheck(L_27); L_27->set_compress_4(L_30); IkConstraint_t1675190269 * L_31 = V_6; IkConstraint_t1675190269 * L_32 = V_6; NullCheck(L_32); IkConstraintData_t459120129 * L_33 = L_32->get_data_0(); NullCheck(L_33); bool L_34 = L_33->get_stretch_6(); NullCheck(L_31); L_31->set_stretch_5(L_34); int32_t L_35 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00ab: { int32_t L_36 = V_4; int32_t L_37 = V_5; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0053; } } { ExposedList_1_t3161142095 * L_38 = __this->get_transformConstraints_5(); NullCheck(L_38); TransformConstraintU5BU5D_t1783343736* L_39 = L_38->get_Items_0(); V_7 = L_39; V_8 = 0; ExposedList_1_t3161142095 * L_40 = __this->get_transformConstraints_5(); NullCheck(L_40); int32_t L_41 = L_40->get_Count_1(); V_9 = L_41; goto IL_0124; } IL_00d6: { TransformConstraintU5BU5D_t1783343736* L_42 = V_7; int32_t L_43 = V_8; NullCheck(L_42); int32_t L_44 = L_43; TransformConstraint_t454030229 * L_45 = (L_42)->GetAt(static_cast(L_44)); V_10 = L_45; TransformConstraint_t454030229 * L_46 = V_10; NullCheck(L_46); TransformConstraintData_t529073346 * L_47 = L_46->get_data_0(); V_11 = L_47; TransformConstraint_t454030229 * L_48 = V_10; TransformConstraintData_t529073346 * L_49 = V_11; NullCheck(L_49); float L_50 = L_49->get_rotateMix_4(); NullCheck(L_48); L_48->set_rotateMix_3(L_50); TransformConstraint_t454030229 * L_51 = V_10; TransformConstraintData_t529073346 * L_52 = V_11; NullCheck(L_52); float L_53 = L_52->get_translateMix_5(); NullCheck(L_51); L_51->set_translateMix_4(L_53); TransformConstraint_t454030229 * L_54 = V_10; TransformConstraintData_t529073346 * L_55 = V_11; NullCheck(L_55); float L_56 = L_55->get_scaleMix_6(); NullCheck(L_54); L_54->set_scaleMix_5(L_56); TransformConstraint_t454030229 * L_57 = V_10; TransformConstraintData_t529073346 * L_58 = V_11; NullCheck(L_58); float L_59 = L_58->get_shearMix_7(); NullCheck(L_57); L_57->set_shearMix_6(L_59); int32_t L_60 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); } IL_0124: { int32_t L_61 = V_8; int32_t L_62 = V_9; if ((((int32_t)L_61) < ((int32_t)L_62))) { goto IL_00d6; } } { ExposedList_1_t3687966776 * L_63 = __this->get_pathConstraints_6(); NullCheck(L_63); PathConstraintU5BU5D_t1831722955* L_64 = L_63->get_Items_0(); V_12 = L_64; V_13 = 0; ExposedList_1_t3687966776 * L_65 = __this->get_pathConstraints_6(); NullCheck(L_65); int32_t L_66 = L_65->get_Count_1(); V_14 = L_66; goto IL_019d; } IL_014f: { PathConstraintU5BU5D_t1831722955* L_67 = V_12; int32_t L_68 = V_13; NullCheck(L_67); int32_t L_69 = L_68; PathConstraint_t980854910 * L_70 = (L_67)->GetAt(static_cast(L_69)); V_15 = L_70; PathConstraint_t980854910 * L_71 = V_15; NullCheck(L_71); PathConstraintData_t981297034 * L_72 = L_71->get_data_4(); V_16 = L_72; PathConstraint_t980854910 * L_73 = V_15; PathConstraintData_t981297034 * L_74 = V_16; NullCheck(L_74); float L_75 = L_74->get_position_8(); NullCheck(L_73); L_73->set_position_7(L_75); PathConstraint_t980854910 * L_76 = V_15; PathConstraintData_t981297034 * L_77 = V_16; NullCheck(L_77); float L_78 = L_77->get_spacing_9(); NullCheck(L_76); L_76->set_spacing_8(L_78); PathConstraint_t980854910 * L_79 = V_15; PathConstraintData_t981297034 * L_80 = V_16; NullCheck(L_80); float L_81 = L_80->get_rotateMix_10(); NullCheck(L_79); L_79->set_rotateMix_9(L_81); PathConstraint_t980854910 * L_82 = V_15; PathConstraintData_t981297034 * L_83 = V_16; NullCheck(L_83); float L_84 = L_83->get_translateMix_11(); NullCheck(L_82); L_82->set_translateMix_10(L_84); int32_t L_85 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)); } IL_019d: { int32_t L_86 = V_13; int32_t L_87 = V_14; if ((((int32_t)L_86) < ((int32_t)L_87))) { goto IL_014f; } } { return; } } // System.Void Spine.Skeleton::SetSlotsToSetupPose() extern "C" IL2CPP_METHOD_ATTR void Skeleton_SetSlotsToSetupPose_m1375778352 (Skeleton_t3686076450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton_SetSlotsToSetupPose_m1375778352_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExposedList_1_t1927085270 * V_0 = NULL; SlotU5BU5D_t285245173* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { ExposedList_1_t1927085270 * L_0 = __this->get_slots_2(); V_0 = L_0; ExposedList_1_t1927085270 * L_1 = V_0; NullCheck(L_1); SlotU5BU5D_t285245173* L_2 = L_1->get_Items_0(); V_1 = L_2; ExposedList_1_t1927085270 * L_3 = __this->get_drawOrder_3(); NullCheck(L_3); ExposedList_1_Clear_m2174950840(L_3, (bool)1, /*hidden argument*/ExposedList_1_Clear_m2174950840_RuntimeMethod_var); V_2 = 0; ExposedList_1_t1927085270 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = L_4->get_Count_1(); V_3 = L_5; goto IL_003a; } IL_0028: { ExposedList_1_t1927085270 * L_6 = __this->get_drawOrder_3(); SlotU5BU5D_t285245173* L_7 = V_1; int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; Slot_t3514940700 * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_6); ExposedList_1_Add_m2427321318(L_6, L_10, /*hidden argument*/ExposedList_1_Add_m2427321318_RuntimeMethod_var); int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_003a: { int32_t L_12 = V_2; int32_t L_13 = V_3; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0028; } } { V_4 = 0; ExposedList_1_t1927085270 * L_14 = V_0; NullCheck(L_14); int32_t L_15 = L_14->get_Count_1(); V_5 = L_15; goto IL_0060; } IL_0051: { SlotU5BU5D_t285245173* L_16 = V_1; int32_t L_17 = V_4; NullCheck(L_16); int32_t L_18 = L_17; Slot_t3514940700 * L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_19); Slot_SetToSetupPose_m2812583228(L_19, /*hidden argument*/NULL); int32_t L_20 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0060: { int32_t L_21 = V_4; int32_t L_22 = V_5; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_0051; } } { return; } } // Spine.Bone Spine.Skeleton::FindBone(System.String) extern "C" IL2CPP_METHOD_ATTR Bone_t1086356328 * Skeleton_FindBone_m691037340 (Skeleton_t3686076450 * __this, String_t* ___boneName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton_FindBone_m691037340_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExposedList_1_t3793468194 * V_0 = NULL; BoneU5BU5D_t374432249* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; Bone_t1086356328 * V_4 = NULL; { String_t* L_0 = ___boneName0; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral1293992015, _stringLiteral3488280654, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Skeleton_FindBone_m691037340_RuntimeMethod_var); } IL_0016: { ExposedList_1_t3793468194 * L_2 = __this->get_bones_1(); V_0 = L_2; ExposedList_1_t3793468194 * L_3 = V_0; NullCheck(L_3); BoneU5BU5D_t374432249* L_4 = L_3->get_Items_0(); V_1 = L_4; V_2 = 0; ExposedList_1_t3793468194 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = L_5->get_Count_1(); V_3 = L_6; goto IL_0055; } IL_0032: { BoneU5BU5D_t374432249* L_7 = V_1; int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; Bone_t1086356328 * L_10 = (L_7)->GetAt(static_cast(L_9)); V_4 = L_10; Bone_t1086356328 * L_11 = V_4; NullCheck(L_11); BoneData_t3130174490 * L_12 = L_11->get_data_1(); NullCheck(L_12); String_t* L_13 = L_12->get_name_1(); String_t* L_14 = ___boneName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_op_Equality_m920492651(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0051; } } { Bone_t1086356328 * L_16 = V_4; return L_16; } IL_0051: { int32_t L_17 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0055: { int32_t L_18 = V_2; int32_t L_19 = V_3; if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_0032; } } { return (Bone_t1086356328 *)NULL; } } // System.Int32 Spine.Skeleton::FindBoneIndex(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Skeleton_FindBoneIndex_m2524987760 (Skeleton_t3686076450 * __this, String_t* ___boneName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton_FindBoneIndex_m2524987760_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExposedList_1_t3793468194 * V_0 = NULL; BoneU5BU5D_t374432249* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { String_t* L_0 = ___boneName0; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral1293992015, _stringLiteral3488280654, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Skeleton_FindBoneIndex_m2524987760_RuntimeMethod_var); } IL_0016: { ExposedList_1_t3793468194 * L_2 = __this->get_bones_1(); V_0 = L_2; ExposedList_1_t3793468194 * L_3 = V_0; NullCheck(L_3); BoneU5BU5D_t374432249* L_4 = L_3->get_Items_0(); V_1 = L_4; V_2 = 0; ExposedList_1_t3793468194 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = L_5->get_Count_1(); V_3 = L_6; goto IL_0050; } IL_0032: { BoneU5BU5D_t374432249* L_7 = V_1; int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; Bone_t1086356328 * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); BoneData_t3130174490 * L_11 = L_10->get_data_1(); NullCheck(L_11); String_t* L_12 = L_11->get_name_1(); String_t* L_13 = ___boneName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_004c; } } { int32_t L_15 = V_2; return L_15; } IL_004c: { int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0050: { int32_t L_17 = V_2; int32_t L_18 = V_3; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_0032; } } { return (-1); } } // Spine.Slot Spine.Skeleton::FindSlot(System.String) extern "C" IL2CPP_METHOD_ATTR Slot_t3514940700 * Skeleton_FindSlot_m4126498326 (Skeleton_t3686076450 * __this, String_t* ___slotName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton_FindSlot_m4126498326_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExposedList_1_t1927085270 * V_0 = NULL; SlotU5BU5D_t285245173* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; Slot_t3514940700 * V_4 = NULL; { String_t* L_0 = ___slotName0; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral848214595, _stringLiteral768877439, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Skeleton_FindSlot_m4126498326_RuntimeMethod_var); } IL_0016: { ExposedList_1_t1927085270 * L_2 = __this->get_slots_2(); V_0 = L_2; ExposedList_1_t1927085270 * L_3 = V_0; NullCheck(L_3); SlotU5BU5D_t285245173* L_4 = L_3->get_Items_0(); V_1 = L_4; V_2 = 0; ExposedList_1_t1927085270 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = L_5->get_Count_1(); V_3 = L_6; goto IL_0055; } IL_0032: { SlotU5BU5D_t285245173* L_7 = V_1; int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; Slot_t3514940700 * L_10 = (L_7)->GetAt(static_cast(L_9)); V_4 = L_10; Slot_t3514940700 * L_11 = V_4; NullCheck(L_11); SlotData_t154801902 * L_12 = L_11->get_data_0(); NullCheck(L_12); String_t* L_13 = L_12->get_name_1(); String_t* L_14 = ___slotName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_op_Equality_m920492651(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0051; } } { Slot_t3514940700 * L_16 = V_4; return L_16; } IL_0051: { int32_t L_17 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0055: { int32_t L_18 = V_2; int32_t L_19 = V_3; if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_0032; } } { return (Slot_t3514940700 *)NULL; } } // System.Int32 Spine.Skeleton::FindSlotIndex(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Skeleton_FindSlotIndex_m2311708325 (Skeleton_t3686076450 * __this, String_t* ___slotName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton_FindSlotIndex_m2311708325_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExposedList_1_t1927085270 * V_0 = NULL; SlotU5BU5D_t285245173* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { String_t* L_0 = ___slotName0; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral848214595, _stringLiteral768877439, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Skeleton_FindSlotIndex_m2311708325_RuntimeMethod_var); } IL_0016: { ExposedList_1_t1927085270 * L_2 = __this->get_slots_2(); V_0 = L_2; ExposedList_1_t1927085270 * L_3 = V_0; NullCheck(L_3); SlotU5BU5D_t285245173* L_4 = L_3->get_Items_0(); V_1 = L_4; V_2 = 0; ExposedList_1_t1927085270 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = L_5->get_Count_1(); V_3 = L_6; goto IL_0050; } IL_0032: { SlotU5BU5D_t285245173* L_7 = V_1; int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; Slot_t3514940700 * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); SlotData_t154801902 * L_11 = L_10->get_data_0(); NullCheck(L_11); String_t* L_12 = L_11->get_name_1(); String_t* L_13 = ___slotName0; NullCheck(L_12); bool L_14 = String_Equals_m2270643605(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_004c; } } { int32_t L_15 = V_2; return L_15; } IL_004c: { int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0050: { int32_t L_17 = V_2; int32_t L_18 = V_3; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_0032; } } { return (-1); } } // System.Void Spine.Skeleton::SetSkin(System.String) extern "C" IL2CPP_METHOD_ATTR void Skeleton_SetSkin_m3199875714 (Skeleton_t3686076450 * __this, String_t* ___skinName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton_SetSkin_m3199875714_MetadataUsageId); s_Il2CppMethodInitialized = true; } Skin_t1174584606 * V_0 = NULL; { SkeletonData_t2032710716 * L_0 = __this->get_data_0(); String_t* L_1 = ___skinName0; NullCheck(L_0); Skin_t1174584606 * L_2 = SkeletonData_FindSkin_m3114017459(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; Skin_t1174584606 * L_3 = V_0; if (L_3) { goto IL_0029; } } { String_t* L_4 = ___skinName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1801693767, L_4, /*hidden argument*/NULL); ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_6, L_5, _stringLiteral2464356849, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Skeleton_SetSkin_m3199875714_RuntimeMethod_var); } IL_0029: { Skin_t1174584606 * L_7 = V_0; Skeleton_SetSkin_m2099840953(__this, L_7, /*hidden argument*/NULL); return; } } // System.Void Spine.Skeleton::SetSkin(Spine.Skin) extern "C" IL2CPP_METHOD_ATTR void Skeleton_SetSkin_m2099840953 (Skeleton_t3686076450 * __this, Skin_t1174584606 * ___newSkin0, const RuntimeMethod* method) { ExposedList_1_t1927085270 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Slot_t3514940700 * V_3 = NULL; String_t* V_4 = NULL; Attachment_t3043756552 * V_5 = NULL; { Skin_t1174584606 * L_0 = ___newSkin0; if (!L_0) { goto IL_007a; } } { Skin_t1174584606 * L_1 = __this->get_skin_9(); if (!L_1) { goto IL_0023; } } { Skin_t1174584606 * L_2 = ___newSkin0; Skin_t1174584606 * L_3 = __this->get_skin_9(); NullCheck(L_2); Skin_AttachAll_m1160809991(L_2, __this, L_3, /*hidden argument*/NULL); goto IL_007a; } IL_0023: { ExposedList_1_t1927085270 * L_4 = __this->get_slots_2(); V_0 = L_4; V_1 = 0; ExposedList_1_t1927085270 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = L_5->get_Count_1(); V_2 = L_6; goto IL_0073; } IL_0038: { ExposedList_1_t1927085270 * L_7 = V_0; NullCheck(L_7); SlotU5BU5D_t285245173* L_8 = L_7->get_Items_0(); int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; Slot_t3514940700 * L_11 = (L_8)->GetAt(static_cast(L_10)); V_3 = L_11; Slot_t3514940700 * L_12 = V_3; NullCheck(L_12); SlotData_t154801902 * L_13 = L_12->get_data_0(); NullCheck(L_13); String_t* L_14 = L_13->get_attachmentName_11(); V_4 = L_14; String_t* L_15 = V_4; if (!L_15) { goto IL_006f; } } { Skin_t1174584606 * L_16 = ___newSkin0; int32_t L_17 = V_1; String_t* L_18 = V_4; NullCheck(L_16); Attachment_t3043756552 * L_19 = Skin_GetAttachment_m2040609636(L_16, L_17, L_18, /*hidden argument*/NULL); V_5 = L_19; Attachment_t3043756552 * L_20 = V_5; if (!L_20) { goto IL_006f; } } { Slot_t3514940700 * L_21 = V_3; Attachment_t3043756552 * L_22 = V_5; NullCheck(L_21); Slot_set_Attachment_m2846783909(L_21, L_22, /*hidden argument*/NULL); } IL_006f: { int32_t L_23 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0073: { int32_t L_24 = V_1; int32_t L_25 = V_2; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0038; } } IL_007a: { Skin_t1174584606 * L_26 = ___newSkin0; __this->set_skin_9(L_26); return; } } // Spine.Attachment Spine.Skeleton::GetAttachment(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR Attachment_t3043756552 * Skeleton_GetAttachment_m942215826 (Skeleton_t3686076450 * __this, String_t* ___slotName0, String_t* ___attachmentName1, const RuntimeMethod* method) { { SkeletonData_t2032710716 * L_0 = __this->get_data_0(); String_t* L_1 = ___slotName0; NullCheck(L_0); int32_t L_2 = SkeletonData_FindSlotIndex_m4166210197(L_0, L_1, /*hidden argument*/NULL); String_t* L_3 = ___attachmentName1; Attachment_t3043756552 * L_4 = Skeleton_GetAttachment_m2295404847(__this, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // Spine.Attachment Spine.Skeleton::GetAttachment(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR Attachment_t3043756552 * Skeleton_GetAttachment_m2295404847 (Skeleton_t3686076450 * __this, int32_t ___slotIndex0, String_t* ___attachmentName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton_GetAttachment_m2295404847_MetadataUsageId); s_Il2CppMethodInitialized = true; } Attachment_t3043756552 * V_0 = NULL; Attachment_t3043756552 * G_B8_0 = NULL; { String_t* L_0 = ___attachmentName1; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral1273522807, _stringLiteral1058788435, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Skeleton_GetAttachment_m2295404847_RuntimeMethod_var); } IL_0016: { Skin_t1174584606 * L_2 = __this->get_skin_9(); if (!L_2) { goto IL_0037; } } { Skin_t1174584606 * L_3 = __this->get_skin_9(); int32_t L_4 = ___slotIndex0; String_t* L_5 = ___attachmentName1; NullCheck(L_3); Attachment_t3043756552 * L_6 = Skin_GetAttachment_m2040609636(L_3, L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; Attachment_t3043756552 * L_7 = V_0; if (!L_7) { goto IL_0037; } } { Attachment_t3043756552 * L_8 = V_0; return L_8; } IL_0037: { SkeletonData_t2032710716 * L_9 = __this->get_data_0(); NullCheck(L_9); Skin_t1174584606 * L_10 = L_9->get_defaultSkin_4(); if (!L_10) { goto IL_005e; } } { SkeletonData_t2032710716 * L_11 = __this->get_data_0(); NullCheck(L_11); Skin_t1174584606 * L_12 = L_11->get_defaultSkin_4(); int32_t L_13 = ___slotIndex0; String_t* L_14 = ___attachmentName1; NullCheck(L_12); Attachment_t3043756552 * L_15 = Skin_GetAttachment_m2040609636(L_12, L_13, L_14, /*hidden argument*/NULL); G_B8_0 = L_15; goto IL_005f; } IL_005e: { G_B8_0 = ((Attachment_t3043756552 *)(NULL)); } IL_005f: { return G_B8_0; } } // System.Void Spine.Skeleton::SetAttachment(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void Skeleton_SetAttachment_m3406513461 (Skeleton_t3686076450 * __this, String_t* ___slotName0, String_t* ___attachmentName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton_SetAttachment_m3406513461_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExposedList_1_t1927085270 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Slot_t3514940700 * V_3 = NULL; Attachment_t3043756552 * V_4 = NULL; { String_t* L_0 = ___slotName0; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral848214595, _stringLiteral768877439, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Skeleton_SetAttachment_m3406513461_RuntimeMethod_var); } IL_0016: { ExposedList_1_t1927085270 * L_2 = __this->get_slots_2(); V_0 = L_2; V_1 = 0; ExposedList_1_t1927085270 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_Count_1(); V_2 = L_4; goto IL_0088; } IL_002b: { ExposedList_1_t1927085270 * L_5 = V_0; NullCheck(L_5); SlotU5BU5D_t285245173* L_6 = L_5->get_Items_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; Slot_t3514940700 * L_9 = (L_6)->GetAt(static_cast(L_8)); V_3 = L_9; Slot_t3514940700 * L_10 = V_3; NullCheck(L_10); SlotData_t154801902 * L_11 = L_10->get_data_0(); NullCheck(L_11); String_t* L_12 = L_11->get_name_1(); String_t* L_13 = ___slotName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0084; } } { V_4 = (Attachment_t3043756552 *)NULL; String_t* L_15 = ___attachmentName1; if (!L_15) { goto IL_007b; } } { int32_t L_16 = V_1; String_t* L_17 = ___attachmentName1; Attachment_t3043756552 * L_18 = Skeleton_GetAttachment_m2295404847(__this, L_16, L_17, /*hidden argument*/NULL); V_4 = L_18; Attachment_t3043756552 * L_19 = V_4; if (L_19) { goto IL_007b; } } { String_t* L_20 = ___attachmentName1; String_t* L_21 = ___slotName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral427248446, L_20, _stringLiteral3155533799, L_21, /*hidden argument*/NULL); Exception_t * L_23 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,Skeleton_SetAttachment_m3406513461_RuntimeMethod_var); } IL_007b: { Slot_t3514940700 * L_24 = V_3; Attachment_t3043756552 * L_25 = V_4; NullCheck(L_24); Slot_set_Attachment_m2846783909(L_24, L_25, /*hidden argument*/NULL); return; } IL_0084: { int32_t L_26 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0088: { int32_t L_27 = V_1; int32_t L_28 = V_2; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_002b; } } { String_t* L_29 = ___slotName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1198919400, L_29, /*hidden argument*/NULL); Exception_t * L_31 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_31, L_30, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31,Skeleton_SetAttachment_m3406513461_RuntimeMethod_var); } } // Spine.IkConstraint Spine.Skeleton::FindIkConstraint(System.String) extern "C" IL2CPP_METHOD_ATTR IkConstraint_t1675190269 * Skeleton_FindIkConstraint_m3043229646 (Skeleton_t3686076450 * __this, String_t* ___constraintName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton_FindIkConstraint_m3043229646_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExposedList_1_t87334839 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; IkConstraint_t1675190269 * V_3 = NULL; { String_t* L_0 = ___constraintName0; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral2617214970, _stringLiteral43811933, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Skeleton_FindIkConstraint_m3043229646_RuntimeMethod_var); } IL_0016: { ExposedList_1_t87334839 * L_2 = __this->get_ikConstraints_4(); V_0 = L_2; V_1 = 0; ExposedList_1_t87334839 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_Count_1(); V_2 = L_4; goto IL_0050; } IL_002b: { ExposedList_1_t87334839 * L_5 = V_0; NullCheck(L_5); IkConstraintU5BU5D_t1657091952* L_6 = L_5->get_Items_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; IkConstraint_t1675190269 * L_9 = (L_6)->GetAt(static_cast(L_8)); V_3 = L_9; IkConstraint_t1675190269 * L_10 = V_3; NullCheck(L_10); IkConstraintData_t459120129 * L_11 = L_10->get_data_0(); NullCheck(L_11); String_t* L_12 = L_11->get_name_0(); String_t* L_13 = ___constraintName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_004c; } } { IkConstraint_t1675190269 * L_15 = V_3; return L_15; } IL_004c: { int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0050: { int32_t L_17 = V_1; int32_t L_18 = V_2; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_002b; } } { return (IkConstraint_t1675190269 *)NULL; } } // Spine.TransformConstraint Spine.Skeleton::FindTransformConstraint(System.String) extern "C" IL2CPP_METHOD_ATTR TransformConstraint_t454030229 * Skeleton_FindTransformConstraint_m2833185398 (Skeleton_t3686076450 * __this, String_t* ___constraintName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton_FindTransformConstraint_m2833185398_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExposedList_1_t3161142095 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; TransformConstraint_t454030229 * V_3 = NULL; { String_t* L_0 = ___constraintName0; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral2617214970, _stringLiteral43811933, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Skeleton_FindTransformConstraint_m2833185398_RuntimeMethod_var); } IL_0016: { ExposedList_1_t3161142095 * L_2 = __this->get_transformConstraints_5(); V_0 = L_2; V_1 = 0; ExposedList_1_t3161142095 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_Count_1(); V_2 = L_4; goto IL_0050; } IL_002b: { ExposedList_1_t3161142095 * L_5 = V_0; NullCheck(L_5); TransformConstraintU5BU5D_t1783343736* L_6 = L_5->get_Items_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; TransformConstraint_t454030229 * L_9 = (L_6)->GetAt(static_cast(L_8)); V_3 = L_9; TransformConstraint_t454030229 * L_10 = V_3; NullCheck(L_10); TransformConstraintData_t529073346 * L_11 = L_10->get_data_0(); NullCheck(L_11); String_t* L_12 = L_11->get_name_0(); String_t* L_13 = ___constraintName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_004c; } } { TransformConstraint_t454030229 * L_15 = V_3; return L_15; } IL_004c: { int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0050: { int32_t L_17 = V_1; int32_t L_18 = V_2; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_002b; } } { return (TransformConstraint_t454030229 *)NULL; } } // Spine.PathConstraint Spine.Skeleton::FindPathConstraint(System.String) extern "C" IL2CPP_METHOD_ATTR PathConstraint_t980854910 * Skeleton_FindPathConstraint_m4055066466 (Skeleton_t3686076450 * __this, String_t* ___constraintName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton_FindPathConstraint_m4055066466_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExposedList_1_t3687966776 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; PathConstraint_t980854910 * V_3 = NULL; { String_t* L_0 = ___constraintName0; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral2617214970, _stringLiteral43811933, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Skeleton_FindPathConstraint_m4055066466_RuntimeMethod_var); } IL_0016: { ExposedList_1_t3687966776 * L_2 = __this->get_pathConstraints_6(); V_0 = L_2; V_1 = 0; ExposedList_1_t3687966776 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_Count_1(); V_2 = L_4; goto IL_0050; } IL_002b: { ExposedList_1_t3687966776 * L_5 = V_0; NullCheck(L_5); PathConstraintU5BU5D_t1831722955* L_6 = L_5->get_Items_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; PathConstraint_t980854910 * L_9 = (L_6)->GetAt(static_cast(L_8)); V_3 = L_9; PathConstraint_t980854910 * L_10 = V_3; NullCheck(L_10); PathConstraintData_t981297034 * L_11 = L_10->get_data_4(); NullCheck(L_11); String_t* L_12 = L_11->get_name_0(); String_t* L_13 = ___constraintName0; NullCheck(L_12); bool L_14 = String_Equals_m2270643605(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_004c; } } { PathConstraint_t980854910 * L_15 = V_3; return L_15; } IL_004c: { int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0050: { int32_t L_17 = V_1; int32_t L_18 = V_2; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_002b; } } { return (PathConstraint_t980854910 *)NULL; } } // System.Void Spine.Skeleton::Update(System.Single) extern "C" IL2CPP_METHOD_ATTR void Skeleton_Update_m1889089173 (Skeleton_t3686076450 * __this, float ___delta0, const RuntimeMethod* method) { { float L_0 = __this->get_time_14(); float L_1 = ___delta0; __this->set_time_14(((float)il2cpp_codegen_add((float)L_0, (float)L_1))); return; } } // System.Void Spine.Skeleton::GetBounds(System.Single&,System.Single&,System.Single&,System.Single&,System.Single[]&) extern "C" IL2CPP_METHOD_ATTR void Skeleton_GetBounds_m3411567780 (Skeleton_t3686076450 * __this, float* ___x0, float* ___y1, float* ___width2, float* ___height3, SingleU5BU5D_t1444911251** ___vertexBuffer4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Skeleton_GetBounds_m3411567780_MetadataUsageId); s_Il2CppMethodInitialized = true; } SingleU5BU5D_t1444911251* V_0 = NULL; SlotU5BU5D_t285245173* V_1 = NULL; 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; Slot_t3514940700 * V_8 = NULL; int32_t V_9 = 0; SingleU5BU5D_t1444911251* V_10 = NULL; Attachment_t3043756552 * V_11 = NULL; RegionAttachment_t1770147391 * V_12 = NULL; MeshAttachment_t1975337962 * V_13 = NULL; MeshAttachment_t1975337962 * V_14 = NULL; int32_t V_15 = 0; float V_16 = 0.0f; float V_17 = 0.0f; SingleU5BU5D_t1444911251* G_B2_0 = NULL; SingleU5BU5D_t1444911251* G_B1_0 = NULL; { SingleU5BU5D_t1444911251** L_0 = ___vertexBuffer4; SingleU5BU5D_t1444911251* L_1 = *((SingleU5BU5D_t1444911251**)L_0); V_0 = L_1; SingleU5BU5D_t1444911251* L_2 = V_0; SingleU5BU5D_t1444911251* L_3 = L_2; G_B1_0 = L_3; if (L_3) { G_B2_0 = L_3; goto IL_0012; } } { G_B2_0 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)8)); } IL_0012: { V_0 = G_B2_0; ExposedList_1_t1927085270 * L_4 = __this->get_drawOrder_3(); NullCheck(L_4); SlotU5BU5D_t285245173* L_5 = L_4->get_Items_0(); V_1 = L_5; V_2 = (2.14748365E+09f); V_3 = (2.14748365E+09f); V_4 = (-2.14748365E+09f); V_5 = (-2.14748365E+09f); V_6 = 0; ExposedList_1_t1927085270 * L_6 = __this->get_drawOrder_3(); NullCheck(L_6); int32_t L_7 = L_6->get_Count_1(); V_7 = L_7; goto IL_0144; } IL_004e: { SlotU5BU5D_t285245173* L_8 = V_1; int32_t L_9 = V_6; NullCheck(L_8); int32_t L_10 = L_9; Slot_t3514940700 * L_11 = (L_8)->GetAt(static_cast(L_10)); V_8 = L_11; V_9 = 0; V_10 = (SingleU5BU5D_t1444911251*)NULL; Slot_t3514940700 * L_12 = V_8; NullCheck(L_12); Attachment_t3043756552 * L_13 = L_12->get_attachment_10(); V_11 = L_13; Attachment_t3043756552 * L_14 = V_11; V_12 = ((RegionAttachment_t1770147391 *)IsInstClass((RuntimeObject*)L_14, RegionAttachment_t1770147391_il2cpp_TypeInfo_var)); RegionAttachment_t1770147391 * L_15 = V_12; if (!L_15) { goto IL_00a3; } } { V_9 = 8; SingleU5BU5D_t1444911251* L_16 = V_0; V_10 = L_16; SingleU5BU5D_t1444911251* L_17 = V_10; NullCheck(L_17); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))) >= ((int32_t)8))) { goto IL_008d; } } { SingleU5BU5D_t1444911251* L_18 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)8)); V_0 = L_18; V_10 = L_18; } IL_008d: { RegionAttachment_t1770147391 * L_19 = V_12; Slot_t3514940700 * L_20 = V_8; NullCheck(L_20); Bone_t1086356328 * L_21 = L_20->get_bone_1(); SingleU5BU5D_t1444911251* L_22 = V_0; NullCheck(L_19); RegionAttachment_ComputeWorldVertices_m598853595(L_19, L_21, L_22, 0, 2, /*hidden argument*/NULL); goto IL_00e8; } IL_00a3: { Attachment_t3043756552 * L_23 = V_11; V_13 = ((MeshAttachment_t1975337962 *)IsInstClass((RuntimeObject*)L_23, MeshAttachment_t1975337962_il2cpp_TypeInfo_var)); MeshAttachment_t1975337962 * L_24 = V_13; if (!L_24) { goto IL_00e8; } } { MeshAttachment_t1975337962 * L_25 = V_13; V_14 = L_25; MeshAttachment_t1975337962 * L_26 = V_14; NullCheck(L_26); int32_t L_27 = VertexAttachment_get_WorldVerticesLength_m4071134523(L_26, /*hidden argument*/NULL); V_9 = L_27; SingleU5BU5D_t1444911251* L_28 = V_0; V_10 = L_28; SingleU5BU5D_t1444911251* L_29 = V_10; NullCheck(L_29); int32_t L_30 = V_9; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length))))) >= ((int32_t)L_30))) { goto IL_00d9; } } { int32_t L_31 = V_9; SingleU5BU5D_t1444911251* L_32 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_31)); V_0 = L_32; V_10 = L_32; } IL_00d9: { MeshAttachment_t1975337962 * L_33 = V_14; Slot_t3514940700 * L_34 = V_8; int32_t L_35 = V_9; SingleU5BU5D_t1444911251* L_36 = V_0; NullCheck(L_33); VertexAttachment_ComputeWorldVertices_m3237522835(L_33, L_34, 0, L_35, L_36, 0, 2, /*hidden argument*/NULL); } IL_00e8: { SingleU5BU5D_t1444911251* L_37 = V_10; if (!L_37) { goto IL_013e; } } { V_15 = 0; goto IL_0135; } IL_00f7: { SingleU5BU5D_t1444911251* L_38 = V_10; int32_t L_39 = V_15; NullCheck(L_38); int32_t L_40 = L_39; float L_41 = (L_38)->GetAt(static_cast(L_40)); V_16 = L_41; SingleU5BU5D_t1444911251* L_42 = V_10; int32_t L_43 = V_15; NullCheck(L_42); int32_t L_44 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); float L_45 = (L_42)->GetAt(static_cast(L_44)); V_17 = L_45; float L_46 = V_2; float L_47 = V_16; float L_48 = Math_Min_m3253079129(NULL /*static, unused*/, L_46, L_47, /*hidden argument*/NULL); V_2 = L_48; float L_49 = V_3; float L_50 = V_17; float L_51 = Math_Min_m3253079129(NULL /*static, unused*/, L_49, L_50, /*hidden argument*/NULL); V_3 = L_51; float L_52 = V_4; float L_53 = V_16; float L_54 = Math_Max_m482125436(NULL /*static, unused*/, L_52, L_53, /*hidden argument*/NULL); V_4 = L_54; float L_55 = V_5; float L_56 = V_17; float L_57 = Math_Max_m482125436(NULL /*static, unused*/, L_55, L_56, /*hidden argument*/NULL); V_5 = L_57; int32_t L_58 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)2)); } IL_0135: { int32_t L_59 = V_15; int32_t L_60 = V_9; if ((((int32_t)L_59) < ((int32_t)L_60))) { goto IL_00f7; } } IL_013e: { int32_t L_61 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_0144: { int32_t L_62 = V_6; int32_t L_63 = V_7; if ((((int32_t)L_62) < ((int32_t)L_63))) { goto IL_004e; } } { float* L_64 = ___x0; float L_65 = V_2; *((float*)(L_64)) = (float)L_65; float* L_66 = ___y1; float L_67 = V_3; *((float*)(L_66)) = (float)L_67; float* L_68 = ___width2; float L_69 = V_4; float L_70 = V_2; *((float*)(L_68)) = (float)((float)il2cpp_codegen_subtract((float)L_69, (float)L_70)); float* L_71 = ___height3; float L_72 = V_5; float L_73 = V_3; *((float*)(L_71)) = (float)((float)il2cpp_codegen_subtract((float)L_72, (float)L_73)); SingleU5BU5D_t1444911251** L_74 = ___vertexBuffer4; SingleU5BU5D_t1444911251* L_75 = V_0; *((RuntimeObject **)(L_74)) = (RuntimeObject *)L_75; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_74), (RuntimeObject *)L_75); 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 Spine.SkeletonBinary::.ctor(Spine.Atlas[]) extern "C" IL2CPP_METHOD_ATTR void SkeletonBinary__ctor_m181897486 (SkeletonBinary_t1796686580 * __this, AtlasU5BU5D_t3463999232* ___atlasArray0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkeletonBinary__ctor_m181897486_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AtlasU5BU5D_t3463999232* L_0 = ___atlasArray0; AtlasAttachmentLoader_t3966790320 * L_1 = (AtlasAttachmentLoader_t3966790320 *)il2cpp_codegen_object_new(AtlasAttachmentLoader_t3966790320_il2cpp_TypeInfo_var); AtlasAttachmentLoader__ctor_m2757335163(L_1, L_0, /*hidden argument*/NULL); SkeletonBinary__ctor_m1744863266(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void Spine.SkeletonBinary::.ctor(Spine.AttachmentLoader) extern "C" IL2CPP_METHOD_ATTR void SkeletonBinary__ctor_m1744863266 (SkeletonBinary_t1796686580 * __this, RuntimeObject* ___attachmentLoader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkeletonBinary__ctor_m1744863266_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_buffer_15(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)))); List_1_t3168994201 * L_0 = (List_1_t3168994201 *)il2cpp_codegen_object_new(List_1_t3168994201_il2cpp_TypeInfo_var); List_1__ctor_m2346559478(L_0, /*hidden argument*/List_1__ctor_m2346559478_RuntimeMethod_var); __this->set_linkedMeshes_16(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___attachmentLoader0; if (L_1) { goto IL_002f; } } { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_2, _stringLiteral899074431, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,SkeletonBinary__ctor_m1744863266_RuntimeMethod_var); } IL_002f: { RuntimeObject* L_3 = ___attachmentLoader0; __this->set_attachmentLoader_14(L_3); SkeletonBinary_set_Scale_m1455130785(__this, (1.0f), /*hidden argument*/NULL); return; } } // System.Single Spine.SkeletonBinary::get_Scale() extern "C" IL2CPP_METHOD_ATTR float SkeletonBinary_get_Scale_m2213985005 (SkeletonBinary_t1796686580 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CScaleU3Ek__BackingField_13(); return L_0; } } // System.Void Spine.SkeletonBinary::set_Scale(System.Single) extern "C" IL2CPP_METHOD_ATTR void SkeletonBinary_set_Scale_m1455130785 (SkeletonBinary_t1796686580 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_U3CScaleU3Ek__BackingField_13(L_0); return; } } // Spine.SkeletonData Spine.SkeletonBinary::ReadSkeletonData(System.String) extern "C" IL2CPP_METHOD_ATTR SkeletonData_t2032710716 * SkeletonBinary_ReadSkeletonData_m2795730204 (SkeletonBinary_t1796686580 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkeletonBinary_ReadSkeletonData_m2795730204_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileStream_t4292183065 * V_0 = NULL; SkeletonData_t2032710716 * V_1 = NULL; SkeletonData_t2032710716 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___path0; FileStream_t4292183065 * L_1 = (FileStream_t4292183065 *)il2cpp_codegen_object_new(FileStream_t4292183065_il2cpp_TypeInfo_var); FileStream__ctor_m2889718780(L_1, L_0, 3, 1, 1, /*hidden argument*/NULL); V_0 = L_1; } IL_000a: try { // begin try (depth: 1) FileStream_t4292183065 * L_2 = V_0; SkeletonData_t2032710716 * L_3 = SkeletonBinary_ReadSkeletonData_m2684318942(__this, L_2, /*hidden argument*/NULL); V_1 = L_3; SkeletonData_t2032710716 * L_4 = V_1; String_t* L_5 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_6 = Path_GetFileNameWithoutExtension_m895535029(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_name_0(L_6); SkeletonData_t2032710716 * L_7 = V_1; V_2 = L_7; IL2CPP_LEAVE(0x32, FINALLY_0025); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0025; } FINALLY_0025: { // begin finally (depth: 1) { FileStream_t4292183065 * L_8 = V_0; if (!L_8) { goto IL_0031; } } IL_002b: { FileStream_t4292183065 * L_9 = V_0; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_9); } IL_0031: { IL2CPP_END_FINALLY(37) } } // end finally (depth: 1) IL2CPP_CLEANUP(37) { IL2CPP_JUMP_TBL(0x32, IL_0032) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0032: { SkeletonData_t2032710716 * L_10 = V_2; return L_10; } } // System.String Spine.SkeletonBinary::GetVersionString(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR String_t* SkeletonBinary_GetVersionString_m4201025764 (RuntimeObject * __this /* static, unused */, Stream_t1273022909 * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkeletonBinary_GetVersionString_m4201025764_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_t4116647657* V_1 = NULL; String_t* V_2 = NULL; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Stream_t1273022909 * L_0 = ___input0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral818277059, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,SkeletonBinary_GetVersionString_m4201025764_RuntimeMethod_var); } IL_0011: try { // begin try (depth: 1) { Stream_t1273022909 * L_2 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_3 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_2, (bool)1, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) <= ((int32_t)1))) { goto IL_0031; } } IL_0020: { Stream_t1273022909 * L_5 = ___input0; Stream_t1273022909 * L_6 = L_5; NullCheck(L_6); int64_t L_7 = VirtFuncInvoker0< int64_t >::Invoke(9 /* System.Int64 System.IO.Stream::get_Position() */, L_6); int32_t L_8 = V_0; NullCheck(L_6); VirtActionInvoker1< int64_t >::Invoke(10 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_6, ((int64_t)il2cpp_codegen_add((int64_t)L_7, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)))))))); } IL_0031: { Stream_t1273022909 * L_9 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_10 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_9, (bool)1, /*hidden argument*/NULL); V_0 = L_10; int32_t L_11 = V_0; if ((((int32_t)L_11) <= ((int32_t)1))) { goto IL_0067; } } IL_0040: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); int32_t L_13 = V_0; V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_13)); Stream_t1273022909 * L_14 = ___input0; ByteU5BU5D_t4116647657* L_15 = V_1; int32_t L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); SkeletonBinary_ReadFully_m517043734(NULL /*static, unused*/, L_14, L_15, 0, L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_17 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_18 = V_1; int32_t L_19 = V_0; NullCheck(L_17); String_t* L_20 = VirtFuncInvoker3< String_t*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_17, L_18, 0, L_19); V_2 = L_20; goto IL_008e; } IL_0067: { ArgumentException_t132251570 * L_21 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_21, _stringLiteral1019133594, _stringLiteral818277059, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,SkeletonBinary_GetVersionString_m4201025764_RuntimeMethod_var); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0077; throw e; } CATCH_0077: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); Exception_t * L_22 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1018740378, L_22, /*hidden argument*/NULL); ArgumentException_t132251570 * L_24 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_24, L_23, _stringLiteral818277059, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,SkeletonBinary_GetVersionString_m4201025764_RuntimeMethod_var); } // end catch (depth: 1) IL_008e: { String_t* L_25 = V_2; return L_25; } } // Spine.SkeletonData Spine.SkeletonBinary::ReadSkeletonData(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR SkeletonData_t2032710716 * SkeletonBinary_ReadSkeletonData_m2684318942 (SkeletonBinary_t1796686580 * __this, Stream_t1273022909 * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkeletonBinary_ReadSkeletonData_m2684318942_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; SkeletonData_t2032710716 * V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; int32_t V_4 = 0; String_t* V_5 = NULL; BoneData_t3130174490 * V_6 = NULL; BoneData_t3130174490 * V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; String_t* V_10 = NULL; BoneData_t3130174490 * V_11 = NULL; SlotData_t154801902 * V_12 = NULL; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; IkConstraintData_t459120129 * V_17 = NULL; int32_t V_18 = 0; int32_t V_19 = 0; int32_t V_20 = 0; int32_t V_21 = 0; TransformConstraintData_t529073346 * V_22 = NULL; int32_t V_23 = 0; int32_t V_24 = 0; int32_t V_25 = 0; int32_t V_26 = 0; PathConstraintData_t981297034 * V_27 = NULL; int32_t V_28 = 0; int32_t V_29 = 0; Skin_t1174584606 * V_30 = NULL; int32_t V_31 = 0; int32_t V_32 = 0; int32_t V_33 = 0; int32_t V_34 = 0; LinkedMesh_t1696919459 * V_35 = NULL; Skin_t1174584606 * V_36 = NULL; Attachment_t3043756552 * V_37 = NULL; int32_t V_38 = 0; int32_t V_39 = 0; EventData_t724759987 * V_40 = NULL; int32_t V_41 = 0; int32_t V_42 = 0; BoneData_t3130174490 * G_B15_0 = NULL; Skin_t1174584606 * G_B56_0 = NULL; { Stream_t1273022909 * L_0 = ___input0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral818277059, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,SkeletonBinary_ReadSkeletonData_m2684318942_RuntimeMethod_var); } IL_0011: { float L_2 = SkeletonBinary_get_Scale_m2213985005(__this, /*hidden argument*/NULL); V_0 = L_2; SkeletonData_t2032710716 * L_3 = (SkeletonData_t2032710716 *)il2cpp_codegen_object_new(SkeletonData_t2032710716_il2cpp_TypeInfo_var); SkeletonData__ctor_m1890833562(L_3, /*hidden argument*/NULL); V_1 = L_3; SkeletonData_t2032710716 * L_4 = V_1; Stream_t1273022909 * L_5 = ___input0; String_t* L_6 = SkeletonBinary_ReadString_m4201742740(__this, L_5, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_hash_13(L_6); SkeletonData_t2032710716 * L_7 = V_1; NullCheck(L_7); String_t* L_8 = L_7->get_hash_13(); NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0042; } } { SkeletonData_t2032710716 * L_10 = V_1; NullCheck(L_10); L_10->set_hash_13((String_t*)NULL); } IL_0042: { SkeletonData_t2032710716 * L_11 = V_1; Stream_t1273022909 * L_12 = ___input0; String_t* L_13 = SkeletonBinary_ReadString_m4201742740(__this, L_12, /*hidden argument*/NULL); NullCheck(L_11); L_11->set_version_12(L_13); SkeletonData_t2032710716 * L_14 = V_1; NullCheck(L_14); String_t* L_15 = L_14->get_version_12(); NullCheck(L_15); int32_t L_16 = String_get_Length_m3847582255(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0066; } } { SkeletonData_t2032710716 * L_17 = V_1; NullCheck(L_17); L_17->set_version_12((String_t*)NULL); } IL_0066: { SkeletonData_t2032710716 * L_18 = V_1; Stream_t1273022909 * L_19 = ___input0; float L_20 = SkeletonBinary_ReadFloat_m611799653(__this, L_19, /*hidden argument*/NULL); NullCheck(L_18); L_18->set_width_10(L_20); SkeletonData_t2032710716 * L_21 = V_1; Stream_t1273022909 * L_22 = ___input0; float L_23 = SkeletonBinary_ReadFloat_m611799653(__this, L_22, /*hidden argument*/NULL); NullCheck(L_21); L_21->set_height_11(L_23); Stream_t1273022909 * L_24 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); bool L_25 = SkeletonBinary_ReadBoolean_m1725606443(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); V_2 = L_25; bool L_26 = V_2; if (!L_26) { goto IL_00e2; } } { SkeletonData_t2032710716 * L_27 = V_1; Stream_t1273022909 * L_28 = ___input0; float L_29 = SkeletonBinary_ReadFloat_m611799653(__this, L_28, /*hidden argument*/NULL); NullCheck(L_27); L_27->set_fps_14(L_29); SkeletonData_t2032710716 * L_30 = V_1; Stream_t1273022909 * L_31 = ___input0; String_t* L_32 = SkeletonBinary_ReadString_m4201742740(__this, L_31, /*hidden argument*/NULL); NullCheck(L_30); L_30->set_imagesPath_15(L_32); SkeletonData_t2032710716 * L_33 = V_1; NullCheck(L_33); String_t* L_34 = L_33->get_imagesPath_15(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_35 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00be; } } { SkeletonData_t2032710716 * L_36 = V_1; NullCheck(L_36); L_36->set_imagesPath_15((String_t*)NULL); } IL_00be: { SkeletonData_t2032710716 * L_37 = V_1; Stream_t1273022909 * L_38 = ___input0; String_t* L_39 = SkeletonBinary_ReadString_m4201742740(__this, L_38, /*hidden argument*/NULL); NullCheck(L_37); L_37->set_audioPath_16(L_39); SkeletonData_t2032710716 * L_40 = V_1; NullCheck(L_40); String_t* L_41 = L_40->get_audioPath_16(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_42 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00e2; } } { SkeletonData_t2032710716 * L_43 = V_1; NullCheck(L_43); L_43->set_audioPath_16((String_t*)NULL); } IL_00e2: { V_3 = 0; Stream_t1273022909 * L_44 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_45 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_44, (bool)1, /*hidden argument*/NULL); V_4 = L_45; goto IL_01d0; } IL_00f2: { Stream_t1273022909 * L_46 = ___input0; String_t* L_47 = SkeletonBinary_ReadString_m4201742740(__this, L_46, /*hidden argument*/NULL); V_5 = L_47; int32_t L_48 = V_3; if (L_48) { goto IL_0107; } } { G_B15_0 = ((BoneData_t3130174490 *)(NULL)); goto IL_011a; } IL_0107: { SkeletonData_t2032710716 * L_49 = V_1; NullCheck(L_49); ExposedList_1_t1542319060 * L_50 = L_49->get_bones_1(); NullCheck(L_50); BoneDataU5BU5D_t1439018559* L_51 = L_50->get_Items_0(); Stream_t1273022909 * L_52 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_53 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_52, (bool)1, /*hidden argument*/NULL); NullCheck(L_51); int32_t L_54 = L_53; BoneData_t3130174490 * L_55 = (L_51)->GetAt(static_cast(L_54)); G_B15_0 = L_55; } IL_011a: { V_6 = G_B15_0; int32_t L_56 = V_3; String_t* L_57 = V_5; BoneData_t3130174490 * L_58 = V_6; BoneData_t3130174490 * L_59 = (BoneData_t3130174490 *)il2cpp_codegen_object_new(BoneData_t3130174490_il2cpp_TypeInfo_var); BoneData__ctor_m3600388444(L_59, L_56, L_57, L_58, /*hidden argument*/NULL); V_7 = L_59; BoneData_t3130174490 * L_60 = V_7; Stream_t1273022909 * L_61 = ___input0; float L_62 = SkeletonBinary_ReadFloat_m611799653(__this, L_61, /*hidden argument*/NULL); NullCheck(L_60); L_60->set_rotation_6(L_62); BoneData_t3130174490 * L_63 = V_7; Stream_t1273022909 * L_64 = ___input0; float L_65 = SkeletonBinary_ReadFloat_m611799653(__this, L_64, /*hidden argument*/NULL); float L_66 = V_0; NullCheck(L_63); L_63->set_x_4(((float)il2cpp_codegen_multiply((float)L_65, (float)L_66))); BoneData_t3130174490 * L_67 = V_7; Stream_t1273022909 * L_68 = ___input0; float L_69 = SkeletonBinary_ReadFloat_m611799653(__this, L_68, /*hidden argument*/NULL); float L_70 = V_0; NullCheck(L_67); L_67->set_y_5(((float)il2cpp_codegen_multiply((float)L_69, (float)L_70))); BoneData_t3130174490 * L_71 = V_7; Stream_t1273022909 * L_72 = ___input0; float L_73 = SkeletonBinary_ReadFloat_m611799653(__this, L_72, /*hidden argument*/NULL); NullCheck(L_71); L_71->set_scaleX_7(L_73); BoneData_t3130174490 * L_74 = V_7; Stream_t1273022909 * L_75 = ___input0; float L_76 = SkeletonBinary_ReadFloat_m611799653(__this, L_75, /*hidden argument*/NULL); NullCheck(L_74); L_74->set_scaleY_8(L_76); BoneData_t3130174490 * L_77 = V_7; Stream_t1273022909 * L_78 = ___input0; float L_79 = SkeletonBinary_ReadFloat_m611799653(__this, L_78, /*hidden argument*/NULL); NullCheck(L_77); L_77->set_shearX_9(L_79); BoneData_t3130174490 * L_80 = V_7; Stream_t1273022909 * L_81 = ___input0; float L_82 = SkeletonBinary_ReadFloat_m611799653(__this, L_81, /*hidden argument*/NULL); NullCheck(L_80); L_80->set_shearY_10(L_82); BoneData_t3130174490 * L_83 = V_7; Stream_t1273022909 * L_84 = ___input0; float L_85 = SkeletonBinary_ReadFloat_m611799653(__this, L_84, /*hidden argument*/NULL); float L_86 = V_0; NullCheck(L_83); L_83->set_length_3(((float)il2cpp_codegen_multiply((float)L_85, (float)L_86))); BoneData_t3130174490 * L_87 = V_7; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); TransformModeU5BU5D_t3210249249* L_88 = ((SkeletonBinary_t1796686580_StaticFields*)il2cpp_codegen_static_fields_for(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var))->get_TransformModeValues_17(); Stream_t1273022909 * L_89 = ___input0; int32_t L_90 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_89, (bool)1, /*hidden argument*/NULL); NullCheck(L_88); int32_t L_91 = L_90; int32_t L_92 = (L_88)->GetAt(static_cast(L_91)); NullCheck(L_87); L_87->set_transformMode_11(L_92); bool L_93 = V_2; if (!L_93) { goto IL_01bf; } } { Stream_t1273022909 * L_94 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); SkeletonBinary_ReadInt_m3486881616(NULL /*static, unused*/, L_94, /*hidden argument*/NULL); } IL_01bf: { SkeletonData_t2032710716 * L_95 = V_1; NullCheck(L_95); ExposedList_1_t1542319060 * L_96 = L_95->get_bones_1(); BoneData_t3130174490 * L_97 = V_7; NullCheck(L_96); ExposedList_1_Add_m1220349209(L_96, L_97, /*hidden argument*/ExposedList_1_Add_m1220349209_RuntimeMethod_var); int32_t L_98 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)); } IL_01d0: { int32_t L_99 = V_3; int32_t L_100 = V_4; if ((((int32_t)L_99) < ((int32_t)L_100))) { goto IL_00f2; } } { V_8 = 0; Stream_t1273022909 * L_101 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_102 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_101, (bool)1, /*hidden argument*/NULL); V_9 = L_102; goto IL_030c; } IL_01e9: { Stream_t1273022909 * L_103 = ___input0; String_t* L_104 = SkeletonBinary_ReadString_m4201742740(__this, L_103, /*hidden argument*/NULL); V_10 = L_104; SkeletonData_t2032710716 * L_105 = V_1; NullCheck(L_105); ExposedList_1_t1542319060 * L_106 = L_105->get_bones_1(); NullCheck(L_106); BoneDataU5BU5D_t1439018559* L_107 = L_106->get_Items_0(); Stream_t1273022909 * L_108 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_109 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_108, (bool)1, /*hidden argument*/NULL); NullCheck(L_107); int32_t L_110 = L_109; BoneData_t3130174490 * L_111 = (L_107)->GetAt(static_cast(L_110)); V_11 = L_111; int32_t L_112 = V_8; String_t* L_113 = V_10; BoneData_t3130174490 * L_114 = V_11; SlotData_t154801902 * L_115 = (SlotData_t154801902 *)il2cpp_codegen_object_new(SlotData_t154801902_il2cpp_TypeInfo_var); SlotData__ctor_m1545173929(L_115, L_112, L_113, L_114, /*hidden argument*/NULL); V_12 = L_115; Stream_t1273022909 * L_116 = ___input0; int32_t L_117 = SkeletonBinary_ReadInt_m3486881616(NULL /*static, unused*/, L_116, /*hidden argument*/NULL); V_13 = L_117; SlotData_t154801902 * L_118 = V_12; int32_t L_119 = V_13; NullCheck(L_118); L_118->set_r_3(((float)((float)(((float)((float)((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_119)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-16777216)))))))))>>(int32_t)((int32_t)24))))))/(float)(255.0f)))); SlotData_t154801902 * L_120 = V_12; int32_t L_121 = V_13; NullCheck(L_120); L_120->set_g_4(((float)((float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_121&(int32_t)((int32_t)16711680)))>>(int32_t)((int32_t)16))))))/(float)(255.0f)))); SlotData_t154801902 * L_122 = V_12; int32_t L_123 = V_13; NullCheck(L_122); L_122->set_b_5(((float)((float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_123&(int32_t)((int32_t)65280)))>>(int32_t)8)))))/(float)(255.0f)))); SlotData_t154801902 * L_124 = V_12; int32_t L_125 = V_13; NullCheck(L_124); L_124->set_a_6(((float)((float)(((float)((float)((int32_t)((int32_t)L_125&(int32_t)((int32_t)255))))))/(float)(255.0f)))); Stream_t1273022909 * L_126 = ___input0; int32_t L_127 = SkeletonBinary_ReadInt_m3486881616(NULL /*static, unused*/, L_126, /*hidden argument*/NULL); V_14 = L_127; int32_t L_128 = V_14; if ((((int32_t)L_128) == ((int32_t)(-1)))) { goto IL_02dd; } } { SlotData_t154801902 * L_129 = V_12; NullCheck(L_129); L_129->set_hasSecondColor_10((bool)1); SlotData_t154801902 * L_130 = V_12; int32_t L_131 = V_14; NullCheck(L_130); L_130->set_r2_7(((float)((float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_131&(int32_t)((int32_t)16711680)))>>(int32_t)((int32_t)16))))))/(float)(255.0f)))); SlotData_t154801902 * L_132 = V_12; int32_t L_133 = V_14; NullCheck(L_132); L_132->set_g2_8(((float)((float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_133&(int32_t)((int32_t)65280)))>>(int32_t)8)))))/(float)(255.0f)))); SlotData_t154801902 * L_134 = V_12; int32_t L_135 = V_14; NullCheck(L_134); L_134->set_b2_9(((float)((float)(((float)((float)((int32_t)((int32_t)L_135&(int32_t)((int32_t)255))))))/(float)(255.0f)))); } IL_02dd: { SlotData_t154801902 * L_136 = V_12; Stream_t1273022909 * L_137 = ___input0; String_t* L_138 = SkeletonBinary_ReadString_m4201742740(__this, L_137, /*hidden argument*/NULL); NullCheck(L_136); L_136->set_attachmentName_11(L_138); SlotData_t154801902 * L_139 = V_12; Stream_t1273022909 * L_140 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_141 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_140, (bool)1, /*hidden argument*/NULL); NullCheck(L_139); L_139->set_blendMode_12(L_141); SkeletonData_t2032710716 * L_142 = V_1; NullCheck(L_142); ExposedList_1_t2861913768 * L_143 = L_142->get_slots_2(); SlotData_t154801902 * L_144 = V_12; NullCheck(L_143); ExposedList_1_Add_m818752335(L_143, L_144, /*hidden argument*/ExposedList_1_Add_m818752335_RuntimeMethod_var); int32_t L_145 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_145, (int32_t)1)); } IL_030c: { int32_t L_146 = V_8; int32_t L_147 = V_9; if ((((int32_t)L_146) < ((int32_t)L_147))) { goto IL_01e9; } } { V_15 = 0; Stream_t1273022909 * L_148 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_149 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_148, (bool)1, /*hidden argument*/NULL); V_16 = L_149; goto IL_03f1; } IL_0326: { Stream_t1273022909 * L_150 = ___input0; String_t* L_151 = SkeletonBinary_ReadString_m4201742740(__this, L_150, /*hidden argument*/NULL); IkConstraintData_t459120129 * L_152 = (IkConstraintData_t459120129 *)il2cpp_codegen_object_new(IkConstraintData_t459120129_il2cpp_TypeInfo_var); IkConstraintData__ctor_m339786972(L_152, L_151, /*hidden argument*/NULL); V_17 = L_152; IkConstraintData_t459120129 * L_153 = V_17; Stream_t1273022909 * L_154 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_155 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_154, (bool)1, /*hidden argument*/NULL); NullCheck(L_153); L_153->set_order_1(L_155); V_18 = 0; Stream_t1273022909 * L_156 = ___input0; int32_t L_157 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_156, (bool)1, /*hidden argument*/NULL); V_19 = L_157; goto IL_0378; } IL_0353: { IkConstraintData_t459120129 * L_158 = V_17; NullCheck(L_158); List_1_t307281936 * L_159 = L_158->get_bones_2(); SkeletonData_t2032710716 * L_160 = V_1; NullCheck(L_160); ExposedList_1_t1542319060 * L_161 = L_160->get_bones_1(); NullCheck(L_161); BoneDataU5BU5D_t1439018559* L_162 = L_161->get_Items_0(); Stream_t1273022909 * L_163 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_164 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_163, (bool)1, /*hidden argument*/NULL); NullCheck(L_162); int32_t L_165 = L_164; BoneData_t3130174490 * L_166 = (L_162)->GetAt(static_cast(L_165)); NullCheck(L_159); List_1_Add_m551836381(L_159, L_166, /*hidden argument*/List_1_Add_m551836381_RuntimeMethod_var); int32_t L_167 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_167, (int32_t)1)); } IL_0378: { int32_t L_168 = V_18; int32_t L_169 = V_19; if ((((int32_t)L_168) < ((int32_t)L_169))) { goto IL_0353; } } { IkConstraintData_t459120129 * L_170 = V_17; SkeletonData_t2032710716 * L_171 = V_1; NullCheck(L_171); ExposedList_1_t1542319060 * L_172 = L_171->get_bones_1(); NullCheck(L_172); BoneDataU5BU5D_t1439018559* L_173 = L_172->get_Items_0(); Stream_t1273022909 * L_174 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_175 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_174, (bool)1, /*hidden argument*/NULL); NullCheck(L_173); int32_t L_176 = L_175; BoneData_t3130174490 * L_177 = (L_173)->GetAt(static_cast(L_176)); NullCheck(L_170); L_170->set_target_3(L_177); IkConstraintData_t459120129 * L_178 = V_17; Stream_t1273022909 * L_179 = ___input0; float L_180 = SkeletonBinary_ReadFloat_m611799653(__this, L_179, /*hidden argument*/NULL); NullCheck(L_178); L_178->set_mix_8(L_180); IkConstraintData_t459120129 * L_181 = V_17; Stream_t1273022909 * L_182 = ___input0; int8_t L_183 = SkeletonBinary_ReadSByte_m1101727188(NULL /*static, unused*/, L_182, /*hidden argument*/NULL); NullCheck(L_181); L_181->set_bendDirection_4((((int32_t)((int32_t)L_183)))); IkConstraintData_t459120129 * L_184 = V_17; Stream_t1273022909 * L_185 = ___input0; bool L_186 = SkeletonBinary_ReadBoolean_m1725606443(NULL /*static, unused*/, L_185, /*hidden argument*/NULL); NullCheck(L_184); L_184->set_compress_5(L_186); IkConstraintData_t459120129 * L_187 = V_17; Stream_t1273022909 * L_188 = ___input0; bool L_189 = SkeletonBinary_ReadBoolean_m1725606443(NULL /*static, unused*/, L_188, /*hidden argument*/NULL); NullCheck(L_187); L_187->set_stretch_6(L_189); IkConstraintData_t459120129 * L_190 = V_17; Stream_t1273022909 * L_191 = ___input0; bool L_192 = SkeletonBinary_ReadBoolean_m1725606443(NULL /*static, unused*/, L_191, /*hidden argument*/NULL); NullCheck(L_190); L_190->set_uniform_7(L_192); SkeletonData_t2032710716 * L_193 = V_1; NullCheck(L_193); ExposedList_1_t3166231995 * L_194 = L_193->get_ikConstraints_7(); IkConstraintData_t459120129 * L_195 = V_17; NullCheck(L_194); ExposedList_1_Add_m114354598(L_194, L_195, /*hidden argument*/ExposedList_1_Add_m114354598_RuntimeMethod_var); int32_t L_196 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_196, (int32_t)1)); } IL_03f1: { int32_t L_197 = V_15; int32_t L_198 = V_16; if ((((int32_t)L_197) < ((int32_t)L_198))) { goto IL_0326; } } { V_20 = 0; Stream_t1273022909 * L_199 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_200 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_199, (bool)1, /*hidden argument*/NULL); V_21 = L_200; goto IL_053d; } IL_040b: { Stream_t1273022909 * L_201 = ___input0; String_t* L_202 = SkeletonBinary_ReadString_m4201742740(__this, L_201, /*hidden argument*/NULL); TransformConstraintData_t529073346 * L_203 = (TransformConstraintData_t529073346 *)il2cpp_codegen_object_new(TransformConstraintData_t529073346_il2cpp_TypeInfo_var); TransformConstraintData__ctor_m414215057(L_203, L_202, /*hidden argument*/NULL); V_22 = L_203; TransformConstraintData_t529073346 * L_204 = V_22; Stream_t1273022909 * L_205 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_206 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_205, (bool)1, /*hidden argument*/NULL); NullCheck(L_204); L_204->set_order_1(L_206); V_23 = 0; Stream_t1273022909 * L_207 = ___input0; int32_t L_208 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_207, (bool)1, /*hidden argument*/NULL); V_24 = L_208; goto IL_045d; } IL_0438: { TransformConstraintData_t529073346 * L_209 = V_22; NullCheck(L_209); ExposedList_1_t1542319060 * L_210 = L_209->get_bones_2(); SkeletonData_t2032710716 * L_211 = V_1; NullCheck(L_211); ExposedList_1_t1542319060 * L_212 = L_211->get_bones_1(); NullCheck(L_212); BoneDataU5BU5D_t1439018559* L_213 = L_212->get_Items_0(); Stream_t1273022909 * L_214 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_215 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_214, (bool)1, /*hidden argument*/NULL); NullCheck(L_213); int32_t L_216 = L_215; BoneData_t3130174490 * L_217 = (L_213)->GetAt(static_cast(L_216)); NullCheck(L_210); ExposedList_1_Add_m1220349209(L_210, L_217, /*hidden argument*/ExposedList_1_Add_m1220349209_RuntimeMethod_var); int32_t L_218 = V_23; V_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_218, (int32_t)1)); } IL_045d: { int32_t L_219 = V_23; int32_t L_220 = V_24; if ((((int32_t)L_219) < ((int32_t)L_220))) { goto IL_0438; } } { TransformConstraintData_t529073346 * L_221 = V_22; SkeletonData_t2032710716 * L_222 = V_1; NullCheck(L_222); ExposedList_1_t1542319060 * L_223 = L_222->get_bones_1(); NullCheck(L_223); BoneDataU5BU5D_t1439018559* L_224 = L_223->get_Items_0(); Stream_t1273022909 * L_225 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_226 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_225, (bool)1, /*hidden argument*/NULL); NullCheck(L_224); int32_t L_227 = L_226; BoneData_t3130174490 * L_228 = (L_224)->GetAt(static_cast(L_227)); NullCheck(L_221); L_221->set_target_3(L_228); TransformConstraintData_t529073346 * L_229 = V_22; Stream_t1273022909 * L_230 = ___input0; bool L_231 = SkeletonBinary_ReadBoolean_m1725606443(NULL /*static, unused*/, L_230, /*hidden argument*/NULL); NullCheck(L_229); L_229->set_local_15(L_231); TransformConstraintData_t529073346 * L_232 = V_22; Stream_t1273022909 * L_233 = ___input0; bool L_234 = SkeletonBinary_ReadBoolean_m1725606443(NULL /*static, unused*/, L_233, /*hidden argument*/NULL); NullCheck(L_232); L_232->set_relative_14(L_234); TransformConstraintData_t529073346 * L_235 = V_22; Stream_t1273022909 * L_236 = ___input0; float L_237 = SkeletonBinary_ReadFloat_m611799653(__this, L_236, /*hidden argument*/NULL); NullCheck(L_235); L_235->set_offsetRotation_8(L_237); TransformConstraintData_t529073346 * L_238 = V_22; Stream_t1273022909 * L_239 = ___input0; float L_240 = SkeletonBinary_ReadFloat_m611799653(__this, L_239, /*hidden argument*/NULL); float L_241 = V_0; NullCheck(L_238); L_238->set_offsetX_9(((float)il2cpp_codegen_multiply((float)L_240, (float)L_241))); TransformConstraintData_t529073346 * L_242 = V_22; Stream_t1273022909 * L_243 = ___input0; float L_244 = SkeletonBinary_ReadFloat_m611799653(__this, L_243, /*hidden argument*/NULL); float L_245 = V_0; NullCheck(L_242); L_242->set_offsetY_10(((float)il2cpp_codegen_multiply((float)L_244, (float)L_245))); TransformConstraintData_t529073346 * L_246 = V_22; Stream_t1273022909 * L_247 = ___input0; float L_248 = SkeletonBinary_ReadFloat_m611799653(__this, L_247, /*hidden argument*/NULL); NullCheck(L_246); L_246->set_offsetScaleX_11(L_248); TransformConstraintData_t529073346 * L_249 = V_22; Stream_t1273022909 * L_250 = ___input0; float L_251 = SkeletonBinary_ReadFloat_m611799653(__this, L_250, /*hidden argument*/NULL); NullCheck(L_249); L_249->set_offsetScaleY_12(L_251); TransformConstraintData_t529073346 * L_252 = V_22; Stream_t1273022909 * L_253 = ___input0; float L_254 = SkeletonBinary_ReadFloat_m611799653(__this, L_253, /*hidden argument*/NULL); NullCheck(L_252); L_252->set_offsetShearY_13(L_254); TransformConstraintData_t529073346 * L_255 = V_22; Stream_t1273022909 * L_256 = ___input0; float L_257 = SkeletonBinary_ReadFloat_m611799653(__this, L_256, /*hidden argument*/NULL); NullCheck(L_255); L_255->set_rotateMix_4(L_257); TransformConstraintData_t529073346 * L_258 = V_22; Stream_t1273022909 * L_259 = ___input0; float L_260 = SkeletonBinary_ReadFloat_m611799653(__this, L_259, /*hidden argument*/NULL); NullCheck(L_258); L_258->set_translateMix_5(L_260); TransformConstraintData_t529073346 * L_261 = V_22; Stream_t1273022909 * L_262 = ___input0; float L_263 = SkeletonBinary_ReadFloat_m611799653(__this, L_262, /*hidden argument*/NULL); NullCheck(L_261); L_261->set_scaleMix_6(L_263); TransformConstraintData_t529073346 * L_264 = V_22; Stream_t1273022909 * L_265 = ___input0; float L_266 = SkeletonBinary_ReadFloat_m611799653(__this, L_265, /*hidden argument*/NULL); NullCheck(L_264); L_264->set_shearMix_7(L_266); SkeletonData_t2032710716 * L_267 = V_1; NullCheck(L_267); ExposedList_1_t3236185212 * L_268 = L_267->get_transformConstraints_8(); TransformConstraintData_t529073346 * L_269 = V_22; NullCheck(L_268); ExposedList_1_Add_m2892658901(L_268, L_269, /*hidden argument*/ExposedList_1_Add_m2892658901_RuntimeMethod_var); int32_t L_270 = V_20; V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_270, (int32_t)1)); } IL_053d: { int32_t L_271 = V_20; int32_t L_272 = V_21; if ((((int32_t)L_271) < ((int32_t)L_272))) { goto IL_040b; } } { V_25 = 0; Stream_t1273022909 * L_273 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_274 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_273, (bool)1, /*hidden argument*/NULL); V_26 = L_274; goto IL_06dd; } IL_0557: { Stream_t1273022909 * L_275 = ___input0; String_t* L_276 = SkeletonBinary_ReadString_m4201742740(__this, L_275, /*hidden argument*/NULL); PathConstraintData_t981297034 * L_277 = (PathConstraintData_t981297034 *)il2cpp_codegen_object_new(PathConstraintData_t981297034_il2cpp_TypeInfo_var); PathConstraintData__ctor_m3396857240(L_277, L_276, /*hidden argument*/NULL); V_27 = L_277; PathConstraintData_t981297034 * L_278 = V_27; Stream_t1273022909 * L_279 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_280 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_279, (bool)1, /*hidden argument*/NULL); NullCheck(L_278); L_278->set_order_1(L_280); V_28 = 0; Stream_t1273022909 * L_281 = ___input0; int32_t L_282 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_281, (bool)1, /*hidden argument*/NULL); V_29 = L_282; goto IL_05a9; } IL_0584: { PathConstraintData_t981297034 * L_283 = V_27; NullCheck(L_283); ExposedList_1_t1542319060 * L_284 = L_283->get_bones_2(); SkeletonData_t2032710716 * L_285 = V_1; NullCheck(L_285); ExposedList_1_t1542319060 * L_286 = L_285->get_bones_1(); NullCheck(L_286); BoneDataU5BU5D_t1439018559* L_287 = L_286->get_Items_0(); Stream_t1273022909 * L_288 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_289 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_288, (bool)1, /*hidden argument*/NULL); NullCheck(L_287); int32_t L_290 = L_289; BoneData_t3130174490 * L_291 = (L_287)->GetAt(static_cast(L_290)); NullCheck(L_284); ExposedList_1_Add_m1220349209(L_284, L_291, /*hidden argument*/ExposedList_1_Add_m1220349209_RuntimeMethod_var); int32_t L_292 = V_28; V_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_292, (int32_t)1)); } IL_05a9: { int32_t L_293 = V_28; int32_t L_294 = V_29; if ((((int32_t)L_293) < ((int32_t)L_294))) { goto IL_0584; } } { PathConstraintData_t981297034 * L_295 = V_27; SkeletonData_t2032710716 * L_296 = V_1; NullCheck(L_296); ExposedList_1_t2861913768 * L_297 = L_296->get_slots_2(); NullCheck(L_297); SlotDataU5BU5D_t329267611* L_298 = L_297->get_Items_0(); Stream_t1273022909 * L_299 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_300 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_299, (bool)1, /*hidden argument*/NULL); NullCheck(L_298); int32_t L_301 = L_300; SlotData_t154801902 * L_302 = (L_298)->GetAt(static_cast(L_301)); NullCheck(L_295); L_295->set_target_3(L_302); PathConstraintData_t981297034 * L_303 = V_27; RuntimeTypeHandle_t3027515415 L_304 = { reinterpret_cast (PositionMode_t2435325583_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_305 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_304, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeArray * L_306 = Enum_GetValues_m4192343468(NULL /*static, unused*/, L_305, /*hidden argument*/NULL); Stream_t1273022909 * L_307 = ___input0; int32_t L_308 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_307, (bool)1, /*hidden argument*/NULL); NullCheck(L_306); RuntimeObject * L_309 = Array_GetValue_m2528546681(L_306, L_308, /*hidden argument*/NULL); NullCheck(L_303); L_303->set_positionMode_4(((*(int32_t*)((int32_t*)UnBox(L_309, PositionMode_t2435325583_il2cpp_TypeInfo_var))))); PathConstraintData_t981297034 * L_310 = V_27; RuntimeTypeHandle_t3027515415 L_311 = { reinterpret_cast (SpacingMode_t3020059698_0_0_0_var) }; Type_t * L_312 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_311, /*hidden argument*/NULL); RuntimeArray * L_313 = Enum_GetValues_m4192343468(NULL /*static, unused*/, L_312, /*hidden argument*/NULL); Stream_t1273022909 * L_314 = ___input0; int32_t L_315 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_314, (bool)1, /*hidden argument*/NULL); NullCheck(L_313); RuntimeObject * L_316 = Array_GetValue_m2528546681(L_313, L_315, /*hidden argument*/NULL); NullCheck(L_310); L_310->set_spacingMode_5(((*(int32_t*)((int32_t*)UnBox(L_316, SpacingMode_t3020059698_il2cpp_TypeInfo_var))))); PathConstraintData_t981297034 * L_317 = V_27; RuntimeTypeHandle_t3027515415 L_318 = { reinterpret_cast (RotateMode_t2880286220_0_0_0_var) }; Type_t * L_319 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_318, /*hidden argument*/NULL); RuntimeArray * L_320 = Enum_GetValues_m4192343468(NULL /*static, unused*/, L_319, /*hidden argument*/NULL); Stream_t1273022909 * L_321 = ___input0; int32_t L_322 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_321, (bool)1, /*hidden argument*/NULL); NullCheck(L_320); RuntimeObject * L_323 = Array_GetValue_m2528546681(L_320, L_322, /*hidden argument*/NULL); NullCheck(L_317); L_317->set_rotateMode_6(((*(int32_t*)((int32_t*)UnBox(L_323, RotateMode_t2880286220_il2cpp_TypeInfo_var))))); PathConstraintData_t981297034 * L_324 = V_27; Stream_t1273022909 * L_325 = ___input0; float L_326 = SkeletonBinary_ReadFloat_m611799653(__this, L_325, /*hidden argument*/NULL); NullCheck(L_324); L_324->set_offsetRotation_7(L_326); PathConstraintData_t981297034 * L_327 = V_27; Stream_t1273022909 * L_328 = ___input0; float L_329 = SkeletonBinary_ReadFloat_m611799653(__this, L_328, /*hidden argument*/NULL); NullCheck(L_327); L_327->set_position_8(L_329); PathConstraintData_t981297034 * L_330 = V_27; NullCheck(L_330); int32_t L_331 = L_330->get_positionMode_4(); if (L_331) { goto IL_0678; } } { PathConstraintData_t981297034 * L_332 = V_27; PathConstraintData_t981297034 * L_333 = L_332; NullCheck(L_333); float L_334 = L_333->get_position_8(); float L_335 = V_0; NullCheck(L_333); L_333->set_position_8(((float)il2cpp_codegen_multiply((float)L_334, (float)L_335))); } IL_0678: { PathConstraintData_t981297034 * L_336 = V_27; Stream_t1273022909 * L_337 = ___input0; float L_338 = SkeletonBinary_ReadFloat_m611799653(__this, L_337, /*hidden argument*/NULL); NullCheck(L_336); L_336->set_spacing_9(L_338); PathConstraintData_t981297034 * L_339 = V_27; NullCheck(L_339); int32_t L_340 = L_339->get_spacingMode_5(); if (!L_340) { goto IL_069f; } } { PathConstraintData_t981297034 * L_341 = V_27; NullCheck(L_341); int32_t L_342 = L_341->get_spacingMode_5(); if ((!(((uint32_t)L_342) == ((uint32_t)1)))) { goto IL_06ae; } } IL_069f: { PathConstraintData_t981297034 * L_343 = V_27; PathConstraintData_t981297034 * L_344 = L_343; NullCheck(L_344); float L_345 = L_344->get_spacing_9(); float L_346 = V_0; NullCheck(L_344); L_344->set_spacing_9(((float)il2cpp_codegen_multiply((float)L_345, (float)L_346))); } IL_06ae: { PathConstraintData_t981297034 * L_347 = V_27; Stream_t1273022909 * L_348 = ___input0; float L_349 = SkeletonBinary_ReadFloat_m611799653(__this, L_348, /*hidden argument*/NULL); NullCheck(L_347); L_347->set_rotateMix_10(L_349); PathConstraintData_t981297034 * L_350 = V_27; Stream_t1273022909 * L_351 = ___input0; float L_352 = SkeletonBinary_ReadFloat_m611799653(__this, L_351, /*hidden argument*/NULL); NullCheck(L_350); L_350->set_translateMix_11(L_352); SkeletonData_t2032710716 * L_353 = V_1; NullCheck(L_353); ExposedList_1_t3688408900 * L_354 = L_353->get_pathConstraints_9(); PathConstraintData_t981297034 * L_355 = V_27; NullCheck(L_354); ExposedList_1_Add_m3550227591(L_354, L_355, /*hidden argument*/ExposedList_1_Add_m3550227591_RuntimeMethod_var); int32_t L_356 = V_25; V_25 = ((int32_t)il2cpp_codegen_add((int32_t)L_356, (int32_t)1)); } IL_06dd: { int32_t L_357 = V_25; int32_t L_358 = V_26; if ((((int32_t)L_357) < ((int32_t)L_358))) { goto IL_0557; } } { Stream_t1273022909 * L_359 = ___input0; SkeletonData_t2032710716 * L_360 = V_1; bool L_361 = V_2; Skin_t1174584606 * L_362 = SkeletonBinary_ReadSkin_m3015284652(__this, L_359, L_360, _stringLiteral1948332219, L_361, /*hidden argument*/NULL); V_30 = L_362; Skin_t1174584606 * L_363 = V_30; if (!L_363) { goto IL_0712; } } { SkeletonData_t2032710716 * L_364 = V_1; Skin_t1174584606 * L_365 = V_30; NullCheck(L_364); L_364->set_defaultSkin_4(L_365); SkeletonData_t2032710716 * L_366 = V_1; NullCheck(L_366); ExposedList_1_t3881696472 * L_367 = L_366->get_skins_3(); Skin_t1174584606 * L_368 = V_30; NullCheck(L_367); ExposedList_1_Add_m1682840157(L_367, L_368, /*hidden argument*/ExposedList_1_Add_m1682840157_RuntimeMethod_var); } IL_0712: { V_31 = 0; Stream_t1273022909 * L_369 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_370 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_369, (bool)1, /*hidden argument*/NULL); V_32 = L_370; goto IL_0744; } IL_0723: { SkeletonData_t2032710716 * L_371 = V_1; NullCheck(L_371); ExposedList_1_t3881696472 * L_372 = L_371->get_skins_3(); Stream_t1273022909 * L_373 = ___input0; SkeletonData_t2032710716 * L_374 = V_1; Stream_t1273022909 * L_375 = ___input0; String_t* L_376 = SkeletonBinary_ReadString_m4201742740(__this, L_375, /*hidden argument*/NULL); bool L_377 = V_2; Skin_t1174584606 * L_378 = SkeletonBinary_ReadSkin_m3015284652(__this, L_373, L_374, L_376, L_377, /*hidden argument*/NULL); NullCheck(L_372); ExposedList_1_Add_m1682840157(L_372, L_378, /*hidden argument*/ExposedList_1_Add_m1682840157_RuntimeMethod_var); int32_t L_379 = V_31; V_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_379, (int32_t)1)); } IL_0744: { int32_t L_380 = V_31; int32_t L_381 = V_32; if ((((int32_t)L_380) < ((int32_t)L_381))) { goto IL_0723; } } { V_33 = 0; List_1_t3168994201 * L_382 = __this->get_linkedMeshes_16(); NullCheck(L_382); int32_t L_383 = List_1_get_Count_m1274005879(L_382, /*hidden argument*/List_1_get_Count_m1274005879_RuntimeMethod_var); V_34 = L_383; goto IL_080f; } IL_0762: { List_1_t3168994201 * L_384 = __this->get_linkedMeshes_16(); int32_t L_385 = V_33; NullCheck(L_384); LinkedMesh_t1696919459 * L_386 = List_1_get_Item_m2590232269(L_384, L_385, /*hidden argument*/List_1_get_Item_m2590232269_RuntimeMethod_var); V_35 = L_386; LinkedMesh_t1696919459 * L_387 = V_35; NullCheck(L_387); String_t* L_388 = L_387->get_skin_1(); if (L_388) { goto IL_0788; } } { SkeletonData_t2032710716 * L_389 = V_1; NullCheck(L_389); Skin_t1174584606 * L_390 = SkeletonData_get_DefaultSkin_m2112627509(L_389, /*hidden argument*/NULL); G_B56_0 = L_390; goto IL_0795; } IL_0788: { SkeletonData_t2032710716 * L_391 = V_1; LinkedMesh_t1696919459 * L_392 = V_35; NullCheck(L_392); String_t* L_393 = L_392->get_skin_1(); NullCheck(L_391); Skin_t1174584606 * L_394 = SkeletonData_FindSkin_m3114017459(L_391, L_393, /*hidden argument*/NULL); G_B56_0 = L_394; } IL_0795: { V_36 = G_B56_0; Skin_t1174584606 * L_395 = V_36; if (L_395) { goto IL_07b5; } } { LinkedMesh_t1696919459 * L_396 = V_35; NullCheck(L_396); String_t* L_397 = L_396->get_skin_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_398 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1801693767, L_397, /*hidden argument*/NULL); Exception_t * L_399 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_399, L_398, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_399,SkeletonBinary_ReadSkeletonData_m2684318942_RuntimeMethod_var); } IL_07b5: { Skin_t1174584606 * L_400 = V_36; LinkedMesh_t1696919459 * L_401 = V_35; NullCheck(L_401); int32_t L_402 = L_401->get_slotIndex_2(); LinkedMesh_t1696919459 * L_403 = V_35; NullCheck(L_403); String_t* L_404 = L_403->get_parent_0(); NullCheck(L_400); Attachment_t3043756552 * L_405 = Skin_GetAttachment_m2040609636(L_400, L_402, L_404, /*hidden argument*/NULL); V_37 = L_405; Attachment_t3043756552 * L_406 = V_37; if (L_406) { goto IL_07ea; } } { LinkedMesh_t1696919459 * L_407 = V_35; NullCheck(L_407); String_t* L_408 = L_407->get_parent_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_409 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2634315137, L_408, /*hidden argument*/NULL); Exception_t * L_410 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_410, L_409, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_410,SkeletonBinary_ReadSkeletonData_m2684318942_RuntimeMethod_var); } IL_07ea: { LinkedMesh_t1696919459 * L_411 = V_35; NullCheck(L_411); MeshAttachment_t1975337962 * L_412 = L_411->get_mesh_3(); Attachment_t3043756552 * L_413 = V_37; NullCheck(L_412); MeshAttachment_set_ParentMesh_m3921104777(L_412, ((MeshAttachment_t1975337962 *)CastclassClass((RuntimeObject*)L_413, MeshAttachment_t1975337962_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); LinkedMesh_t1696919459 * L_414 = V_35; NullCheck(L_414); MeshAttachment_t1975337962 * L_415 = L_414->get_mesh_3(); NullCheck(L_415); MeshAttachment_UpdateUVs_m572410885(L_415, /*hidden argument*/NULL); int32_t L_416 = V_33; V_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_416, (int32_t)1)); } IL_080f: { int32_t L_417 = V_33; int32_t L_418 = V_34; if ((((int32_t)L_417) < ((int32_t)L_418))) { goto IL_0762; } } { List_1_t3168994201 * L_419 = __this->get_linkedMeshes_16(); NullCheck(L_419); List_1_Clear_m3818377690(L_419, /*hidden argument*/List_1_Clear_m3818377690_RuntimeMethod_var); V_38 = 0; Stream_t1273022909 * L_420 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_421 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_420, (bool)1, /*hidden argument*/NULL); V_39 = L_421; goto IL_08b5; } IL_0834: { Stream_t1273022909 * L_422 = ___input0; String_t* L_423 = SkeletonBinary_ReadString_m4201742740(__this, L_422, /*hidden argument*/NULL); EventData_t724759987 * L_424 = (EventData_t724759987 *)il2cpp_codegen_object_new(EventData_t724759987_il2cpp_TypeInfo_var); EventData__ctor_m1468847951(L_424, L_423, /*hidden argument*/NULL); V_40 = L_424; EventData_t724759987 * L_425 = V_40; Stream_t1273022909 * L_426 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_427 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_426, (bool)0, /*hidden argument*/NULL); NullCheck(L_425); EventData_set_Int_m4283235737(L_425, L_427, /*hidden argument*/NULL); EventData_t724759987 * L_428 = V_40; Stream_t1273022909 * L_429 = ___input0; float L_430 = SkeletonBinary_ReadFloat_m611799653(__this, L_429, /*hidden argument*/NULL); NullCheck(L_428); EventData_set_Float_m1917560394(L_428, L_430, /*hidden argument*/NULL); EventData_t724759987 * L_431 = V_40; Stream_t1273022909 * L_432 = ___input0; String_t* L_433 = SkeletonBinary_ReadString_m4201742740(__this, L_432, /*hidden argument*/NULL); NullCheck(L_431); EventData_set_String_m27313476(L_431, L_433, /*hidden argument*/NULL); EventData_t724759987 * L_434 = V_40; Stream_t1273022909 * L_435 = ___input0; String_t* L_436 = SkeletonBinary_ReadString_m4201742740(__this, L_435, /*hidden argument*/NULL); NullCheck(L_434); EventData_set_AudioPath_m626624068(L_434, L_436, /*hidden argument*/NULL); EventData_t724759987 * L_437 = V_40; NullCheck(L_437); String_t* L_438 = EventData_get_AudioPath_m2493658223(L_437, /*hidden argument*/NULL); if (!L_438) { goto IL_08a2; } } { EventData_t724759987 * L_439 = V_40; Stream_t1273022909 * L_440 = ___input0; float L_441 = SkeletonBinary_ReadFloat_m611799653(__this, L_440, /*hidden argument*/NULL); NullCheck(L_439); EventData_set_Volume_m1283633249(L_439, L_441, /*hidden argument*/NULL); EventData_t724759987 * L_442 = V_40; Stream_t1273022909 * L_443 = ___input0; float L_444 = SkeletonBinary_ReadFloat_m611799653(__this, L_443, /*hidden argument*/NULL); NullCheck(L_442); EventData_set_Balance_m2061080133(L_442, L_444, /*hidden argument*/NULL); } IL_08a2: { SkeletonData_t2032710716 * L_445 = V_1; NullCheck(L_445); ExposedList_1_t3431871853 * L_446 = L_445->get_events_5(); EventData_t724759987 * L_447 = V_40; NullCheck(L_446); ExposedList_1_Add_m23153687(L_446, L_447, /*hidden argument*/ExposedList_1_Add_m23153687_RuntimeMethod_var); int32_t L_448 = V_38; V_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_448, (int32_t)1)); } IL_08b5: { int32_t L_449 = V_38; int32_t L_450 = V_39; if ((((int32_t)L_449) < ((int32_t)L_450))) { goto IL_0834; } } { V_41 = 0; Stream_t1273022909 * L_451 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_452 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_451, (bool)1, /*hidden argument*/NULL); V_42 = L_452; goto IL_08e4; } IL_08cf: { Stream_t1273022909 * L_453 = ___input0; String_t* L_454 = SkeletonBinary_ReadString_m4201742740(__this, L_453, /*hidden argument*/NULL); Stream_t1273022909 * L_455 = ___input0; SkeletonData_t2032710716 * L_456 = V_1; SkeletonBinary_ReadAnimation_m1904552867(__this, L_454, L_455, L_456, /*hidden argument*/NULL); int32_t L_457 = V_41; V_41 = ((int32_t)il2cpp_codegen_add((int32_t)L_457, (int32_t)1)); } IL_08e4: { int32_t L_458 = V_41; int32_t L_459 = V_42; if ((((int32_t)L_458) < ((int32_t)L_459))) { goto IL_08cf; } } { SkeletonData_t2032710716 * L_460 = V_1; NullCheck(L_460); ExposedList_1_t1542319060 * L_461 = L_460->get_bones_1(); NullCheck(L_461); ExposedList_1_TrimExcess_m2182649893(L_461, /*hidden argument*/ExposedList_1_TrimExcess_m2182649893_RuntimeMethod_var); SkeletonData_t2032710716 * L_462 = V_1; NullCheck(L_462); ExposedList_1_t2861913768 * L_463 = L_462->get_slots_2(); NullCheck(L_463); ExposedList_1_TrimExcess_m2802449127(L_463, /*hidden argument*/ExposedList_1_TrimExcess_m2802449127_RuntimeMethod_var); SkeletonData_t2032710716 * L_464 = V_1; NullCheck(L_464); ExposedList_1_t3881696472 * L_465 = L_464->get_skins_3(); NullCheck(L_465); ExposedList_1_TrimExcess_m2094193418(L_465, /*hidden argument*/ExposedList_1_TrimExcess_m2094193418_RuntimeMethod_var); SkeletonData_t2032710716 * L_466 = V_1; NullCheck(L_466); ExposedList_1_t3431871853 * L_467 = L_466->get_events_5(); NullCheck(L_467); ExposedList_1_TrimExcess_m547830103(L_467, /*hidden argument*/ExposedList_1_TrimExcess_m547830103_RuntimeMethod_var); SkeletonData_t2032710716 * L_468 = V_1; NullCheck(L_468); ExposedList_1_t3322895149 * L_469 = L_468->get_animations_6(); NullCheck(L_469); ExposedList_1_TrimExcess_m2740891451(L_469, /*hidden argument*/ExposedList_1_TrimExcess_m2740891451_RuntimeMethod_var); SkeletonData_t2032710716 * L_470 = V_1; NullCheck(L_470); ExposedList_1_t3166231995 * L_471 = L_470->get_ikConstraints_7(); NullCheck(L_471); ExposedList_1_TrimExcess_m3989540651(L_471, /*hidden argument*/ExposedList_1_TrimExcess_m3989540651_RuntimeMethod_var); SkeletonData_t2032710716 * L_472 = V_1; NullCheck(L_472); ExposedList_1_t3688408900 * L_473 = L_472->get_pathConstraints_9(); NullCheck(L_473); ExposedList_1_TrimExcess_m1213212165(L_473, /*hidden argument*/ExposedList_1_TrimExcess_m1213212165_RuntimeMethod_var); SkeletonData_t2032710716 * L_474 = V_1; return L_474; } } // Spine.Skin Spine.SkeletonBinary::ReadSkin(System.IO.Stream,Spine.SkeletonData,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Skin_t1174584606 * SkeletonBinary_ReadSkin_m3015284652 (SkeletonBinary_t1796686580 * __this, Stream_t1273022909 * ___input0, SkeletonData_t2032710716 * ___skeletonData1, String_t* ___skinName2, bool ___nonessential3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkeletonBinary_ReadSkin_m3015284652_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Skin_t1174584606 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; String_t* V_6 = NULL; Attachment_t3043756552 * V_7 = NULL; { Stream_t1273022909 * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_1 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if (L_2) { goto IL_0010; } } { return (Skin_t1174584606 *)NULL; } IL_0010: { String_t* L_3 = ___skinName2; Skin_t1174584606 * L_4 = (Skin_t1174584606 *)il2cpp_codegen_object_new(Skin_t1174584606_il2cpp_TypeInfo_var); Skin__ctor_m26666071(L_4, L_3, /*hidden argument*/NULL); V_1 = L_4; V_2 = 0; goto IL_0075; } IL_001e: { Stream_t1273022909 * L_5 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_6 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_5, (bool)1, /*hidden argument*/NULL); V_3 = L_6; V_4 = 0; Stream_t1273022909 * L_7 = ___input0; int32_t L_8 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_7, (bool)1, /*hidden argument*/NULL); V_5 = L_8; goto IL_0068; } IL_0037: { Stream_t1273022909 * L_9 = ___input0; String_t* L_10 = SkeletonBinary_ReadString_m4201742740(__this, L_9, /*hidden argument*/NULL); V_6 = L_10; Stream_t1273022909 * L_11 = ___input0; SkeletonData_t2032710716 * L_12 = ___skeletonData1; Skin_t1174584606 * L_13 = V_1; int32_t L_14 = V_3; String_t* L_15 = V_6; bool L_16 = ___nonessential3; Attachment_t3043756552 * L_17 = SkeletonBinary_ReadAttachment_m4294747320(__this, L_11, L_12, L_13, L_14, L_15, L_16, /*hidden argument*/NULL); V_7 = L_17; Attachment_t3043756552 * L_18 = V_7; if (!L_18) { goto IL_0062; } } { Skin_t1174584606 * L_19 = V_1; int32_t L_20 = V_3; String_t* L_21 = V_6; Attachment_t3043756552 * L_22 = V_7; NullCheck(L_19); Skin_AddAttachment_m165806907(L_19, L_20, L_21, L_22, /*hidden argument*/NULL); } IL_0062: { int32_t L_23 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0068: { int32_t L_24 = V_4; int32_t L_25 = V_5; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0037; } } { int32_t L_26 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0075: { int32_t L_27 = V_2; int32_t L_28 = V_0; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_001e; } } { Skin_t1174584606 * L_29 = V_1; return L_29; } } // Spine.Attachment Spine.SkeletonBinary::ReadAttachment(System.IO.Stream,Spine.SkeletonData,Spine.Skin,System.Int32,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Attachment_t3043756552 * SkeletonBinary_ReadAttachment_m4294747320 (SkeletonBinary_t1796686580 * __this, Stream_t1273022909 * ___input0, SkeletonData_t2032710716 * ___skeletonData1, Skin_t1174584606 * ___skin2, int32_t ___slotIndex3, String_t* ___attachmentName4, bool ___nonessential5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkeletonBinary_ReadAttachment_m4294747320_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; String_t* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; float V_4 = 0.0f; float V_5 = 0.0f; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; float V_10 = 0.0f; int32_t V_11 = 0; RegionAttachment_t1770147391 * V_12 = NULL; int32_t V_13 = 0; Vertices_t807797978 * V_14 = NULL; BoundingBoxAttachment_t2797506510 * V_15 = NULL; String_t* V_16 = NULL; int32_t V_17 = 0; int32_t V_18 = 0; SingleU5BU5D_t1444911251* V_19 = NULL; Int32U5BU5D_t385246372* V_20 = NULL; Vertices_t807797978 * V_21 = NULL; int32_t V_22 = 0; Int32U5BU5D_t385246372* V_23 = NULL; float V_24 = 0.0f; float V_25 = 0.0f; MeshAttachment_t1975337962 * V_26 = NULL; String_t* V_27 = NULL; int32_t V_28 = 0; String_t* V_29 = NULL; String_t* V_30 = NULL; bool V_31 = false; float V_32 = 0.0f; float V_33 = 0.0f; MeshAttachment_t1975337962 * V_34 = NULL; bool V_35 = false; bool V_36 = false; int32_t V_37 = 0; Vertices_t807797978 * V_38 = NULL; SingleU5BU5D_t1444911251* V_39 = NULL; int32_t V_40 = 0; int32_t V_41 = 0; PathAttachment_t3565151060 * V_42 = NULL; float V_43 = 0.0f; float V_44 = 0.0f; float V_45 = 0.0f; PointAttachment_t2275020146 * V_46 = NULL; int32_t V_47 = 0; int32_t V_48 = 0; Vertices_t807797978 * V_49 = NULL; ClippingAttachment_t2586274570 * V_50 = NULL; { float L_0 = SkeletonBinary_get_Scale_m2213985005(__this, /*hidden argument*/NULL); V_0 = L_0; Stream_t1273022909 * L_1 = ___input0; String_t* L_2 = SkeletonBinary_ReadString_m4201742740(__this, L_1, /*hidden argument*/NULL); V_1 = L_2; String_t* L_3 = V_1; if (L_3) { goto IL_0018; } } { String_t* L_4 = ___attachmentName4; V_1 = L_4; } IL_0018: { Stream_t1273022909 * L_5 = ___input0; NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_5); V_2 = L_6; int32_t L_7 = V_2; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_0171; } case 2: { goto IL_01d5; } case 3: { goto IL_0354; } case 4: { goto IL_0476; } case 5: { goto IL_053b; } case 6: { goto IL_059e; } } } { goto IL_0620; } IL_0046: { Stream_t1273022909 * L_8 = ___input0; String_t* L_9 = SkeletonBinary_ReadString_m4201742740(__this, L_8, /*hidden argument*/NULL); V_3 = L_9; Stream_t1273022909 * L_10 = ___input0; float L_11 = SkeletonBinary_ReadFloat_m611799653(__this, L_10, /*hidden argument*/NULL); V_4 = L_11; Stream_t1273022909 * L_12 = ___input0; float L_13 = SkeletonBinary_ReadFloat_m611799653(__this, L_12, /*hidden argument*/NULL); V_5 = L_13; Stream_t1273022909 * L_14 = ___input0; float L_15 = SkeletonBinary_ReadFloat_m611799653(__this, L_14, /*hidden argument*/NULL); V_6 = L_15; Stream_t1273022909 * L_16 = ___input0; float L_17 = SkeletonBinary_ReadFloat_m611799653(__this, L_16, /*hidden argument*/NULL); V_7 = L_17; Stream_t1273022909 * L_18 = ___input0; float L_19 = SkeletonBinary_ReadFloat_m611799653(__this, L_18, /*hidden argument*/NULL); V_8 = L_19; Stream_t1273022909 * L_20 = ___input0; float L_21 = SkeletonBinary_ReadFloat_m611799653(__this, L_20, /*hidden argument*/NULL); V_9 = L_21; Stream_t1273022909 * L_22 = ___input0; float L_23 = SkeletonBinary_ReadFloat_m611799653(__this, L_22, /*hidden argument*/NULL); V_10 = L_23; Stream_t1273022909 * L_24 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_25 = SkeletonBinary_ReadInt_m3486881616(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); V_11 = L_25; String_t* L_26 = V_3; if (L_26) { goto IL_009d; } } { String_t* L_27 = V_1; V_3 = L_27; } IL_009d: { RuntimeObject* L_28 = __this->get_attachmentLoader_14(); Skin_t1174584606 * L_29 = ___skin2; String_t* L_30 = V_1; String_t* L_31 = V_3; NullCheck(L_28); RegionAttachment_t1770147391 * L_32 = InterfaceFuncInvoker3< RegionAttachment_t1770147391 *, Skin_t1174584606 *, String_t*, String_t* >::Invoke(0 /* Spine.RegionAttachment Spine.AttachmentLoader::NewRegionAttachment(Spine.Skin,System.String,System.String) */, AttachmentLoader_t3324778997_il2cpp_TypeInfo_var, L_28, L_29, L_30, L_31); V_12 = L_32; RegionAttachment_t1770147391 * L_33 = V_12; if (L_33) { goto IL_00b6; } } { return (Attachment_t3043756552 *)NULL; } IL_00b6: { RegionAttachment_t1770147391 * L_34 = V_12; String_t* L_35 = V_3; NullCheck(L_34); RegionAttachment_set_Path_m1929365969(L_34, L_35, /*hidden argument*/NULL); RegionAttachment_t1770147391 * L_36 = V_12; float L_37 = V_5; float L_38 = V_0; NullCheck(L_36); L_36->set_x_9(((float)il2cpp_codegen_multiply((float)L_37, (float)L_38))); RegionAttachment_t1770147391 * L_39 = V_12; float L_40 = V_6; float L_41 = V_0; NullCheck(L_39); L_39->set_y_10(((float)il2cpp_codegen_multiply((float)L_40, (float)L_41))); RegionAttachment_t1770147391 * L_42 = V_12; float L_43 = V_7; NullCheck(L_42); L_42->set_scaleX_12(L_43); RegionAttachment_t1770147391 * L_44 = V_12; float L_45 = V_8; NullCheck(L_44); L_44->set_scaleY_13(L_45); RegionAttachment_t1770147391 * L_46 = V_12; float L_47 = V_4; NullCheck(L_46); L_46->set_rotation_11(L_47); RegionAttachment_t1770147391 * L_48 = V_12; float L_49 = V_9; float L_50 = V_0; NullCheck(L_48); L_48->set_width_14(((float)il2cpp_codegen_multiply((float)L_49, (float)L_50))); RegionAttachment_t1770147391 * L_51 = V_12; float L_52 = V_10; float L_53 = V_0; NullCheck(L_51); L_51->set_height_15(((float)il2cpp_codegen_multiply((float)L_52, (float)L_53))); RegionAttachment_t1770147391 * L_54 = V_12; int32_t L_55 = V_11; NullCheck(L_54); L_54->set_r_24(((float)((float)(((float)((float)((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_55)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-16777216)))))))))>>(int32_t)((int32_t)24))))))/(float)(255.0f)))); RegionAttachment_t1770147391 * L_56 = V_12; int32_t L_57 = V_11; NullCheck(L_56); L_56->set_g_25(((float)((float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_57&(int32_t)((int32_t)16711680)))>>(int32_t)((int32_t)16))))))/(float)(255.0f)))); RegionAttachment_t1770147391 * L_58 = V_12; int32_t L_59 = V_11; NullCheck(L_58); L_58->set_b_26(((float)((float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_59&(int32_t)((int32_t)65280)))>>(int32_t)8)))))/(float)(255.0f)))); RegionAttachment_t1770147391 * L_60 = V_12; int32_t L_61 = V_11; NullCheck(L_60); L_60->set_a_27(((float)((float)(((float)((float)((int32_t)((int32_t)L_61&(int32_t)((int32_t)255))))))/(float)(255.0f)))); RegionAttachment_t1770147391 * L_62 = V_12; NullCheck(L_62); RegionAttachment_UpdateOffset_m1524617805(L_62, /*hidden argument*/NULL); RegionAttachment_t1770147391 * L_63 = V_12; return L_63; } IL_0171: { Stream_t1273022909 * L_64 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_65 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_64, (bool)1, /*hidden argument*/NULL); V_13 = L_65; Stream_t1273022909 * L_66 = ___input0; int32_t L_67 = V_13; Vertices_t807797978 * L_68 = SkeletonBinary_ReadVertices_m395018376(__this, L_66, L_67, /*hidden argument*/NULL); V_14 = L_68; bool L_69 = ___nonessential5; if (!L_69) { goto IL_0193; } } { Stream_t1273022909 * L_70 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); SkeletonBinary_ReadInt_m3486881616(NULL /*static, unused*/, L_70, /*hidden argument*/NULL); } IL_0193: { RuntimeObject* L_71 = __this->get_attachmentLoader_14(); Skin_t1174584606 * L_72 = ___skin2; String_t* L_73 = V_1; NullCheck(L_71); BoundingBoxAttachment_t2797506510 * L_74 = InterfaceFuncInvoker2< BoundingBoxAttachment_t2797506510 *, Skin_t1174584606 *, String_t* >::Invoke(2 /* Spine.BoundingBoxAttachment Spine.AttachmentLoader::NewBoundingBoxAttachment(Spine.Skin,System.String) */, AttachmentLoader_t3324778997_il2cpp_TypeInfo_var, L_71, L_72, L_73); V_15 = L_74; BoundingBoxAttachment_t2797506510 * L_75 = V_15; if (L_75) { goto IL_01ab; } } { return (Attachment_t3043756552 *)NULL; } IL_01ab: { BoundingBoxAttachment_t2797506510 * L_76 = V_15; int32_t L_77 = V_13; NullCheck(L_76); ((VertexAttachment_t4074366829 *)L_76)->set_worldVerticesLength_6(((int32_t)((int32_t)L_77<<(int32_t)1))); BoundingBoxAttachment_t2797506510 * L_78 = V_15; Vertices_t807797978 * L_79 = V_14; NullCheck(L_79); SingleU5BU5D_t1444911251* L_80 = L_79->get_vertices_1(); NullCheck(L_78); ((VertexAttachment_t4074366829 *)L_78)->set_vertices_5(L_80); BoundingBoxAttachment_t2797506510 * L_81 = V_15; Vertices_t807797978 * L_82 = V_14; NullCheck(L_82); Int32U5BU5D_t385246372* L_83 = L_82->get_bones_0(); NullCheck(L_81); ((VertexAttachment_t4074366829 *)L_81)->set_bones_4(L_83); BoundingBoxAttachment_t2797506510 * L_84 = V_15; return L_84; } IL_01d5: { Stream_t1273022909 * L_85 = ___input0; String_t* L_86 = SkeletonBinary_ReadString_m4201742740(__this, L_85, /*hidden argument*/NULL); V_16 = L_86; Stream_t1273022909 * L_87 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_88 = SkeletonBinary_ReadInt_m3486881616(NULL /*static, unused*/, L_87, /*hidden argument*/NULL); V_17 = L_88; Stream_t1273022909 * L_89 = ___input0; int32_t L_90 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_89, (bool)1, /*hidden argument*/NULL); V_18 = L_90; Stream_t1273022909 * L_91 = ___input0; int32_t L_92 = V_18; SingleU5BU5D_t1444911251* L_93 = SkeletonBinary_ReadFloatArray_m604960723(__this, L_91, ((int32_t)((int32_t)L_92<<(int32_t)1)), (1.0f), /*hidden argument*/NULL); V_19 = L_93; Stream_t1273022909 * L_94 = ___input0; Int32U5BU5D_t385246372* L_95 = SkeletonBinary_ReadShortArray_m2765121480(__this, L_94, /*hidden argument*/NULL); V_20 = L_95; Stream_t1273022909 * L_96 = ___input0; int32_t L_97 = V_18; Vertices_t807797978 * L_98 = SkeletonBinary_ReadVertices_m395018376(__this, L_96, L_97, /*hidden argument*/NULL); V_21 = L_98; Stream_t1273022909 * L_99 = ___input0; int32_t L_100 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_99, (bool)1, /*hidden argument*/NULL); V_22 = L_100; V_23 = (Int32U5BU5D_t385246372*)NULL; V_24 = (0.0f); V_25 = (0.0f); bool L_101 = ___nonessential5; if (!L_101) { goto IL_0251; } } { Stream_t1273022909 * L_102 = ___input0; Int32U5BU5D_t385246372* L_103 = SkeletonBinary_ReadShortArray_m2765121480(__this, L_102, /*hidden argument*/NULL); V_23 = L_103; Stream_t1273022909 * L_104 = ___input0; float L_105 = SkeletonBinary_ReadFloat_m611799653(__this, L_104, /*hidden argument*/NULL); V_24 = L_105; Stream_t1273022909 * L_106 = ___input0; float L_107 = SkeletonBinary_ReadFloat_m611799653(__this, L_106, /*hidden argument*/NULL); V_25 = L_107; } IL_0251: { String_t* L_108 = V_16; if (L_108) { goto IL_025b; } } { String_t* L_109 = V_1; V_16 = L_109; } IL_025b: { RuntimeObject* L_110 = __this->get_attachmentLoader_14(); Skin_t1174584606 * L_111 = ___skin2; String_t* L_112 = V_1; String_t* L_113 = V_16; NullCheck(L_110); MeshAttachment_t1975337962 * L_114 = InterfaceFuncInvoker3< MeshAttachment_t1975337962 *, Skin_t1174584606 *, String_t*, String_t* >::Invoke(1 /* Spine.MeshAttachment Spine.AttachmentLoader::NewMeshAttachment(Spine.Skin,System.String,System.String) */, AttachmentLoader_t3324778997_il2cpp_TypeInfo_var, L_110, L_111, L_112, L_113); V_26 = L_114; MeshAttachment_t1975337962 * L_115 = V_26; if (L_115) { goto IL_0275; } } { return (Attachment_t3043756552 *)NULL; } IL_0275: { MeshAttachment_t1975337962 * L_116 = V_26; String_t* L_117 = V_16; NullCheck(L_116); MeshAttachment_set_Path_m3813911935(L_116, L_117, /*hidden argument*/NULL); MeshAttachment_t1975337962 * L_118 = V_26; int32_t L_119 = V_17; NullCheck(L_118); L_118->set_r_17(((float)((float)(((float)((float)((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_119)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-16777216)))))))))>>(int32_t)((int32_t)24))))))/(float)(255.0f)))); MeshAttachment_t1975337962 * L_120 = V_26; int32_t L_121 = V_17; NullCheck(L_120); L_120->set_g_18(((float)((float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_121&(int32_t)((int32_t)16711680)))>>(int32_t)((int32_t)16))))))/(float)(255.0f)))); MeshAttachment_t1975337962 * L_122 = V_26; int32_t L_123 = V_17; NullCheck(L_122); L_122->set_b_19(((float)((float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_123&(int32_t)((int32_t)65280)))>>(int32_t)8)))))/(float)(255.0f)))); MeshAttachment_t1975337962 * L_124 = V_26; int32_t L_125 = V_17; NullCheck(L_124); L_124->set_a_20(((float)((float)(((float)((float)((int32_t)((int32_t)L_125&(int32_t)((int32_t)255))))))/(float)(255.0f)))); MeshAttachment_t1975337962 * L_126 = V_26; Vertices_t807797978 * L_127 = V_21; NullCheck(L_127); Int32U5BU5D_t385246372* L_128 = L_127->get_bones_0(); NullCheck(L_126); ((VertexAttachment_t4074366829 *)L_126)->set_bones_4(L_128); MeshAttachment_t1975337962 * L_129 = V_26; Vertices_t807797978 * L_130 = V_21; NullCheck(L_130); SingleU5BU5D_t1444911251* L_131 = L_130->get_vertices_1(); NullCheck(L_129); ((VertexAttachment_t4074366829 *)L_129)->set_vertices_5(L_131); MeshAttachment_t1975337962 * L_132 = V_26; int32_t L_133 = V_18; NullCheck(L_132); VertexAttachment_set_WorldVerticesLength_m1855973783(L_132, ((int32_t)((int32_t)L_133<<(int32_t)1)), /*hidden argument*/NULL); MeshAttachment_t1975337962 * L_134 = V_26; Int32U5BU5D_t385246372* L_135 = V_20; NullCheck(L_134); L_134->set_triangles_16(L_135); MeshAttachment_t1975337962 * L_136 = V_26; SingleU5BU5D_t1444911251* L_137 = V_19; NullCheck(L_136); L_136->set_regionUVs_15(L_137); MeshAttachment_t1975337962 * L_138 = V_26; NullCheck(L_138); MeshAttachment_UpdateUVs_m572410885(L_138, /*hidden argument*/NULL); MeshAttachment_t1975337962 * L_139 = V_26; int32_t L_140 = V_22; NullCheck(L_139); MeshAttachment_set_HullLength_m1547340380(L_139, ((int32_t)((int32_t)L_140<<(int32_t)1)), /*hidden argument*/NULL); bool L_141 = ___nonessential5; if (!L_141) { goto IL_0351; } } { MeshAttachment_t1975337962 * L_142 = V_26; Int32U5BU5D_t385246372* L_143 = V_23; NullCheck(L_142); MeshAttachment_set_Edges_m4227853743(L_142, L_143, /*hidden argument*/NULL); MeshAttachment_t1975337962 * L_144 = V_26; float L_145 = V_24; float L_146 = V_0; NullCheck(L_144); MeshAttachment_set_Width_m4133520296(L_144, ((float)il2cpp_codegen_multiply((float)L_145, (float)L_146)), /*hidden argument*/NULL); MeshAttachment_t1975337962 * L_147 = V_26; float L_148 = V_25; float L_149 = V_0; NullCheck(L_147); MeshAttachment_set_Height_m1587960250(L_147, ((float)il2cpp_codegen_multiply((float)L_148, (float)L_149)), /*hidden argument*/NULL); } IL_0351: { MeshAttachment_t1975337962 * L_150 = V_26; return L_150; } IL_0354: { Stream_t1273022909 * L_151 = ___input0; String_t* L_152 = SkeletonBinary_ReadString_m4201742740(__this, L_151, /*hidden argument*/NULL); V_27 = L_152; Stream_t1273022909 * L_153 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_154 = SkeletonBinary_ReadInt_m3486881616(NULL /*static, unused*/, L_153, /*hidden argument*/NULL); V_28 = L_154; Stream_t1273022909 * L_155 = ___input0; String_t* L_156 = SkeletonBinary_ReadString_m4201742740(__this, L_155, /*hidden argument*/NULL); V_29 = L_156; Stream_t1273022909 * L_157 = ___input0; String_t* L_158 = SkeletonBinary_ReadString_m4201742740(__this, L_157, /*hidden argument*/NULL); V_30 = L_158; Stream_t1273022909 * L_159 = ___input0; bool L_160 = SkeletonBinary_ReadBoolean_m1725606443(NULL /*static, unused*/, L_159, /*hidden argument*/NULL); V_31 = L_160; V_32 = (0.0f); V_33 = (0.0f); bool L_161 = ___nonessential5; if (!L_161) { goto IL_03a6; } } { Stream_t1273022909 * L_162 = ___input0; float L_163 = SkeletonBinary_ReadFloat_m611799653(__this, L_162, /*hidden argument*/NULL); V_32 = L_163; Stream_t1273022909 * L_164 = ___input0; float L_165 = SkeletonBinary_ReadFloat_m611799653(__this, L_164, /*hidden argument*/NULL); V_33 = L_165; } IL_03a6: { String_t* L_166 = V_27; if (L_166) { goto IL_03b0; } } { String_t* L_167 = V_1; V_27 = L_167; } IL_03b0: { RuntimeObject* L_168 = __this->get_attachmentLoader_14(); Skin_t1174584606 * L_169 = ___skin2; String_t* L_170 = V_1; String_t* L_171 = V_27; NullCheck(L_168); MeshAttachment_t1975337962 * L_172 = InterfaceFuncInvoker3< MeshAttachment_t1975337962 *, Skin_t1174584606 *, String_t*, String_t* >::Invoke(1 /* Spine.MeshAttachment Spine.AttachmentLoader::NewMeshAttachment(Spine.Skin,System.String,System.String) */, AttachmentLoader_t3324778997_il2cpp_TypeInfo_var, L_168, L_169, L_170, L_171); V_34 = L_172; MeshAttachment_t1975337962 * L_173 = V_34; if (L_173) { goto IL_03ca; } } { return (Attachment_t3043756552 *)NULL; } IL_03ca: { MeshAttachment_t1975337962 * L_174 = V_34; String_t* L_175 = V_27; NullCheck(L_174); MeshAttachment_set_Path_m3813911935(L_174, L_175, /*hidden argument*/NULL); MeshAttachment_t1975337962 * L_176 = V_34; int32_t L_177 = V_28; NullCheck(L_176); L_176->set_r_17(((float)((float)(((float)((float)((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_177)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-16777216)))))))))>>(int32_t)((int32_t)24))))))/(float)(255.0f)))); MeshAttachment_t1975337962 * L_178 = V_34; int32_t L_179 = V_28; NullCheck(L_178); L_178->set_g_18(((float)((float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_179&(int32_t)((int32_t)16711680)))>>(int32_t)((int32_t)16))))))/(float)(255.0f)))); MeshAttachment_t1975337962 * L_180 = V_34; int32_t L_181 = V_28; NullCheck(L_180); L_180->set_b_19(((float)((float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_181&(int32_t)((int32_t)65280)))>>(int32_t)8)))))/(float)(255.0f)))); MeshAttachment_t1975337962 * L_182 = V_34; int32_t L_183 = V_28; NullCheck(L_182); L_182->set_a_20(((float)((float)(((float)((float)((int32_t)((int32_t)L_183&(int32_t)((int32_t)255))))))/(float)(255.0f)))); MeshAttachment_t1975337962 * L_184 = V_34; bool L_185 = V_31; NullCheck(L_184); L_184->set_inheritDeform_22(L_185); bool L_186 = ___nonessential5; if (!L_186) { goto IL_045b; } } { MeshAttachment_t1975337962 * L_187 = V_34; float L_188 = V_32; float L_189 = V_0; NullCheck(L_187); MeshAttachment_set_Width_m4133520296(L_187, ((float)il2cpp_codegen_multiply((float)L_188, (float)L_189)), /*hidden argument*/NULL); MeshAttachment_t1975337962 * L_190 = V_34; float L_191 = V_33; float L_192 = V_0; NullCheck(L_190); MeshAttachment_set_Height_m1587960250(L_190, ((float)il2cpp_codegen_multiply((float)L_191, (float)L_192)), /*hidden argument*/NULL); } IL_045b: { List_1_t3168994201 * L_193 = __this->get_linkedMeshes_16(); MeshAttachment_t1975337962 * L_194 = V_34; String_t* L_195 = V_29; int32_t L_196 = ___slotIndex3; String_t* L_197 = V_30; LinkedMesh_t1696919459 * L_198 = (LinkedMesh_t1696919459 *)il2cpp_codegen_object_new(LinkedMesh_t1696919459_il2cpp_TypeInfo_var); LinkedMesh__ctor_m2776678920(L_198, L_194, L_195, L_196, L_197, /*hidden argument*/NULL); NullCheck(L_193); List_1_Add_m3342903056(L_193, L_198, /*hidden argument*/List_1_Add_m3342903056_RuntimeMethod_var); MeshAttachment_t1975337962 * L_199 = V_34; return L_199; } IL_0476: { Stream_t1273022909 * L_200 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); bool L_201 = SkeletonBinary_ReadBoolean_m1725606443(NULL /*static, unused*/, L_200, /*hidden argument*/NULL); V_35 = L_201; Stream_t1273022909 * L_202 = ___input0; bool L_203 = SkeletonBinary_ReadBoolean_m1725606443(NULL /*static, unused*/, L_202, /*hidden argument*/NULL); V_36 = L_203; Stream_t1273022909 * L_204 = ___input0; int32_t L_205 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_204, (bool)1, /*hidden argument*/NULL); V_37 = L_205; Stream_t1273022909 * L_206 = ___input0; int32_t L_207 = V_37; Vertices_t807797978 * L_208 = SkeletonBinary_ReadVertices_m395018376(__this, L_206, L_207, /*hidden argument*/NULL); V_38 = L_208; int32_t L_209 = V_37; V_39 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_209/(int32_t)3)))); V_40 = 0; SingleU5BU5D_t1444911251* L_210 = V_39; NullCheck(L_210); V_41 = (((int32_t)((int32_t)(((RuntimeArray *)L_210)->max_length)))); goto IL_04c7; } IL_04b3: { SingleU5BU5D_t1444911251* L_211 = V_39; int32_t L_212 = V_40; Stream_t1273022909 * L_213 = ___input0; float L_214 = SkeletonBinary_ReadFloat_m611799653(__this, L_213, /*hidden argument*/NULL); float L_215 = V_0; NullCheck(L_211); (L_211)->SetAt(static_cast(L_212), (float)((float)il2cpp_codegen_multiply((float)L_214, (float)L_215))); int32_t L_216 = V_40; V_40 = ((int32_t)il2cpp_codegen_add((int32_t)L_216, (int32_t)1)); } IL_04c7: { int32_t L_217 = V_40; int32_t L_218 = V_41; if ((((int32_t)L_217) < ((int32_t)L_218))) { goto IL_04b3; } } { bool L_219 = ___nonessential5; if (!L_219) { goto IL_04de; } } { Stream_t1273022909 * L_220 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); SkeletonBinary_ReadInt_m3486881616(NULL /*static, unused*/, L_220, /*hidden argument*/NULL); } IL_04de: { RuntimeObject* L_221 = __this->get_attachmentLoader_14(); Skin_t1174584606 * L_222 = ___skin2; String_t* L_223 = V_1; NullCheck(L_221); PathAttachment_t3565151060 * L_224 = InterfaceFuncInvoker2< PathAttachment_t3565151060 *, Skin_t1174584606 *, String_t* >::Invoke(3 /* Spine.PathAttachment Spine.AttachmentLoader::NewPathAttachment(Spine.Skin,System.String) */, AttachmentLoader_t3324778997_il2cpp_TypeInfo_var, L_221, L_222, L_223); V_42 = L_224; PathAttachment_t3565151060 * L_225 = V_42; if (L_225) { goto IL_04f6; } } { return (Attachment_t3043756552 *)NULL; } IL_04f6: { PathAttachment_t3565151060 * L_226 = V_42; bool L_227 = V_35; NullCheck(L_226); L_226->set_closed_8(L_227); PathAttachment_t3565151060 * L_228 = V_42; bool L_229 = V_36; NullCheck(L_228); L_228->set_constantSpeed_9(L_229); PathAttachment_t3565151060 * L_230 = V_42; int32_t L_231 = V_37; NullCheck(L_230); ((VertexAttachment_t4074366829 *)L_230)->set_worldVerticesLength_6(((int32_t)((int32_t)L_231<<(int32_t)1))); PathAttachment_t3565151060 * L_232 = V_42; Vertices_t807797978 * L_233 = V_38; NullCheck(L_233); SingleU5BU5D_t1444911251* L_234 = L_233->get_vertices_1(); NullCheck(L_232); ((VertexAttachment_t4074366829 *)L_232)->set_vertices_5(L_234); PathAttachment_t3565151060 * L_235 = V_42; Vertices_t807797978 * L_236 = V_38; NullCheck(L_236); Int32U5BU5D_t385246372* L_237 = L_236->get_bones_0(); NullCheck(L_235); ((VertexAttachment_t4074366829 *)L_235)->set_bones_4(L_237); PathAttachment_t3565151060 * L_238 = V_42; SingleU5BU5D_t1444911251* L_239 = V_39; NullCheck(L_238); L_238->set_lengths_7(L_239); PathAttachment_t3565151060 * L_240 = V_42; return L_240; } IL_053b: { Stream_t1273022909 * L_241 = ___input0; float L_242 = SkeletonBinary_ReadFloat_m611799653(__this, L_241, /*hidden argument*/NULL); V_43 = L_242; Stream_t1273022909 * L_243 = ___input0; float L_244 = SkeletonBinary_ReadFloat_m611799653(__this, L_243, /*hidden argument*/NULL); V_44 = L_244; Stream_t1273022909 * L_245 = ___input0; float L_246 = SkeletonBinary_ReadFloat_m611799653(__this, L_245, /*hidden argument*/NULL); V_45 = L_246; bool L_247 = ___nonessential5; if (!L_247) { goto IL_0564; } } { Stream_t1273022909 * L_248 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); SkeletonBinary_ReadInt_m3486881616(NULL /*static, unused*/, L_248, /*hidden argument*/NULL); } IL_0564: { RuntimeObject* L_249 = __this->get_attachmentLoader_14(); Skin_t1174584606 * L_250 = ___skin2; String_t* L_251 = V_1; NullCheck(L_249); PointAttachment_t2275020146 * L_252 = InterfaceFuncInvoker2< PointAttachment_t2275020146 *, Skin_t1174584606 *, String_t* >::Invoke(4 /* Spine.PointAttachment Spine.AttachmentLoader::NewPointAttachment(Spine.Skin,System.String) */, AttachmentLoader_t3324778997_il2cpp_TypeInfo_var, L_249, L_250, L_251); V_46 = L_252; PointAttachment_t2275020146 * L_253 = V_46; if (L_253) { goto IL_057c; } } { return (Attachment_t3043756552 *)NULL; } IL_057c: { PointAttachment_t2275020146 * L_254 = V_46; float L_255 = V_44; float L_256 = V_0; NullCheck(L_254); L_254->set_x_1(((float)il2cpp_codegen_multiply((float)L_255, (float)L_256))); PointAttachment_t2275020146 * L_257 = V_46; float L_258 = V_45; float L_259 = V_0; NullCheck(L_257); L_257->set_y_2(((float)il2cpp_codegen_multiply((float)L_258, (float)L_259))); PointAttachment_t2275020146 * L_260 = V_46; float L_261 = V_43; NullCheck(L_260); L_260->set_rotation_3(L_261); PointAttachment_t2275020146 * L_262 = V_46; return L_262; } IL_059e: { Stream_t1273022909 * L_263 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_264 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_263, (bool)1, /*hidden argument*/NULL); V_47 = L_264; Stream_t1273022909 * L_265 = ___input0; int32_t L_266 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_265, (bool)1, /*hidden argument*/NULL); V_48 = L_266; Stream_t1273022909 * L_267 = ___input0; int32_t L_268 = V_48; Vertices_t807797978 * L_269 = SkeletonBinary_ReadVertices_m395018376(__this, L_267, L_268, /*hidden argument*/NULL); V_49 = L_269; bool L_270 = ___nonessential5; if (!L_270) { goto IL_05c9; } } { Stream_t1273022909 * L_271 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); SkeletonBinary_ReadInt_m3486881616(NULL /*static, unused*/, L_271, /*hidden argument*/NULL); } IL_05c9: { RuntimeObject* L_272 = __this->get_attachmentLoader_14(); Skin_t1174584606 * L_273 = ___skin2; String_t* L_274 = V_1; NullCheck(L_272); ClippingAttachment_t2586274570 * L_275 = InterfaceFuncInvoker2< ClippingAttachment_t2586274570 *, Skin_t1174584606 *, String_t* >::Invoke(5 /* Spine.ClippingAttachment Spine.AttachmentLoader::NewClippingAttachment(Spine.Skin,System.String) */, AttachmentLoader_t3324778997_il2cpp_TypeInfo_var, L_272, L_273, L_274); V_50 = L_275; ClippingAttachment_t2586274570 * L_276 = V_50; if (L_276) { goto IL_05e1; } } { return (Attachment_t3043756552 *)NULL; } IL_05e1: { ClippingAttachment_t2586274570 * L_277 = V_50; SkeletonData_t2032710716 * L_278 = ___skeletonData1; NullCheck(L_278); ExposedList_1_t2861913768 * L_279 = L_278->get_slots_2(); NullCheck(L_279); SlotDataU5BU5D_t329267611* L_280 = L_279->get_Items_0(); int32_t L_281 = V_47; NullCheck(L_280); int32_t L_282 = L_281; SlotData_t154801902 * L_283 = (L_280)->GetAt(static_cast(L_282)); NullCheck(L_277); ClippingAttachment_set_EndSlot_m4076470980(L_277, L_283, /*hidden argument*/NULL); ClippingAttachment_t2586274570 * L_284 = V_50; int32_t L_285 = V_48; NullCheck(L_284); ((VertexAttachment_t4074366829 *)L_284)->set_worldVerticesLength_6(((int32_t)((int32_t)L_285<<(int32_t)1))); ClippingAttachment_t2586274570 * L_286 = V_50; Vertices_t807797978 * L_287 = V_49; NullCheck(L_287); SingleU5BU5D_t1444911251* L_288 = L_287->get_vertices_1(); NullCheck(L_286); ((VertexAttachment_t4074366829 *)L_286)->set_vertices_5(L_288); ClippingAttachment_t2586274570 * L_289 = V_50; Vertices_t807797978 * L_290 = V_49; NullCheck(L_290); Int32U5BU5D_t385246372* L_291 = L_290->get_bones_0(); NullCheck(L_289); ((VertexAttachment_t4074366829 *)L_289)->set_bones_4(L_291); ClippingAttachment_t2586274570 * L_292 = V_50; return L_292; } IL_0620: { return (Attachment_t3043756552 *)NULL; } } // Spine.SkeletonBinary/Vertices Spine.SkeletonBinary::ReadVertices(System.IO.Stream,System.Int32) extern "C" IL2CPP_METHOD_ATTR Vertices_t807797978 * SkeletonBinary_ReadVertices_m395018376 (SkeletonBinary_t1796686580 * __this, Stream_t1273022909 * ___input0, int32_t ___vertexCount1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkeletonBinary_ReadVertices_m395018376_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; int32_t V_1 = 0; Vertices_t807797978 * V_2 = NULL; ExposedList_1_t4104378640 * V_3 = NULL; ExposedList_1_t1363090323 * V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; { float L_0 = SkeletonBinary_get_Scale_m2213985005(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = ___vertexCount1; V_1 = ((int32_t)((int32_t)L_1<<(int32_t)1)); Vertices_t807797978 * L_2 = (Vertices_t807797978 *)il2cpp_codegen_object_new(Vertices_t807797978_il2cpp_TypeInfo_var); Vertices__ctor_m2377694548(L_2, /*hidden argument*/NULL); V_2 = L_2; Stream_t1273022909 * L_3 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); bool L_4 = SkeletonBinary_ReadBoolean_m1725606443(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002d; } } { Vertices_t807797978 * L_5 = V_2; Stream_t1273022909 * L_6 = ___input0; int32_t L_7 = V_1; float L_8 = V_0; SingleU5BU5D_t1444911251* L_9 = SkeletonBinary_ReadFloatArray_m604960723(__this, L_6, L_7, L_8, /*hidden argument*/NULL); NullCheck(L_5); L_5->set_vertices_1(L_9); Vertices_t807797978 * L_10 = V_2; return L_10; } IL_002d: { int32_t L_11 = V_1; ExposedList_1_t4104378640 * L_12 = (ExposedList_1_t4104378640 *)il2cpp_codegen_object_new(ExposedList_1_t4104378640_il2cpp_TypeInfo_var); ExposedList_1__ctor_m3034036963(L_12, ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)3)), (int32_t)3)), /*hidden argument*/ExposedList_1__ctor_m3034036963_RuntimeMethod_var); V_3 = L_12; int32_t L_13 = V_1; ExposedList_1_t1363090323 * L_14 = (ExposedList_1_t1363090323 *)il2cpp_codegen_object_new(ExposedList_1_t1363090323_il2cpp_TypeInfo_var); ExposedList_1__ctor_m4079222511(L_14, ((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)3)), /*hidden argument*/ExposedList_1__ctor_m4079222511_RuntimeMethod_var); V_4 = L_14; V_5 = 0; goto IL_00b2; } IL_004a: { Stream_t1273022909 * L_15 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_16 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_15, (bool)1, /*hidden argument*/NULL); V_6 = L_16; ExposedList_1_t1363090323 * L_17 = V_4; int32_t L_18 = V_6; NullCheck(L_17); ExposedList_1_Add_m2905482489(L_17, L_18, /*hidden argument*/ExposedList_1_Add_m2905482489_RuntimeMethod_var); V_7 = 0; goto IL_00a3; } IL_0064: { ExposedList_1_t1363090323 * L_19 = V_4; Stream_t1273022909 * L_20 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_21 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_20, (bool)1, /*hidden argument*/NULL); NullCheck(L_19); ExposedList_1_Add_m2905482489(L_19, L_21, /*hidden argument*/ExposedList_1_Add_m2905482489_RuntimeMethod_var); ExposedList_1_t4104378640 * L_22 = V_3; Stream_t1273022909 * L_23 = ___input0; float L_24 = SkeletonBinary_ReadFloat_m611799653(__this, L_23, /*hidden argument*/NULL); float L_25 = V_0; NullCheck(L_22); ExposedList_1_Add_m1323117931(L_22, ((float)il2cpp_codegen_multiply((float)L_24, (float)L_25)), /*hidden argument*/ExposedList_1_Add_m1323117931_RuntimeMethod_var); ExposedList_1_t4104378640 * L_26 = V_3; Stream_t1273022909 * L_27 = ___input0; float L_28 = SkeletonBinary_ReadFloat_m611799653(__this, L_27, /*hidden argument*/NULL); float L_29 = V_0; NullCheck(L_26); ExposedList_1_Add_m1323117931(L_26, ((float)il2cpp_codegen_multiply((float)L_28, (float)L_29)), /*hidden argument*/ExposedList_1_Add_m1323117931_RuntimeMethod_var); ExposedList_1_t4104378640 * L_30 = V_3; Stream_t1273022909 * L_31 = ___input0; float L_32 = SkeletonBinary_ReadFloat_m611799653(__this, L_31, /*hidden argument*/NULL); NullCheck(L_30); ExposedList_1_Add_m1323117931(L_30, L_32, /*hidden argument*/ExposedList_1_Add_m1323117931_RuntimeMethod_var); int32_t L_33 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00a3: { int32_t L_34 = V_7; int32_t L_35 = V_6; if ((((int32_t)L_34) < ((int32_t)L_35))) { goto IL_0064; } } { int32_t L_36 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00b2: { int32_t L_37 = V_5; int32_t L_38 = ___vertexCount1; if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_004a; } } { Vertices_t807797978 * L_39 = V_2; ExposedList_1_t4104378640 * L_40 = V_3; NullCheck(L_40); SingleU5BU5D_t1444911251* L_41 = ExposedList_1_ToArray_m367527777(L_40, /*hidden argument*/ExposedList_1_ToArray_m367527777_RuntimeMethod_var); NullCheck(L_39); L_39->set_vertices_1(L_41); Vertices_t807797978 * L_42 = V_2; ExposedList_1_t1363090323 * L_43 = V_4; NullCheck(L_43); Int32U5BU5D_t385246372* L_44 = ExposedList_1_ToArray_m1455590142(L_43, /*hidden argument*/ExposedList_1_ToArray_m1455590142_RuntimeMethod_var); NullCheck(L_42); L_42->set_bones_0(L_44); Vertices_t807797978 * L_45 = V_2; return L_45; } } // System.Single[] Spine.SkeletonBinary::ReadFloatArray(System.IO.Stream,System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* SkeletonBinary_ReadFloatArray_m604960723 (SkeletonBinary_t1796686580 * __this, Stream_t1273022909 * ___input0, int32_t ___n1, float ___scale2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkeletonBinary_ReadFloatArray_m604960723_MetadataUsageId); s_Il2CppMethodInitialized = true; } SingleU5BU5D_t1444911251* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___n1; V_0 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_0)); float L_1 = ___scale2; if ((!(((float)L_1) == ((float)(1.0f))))) { goto IL_0033; } } { V_1 = 0; goto IL_0027; } IL_0019: { SingleU5BU5D_t1444911251* L_2 = V_0; int32_t L_3 = V_1; Stream_t1273022909 * L_4 = ___input0; float L_5 = SkeletonBinary_ReadFloat_m611799653(__this, L_4, /*hidden argument*/NULL); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (float)L_5); int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0027: { int32_t L_7 = V_1; int32_t L_8 = ___n1; if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0019; } } { goto IL_0051; } IL_0033: { V_2 = 0; goto IL_004a; } IL_003a: { SingleU5BU5D_t1444911251* L_9 = V_0; int32_t L_10 = V_2; Stream_t1273022909 * L_11 = ___input0; float L_12 = SkeletonBinary_ReadFloat_m611799653(__this, L_11, /*hidden argument*/NULL); float L_13 = ___scale2; NullCheck(L_9); (L_9)->SetAt(static_cast(L_10), (float)((float)il2cpp_codegen_multiply((float)L_12, (float)L_13))); int32_t L_14 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_004a: { int32_t L_15 = V_2; int32_t L_16 = ___n1; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_003a; } } IL_0051: { SingleU5BU5D_t1444911251* L_17 = V_0; return L_17; } } // System.Int32[] Spine.SkeletonBinary::ReadShortArray(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* SkeletonBinary_ReadShortArray_m2765121480 (SkeletonBinary_t1796686580 * __this, Stream_t1273022909 * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkeletonBinary_ReadShortArray_m2765121480_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Int32U5BU5D_t385246372* V_1 = NULL; int32_t V_2 = 0; { Stream_t1273022909 * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_1 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; V_1 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)L_2)); V_2 = 0; goto IL_002c; } IL_0016: { Int32U5BU5D_t385246372* L_3 = V_1; int32_t L_4 = V_2; Stream_t1273022909 * L_5 = ___input0; NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_5); Stream_t1273022909 * L_7 = ___input0; NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_7); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6<<(int32_t)8))|(int32_t)L_8))); int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002c: { int32_t L_10 = V_2; int32_t L_11 = V_0; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0016; } } { Int32U5BU5D_t385246372* L_12 = V_1; return L_12; } } // System.Void Spine.SkeletonBinary::ReadAnimation(System.String,System.IO.Stream,Spine.SkeletonData) extern "C" IL2CPP_METHOD_ATTR void SkeletonBinary_ReadAnimation_m1904552867 (SkeletonBinary_t1796686580 * __this, String_t* ___name0, Stream_t1273022909 * ___input1, SkeletonData_t2032710716 * ___skeletonData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkeletonBinary_ReadAnimation_m1904552867_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExposedList_1_t383950901 * V_0 = NULL; float V_1 = 0.0f; float V_2 = 0.0f; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; AttachmentTimeline_t2048728856 * V_10 = NULL; int32_t V_11 = 0; ColorTimeline_t3754116780 * V_12 = NULL; int32_t V_13 = 0; float V_14 = 0.0f; int32_t V_15 = 0; float V_16 = 0.0f; float V_17 = 0.0f; float V_18 = 0.0f; float V_19 = 0.0f; TwoColorTimeline_t1834727230 * V_20 = NULL; int32_t V_21 = 0; float V_22 = 0.0f; int32_t V_23 = 0; float V_24 = 0.0f; float V_25 = 0.0f; float V_26 = 0.0f; float V_27 = 0.0f; int32_t V_28 = 0; float V_29 = 0.0f; float V_30 = 0.0f; float V_31 = 0.0f; int32_t V_32 = 0; int32_t V_33 = 0; int32_t V_34 = 0; int32_t V_35 = 0; int32_t V_36 = 0; int32_t V_37 = 0; int32_t V_38 = 0; RotateTimeline_t860518009 * V_39 = NULL; int32_t V_40 = 0; TranslateTimeline_t2733426737 * V_41 = NULL; float V_42 = 0.0f; int32_t V_43 = 0; int32_t V_44 = 0; int32_t V_45 = 0; int32_t V_46 = 0; int32_t V_47 = 0; IkConstraintTimeline_t1094182104 * V_48 = NULL; IkConstraintTimeline_t1094182104 * V_49 = NULL; int32_t V_50 = 0; int32_t V_51 = 0; int32_t V_52 = 0; int32_t V_53 = 0; int32_t V_54 = 0; TransformConstraintTimeline_t410042030 * V_55 = NULL; int32_t V_56 = 0; int32_t V_57 = 0; int32_t V_58 = 0; int32_t V_59 = 0; PathConstraintData_t981297034 * V_60 = NULL; int32_t V_61 = 0; int32_t V_62 = 0; int32_t V_63 = 0; int32_t V_64 = 0; PathConstraintPositionTimeline_t1963796833 * V_65 = NULL; float V_66 = 0.0f; int32_t V_67 = 0; PathConstraintMixTimeline_t534890125 * V_68 = NULL; int32_t V_69 = 0; int32_t V_70 = 0; int32_t V_71 = 0; Skin_t1174584606 * V_72 = NULL; int32_t V_73 = 0; int32_t V_74 = 0; int32_t V_75 = 0; int32_t V_76 = 0; int32_t V_77 = 0; VertexAttachment_t4074366829 * V_78 = NULL; bool V_79 = false; SingleU5BU5D_t1444911251* V_80 = NULL; int32_t V_81 = 0; int32_t V_82 = 0; DeformTimeline_t3552075840 * V_83 = NULL; int32_t V_84 = 0; float V_85 = 0.0f; SingleU5BU5D_t1444911251* V_86 = NULL; int32_t V_87 = 0; int32_t V_88 = 0; int32_t V_89 = 0; int32_t V_90 = 0; int32_t V_91 = 0; int32_t V_92 = 0; int32_t V_93 = 0; DrawOrderTimeline_t1092982325 * V_94 = NULL; int32_t V_95 = 0; int32_t V_96 = 0; float V_97 = 0.0f; int32_t V_98 = 0; Int32U5BU5D_t385246372* V_99 = NULL; int32_t V_100 = 0; Int32U5BU5D_t385246372* V_101 = NULL; int32_t V_102 = 0; int32_t V_103 = 0; int32_t V_104 = 0; int32_t V_105 = 0; int32_t V_106 = 0; int32_t V_107 = 0; EventTimeline_t2341881094 * V_108 = NULL; int32_t V_109 = 0; float V_110 = 0.0f; EventData_t724759987 * V_111 = NULL; Event_t1378573841 * V_112 = NULL; Event_t1378573841 * V_113 = NULL; int32_t G_B102_0 = 0; SingleU5BU5D_t1444911251* G_B107_0 = NULL; Event_t1378573841 * G_B156_0 = NULL; Event_t1378573841 * G_B155_0 = NULL; String_t* G_B157_0 = NULL; Event_t1378573841 * G_B157_1 = NULL; { ExposedList_1_t383950901 * L_0 = (ExposedList_1_t383950901 *)il2cpp_codegen_object_new(ExposedList_1_t383950901_il2cpp_TypeInfo_var); ExposedList_1__ctor_m1916876347(L_0, /*hidden argument*/ExposedList_1__ctor_m1916876347_RuntimeMethod_var); V_0 = L_0; float L_1 = SkeletonBinary_get_Scale_m2213985005(__this, /*hidden argument*/NULL); V_1 = L_1; V_2 = (0.0f); V_3 = 0; Stream_t1273022909 * L_2 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_3 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_2, (bool)1, /*hidden argument*/NULL); V_4 = L_3; goto IL_02d3; } IL_0023: { Stream_t1273022909 * L_4 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_5 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_4, (bool)1, /*hidden argument*/NULL); V_5 = L_5; V_6 = 0; Stream_t1273022909 * L_6 = ___input1; int32_t L_7 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_6, (bool)1, /*hidden argument*/NULL); V_7 = L_7; goto IL_02c6; } IL_003d: { Stream_t1273022909 * L_8 = ___input1; NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_8); V_8 = L_9; Stream_t1273022909 * L_10 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_11 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_10, (bool)1, /*hidden argument*/NULL); V_9 = L_11; int32_t L_12 = V_8; if (!L_12) { goto IL_006a; } } { int32_t L_13 = V_8; if ((((int32_t)L_13) == ((int32_t)1))) { goto IL_00ca; } } { int32_t L_14 = V_8; if ((((int32_t)L_14) == ((int32_t)2))) { goto IL_01a2; } } { goto IL_02c0; } IL_006a: { int32_t L_15 = V_9; AttachmentTimeline_t2048728856 * L_16 = (AttachmentTimeline_t2048728856 *)il2cpp_codegen_object_new(AttachmentTimeline_t2048728856_il2cpp_TypeInfo_var); AttachmentTimeline__ctor_m1938363147(L_16, L_15, /*hidden argument*/NULL); V_10 = L_16; AttachmentTimeline_t2048728856 * L_17 = V_10; int32_t L_18 = V_5; NullCheck(L_17); L_17->set_slotIndex_0(L_18); V_11 = 0; goto IL_00a1; } IL_0084: { AttachmentTimeline_t2048728856 * L_19 = V_10; int32_t L_20 = V_11; Stream_t1273022909 * L_21 = ___input1; float L_22 = SkeletonBinary_ReadFloat_m611799653(__this, L_21, /*hidden argument*/NULL); Stream_t1273022909 * L_23 = ___input1; String_t* L_24 = SkeletonBinary_ReadString_m4201742740(__this, L_23, /*hidden argument*/NULL); NullCheck(L_19); AttachmentTimeline_SetFrame_m3608645729(L_19, L_20, L_22, L_24, /*hidden argument*/NULL); int32_t L_25 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_00a1: { int32_t L_26 = V_11; int32_t L_27 = V_9; if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_0084; } } { ExposedList_1_t383950901 * L_28 = V_0; AttachmentTimeline_t2048728856 * L_29 = V_10; NullCheck(L_28); ExposedList_1_Add_m1394417668(L_28, L_29, /*hidden argument*/ExposedList_1_Add_m1394417668_RuntimeMethod_var); float L_30 = V_2; AttachmentTimeline_t2048728856 * L_31 = V_10; NullCheck(L_31); SingleU5BU5D_t1444911251* L_32 = L_31->get_frames_1(); int32_t L_33 = V_9; NullCheck(L_32); int32_t L_34 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1)); float L_35 = (L_32)->GetAt(static_cast(L_34)); float L_36 = Math_Max_m482125436(NULL /*static, unused*/, L_30, L_35, /*hidden argument*/NULL); V_2 = L_36; goto IL_02c0; } IL_00ca: { int32_t L_37 = V_9; ColorTimeline_t3754116780 * L_38 = (ColorTimeline_t3754116780 *)il2cpp_codegen_object_new(ColorTimeline_t3754116780_il2cpp_TypeInfo_var); ColorTimeline__ctor_m3866746517(L_38, L_37, /*hidden argument*/NULL); V_12 = L_38; ColorTimeline_t3754116780 * L_39 = V_12; int32_t L_40 = V_5; NullCheck(L_39); L_39->set_slotIndex_15(L_40); V_13 = 0; goto IL_0172; } IL_00e4: { Stream_t1273022909 * L_41 = ___input1; float L_42 = SkeletonBinary_ReadFloat_m611799653(__this, L_41, /*hidden argument*/NULL); V_14 = L_42; Stream_t1273022909 * L_43 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_44 = SkeletonBinary_ReadInt_m3486881616(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); V_15 = L_44; int32_t L_45 = V_15; V_16 = ((float)((float)(((float)((float)((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_45)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-16777216)))))))))>>(int32_t)((int32_t)24))))))/(float)(255.0f))); int32_t L_46 = V_15; V_17 = ((float)((float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_46&(int32_t)((int32_t)16711680)))>>(int32_t)((int32_t)16))))))/(float)(255.0f))); int32_t L_47 = V_15; V_18 = ((float)((float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_47&(int32_t)((int32_t)65280)))>>(int32_t)8)))))/(float)(255.0f))); int32_t L_48 = V_15; V_19 = ((float)((float)(((float)((float)((int32_t)((int32_t)L_48&(int32_t)((int32_t)255))))))/(float)(255.0f))); ColorTimeline_t3754116780 * L_49 = V_12; int32_t L_50 = V_13; float L_51 = V_14; float L_52 = V_16; float L_53 = V_17; float L_54 = V_18; float L_55 = V_19; NullCheck(L_49); ColorTimeline_SetFrame_m229843151(L_49, L_50, L_51, L_52, L_53, L_54, L_55, /*hidden argument*/NULL); int32_t L_56 = V_13; int32_t L_57 = V_9; if ((((int32_t)L_56) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)1))))) { goto IL_016c; } } { Stream_t1273022909 * L_58 = ___input1; int32_t L_59 = V_13; ColorTimeline_t3754116780 * L_60 = V_12; SkeletonBinary_ReadCurve_m3488707544(__this, L_58, L_59, L_60, /*hidden argument*/NULL); } IL_016c: { int32_t L_61 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_0172: { int32_t L_62 = V_13; int32_t L_63 = V_9; if ((((int32_t)L_62) < ((int32_t)L_63))) { goto IL_00e4; } } { ExposedList_1_t383950901 * L_64 = V_0; ColorTimeline_t3754116780 * L_65 = V_12; NullCheck(L_64); ExposedList_1_Add_m1394417668(L_64, L_65, /*hidden argument*/ExposedList_1_Add_m1394417668_RuntimeMethod_var); float L_66 = V_2; ColorTimeline_t3754116780 * L_67 = V_12; NullCheck(L_67); SingleU5BU5D_t1444911251* L_68 = L_67->get_frames_16(); ColorTimeline_t3754116780 * L_69 = V_12; NullCheck(L_69); int32_t L_70 = CurveTimeline_get_FrameCount_m628607029(L_69, /*hidden argument*/NULL); NullCheck(L_68); int32_t L_71 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)1)), (int32_t)5)); float L_72 = (L_68)->GetAt(static_cast(L_71)); float L_73 = Math_Max_m482125436(NULL /*static, unused*/, L_66, L_72, /*hidden argument*/NULL); V_2 = L_73; goto IL_02c0; } IL_01a2: { int32_t L_74 = V_9; TwoColorTimeline_t1834727230 * L_75 = (TwoColorTimeline_t1834727230 *)il2cpp_codegen_object_new(TwoColorTimeline_t1834727230_il2cpp_TypeInfo_var); TwoColorTimeline__ctor_m2850126244(L_75, L_74, /*hidden argument*/NULL); V_20 = L_75; TwoColorTimeline_t1834727230 * L_76 = V_20; int32_t L_77 = V_5; NullCheck(L_76); L_76->set_slotIndex_21(L_77); V_21 = 0; goto IL_0290; } IL_01bc: { Stream_t1273022909 * L_78 = ___input1; float L_79 = SkeletonBinary_ReadFloat_m611799653(__this, L_78, /*hidden argument*/NULL); V_22 = L_79; Stream_t1273022909 * L_80 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_81 = SkeletonBinary_ReadInt_m3486881616(NULL /*static, unused*/, L_80, /*hidden argument*/NULL); V_23 = L_81; int32_t L_82 = V_23; V_24 = ((float)((float)(((float)((float)((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_82)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-16777216)))))))))>>(int32_t)((int32_t)24))))))/(float)(255.0f))); int32_t L_83 = V_23; V_25 = ((float)((float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_83&(int32_t)((int32_t)16711680)))>>(int32_t)((int32_t)16))))))/(float)(255.0f))); int32_t L_84 = V_23; V_26 = ((float)((float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_84&(int32_t)((int32_t)65280)))>>(int32_t)8)))))/(float)(255.0f))); int32_t L_85 = V_23; V_27 = ((float)((float)(((float)((float)((int32_t)((int32_t)L_85&(int32_t)((int32_t)255))))))/(float)(255.0f))); Stream_t1273022909 * L_86 = ___input1; int32_t L_87 = SkeletonBinary_ReadInt_m3486881616(NULL /*static, unused*/, L_86, /*hidden argument*/NULL); V_28 = L_87; int32_t L_88 = V_28; V_29 = ((float)((float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_88&(int32_t)((int32_t)16711680)))>>(int32_t)((int32_t)16))))))/(float)(255.0f))); int32_t L_89 = V_28; V_30 = ((float)((float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_89&(int32_t)((int32_t)65280)))>>(int32_t)8)))))/(float)(255.0f))); int32_t L_90 = V_28; V_31 = ((float)((float)(((float)((float)((int32_t)((int32_t)L_90&(int32_t)((int32_t)255))))))/(float)(255.0f))); TwoColorTimeline_t1834727230 * L_91 = V_20; int32_t L_92 = V_21; float L_93 = V_22; float L_94 = V_24; float L_95 = V_25; float L_96 = V_26; float L_97 = V_27; float L_98 = V_29; float L_99 = V_30; float L_100 = V_31; NullCheck(L_91); TwoColorTimeline_SetFrame_m2529862136(L_91, L_92, L_93, L_94, L_95, L_96, L_97, L_98, L_99, L_100, /*hidden argument*/NULL); int32_t L_101 = V_21; int32_t L_102 = V_9; if ((((int32_t)L_101) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_102, (int32_t)1))))) { goto IL_028a; } } { Stream_t1273022909 * L_103 = ___input1; int32_t L_104 = V_21; TwoColorTimeline_t1834727230 * L_105 = V_20; SkeletonBinary_ReadCurve_m3488707544(__this, L_103, L_104, L_105, /*hidden argument*/NULL); } IL_028a: { int32_t L_106 = V_21; V_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1)); } IL_0290: { int32_t L_107 = V_21; int32_t L_108 = V_9; if ((((int32_t)L_107) < ((int32_t)L_108))) { goto IL_01bc; } } { ExposedList_1_t383950901 * L_109 = V_0; TwoColorTimeline_t1834727230 * L_110 = V_20; NullCheck(L_109); ExposedList_1_Add_m1394417668(L_109, L_110, /*hidden argument*/ExposedList_1_Add_m1394417668_RuntimeMethod_var); float L_111 = V_2; TwoColorTimeline_t1834727230 * L_112 = V_20; NullCheck(L_112); SingleU5BU5D_t1444911251* L_113 = L_112->get_frames_22(); TwoColorTimeline_t1834727230 * L_114 = V_20; NullCheck(L_114); int32_t L_115 = CurveTimeline_get_FrameCount_m628607029(L_114, /*hidden argument*/NULL); NullCheck(L_113); int32_t L_116 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_115, (int32_t)1)), (int32_t)8)); float L_117 = (L_113)->GetAt(static_cast(L_116)); float L_118 = Math_Max_m482125436(NULL /*static, unused*/, L_111, L_117, /*hidden argument*/NULL); V_2 = L_118; goto IL_02c0; } IL_02c0: { int32_t L_119 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_119, (int32_t)1)); } IL_02c6: { int32_t L_120 = V_6; int32_t L_121 = V_7; if ((((int32_t)L_120) < ((int32_t)L_121))) { goto IL_003d; } } { int32_t L_122 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)1)); } IL_02d3: { int32_t L_123 = V_3; int32_t L_124 = V_4; if ((((int32_t)L_123) < ((int32_t)L_124))) { goto IL_0023; } } { V_32 = 0; Stream_t1273022909 * L_125 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_126 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_125, (bool)1, /*hidden argument*/NULL); V_33 = L_126; goto IL_047b; } IL_02ec: { Stream_t1273022909 * L_127 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_128 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_127, (bool)1, /*hidden argument*/NULL); V_34 = L_128; V_35 = 0; Stream_t1273022909 * L_129 = ___input1; int32_t L_130 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_129, (bool)1, /*hidden argument*/NULL); V_36 = L_130; goto IL_046c; } IL_0306: { Stream_t1273022909 * L_131 = ___input1; NullCheck(L_131); int32_t L_132 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_131); V_37 = L_132; Stream_t1273022909 * L_133 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_134 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_133, (bool)1, /*hidden argument*/NULL); V_38 = L_134; int32_t L_135 = V_37; switch (L_135) { case 0: { goto IL_0333; } case 1: { goto IL_03ab; } case 2: { goto IL_03ab; } case 3: { goto IL_03ab; } } } { goto IL_0466; } IL_0333: { int32_t L_136 = V_38; RotateTimeline_t860518009 * L_137 = (RotateTimeline_t860518009 *)il2cpp_codegen_object_new(RotateTimeline_t860518009_il2cpp_TypeInfo_var); RotateTimeline__ctor_m3851472634(L_137, L_136, /*hidden argument*/NULL); V_39 = L_137; RotateTimeline_t860518009 * L_138 = V_39; int32_t L_139 = V_34; NullCheck(L_138); L_138->set_boneIndex_9(L_139); V_40 = 0; goto IL_0380; } IL_034d: { RotateTimeline_t860518009 * L_140 = V_39; int32_t L_141 = V_40; Stream_t1273022909 * L_142 = ___input1; float L_143 = SkeletonBinary_ReadFloat_m611799653(__this, L_142, /*hidden argument*/NULL); Stream_t1273022909 * L_144 = ___input1; float L_145 = SkeletonBinary_ReadFloat_m611799653(__this, L_144, /*hidden argument*/NULL); NullCheck(L_140); RotateTimeline_SetFrame_m2588394311(L_140, L_141, L_143, L_145, /*hidden argument*/NULL); int32_t L_146 = V_40; int32_t L_147 = V_38; if ((((int32_t)L_146) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_147, (int32_t)1))))) { goto IL_037a; } } { Stream_t1273022909 * L_148 = ___input1; int32_t L_149 = V_40; RotateTimeline_t860518009 * L_150 = V_39; SkeletonBinary_ReadCurve_m3488707544(__this, L_148, L_149, L_150, /*hidden argument*/NULL); } IL_037a: { int32_t L_151 = V_40; V_40 = ((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)1)); } IL_0380: { int32_t L_152 = V_40; int32_t L_153 = V_38; if ((((int32_t)L_152) < ((int32_t)L_153))) { goto IL_034d; } } { ExposedList_1_t383950901 * L_154 = V_0; RotateTimeline_t860518009 * L_155 = V_39; NullCheck(L_154); ExposedList_1_Add_m1394417668(L_154, L_155, /*hidden argument*/ExposedList_1_Add_m1394417668_RuntimeMethod_var); float L_156 = V_2; RotateTimeline_t860518009 * L_157 = V_39; NullCheck(L_157); SingleU5BU5D_t1444911251* L_158 = L_157->get_frames_10(); int32_t L_159 = V_38; NullCheck(L_158); int32_t L_160 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_159, (int32_t)1)), (int32_t)2)); float L_161 = (L_158)->GetAt(static_cast(L_160)); float L_162 = Math_Max_m482125436(NULL /*static, unused*/, L_156, L_161, /*hidden argument*/NULL); V_2 = L_162; goto IL_0466; } IL_03ab: { V_42 = (1.0f); int32_t L_163 = V_37; if ((!(((uint32_t)L_163) == ((uint32_t)2)))) { goto IL_03c8; } } { int32_t L_164 = V_38; ScaleTimeline_t1810411048 * L_165 = (ScaleTimeline_t1810411048 *)il2cpp_codegen_object_new(ScaleTimeline_t1810411048_il2cpp_TypeInfo_var); ScaleTimeline__ctor_m460360373(L_165, L_164, /*hidden argument*/NULL); V_41 = L_165; goto IL_03ea; } IL_03c8: { int32_t L_166 = V_37; if ((!(((uint32_t)L_166) == ((uint32_t)3)))) { goto IL_03de; } } { int32_t L_167 = V_38; ShearTimeline_t3812859450 * L_168 = (ShearTimeline_t3812859450 *)il2cpp_codegen_object_new(ShearTimeline_t3812859450_il2cpp_TypeInfo_var); ShearTimeline__ctor_m3406431517(L_168, L_167, /*hidden argument*/NULL); V_41 = L_168; goto IL_03ea; } IL_03de: { int32_t L_169 = V_38; TranslateTimeline_t2733426737 * L_170 = (TranslateTimeline_t2733426737 *)il2cpp_codegen_object_new(TranslateTimeline_t2733426737_il2cpp_TypeInfo_var); TranslateTimeline__ctor_m1628050115(L_170, L_169, /*hidden argument*/NULL); V_41 = L_170; float L_171 = V_1; V_42 = L_171; } IL_03ea: { TranslateTimeline_t2733426737 * L_172 = V_41; int32_t L_173 = V_34; NullCheck(L_172); L_172->set_boneIndex_11(L_173); V_43 = 0; goto IL_043b; } IL_03fb: { TranslateTimeline_t2733426737 * L_174 = V_41; int32_t L_175 = V_43; Stream_t1273022909 * L_176 = ___input1; float L_177 = SkeletonBinary_ReadFloat_m611799653(__this, L_176, /*hidden argument*/NULL); Stream_t1273022909 * L_178 = ___input1; float L_179 = SkeletonBinary_ReadFloat_m611799653(__this, L_178, /*hidden argument*/NULL); float L_180 = V_42; Stream_t1273022909 * L_181 = ___input1; float L_182 = SkeletonBinary_ReadFloat_m611799653(__this, L_181, /*hidden argument*/NULL); float L_183 = V_42; NullCheck(L_174); TranslateTimeline_SetFrame_m3636016591(L_174, L_175, L_177, ((float)il2cpp_codegen_multiply((float)L_179, (float)L_180)), ((float)il2cpp_codegen_multiply((float)L_182, (float)L_183)), /*hidden argument*/NULL); int32_t L_184 = V_43; int32_t L_185 = V_38; if ((((int32_t)L_184) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_185, (int32_t)1))))) { goto IL_0435; } } { Stream_t1273022909 * L_186 = ___input1; int32_t L_187 = V_43; TranslateTimeline_t2733426737 * L_188 = V_41; SkeletonBinary_ReadCurve_m3488707544(__this, L_186, L_187, L_188, /*hidden argument*/NULL); } IL_0435: { int32_t L_189 = V_43; V_43 = ((int32_t)il2cpp_codegen_add((int32_t)L_189, (int32_t)1)); } IL_043b: { int32_t L_190 = V_43; int32_t L_191 = V_38; if ((((int32_t)L_190) < ((int32_t)L_191))) { goto IL_03fb; } } { ExposedList_1_t383950901 * L_192 = V_0; TranslateTimeline_t2733426737 * L_193 = V_41; NullCheck(L_192); ExposedList_1_Add_m1394417668(L_192, L_193, /*hidden argument*/ExposedList_1_Add_m1394417668_RuntimeMethod_var); float L_194 = V_2; TranslateTimeline_t2733426737 * L_195 = V_41; NullCheck(L_195); SingleU5BU5D_t1444911251* L_196 = L_195->get_frames_12(); int32_t L_197 = V_38; NullCheck(L_196); int32_t L_198 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_197, (int32_t)1)), (int32_t)3)); float L_199 = (L_196)->GetAt(static_cast(L_198)); float L_200 = Math_Max_m482125436(NULL /*static, unused*/, L_194, L_199, /*hidden argument*/NULL); V_2 = L_200; goto IL_0466; } IL_0466: { int32_t L_201 = V_35; V_35 = ((int32_t)il2cpp_codegen_add((int32_t)L_201, (int32_t)1)); } IL_046c: { int32_t L_202 = V_35; int32_t L_203 = V_36; if ((((int32_t)L_202) < ((int32_t)L_203))) { goto IL_0306; } } { int32_t L_204 = V_32; V_32 = ((int32_t)il2cpp_codegen_add((int32_t)L_204, (int32_t)1)); } IL_047b: { int32_t L_205 = V_32; int32_t L_206 = V_33; if ((((int32_t)L_205) < ((int32_t)L_206))) { goto IL_02ec; } } { V_44 = 0; Stream_t1273022909 * L_207 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_208 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_207, (bool)1, /*hidden argument*/NULL); V_45 = L_208; goto IL_0537; } IL_0495: { Stream_t1273022909 * L_209 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_210 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_209, (bool)1, /*hidden argument*/NULL); V_46 = L_210; Stream_t1273022909 * L_211 = ___input1; int32_t L_212 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_211, (bool)1, /*hidden argument*/NULL); V_47 = L_212; int32_t L_213 = V_47; IkConstraintTimeline_t1094182104 * L_214 = (IkConstraintTimeline_t1094182104 *)il2cpp_codegen_object_new(IkConstraintTimeline_t1094182104_il2cpp_TypeInfo_var); IkConstraintTimeline__ctor_m616678923(L_214, L_213, /*hidden argument*/NULL); V_49 = L_214; IkConstraintTimeline_t1094182104 * L_215 = V_49; int32_t L_216 = V_46; NullCheck(L_215); L_215->set_ikConstraintIndex_15(L_216); IkConstraintTimeline_t1094182104 * L_217 = V_49; V_48 = L_217; V_50 = 0; goto IL_050b; } IL_04c5: { IkConstraintTimeline_t1094182104 * L_218 = V_48; int32_t L_219 = V_50; Stream_t1273022909 * L_220 = ___input1; float L_221 = SkeletonBinary_ReadFloat_m611799653(__this, L_220, /*hidden argument*/NULL); Stream_t1273022909 * L_222 = ___input1; float L_223 = SkeletonBinary_ReadFloat_m611799653(__this, L_222, /*hidden argument*/NULL); Stream_t1273022909 * L_224 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int8_t L_225 = SkeletonBinary_ReadSByte_m1101727188(NULL /*static, unused*/, L_224, /*hidden argument*/NULL); Stream_t1273022909 * L_226 = ___input1; bool L_227 = SkeletonBinary_ReadBoolean_m1725606443(NULL /*static, unused*/, L_226, /*hidden argument*/NULL); Stream_t1273022909 * L_228 = ___input1; bool L_229 = SkeletonBinary_ReadBoolean_m1725606443(NULL /*static, unused*/, L_228, /*hidden argument*/NULL); NullCheck(L_218); IkConstraintTimeline_SetFrame_m1415257799(L_218, L_219, L_221, L_223, (((int32_t)((int32_t)L_225))), L_227, L_229, /*hidden argument*/NULL); int32_t L_230 = V_50; int32_t L_231 = V_47; if ((((int32_t)L_230) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_231, (int32_t)1))))) { goto IL_0505; } } { Stream_t1273022909 * L_232 = ___input1; int32_t L_233 = V_50; IkConstraintTimeline_t1094182104 * L_234 = V_48; SkeletonBinary_ReadCurve_m3488707544(__this, L_232, L_233, L_234, /*hidden argument*/NULL); } IL_0505: { int32_t L_235 = V_50; V_50 = ((int32_t)il2cpp_codegen_add((int32_t)L_235, (int32_t)1)); } IL_050b: { int32_t L_236 = V_50; int32_t L_237 = V_47; if ((((int32_t)L_236) < ((int32_t)L_237))) { goto IL_04c5; } } { ExposedList_1_t383950901 * L_238 = V_0; IkConstraintTimeline_t1094182104 * L_239 = V_48; NullCheck(L_238); ExposedList_1_Add_m1394417668(L_238, L_239, /*hidden argument*/ExposedList_1_Add_m1394417668_RuntimeMethod_var); float L_240 = V_2; IkConstraintTimeline_t1094182104 * L_241 = V_48; NullCheck(L_241); SingleU5BU5D_t1444911251* L_242 = L_241->get_frames_16(); int32_t L_243 = V_47; NullCheck(L_242); int32_t L_244 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_243, (int32_t)1)), (int32_t)5)); float L_245 = (L_242)->GetAt(static_cast(L_244)); float L_246 = Math_Max_m482125436(NULL /*static, unused*/, L_240, L_245, /*hidden argument*/NULL); V_2 = L_246; int32_t L_247 = V_44; V_44 = ((int32_t)il2cpp_codegen_add((int32_t)L_247, (int32_t)1)); } IL_0537: { int32_t L_248 = V_44; int32_t L_249 = V_45; if ((((int32_t)L_248) < ((int32_t)L_249))) { goto IL_0495; } } { V_51 = 0; Stream_t1273022909 * L_250 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_251 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_250, (bool)1, /*hidden argument*/NULL); V_52 = L_251; goto IL_05f1; } IL_0551: { Stream_t1273022909 * L_252 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_253 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_252, (bool)1, /*hidden argument*/NULL); V_53 = L_253; Stream_t1273022909 * L_254 = ___input1; int32_t L_255 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_254, (bool)1, /*hidden argument*/NULL); V_54 = L_255; int32_t L_256 = V_54; TransformConstraintTimeline_t410042030 * L_257 = (TransformConstraintTimeline_t410042030 *)il2cpp_codegen_object_new(TransformConstraintTimeline_t410042030_il2cpp_TypeInfo_var); TransformConstraintTimeline__ctor_m2544497800(L_257, L_256, /*hidden argument*/NULL); V_55 = L_257; TransformConstraintTimeline_t410042030 * L_258 = V_55; int32_t L_259 = V_53; NullCheck(L_258); L_258->set_transformConstraintIndex_15(L_259); V_56 = 0; goto IL_05c5; } IL_057d: { TransformConstraintTimeline_t410042030 * L_260 = V_55; int32_t L_261 = V_56; Stream_t1273022909 * L_262 = ___input1; float L_263 = SkeletonBinary_ReadFloat_m611799653(__this, L_262, /*hidden argument*/NULL); Stream_t1273022909 * L_264 = ___input1; float L_265 = SkeletonBinary_ReadFloat_m611799653(__this, L_264, /*hidden argument*/NULL); Stream_t1273022909 * L_266 = ___input1; float L_267 = SkeletonBinary_ReadFloat_m611799653(__this, L_266, /*hidden argument*/NULL); Stream_t1273022909 * L_268 = ___input1; float L_269 = SkeletonBinary_ReadFloat_m611799653(__this, L_268, /*hidden argument*/NULL); Stream_t1273022909 * L_270 = ___input1; float L_271 = SkeletonBinary_ReadFloat_m611799653(__this, L_270, /*hidden argument*/NULL); NullCheck(L_260); TransformConstraintTimeline_SetFrame_m1161508027(L_260, L_261, L_263, L_265, L_267, L_269, L_271, /*hidden argument*/NULL); int32_t L_272 = V_56; int32_t L_273 = V_54; if ((((int32_t)L_272) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_273, (int32_t)1))))) { goto IL_05bf; } } { Stream_t1273022909 * L_274 = ___input1; int32_t L_275 = V_56; TransformConstraintTimeline_t410042030 * L_276 = V_55; SkeletonBinary_ReadCurve_m3488707544(__this, L_274, L_275, L_276, /*hidden argument*/NULL); } IL_05bf: { int32_t L_277 = V_56; V_56 = ((int32_t)il2cpp_codegen_add((int32_t)L_277, (int32_t)1)); } IL_05c5: { int32_t L_278 = V_56; int32_t L_279 = V_54; if ((((int32_t)L_278) < ((int32_t)L_279))) { goto IL_057d; } } { ExposedList_1_t383950901 * L_280 = V_0; TransformConstraintTimeline_t410042030 * L_281 = V_55; NullCheck(L_280); ExposedList_1_Add_m1394417668(L_280, L_281, /*hidden argument*/ExposedList_1_Add_m1394417668_RuntimeMethod_var); float L_282 = V_2; TransformConstraintTimeline_t410042030 * L_283 = V_55; NullCheck(L_283); SingleU5BU5D_t1444911251* L_284 = L_283->get_frames_16(); int32_t L_285 = V_54; NullCheck(L_284); int32_t L_286 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_285, (int32_t)1)), (int32_t)5)); float L_287 = (L_284)->GetAt(static_cast(L_286)); float L_288 = Math_Max_m482125436(NULL /*static, unused*/, L_282, L_287, /*hidden argument*/NULL); V_2 = L_288; int32_t L_289 = V_51; V_51 = ((int32_t)il2cpp_codegen_add((int32_t)L_289, (int32_t)1)); } IL_05f1: { int32_t L_290 = V_51; int32_t L_291 = V_52; if ((((int32_t)L_290) < ((int32_t)L_291))) { goto IL_0551; } } { V_57 = 0; Stream_t1273022909 * L_292 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_293 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_292, (bool)1, /*hidden argument*/NULL); V_58 = L_293; goto IL_07ba; } IL_060b: { Stream_t1273022909 * L_294 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_295 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_294, (bool)1, /*hidden argument*/NULL); V_59 = L_295; SkeletonData_t2032710716 * L_296 = ___skeletonData2; NullCheck(L_296); ExposedList_1_t3688408900 * L_297 = L_296->get_pathConstraints_9(); NullCheck(L_297); PathConstraintDataU5BU5D_t2576410383* L_298 = L_297->get_Items_0(); int32_t L_299 = V_59; NullCheck(L_298); int32_t L_300 = L_299; PathConstraintData_t981297034 * L_301 = (L_298)->GetAt(static_cast(L_300)); V_60 = L_301; V_61 = 0; Stream_t1273022909 * L_302 = ___input1; int32_t L_303 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_302, (bool)1, /*hidden argument*/NULL); V_62 = L_303; goto IL_07ab; } IL_0635: { Stream_t1273022909 * L_304 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int8_t L_305 = SkeletonBinary_ReadSByte_m1101727188(NULL /*static, unused*/, L_304, /*hidden argument*/NULL); V_63 = (((int32_t)((int32_t)L_305))); Stream_t1273022909 * L_306 = ___input1; int32_t L_307 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_306, (bool)1, /*hidden argument*/NULL); V_64 = L_307; int32_t L_308 = V_63; if (!L_308) { goto IL_0663; } } { int32_t L_309 = V_63; if ((((int32_t)L_309) == ((int32_t)1))) { goto IL_0663; } } { int32_t L_310 = V_63; if ((((int32_t)L_310) == ((int32_t)2))) { goto IL_0726; } } { goto IL_07a5; } IL_0663: { V_66 = (1.0f); int32_t L_311 = V_63; if ((!(((uint32_t)L_311) == ((uint32_t)1)))) { goto IL_069c; } } { int32_t L_312 = V_64; PathConstraintSpacingTimeline_t1125597164 * L_313 = (PathConstraintSpacingTimeline_t1125597164 *)il2cpp_codegen_object_new(PathConstraintSpacingTimeline_t1125597164_il2cpp_TypeInfo_var); PathConstraintSpacingTimeline__ctor_m1425927580(L_313, L_312, /*hidden argument*/NULL); V_65 = L_313; PathConstraintData_t981297034 * L_314 = V_60; NullCheck(L_314); int32_t L_315 = L_314->get_spacingMode_5(); if (!L_315) { goto IL_0694; } } { PathConstraintData_t981297034 * L_316 = V_60; NullCheck(L_316); int32_t L_317 = L_316->get_spacingMode_5(); if ((!(((uint32_t)L_317) == ((uint32_t)1)))) { goto IL_0697; } } IL_0694: { float L_318 = V_1; V_66 = L_318; } IL_0697: { goto IL_06b4; } IL_069c: { int32_t L_319 = V_64; PathConstraintPositionTimeline_t1963796833 * L_320 = (PathConstraintPositionTimeline_t1963796833 *)il2cpp_codegen_object_new(PathConstraintPositionTimeline_t1963796833_il2cpp_TypeInfo_var); PathConstraintPositionTimeline__ctor_m1628534052(L_320, L_319, /*hidden argument*/NULL); V_65 = L_320; PathConstraintData_t981297034 * L_321 = V_60; NullCheck(L_321); int32_t L_322 = L_321->get_positionMode_4(); if (L_322) { goto IL_06b4; } } { float L_323 = V_1; V_66 = L_323; } IL_06b4: { PathConstraintPositionTimeline_t1963796833 * L_324 = V_65; int32_t L_325 = V_59; NullCheck(L_324); L_324->set_pathConstraintIndex_9(L_325); V_67 = 0; goto IL_06fb; } IL_06c5: { PathConstraintPositionTimeline_t1963796833 * L_326 = V_65; int32_t L_327 = V_67; Stream_t1273022909 * L_328 = ___input1; float L_329 = SkeletonBinary_ReadFloat_m611799653(__this, L_328, /*hidden argument*/NULL); Stream_t1273022909 * L_330 = ___input1; float L_331 = SkeletonBinary_ReadFloat_m611799653(__this, L_330, /*hidden argument*/NULL); float L_332 = V_66; NullCheck(L_326); PathConstraintPositionTimeline_SetFrame_m210799475(L_326, L_327, L_329, ((float)il2cpp_codegen_multiply((float)L_331, (float)L_332)), /*hidden argument*/NULL); int32_t L_333 = V_67; int32_t L_334 = V_64; if ((((int32_t)L_333) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_334, (int32_t)1))))) { goto IL_06f5; } } { Stream_t1273022909 * L_335 = ___input1; int32_t L_336 = V_67; PathConstraintPositionTimeline_t1963796833 * L_337 = V_65; SkeletonBinary_ReadCurve_m3488707544(__this, L_335, L_336, L_337, /*hidden argument*/NULL); } IL_06f5: { int32_t L_338 = V_67; V_67 = ((int32_t)il2cpp_codegen_add((int32_t)L_338, (int32_t)1)); } IL_06fb: { int32_t L_339 = V_67; int32_t L_340 = V_64; if ((((int32_t)L_339) < ((int32_t)L_340))) { goto IL_06c5; } } { ExposedList_1_t383950901 * L_341 = V_0; PathConstraintPositionTimeline_t1963796833 * L_342 = V_65; NullCheck(L_341); ExposedList_1_Add_m1394417668(L_341, L_342, /*hidden argument*/ExposedList_1_Add_m1394417668_RuntimeMethod_var); float L_343 = V_2; PathConstraintPositionTimeline_t1963796833 * L_344 = V_65; NullCheck(L_344); SingleU5BU5D_t1444911251* L_345 = L_344->get_frames_10(); int32_t L_346 = V_64; NullCheck(L_345); int32_t L_347 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_346, (int32_t)1)), (int32_t)2)); float L_348 = (L_345)->GetAt(static_cast(L_347)); float L_349 = Math_Max_m482125436(NULL /*static, unused*/, L_343, L_348, /*hidden argument*/NULL); V_2 = L_349; goto IL_07a5; } IL_0726: { int32_t L_350 = V_64; PathConstraintMixTimeline_t534890125 * L_351 = (PathConstraintMixTimeline_t534890125 *)il2cpp_codegen_object_new(PathConstraintMixTimeline_t534890125_il2cpp_TypeInfo_var); PathConstraintMixTimeline__ctor_m1198689827(L_351, L_350, /*hidden argument*/NULL); V_68 = L_351; PathConstraintMixTimeline_t534890125 * L_352 = V_68; int32_t L_353 = V_59; NullCheck(L_352); L_352->set_pathConstraintIndex_11(L_353); V_69 = 0; goto IL_077a; } IL_0740: { PathConstraintMixTimeline_t534890125 * L_354 = V_68; int32_t L_355 = V_69; Stream_t1273022909 * L_356 = ___input1; float L_357 = SkeletonBinary_ReadFloat_m611799653(__this, L_356, /*hidden argument*/NULL); Stream_t1273022909 * L_358 = ___input1; float L_359 = SkeletonBinary_ReadFloat_m611799653(__this, L_358, /*hidden argument*/NULL); Stream_t1273022909 * L_360 = ___input1; float L_361 = SkeletonBinary_ReadFloat_m611799653(__this, L_360, /*hidden argument*/NULL); NullCheck(L_354); PathConstraintMixTimeline_SetFrame_m3866680330(L_354, L_355, L_357, L_359, L_361, /*hidden argument*/NULL); int32_t L_362 = V_69; int32_t L_363 = V_64; if ((((int32_t)L_362) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_363, (int32_t)1))))) { goto IL_0774; } } { Stream_t1273022909 * L_364 = ___input1; int32_t L_365 = V_69; PathConstraintMixTimeline_t534890125 * L_366 = V_68; SkeletonBinary_ReadCurve_m3488707544(__this, L_364, L_365, L_366, /*hidden argument*/NULL); } IL_0774: { int32_t L_367 = V_69; V_69 = ((int32_t)il2cpp_codegen_add((int32_t)L_367, (int32_t)1)); } IL_077a: { int32_t L_368 = V_69; int32_t L_369 = V_64; if ((((int32_t)L_368) < ((int32_t)L_369))) { goto IL_0740; } } { ExposedList_1_t383950901 * L_370 = V_0; PathConstraintMixTimeline_t534890125 * L_371 = V_68; NullCheck(L_370); ExposedList_1_Add_m1394417668(L_370, L_371, /*hidden argument*/ExposedList_1_Add_m1394417668_RuntimeMethod_var); float L_372 = V_2; PathConstraintMixTimeline_t534890125 * L_373 = V_68; NullCheck(L_373); SingleU5BU5D_t1444911251* L_374 = L_373->get_frames_12(); int32_t L_375 = V_64; NullCheck(L_374); int32_t L_376 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_375, (int32_t)1)), (int32_t)3)); float L_377 = (L_374)->GetAt(static_cast(L_376)); float L_378 = Math_Max_m482125436(NULL /*static, unused*/, L_372, L_377, /*hidden argument*/NULL); V_2 = L_378; goto IL_07a5; } IL_07a5: { int32_t L_379 = V_61; V_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_379, (int32_t)1)); } IL_07ab: { int32_t L_380 = V_61; int32_t L_381 = V_62; if ((((int32_t)L_380) < ((int32_t)L_381))) { goto IL_0635; } } { int32_t L_382 = V_57; V_57 = ((int32_t)il2cpp_codegen_add((int32_t)L_382, (int32_t)1)); } IL_07ba: { int32_t L_383 = V_57; int32_t L_384 = V_58; if ((((int32_t)L_383) < ((int32_t)L_384))) { goto IL_060b; } } { V_70 = 0; Stream_t1273022909 * L_385 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_386 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_385, (bool)1, /*hidden argument*/NULL); V_71 = L_386; goto IL_09d8; } IL_07d4: { SkeletonData_t2032710716 * L_387 = ___skeletonData2; NullCheck(L_387); ExposedList_1_t3881696472 * L_388 = L_387->get_skins_3(); NullCheck(L_388); SkinU5BU5D_t2538652843* L_389 = L_388->get_Items_0(); Stream_t1273022909 * L_390 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_391 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_390, (bool)1, /*hidden argument*/NULL); NullCheck(L_389); int32_t L_392 = L_391; Skin_t1174584606 * L_393 = (L_389)->GetAt(static_cast(L_392)); V_72 = L_393; V_73 = 0; Stream_t1273022909 * L_394 = ___input1; int32_t L_395 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_394, (bool)1, /*hidden argument*/NULL); V_74 = L_395; goto IL_09c9; } IL_07fa: { Stream_t1273022909 * L_396 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_397 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_396, (bool)1, /*hidden argument*/NULL); V_75 = L_397; V_76 = 0; Stream_t1273022909 * L_398 = ___input1; int32_t L_399 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_398, (bool)1, /*hidden argument*/NULL); V_77 = L_399; goto IL_09ba; } IL_0814: { Skin_t1174584606 * L_400 = V_72; int32_t L_401 = V_75; Stream_t1273022909 * L_402 = ___input1; String_t* L_403 = SkeletonBinary_ReadString_m4201742740(__this, L_402, /*hidden argument*/NULL); NullCheck(L_400); Attachment_t3043756552 * L_404 = Skin_GetAttachment_m2040609636(L_400, L_401, L_403, /*hidden argument*/NULL); V_78 = ((VertexAttachment_t4074366829 *)CastclassClass((RuntimeObject*)L_404, VertexAttachment_t4074366829_il2cpp_TypeInfo_var)); VertexAttachment_t4074366829 * L_405 = V_78; NullCheck(L_405); Int32U5BU5D_t385246372* L_406 = L_405->get_bones_4(); V_79 = (bool)((((int32_t)((((RuntimeObject*)(Int32U5BU5D_t385246372*)L_406) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); VertexAttachment_t4074366829 * L_407 = V_78; NullCheck(L_407); SingleU5BU5D_t1444911251* L_408 = L_407->get_vertices_5(); V_80 = L_408; bool L_409 = V_79; if (!L_409) { goto IL_0857; } } { SingleU5BU5D_t1444911251* L_410 = V_80; NullCheck(L_410); G_B102_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_410)->max_length))))/(int32_t)3)), (int32_t)2)); goto IL_085b; } IL_0857: { SingleU5BU5D_t1444911251* L_411 = V_80; NullCheck(L_411); G_B102_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_411)->max_length)))); } IL_085b: { V_81 = G_B102_0; Stream_t1273022909 * L_412 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_413 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_412, (bool)1, /*hidden argument*/NULL); V_82 = L_413; int32_t L_414 = V_82; DeformTimeline_t3552075840 * L_415 = (DeformTimeline_t3552075840 *)il2cpp_codegen_object_new(DeformTimeline_t3552075840_il2cpp_TypeInfo_var); DeformTimeline__ctor_m471795702(L_415, L_414, /*hidden argument*/NULL); V_83 = L_415; DeformTimeline_t3552075840 * L_416 = V_83; int32_t L_417 = V_75; NullCheck(L_416); L_416->set_slotIndex_5(L_417); DeformTimeline_t3552075840 * L_418 = V_83; VertexAttachment_t4074366829 * L_419 = V_78; NullCheck(L_418); L_418->set_attachment_8(L_419); V_84 = 0; goto IL_0990; } IL_0889: { Stream_t1273022909 * L_420 = ___input1; float L_421 = SkeletonBinary_ReadFloat_m611799653(__this, L_420, /*hidden argument*/NULL); V_85 = L_421; Stream_t1273022909 * L_422 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_423 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_422, (bool)1, /*hidden argument*/NULL); V_87 = L_423; int32_t L_424 = V_87; if (L_424) { goto IL_08be; } } { bool L_425 = V_79; if (!L_425) { goto IL_08b5; } } { int32_t L_426 = V_81; G_B107_0 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_426)); goto IL_08b7; } IL_08b5: { SingleU5BU5D_t1444911251* L_427 = V_80; G_B107_0 = L_427; } IL_08b7: { V_86 = G_B107_0; goto IL_0967; } IL_08be: { int32_t L_428 = V_81; V_86 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_428)); Stream_t1273022909 * L_429 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_430 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_429, (bool)1, /*hidden argument*/NULL); V_88 = L_430; int32_t L_431 = V_87; int32_t L_432 = V_88; V_87 = ((int32_t)il2cpp_codegen_add((int32_t)L_431, (int32_t)L_432)); float L_433 = V_1; if ((!(((float)L_433) == ((float)(1.0f))))) { goto IL_090b; } } { int32_t L_434 = V_88; V_89 = L_434; goto IL_08fd; } IL_08eb: { SingleU5BU5D_t1444911251* L_435 = V_86; int32_t L_436 = V_89; Stream_t1273022909 * L_437 = ___input1; float L_438 = SkeletonBinary_ReadFloat_m611799653(__this, L_437, /*hidden argument*/NULL); NullCheck(L_435); (L_435)->SetAt(static_cast(L_436), (float)L_438); int32_t L_439 = V_89; V_89 = ((int32_t)il2cpp_codegen_add((int32_t)L_439, (int32_t)1)); } IL_08fd: { int32_t L_440 = V_89; int32_t L_441 = V_87; if ((((int32_t)L_440) < ((int32_t)L_441))) { goto IL_08eb; } } { goto IL_0931; } IL_090b: { int32_t L_442 = V_88; V_90 = L_442; goto IL_0928; } IL_0914: { SingleU5BU5D_t1444911251* L_443 = V_86; int32_t L_444 = V_90; Stream_t1273022909 * L_445 = ___input1; float L_446 = SkeletonBinary_ReadFloat_m611799653(__this, L_445, /*hidden argument*/NULL); float L_447 = V_1; NullCheck(L_443); (L_443)->SetAt(static_cast(L_444), (float)((float)il2cpp_codegen_multiply((float)L_446, (float)L_447))); int32_t L_448 = V_90; V_90 = ((int32_t)il2cpp_codegen_add((int32_t)L_448, (int32_t)1)); } IL_0928: { int32_t L_449 = V_90; int32_t L_450 = V_87; if ((((int32_t)L_449) < ((int32_t)L_450))) { goto IL_0914; } } IL_0931: { bool L_451 = V_79; if (L_451) { goto IL_0967; } } { V_91 = 0; SingleU5BU5D_t1444911251* L_452 = V_86; NullCheck(L_452); V_92 = (((int32_t)((int32_t)(((RuntimeArray *)L_452)->max_length)))); goto IL_095e; } IL_0946: { SingleU5BU5D_t1444911251* L_453 = V_86; int32_t L_454 = V_91; NullCheck(L_453); float* L_455 = ((L_453)->GetAddressAt(static_cast(L_454))); SingleU5BU5D_t1444911251* L_456 = V_80; int32_t L_457 = V_91; NullCheck(L_456); int32_t L_458 = L_457; float L_459 = (L_456)->GetAt(static_cast(L_458)); *((float*)(L_455)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_455)), (float)L_459)); int32_t L_460 = V_91; V_91 = ((int32_t)il2cpp_codegen_add((int32_t)L_460, (int32_t)1)); } IL_095e: { int32_t L_461 = V_91; int32_t L_462 = V_92; if ((((int32_t)L_461) < ((int32_t)L_462))) { goto IL_0946; } } IL_0967: { DeformTimeline_t3552075840 * L_463 = V_83; int32_t L_464 = V_84; float L_465 = V_85; SingleU5BU5D_t1444911251* L_466 = V_86; NullCheck(L_463); DeformTimeline_SetFrame_m3684133779(L_463, L_464, L_465, L_466, /*hidden argument*/NULL); int32_t L_467 = V_84; int32_t L_468 = V_82; if ((((int32_t)L_467) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_468, (int32_t)1))))) { goto IL_098a; } } { Stream_t1273022909 * L_469 = ___input1; int32_t L_470 = V_84; DeformTimeline_t3552075840 * L_471 = V_83; SkeletonBinary_ReadCurve_m3488707544(__this, L_469, L_470, L_471, /*hidden argument*/NULL); } IL_098a: { int32_t L_472 = V_84; V_84 = ((int32_t)il2cpp_codegen_add((int32_t)L_472, (int32_t)1)); } IL_0990: { int32_t L_473 = V_84; int32_t L_474 = V_82; if ((((int32_t)L_473) < ((int32_t)L_474))) { goto IL_0889; } } { ExposedList_1_t383950901 * L_475 = V_0; DeformTimeline_t3552075840 * L_476 = V_83; NullCheck(L_475); ExposedList_1_Add_m1394417668(L_475, L_476, /*hidden argument*/ExposedList_1_Add_m1394417668_RuntimeMethod_var); float L_477 = V_2; DeformTimeline_t3552075840 * L_478 = V_83; NullCheck(L_478); SingleU5BU5D_t1444911251* L_479 = L_478->get_frames_6(); int32_t L_480 = V_82; NullCheck(L_479); int32_t L_481 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_480, (int32_t)1)); float L_482 = (L_479)->GetAt(static_cast(L_481)); float L_483 = Math_Max_m482125436(NULL /*static, unused*/, L_477, L_482, /*hidden argument*/NULL); V_2 = L_483; int32_t L_484 = V_76; V_76 = ((int32_t)il2cpp_codegen_add((int32_t)L_484, (int32_t)1)); } IL_09ba: { int32_t L_485 = V_76; int32_t L_486 = V_77; if ((((int32_t)L_485) < ((int32_t)L_486))) { goto IL_0814; } } { int32_t L_487 = V_73; V_73 = ((int32_t)il2cpp_codegen_add((int32_t)L_487, (int32_t)1)); } IL_09c9: { int32_t L_488 = V_73; int32_t L_489 = V_74; if ((((int32_t)L_488) < ((int32_t)L_489))) { goto IL_07fa; } } { int32_t L_490 = V_70; V_70 = ((int32_t)il2cpp_codegen_add((int32_t)L_490, (int32_t)1)); } IL_09d8: { int32_t L_491 = V_70; int32_t L_492 = V_71; if ((((int32_t)L_491) < ((int32_t)L_492))) { goto IL_07d4; } } { Stream_t1273022909 * L_493 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_494 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_493, (bool)1, /*hidden argument*/NULL); V_93 = L_494; int32_t L_495 = V_93; if ((((int32_t)L_495) <= ((int32_t)0))) { goto IL_0b38; } } { int32_t L_496 = V_93; DrawOrderTimeline_t1092982325 * L_497 = (DrawOrderTimeline_t1092982325 *)il2cpp_codegen_object_new(DrawOrderTimeline_t1092982325_il2cpp_TypeInfo_var); DrawOrderTimeline__ctor_m380664354(L_497, L_496, /*hidden argument*/NULL); V_94 = L_497; SkeletonData_t2032710716 * L_498 = ___skeletonData2; NullCheck(L_498); ExposedList_1_t2861913768 * L_499 = L_498->get_slots_2(); NullCheck(L_499); int32_t L_500 = L_499->get_Count_1(); V_95 = L_500; V_96 = 0; goto IL_0b14; } IL_0a10: { Stream_t1273022909 * L_501 = ___input1; float L_502 = SkeletonBinary_ReadFloat_m611799653(__this, L_501, /*hidden argument*/NULL); V_97 = L_502; Stream_t1273022909 * L_503 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_504 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_503, (bool)1, /*hidden argument*/NULL); V_98 = L_504; int32_t L_505 = V_95; V_99 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)L_505)); int32_t L_506 = V_95; V_100 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_506, (int32_t)1)); goto IL_0a42; } IL_0a36: { Int32U5BU5D_t385246372* L_507 = V_99; int32_t L_508 = V_100; NullCheck(L_507); (L_507)->SetAt(static_cast(L_508), (int32_t)(-1)); int32_t L_509 = V_100; V_100 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_509, (int32_t)1)); } IL_0a42: { int32_t L_510 = V_100; if ((((int32_t)L_510) >= ((int32_t)0))) { goto IL_0a36; } } { int32_t L_511 = V_95; int32_t L_512 = V_98; V_101 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_511, (int32_t)L_512)))); V_102 = 0; V_103 = 0; V_104 = 0; goto IL_0aa6; } IL_0a64: { Stream_t1273022909 * L_513 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_514 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_513, (bool)1, /*hidden argument*/NULL); V_105 = L_514; goto IL_0a83; } IL_0a72: { Int32U5BU5D_t385246372* L_515 = V_101; int32_t L_516 = V_103; int32_t L_517 = L_516; V_103 = ((int32_t)il2cpp_codegen_add((int32_t)L_517, (int32_t)1)); int32_t L_518 = V_102; int32_t L_519 = L_518; V_102 = ((int32_t)il2cpp_codegen_add((int32_t)L_519, (int32_t)1)); NullCheck(L_515); (L_515)->SetAt(static_cast(L_517), (int32_t)L_519); } IL_0a83: { int32_t L_520 = V_102; int32_t L_521 = V_105; if ((!(((uint32_t)L_520) == ((uint32_t)L_521)))) { goto IL_0a72; } } { Int32U5BU5D_t385246372* L_522 = V_99; int32_t L_523 = V_102; Stream_t1273022909 * L_524 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_525 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_524, (bool)1, /*hidden argument*/NULL); int32_t L_526 = V_102; int32_t L_527 = L_526; V_102 = ((int32_t)il2cpp_codegen_add((int32_t)L_527, (int32_t)1)); NullCheck(L_522); (L_522)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_523, (int32_t)L_525))), (int32_t)L_527); int32_t L_528 = V_104; V_104 = ((int32_t)il2cpp_codegen_add((int32_t)L_528, (int32_t)1)); } IL_0aa6: { int32_t L_529 = V_104; int32_t L_530 = V_98; if ((((int32_t)L_529) < ((int32_t)L_530))) { goto IL_0a64; } } { goto IL_0ac5; } IL_0ab4: { Int32U5BU5D_t385246372* L_531 = V_101; int32_t L_532 = V_103; int32_t L_533 = L_532; V_103 = ((int32_t)il2cpp_codegen_add((int32_t)L_533, (int32_t)1)); int32_t L_534 = V_102; int32_t L_535 = L_534; V_102 = ((int32_t)il2cpp_codegen_add((int32_t)L_535, (int32_t)1)); NullCheck(L_531); (L_531)->SetAt(static_cast(L_533), (int32_t)L_535); } IL_0ac5: { int32_t L_536 = V_102; int32_t L_537 = V_95; if ((((int32_t)L_536) < ((int32_t)L_537))) { goto IL_0ab4; } } { int32_t L_538 = V_95; V_106 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_538, (int32_t)1)); goto IL_0af9; } IL_0ad9: { Int32U5BU5D_t385246372* L_539 = V_99; int32_t L_540 = V_106; NullCheck(L_539); int32_t L_541 = L_540; int32_t L_542 = (L_539)->GetAt(static_cast(L_541)); if ((!(((uint32_t)L_542) == ((uint32_t)(-1))))) { goto IL_0af3; } } { Int32U5BU5D_t385246372* L_543 = V_99; int32_t L_544 = V_106; Int32U5BU5D_t385246372* L_545 = V_101; int32_t L_546 = V_103; int32_t L_547 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_546, (int32_t)1)); V_103 = L_547; NullCheck(L_545); int32_t L_548 = L_547; int32_t L_549 = (L_545)->GetAt(static_cast(L_548)); NullCheck(L_543); (L_543)->SetAt(static_cast(L_544), (int32_t)L_549); } IL_0af3: { int32_t L_550 = V_106; V_106 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_550, (int32_t)1)); } IL_0af9: { int32_t L_551 = V_106; if ((((int32_t)L_551) >= ((int32_t)0))) { goto IL_0ad9; } } { DrawOrderTimeline_t1092982325 * L_552 = V_94; int32_t L_553 = V_96; float L_554 = V_97; Int32U5BU5D_t385246372* L_555 = V_99; NullCheck(L_552); DrawOrderTimeline_SetFrame_m648187960(L_552, L_553, L_554, L_555, /*hidden argument*/NULL); int32_t L_556 = V_96; V_96 = ((int32_t)il2cpp_codegen_add((int32_t)L_556, (int32_t)1)); } IL_0b14: { int32_t L_557 = V_96; int32_t L_558 = V_93; if ((((int32_t)L_557) < ((int32_t)L_558))) { goto IL_0a10; } } { ExposedList_1_t383950901 * L_559 = V_0; DrawOrderTimeline_t1092982325 * L_560 = V_94; NullCheck(L_559); ExposedList_1_Add_m1394417668(L_559, L_560, /*hidden argument*/ExposedList_1_Add_m1394417668_RuntimeMethod_var); float L_561 = V_2; DrawOrderTimeline_t1092982325 * L_562 = V_94; NullCheck(L_562); SingleU5BU5D_t1444911251* L_563 = L_562->get_frames_0(); int32_t L_564 = V_93; NullCheck(L_563); int32_t L_565 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_564, (int32_t)1)); float L_566 = (L_563)->GetAt(static_cast(L_565)); float L_567 = Math_Max_m482125436(NULL /*static, unused*/, L_561, L_566, /*hidden argument*/NULL); V_2 = L_567; } IL_0b38: { Stream_t1273022909 * L_568 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_569 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_568, (bool)1, /*hidden argument*/NULL); V_107 = L_569; int32_t L_570 = V_107; if ((((int32_t)L_570) <= ((int32_t)0))) { goto IL_0c2a; } } { int32_t L_571 = V_107; EventTimeline_t2341881094 * L_572 = (EventTimeline_t2341881094 *)il2cpp_codegen_object_new(EventTimeline_t2341881094_il2cpp_TypeInfo_var); EventTimeline__ctor_m3508961264(L_572, L_571, /*hidden argument*/NULL); V_108 = L_572; V_109 = 0; goto IL_0c06; } IL_0b5a: { Stream_t1273022909 * L_573 = ___input1; float L_574 = SkeletonBinary_ReadFloat_m611799653(__this, L_573, /*hidden argument*/NULL); V_110 = L_574; SkeletonData_t2032710716 * L_575 = ___skeletonData2; NullCheck(L_575); ExposedList_1_t3431871853 * L_576 = L_575->get_events_5(); NullCheck(L_576); EventDataU5BU5D_t3101783586* L_577 = L_576->get_Items_0(); Stream_t1273022909 * L_578 = ___input1; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_579 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_578, (bool)1, /*hidden argument*/NULL); NullCheck(L_577); int32_t L_580 = L_579; EventData_t724759987 * L_581 = (L_577)->GetAt(static_cast(L_580)); V_111 = L_581; float L_582 = V_110; EventData_t724759987 * L_583 = V_111; Event_t1378573841 * L_584 = (Event_t1378573841 *)il2cpp_codegen_object_new(Event_t1378573841_il2cpp_TypeInfo_var); Event__ctor_m3083278541(L_584, L_582, L_583, /*hidden argument*/NULL); V_113 = L_584; Event_t1378573841 * L_585 = V_113; Stream_t1273022909 * L_586 = ___input1; int32_t L_587 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_586, (bool)0, /*hidden argument*/NULL); NullCheck(L_585); Event_set_Int_m2779679522(L_585, L_587, /*hidden argument*/NULL); Event_t1378573841 * L_588 = V_113; Stream_t1273022909 * L_589 = ___input1; float L_590 = SkeletonBinary_ReadFloat_m611799653(__this, L_589, /*hidden argument*/NULL); NullCheck(L_588); Event_set_Float_m3610837605(L_588, L_590, /*hidden argument*/NULL); Event_t1378573841 * L_591 = V_113; Stream_t1273022909 * L_592 = ___input1; bool L_593 = SkeletonBinary_ReadBoolean_m1725606443(NULL /*static, unused*/, L_592, /*hidden argument*/NULL); G_B155_0 = L_591; if (!L_593) { G_B156_0 = L_591; goto IL_0bb8; } } { Stream_t1273022909 * L_594 = ___input1; String_t* L_595 = SkeletonBinary_ReadString_m4201742740(__this, L_594, /*hidden argument*/NULL); G_B157_0 = L_595; G_B157_1 = G_B155_0; goto IL_0bbf; } IL_0bb8: { EventData_t724759987 * L_596 = V_111; NullCheck(L_596); String_t* L_597 = EventData_get_String_m3128503700(L_596, /*hidden argument*/NULL); G_B157_0 = L_597; G_B157_1 = G_B156_0; } IL_0bbf: { NullCheck(G_B157_1); Event_set_String_m513580688(G_B157_1, G_B157_0, /*hidden argument*/NULL); Event_t1378573841 * L_598 = V_113; V_112 = L_598; Event_t1378573841 * L_599 = V_112; NullCheck(L_599); EventData_t724759987 * L_600 = L_599->get_data_0(); NullCheck(L_600); String_t* L_601 = EventData_get_AudioPath_m2493658223(L_600, /*hidden argument*/NULL); if (!L_601) { goto IL_0bf5; } } { Event_t1378573841 * L_602 = V_112; Stream_t1273022909 * L_603 = ___input1; float L_604 = SkeletonBinary_ReadFloat_m611799653(__this, L_603, /*hidden argument*/NULL); NullCheck(L_602); L_602->set_volume_5(L_604); Event_t1378573841 * L_605 = V_112; Stream_t1273022909 * L_606 = ___input1; float L_607 = SkeletonBinary_ReadFloat_m611799653(__this, L_606, /*hidden argument*/NULL); NullCheck(L_605); L_605->set_balance_6(L_607); } IL_0bf5: { EventTimeline_t2341881094 * L_608 = V_108; int32_t L_609 = V_109; Event_t1378573841 * L_610 = V_112; NullCheck(L_608); EventTimeline_SetFrame_m2314190735(L_608, L_609, L_610, /*hidden argument*/NULL); int32_t L_611 = V_109; V_109 = ((int32_t)il2cpp_codegen_add((int32_t)L_611, (int32_t)1)); } IL_0c06: { int32_t L_612 = V_109; int32_t L_613 = V_107; if ((((int32_t)L_612) < ((int32_t)L_613))) { goto IL_0b5a; } } { ExposedList_1_t383950901 * L_614 = V_0; EventTimeline_t2341881094 * L_615 = V_108; NullCheck(L_614); ExposedList_1_Add_m1394417668(L_614, L_615, /*hidden argument*/ExposedList_1_Add_m1394417668_RuntimeMethod_var); float L_616 = V_2; EventTimeline_t2341881094 * L_617 = V_108; NullCheck(L_617); SingleU5BU5D_t1444911251* L_618 = L_617->get_frames_0(); int32_t L_619 = V_107; NullCheck(L_618); int32_t L_620 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_619, (int32_t)1)); float L_621 = (L_618)->GetAt(static_cast(L_620)); float L_622 = Math_Max_m482125436(NULL /*static, unused*/, L_616, L_621, /*hidden argument*/NULL); V_2 = L_622; } IL_0c2a: { ExposedList_1_t383950901 * L_623 = V_0; NullCheck(L_623); ExposedList_1_TrimExcess_m2401714282(L_623, /*hidden argument*/ExposedList_1_TrimExcess_m2401714282_RuntimeMethod_var); SkeletonData_t2032710716 * L_624 = ___skeletonData2; NullCheck(L_624); ExposedList_1_t3322895149 * L_625 = L_624->get_animations_6(); String_t* L_626 = ___name0; ExposedList_1_t383950901 * L_627 = V_0; float L_628 = V_2; Animation_t615783283 * L_629 = (Animation_t615783283 *)il2cpp_codegen_object_new(Animation_t615783283_il2cpp_TypeInfo_var); Animation__ctor_m1361832553(L_629, L_626, L_627, L_628, /*hidden argument*/NULL); NullCheck(L_625); ExposedList_1_Add_m181021706(L_625, L_629, /*hidden argument*/ExposedList_1_Add_m181021706_RuntimeMethod_var); return; } } // System.Void Spine.SkeletonBinary::ReadCurve(System.IO.Stream,System.Int32,Spine.CurveTimeline) extern "C" IL2CPP_METHOD_ATTR void SkeletonBinary_ReadCurve_m3488707544 (SkeletonBinary_t1796686580 * __this, Stream_t1273022909 * ___input0, int32_t ___frameIndex1, CurveTimeline_t3673209699 * ___timeline2, const RuntimeMethod* method) { int32_t V_0 = 0; { Stream_t1273022909 * L_0 = ___input0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_001a; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_0026; } } { goto IL_004e; } IL_001a: { CurveTimeline_t3673209699 * L_4 = ___timeline2; int32_t L_5 = ___frameIndex1; NullCheck(L_4); CurveTimeline_SetStepped_m359227674(L_4, L_5, /*hidden argument*/NULL); goto IL_004e; } IL_0026: { CurveTimeline_t3673209699 * L_6 = ___timeline2; int32_t L_7 = ___frameIndex1; Stream_t1273022909 * L_8 = ___input0; float L_9 = SkeletonBinary_ReadFloat_m611799653(__this, L_8, /*hidden argument*/NULL); Stream_t1273022909 * L_10 = ___input0; float L_11 = SkeletonBinary_ReadFloat_m611799653(__this, L_10, /*hidden argument*/NULL); Stream_t1273022909 * L_12 = ___input0; float L_13 = SkeletonBinary_ReadFloat_m611799653(__this, L_12, /*hidden argument*/NULL); Stream_t1273022909 * L_14 = ___input0; float L_15 = SkeletonBinary_ReadFloat_m611799653(__this, L_14, /*hidden argument*/NULL); NullCheck(L_6); CurveTimeline_SetCurve_m3682310541(L_6, L_7, L_9, L_11, L_13, L_15, /*hidden argument*/NULL); goto IL_004e; } IL_004e: { return; } } // System.SByte Spine.SkeletonBinary::ReadSByte(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR int8_t SkeletonBinary_ReadSByte_m1101727188 (RuntimeObject * __this /* static, unused */, Stream_t1273022909 * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkeletonBinary_ReadSByte_m1101727188_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Stream_t1273022909 * L_0 = ___input0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_0014; } } { EndOfStreamException_t2015613008 * L_3 = (EndOfStreamException_t2015613008 *)il2cpp_codegen_object_new(EndOfStreamException_t2015613008_il2cpp_TypeInfo_var); EndOfStreamException__ctor_m2202021005(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,SkeletonBinary_ReadSByte_m1101727188_RuntimeMethod_var); } IL_0014: { int32_t L_4 = V_0; return (((int8_t)((int8_t)L_4))); } } // System.Boolean Spine.SkeletonBinary::ReadBoolean(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR bool SkeletonBinary_ReadBoolean_m1725606443 (RuntimeObject * __this /* static, unused */, Stream_t1273022909 * ___input0, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = ___input0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_0); return (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Single Spine.SkeletonBinary::ReadFloat(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR float SkeletonBinary_ReadFloat_m611799653 (SkeletonBinary_t1796686580 * __this, Stream_t1273022909 * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkeletonBinary_ReadFloat_m611799653_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = __this->get_buffer_15(); Stream_t1273022909 * L_1 = ___input0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_1); NullCheck(L_0); (L_0)->SetAt(static_cast(3), (uint8_t)(((int32_t)((uint8_t)L_2)))); ByteU5BU5D_t4116647657* L_3 = __this->get_buffer_15(); Stream_t1273022909 * L_4 = ___input0; NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_4); NullCheck(L_3); (L_3)->SetAt(static_cast(2), (uint8_t)(((int32_t)((uint8_t)L_5)))); ByteU5BU5D_t4116647657* L_6 = __this->get_buffer_15(); Stream_t1273022909 * L_7 = ___input0; NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_7); NullCheck(L_6); (L_6)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)L_8)))); ByteU5BU5D_t4116647657* L_9 = __this->get_buffer_15(); Stream_t1273022909 * L_10 = ___input0; NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_10); NullCheck(L_9); (L_9)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_11)))); ByteU5BU5D_t4116647657* L_12 = __this->get_buffer_15(); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); float L_13 = BitConverter_ToSingle_m2597008633(NULL /*static, unused*/, L_12, 0, /*hidden argument*/NULL); return L_13; } } // System.Int32 Spine.SkeletonBinary::ReadInt(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR int32_t SkeletonBinary_ReadInt_m3486881616 (RuntimeObject * __this /* static, unused */, Stream_t1273022909 * ___input0, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = ___input0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_0); Stream_t1273022909 * L_2 = ___input0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_2); Stream_t1273022909 * L_4 = ___input0; NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_4); Stream_t1273022909 * L_6 = ___input0; NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_6); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)24))), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)16))))), (int32_t)((int32_t)((int32_t)L_5<<(int32_t)8)))), (int32_t)L_7)); } } // System.Int32 Spine.SkeletonBinary::ReadVarint(System.IO.Stream,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t SkeletonBinary_ReadVarint_m2913530182 (RuntimeObject * __this /* static, unused */, Stream_t1273022909 * ___input0, bool ___optimizePositive1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B8_0 = 0; { Stream_t1273022909 * L_0 = ___input0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_0); V_0 = L_1; int32_t L_2 = V_0; V_1 = ((int32_t)((int32_t)L_2&(int32_t)((int32_t)127))); int32_t L_3 = V_0; if (!((int32_t)((int32_t)L_3&(int32_t)((int32_t)128)))) { goto IL_007d; } } { Stream_t1273022909 * L_4 = ___input0; NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_4); V_0 = L_5; int32_t L_6 = V_1; int32_t L_7 = V_0; V_1 = ((int32_t)((int32_t)L_6|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)127)))<<(int32_t)7)))); int32_t L_8 = V_0; if (!((int32_t)((int32_t)L_8&(int32_t)((int32_t)128)))) { goto IL_007d; } } { Stream_t1273022909 * L_9 = ___input0; NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_9); V_0 = L_10; int32_t L_11 = V_1; int32_t L_12 = V_0; V_1 = ((int32_t)((int32_t)L_11|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)127)))<<(int32_t)((int32_t)14))))); int32_t L_13 = V_0; if (!((int32_t)((int32_t)L_13&(int32_t)((int32_t)128)))) { goto IL_007d; } } { Stream_t1273022909 * L_14 = ___input0; NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_14); V_0 = L_15; int32_t L_16 = V_1; int32_t L_17 = V_0; V_1 = ((int32_t)((int32_t)L_16|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17&(int32_t)((int32_t)127)))<<(int32_t)((int32_t)21))))); int32_t L_18 = V_0; if (!((int32_t)((int32_t)L_18&(int32_t)((int32_t)128)))) { goto IL_007d; } } { int32_t L_19 = V_1; Stream_t1273022909 * L_20 = ___input0; NullCheck(L_20); int32_t L_21 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_20); V_1 = ((int32_t)((int32_t)L_19|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_21&(int32_t)((int32_t)127)))<<(int32_t)((int32_t)28))))); } IL_007d: { bool L_22 = ___optimizePositive1; if (!L_22) { goto IL_0089; } } { int32_t L_23 = V_1; G_B8_0 = L_23; goto IL_0091; } IL_0089: { int32_t L_24 = V_1; int32_t L_25 = V_1; G_B8_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_24>>(int32_t)1))^(int32_t)((-((int32_t)((int32_t)L_25&(int32_t)1)))))); } IL_0091: { return G_B8_0; } } // System.String Spine.SkeletonBinary::ReadString(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR String_t* SkeletonBinary_ReadString_m4201742740 (SkeletonBinary_t1796686580 * __this, Stream_t1273022909 * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkeletonBinary_ReadString_m4201742740_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_t4116647657* V_1 = NULL; { Stream_t1273022909 * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); int32_t L_1 = SkeletonBinary_ReadVarint_m2913530182(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_001a; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_001c; } } { goto IL_0022; } IL_001a: { return (String_t*)NULL; } IL_001c: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } IL_0022: { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); ByteU5BU5D_t4116647657* L_6 = __this->get_buffer_15(); V_1 = L_6; ByteU5BU5D_t4116647657* L_7 = V_1; NullCheck(L_7); int32_t L_8 = V_0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))) >= ((int32_t)L_8))) { goto IL_003d; } } { int32_t L_9 = V_0; V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_9)); } IL_003d: { Stream_t1273022909 * L_10 = ___input0; ByteU5BU5D_t4116647657* L_11 = V_1; int32_t L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var); SkeletonBinary_ReadFully_m517043734(NULL /*static, unused*/, L_10, L_11, 0, L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_13 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_14 = V_1; int32_t L_15 = V_0; NullCheck(L_13); String_t* L_16 = VirtFuncInvoker3< String_t*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_13, L_14, 0, L_15); return L_16; } } // System.Void Spine.SkeletonBinary::ReadFully(System.IO.Stream,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SkeletonBinary_ReadFully_m517043734 (RuntimeObject * __this /* static, unused */, Stream_t1273022909 * ___input0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___length3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkeletonBinary_ReadFully_m517043734_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { goto IL_0026; } IL_0005: { Stream_t1273022909 * L_0 = ___input0; ByteU5BU5D_t4116647657* L_1 = ___buffer1; int32_t L_2 = ___offset2; int32_t L_3 = ___length3; NullCheck(L_0); int32_t L_4 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(16 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) > ((int32_t)0))) { goto IL_001c; } } { EndOfStreamException_t2015613008 * L_6 = (EndOfStreamException_t2015613008 *)il2cpp_codegen_object_new(EndOfStreamException_t2015613008_il2cpp_TypeInfo_var); EndOfStreamException__ctor_m2202021005(L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,SkeletonBinary_ReadFully_m517043734_RuntimeMethod_var); } IL_001c: { int32_t L_7 = ___offset2; int32_t L_8 = V_0; ___offset2 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)); int32_t L_9 = ___length3; int32_t L_10 = V_0; ___length3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)); } IL_0026: { int32_t L_11 = ___length3; if ((((int32_t)L_11) > ((int32_t)0))) { goto IL_0005; } } { return; } } // System.Void Spine.SkeletonBinary::.cctor() extern "C" IL2CPP_METHOD_ATTR void SkeletonBinary__cctor_m1534701481 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkeletonBinary__cctor_m1534701481_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TransformModeU5BU5D_t3210249249* L_0 = ((TransformModeU5BU5D_t3210249249*)SZArrayNew(TransformModeU5BU5D_t3210249249_il2cpp_TypeInfo_var, (uint32_t)5)); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255370____U24fieldU2DB6E6EA57C32297E83203480EE50A22C3581AA09C_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((SkeletonBinary_t1796686580_StaticFields*)il2cpp_codegen_static_fields_for(SkeletonBinary_t1796686580_il2cpp_TypeInfo_var))->set_TransformModeValues_17(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif