#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 VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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); } }; 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 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 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 InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; 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 InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template 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 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); } }; // UnityEngine.Timeline.ActivationControlPlayable struct ActivationControlPlayable_t426148305; // UnityEngine.Playables.PlayableBehaviour struct PlayableBehaviour_t4203540982; // UnityEngine.GameObject struct GameObject_t1113636619; // UnityEngine.Object struct Object_t631007953; // UnityEngine.Timeline.ActivationMixerPlayable struct ActivationMixerPlayable_t2212523045; // UnityEngine.Timeline.ActivationPlayableAsset struct ActivationPlayableAsset_t2332007632; // UnityEngine.Playables.PlayableAsset struct PlayableAsset_t3219022681; // UnityEngine.Timeline.ActivationTrack struct ActivationTrack_t4003533622; // UnityEngine.Timeline.TrackAsset struct TrackAsset_t2828708245; // UnityEngine.Playables.PlayableDirector struct PlayableDirector_t508516997; // UnityEngine.Timeline.IPropertyCollector struct IPropertyCollector_t1088233296; // UnityEngine.Timeline.AnimationOutputWeightProcessor struct AnimationOutputWeightProcessor_t2670190175; // System.Collections.Generic.List`1 struct List_1_t3454752663; // System.Type struct Type_t; // UnityEngine.Timeline.AnimationPlayableAsset struct AnimationPlayableAsset_t734882934; // UnityEngine.AnimationClip struct AnimationClip_t2318505987; // System.String struct String_t; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t3629080894; // UnityEngine.Timeline.AnimationPlayableAsset/<>c__Iterator0 struct U3CU3Ec__Iterator0_t4165699274; // UnityEngine.Motion struct Motion_t1110556653; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t786831177; // UnityEngine.Timeline.AnimationTrack struct AnimationTrack_t3872729528; // System.Collections.Generic.List`1 struct List_1_t3950300692; // System.Collections.Generic.List`1 struct List_1_t257213610; // UnityEngine.AvatarMask struct AvatarMask_t1182482518; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1808561134; // UnityEngine.Timeline.AnimationTrack/<>c__Iterator0 struct U3CU3Ec__Iterator0_t1104488729; // UnityEngine.Timeline.TimelineClip[] struct TimelineClipU5BU5D_t140784555; // UnityEngine.Timeline.TimelineClip struct TimelineClip_t2478225950; // System.InvalidOperationException struct InvalidOperationException_t56020091; // UnityEngine.IntervalTree`1 struct IntervalTree_1_t478208184; // UnityEngine.Timeline.RuntimeClip struct RuntimeClip_t583365242; // UnityEngine.Timeline.RuntimeElement struct RuntimeElement_t2068542217; // UnityEngine.IntervalTree`1 struct IntervalTree_1_t1489772131; // System.Collections.Generic.List`1 struct List_1_t1049836974; // UnityEngine.Timeline.InfiniteRuntimeClip struct InfiniteRuntimeClip_t156380358; // UnityEngine.Timeline.AudioPlayableAsset struct AudioPlayableAsset_t2575444864; // UnityEngine.AudioClip struct AudioClip_t3680889665; // UnityEngine.Timeline.AudioPlayableAsset/<>c__Iterator0 struct U3CU3Ec__Iterator0_t2611944586; // UnityEngine.Timeline.AudioTrack struct AudioTrack_t1549411460; // UnityEngine.Timeline.ScheduleRuntimeClip struct ScheduleRuntimeClip_t283756268; // UnityEngine.Timeline.AudioTrack/<>c__Iterator0 struct U3CU3Ec__Iterator0_t717920108; // UnityEngine.Timeline.BasicPlayableBehaviour struct BasicPlayableBehaviour_t1482445671; // UnityEngine.ScriptableObject struct ScriptableObject_t2528358522; // UnityEngine.Timeline.ControlPlayableAsset struct ControlPlayableAsset_t3597738600; // System.Collections.Generic.List`1 struct List_1_t1931900349; // UnityEngine.IExposedPropertyTable struct IExposedPropertyTable_t2524209546; // UnityEngine.Transform struct Transform_t3600365921; // UnityEngine.Timeline.PrefabControlPlayable struct PrefabControlPlayable_t3058657425; // System.Collections.Generic.IList`1 struct IList_1_t2323836780; // System.Collections.Generic.IList`1 struct IList_1_t600458651; // System.Collections.Generic.IList`1 struct IList_1_t3616099064; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t3783337182; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t780632170; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2942335418; // UnityEngine.ParticleSystem struct ParticleSystem_t1800779281; // UnityEngine.Timeline.ITimeControl struct ITimeControl_t1934324661; // UnityEngine.Timeline.ControlPlayableAsset/c__Iterator0 struct U3CGetControlableScriptsU3Ec__Iterator0_t3018919025; // System.Collections.Generic.List`1 struct List_1_t3272854023; // System.Collections.Generic.ICollection`1 struct ICollection_1_t333964219; // UnityEngine.Component struct Component_t1923634451; // System.Collections.Generic.HashSet`1 struct HashSet_1_t3368433767; // System.Collections.Generic.HashSet`1 struct HashSet_1_t1645055638; // UnityEngine.Timeline.TimelineAsset struct TimelineAsset_t3776684190; // UnityEngine.MonoBehaviour[] struct MonoBehaviourU5BU5D_t2007329276; // System.Object[] struct ObjectU5BU5D_t2843939325; // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t100085701; // UnityEngine.Timeline.ControlTrack struct ControlTrack_t3308451304; // UnityEngine.Timeline.DirectorControlPlayable struct DirectorControlPlayable_t2642348650; // UnityEngine.Behaviour struct Behaviour_t1437897464; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.Comparison`1 struct Comparison_1_t2253157129; // System.Comparison`1 struct Comparison_1_t2855037343; // UnityEngine.Timeline.GroupTrack struct GroupTrack_t2222291233; // UnityEngine.Timeline.IgnoreOnPlayableTrackAttribute struct IgnoreOnPlayableTrackAttribute_t3455747041; // System.Attribute struct Attribute_t861562559; // UnityEngine.Timeline.NotKeyableAttribute struct NotKeyableAttribute_t1406439677; // UnityEngine.Timeline.ParticleControlPlayable struct ParticleControlPlayable_t3220249377; // UnityEngine.ParticleSystem[] struct ParticleSystemU5BU5D_t3089334924; // UnityEngine.Timeline.PlayableTrack struct PlayableTrack_t2508018810; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // UnityEngine.Timeline.RuntimeClipBase struct RuntimeClipBase_t197358283; // UnityEngine.Timeline.SupportsChildTracksAttribute struct SupportsChildTracksAttribute_t205780379; // UnityEngine.Timeline.TimeControlPlayable struct TimeControlPlayable_t1010398267; // UnityEngine.Timeline.TimeFieldAttribute struct TimeFieldAttribute_t3035049162; // UnityEngine.PropertyAttribute struct PropertyAttribute_t3677895545; // UnityEngine.Timeline.TimelineAsset/EditorSettings struct EditorSettings_t2594721758; // UnityEngine.Timeline.TimelineAsset/<>c__Iterator0 struct U3CU3Ec__Iterator0_t647330842; // System.Collections.Generic.List`1 struct List_1_t5815691; // System.Collections.Generic.List`1 struct List_1_t4000433264; // UnityEngine.Timeline.TrackAsset[] struct TrackAssetU5BU5D_t52518008; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2059959053; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1458078839; // UnityEngine.AnimationCurve struct AnimationCurve_t3046754366; // UnityEngine.Timeline.TimelineCreateUtilities/c__AnonStorey0 struct U3CGenerateUniqueActorNameU3Ec__AnonStorey0_t930638780; // System.Predicate`1 struct Predicate_1_t3353652646; // System.Predicate`1 struct Predicate_1_t3905400288; // System.Reflection.MemberInfo struct MemberInfo_t; // UnityEngine.Timeline.TimelineMarker struct TimelineMarker_t2195886951; // UnityEngine.Timeline.TimelinePlayable struct TimelinePlayable_t2938744123; // System.Collections.Generic.List`1 struct List_1_t3540616959; // System.Collections.Generic.List`1 struct List_1_t2313598679; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3971549929; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2468003950; // System.Collections.Generic.IList`1 struct IList_1_t349060732; // UnityEngine.Animator struct Animator_t434523843; // UnityEngine.AudioSource struct AudioSource_t3935305588; // System.NotImplementedException struct NotImplementedException_t3489357830; // UnityEngine.Timeline.ITimelineEvaluateCallback struct ITimelineEvaluateCallback_t841523937; // UnityEngine.Timeline.TrackAsset/<>c__Iterator0 struct U3CU3Ec__Iterator0_t3478306766; // System.ArgumentException struct ArgumentException_t132251570; // UnityEngine.Timeline.ITimelineItem struct ITimelineItem_t502543106; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t907029268; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // UnityEngine.Timeline.TrackBindingTypeAttribute struct TrackBindingTypeAttribute_t2757649500; // UnityEngine.Timeline.TrackClipTypeAttribute struct TrackClipTypeAttribute_t4223207965; // UnityEngine.Timeline.TrackColorAttribute struct TrackColorAttribute_t2898993029; // UnityEngine.Timeline.TrackMediaType struct TrackMediaType_t482867812; // UnityEngine.Playables.Playable[] struct PlayableU5BU5D_t3229717310; // UnityEngine.ScriptableObject[] struct ScriptableObjectU5BU5D_t1351167071; // UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo[] struct WeightInfoU5BU5D_t1690221756; // UnityEngine.Timeline.RuntimeElement[] struct RuntimeElementU5BU5D_t2334202548; // UnityEngine.Timeline.ITimelineEvaluateCallback[] struct ITimelineEvaluateCallbackU5BU5D_t1267710076; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.HashSet`1/Link[] struct LinkU5BU5D_t3074586523; // UnityEngine.Playables.PlayableDirector[] struct PlayableDirectorU5BU5D_t386701768; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t2615849015; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // UnityEngine.Timeline.AnimationTrack[] struct AnimationTrackU5BU5D_t980492393; // System.Char[] struct CharU5BU5D_t3528271667; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Type[] struct TypeU5BU5D_t3940880105; // UnityEngine.Timeline.TrackBindingTypeAttribute[] struct TrackBindingTypeAttributeU5BU5D_t1780093621; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t296309482; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2060588632; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // UnityEngine.Timeline.TimelinePlayable/ConnectionCache[] struct ConnectionCacheU5BU5D_t635928727; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t641072967; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2096126863; // System.Void struct Void_t1185182177; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // System.Collections.Generic.List`1 struct List_1_t3319525431; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // UnityEngine.Playables.PlayableBinding[] struct PlayableBindingU5BU5D_t829358056; // UnityEngine.AudioClip/PCMReaderCallback struct PCMReaderCallback_t1677636661; // UnityEngine.AudioClip/PCMSetPositionCallback struct PCMSetPositionCallback_t1059417452; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t3261278713; // UnityEngine.AudioSourceExtension struct AudioSourceExtension_t3064908834; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern RuntimeClass* ScriptPlayable_1_t2459628456_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScriptPlayable_1_get_Null_m965723847_RuntimeMethod_var; extern const RuntimeMethod* ScriptPlayable_1_Create_m626872802_RuntimeMethod_var; extern const RuntimeMethod* ScriptPlayable_1_GetBehaviour_m2387036119_RuntimeMethod_var; extern const uint32_t ActivationControlPlayable_Create_m123008175_MetadataUsageId; extern const uint32_t ActivationControlPlayable_ProcessFrame_m2958423721_MetadataUsageId; extern const uint32_t ActivationMixerPlayable_set_boundGameObject_m3763269888_MetadataUsageId; extern RuntimeClass* ScriptPlayable_1_t4246003196_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScriptPlayable_1_Create_m2437634749_RuntimeMethod_var; extern const uint32_t ActivationMixerPlayable_Create_m1674036122_MetadataUsageId; extern const RuntimeMethod* PlayableExtensions_GetInputCount_TisPlayable_t459825607_m420211781_RuntimeMethod_var; extern const RuntimeMethod* PlayableExtensions_GetInputWeight_TisPlayable_t459825607_m927756412_RuntimeMethod_var; extern const uint32_t ActivationMixerPlayable_ProcessFrame_m84699465_MetadataUsageId; extern RuntimeClass* Playable_t459825607_il2cpp_TypeInfo_var; extern const uint32_t ActivationPlayableAsset_CreatePlayable_m3694335031_MetadataUsageId; extern RuntimeClass* TrackAsset_t2828708245_il2cpp_TypeInfo_var; extern const uint32_t ActivationTrack__ctor_m77545524_MetadataUsageId; extern const RuntimeMethod* ScriptPlayable_1_GetBehaviour_m4194249442_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TisPlayableDirector_t508516997_m1944561993_RuntimeMethod_var; extern const RuntimeMethod* ScriptPlayable_1_op_Implicit_m439564604_RuntimeMethod_var; extern const uint32_t ActivationTrack_CreateTrackMixer_m3149586152_MetadataUsageId; extern RuntimeClass* GameObject_t1113636619_il2cpp_TypeInfo_var; extern const uint32_t ActivationTrack_UpdateBoundGameObject_m4193519577_MetadataUsageId; extern RuntimeClass* IPropertyCollector_t1088233296_il2cpp_TypeInfo_var; extern String_t* _stringLiteral133756969; extern const uint32_t ActivationTrack_GatherProperties_m2768354188_MetadataUsageId; extern RuntimeClass* List_1_t3454752663_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3830431512_RuntimeMethod_var; extern const uint32_t AnimationOutputWeightProcessor__ctor_m28565969_MetadataUsageId; extern RuntimeClass* AnimationLayerMixerPlayable_t3631223897_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Clear_m1210266092_RuntimeMethod_var; extern const RuntimeMethod* PlayableOutputExtensions_GetSourcePlayable_TisAnimationPlayableOutput_t1918618239_m1357805153_RuntimeMethod_var; extern const RuntimeMethod* PlayableOutputExtensions_GetSourceInputPort_TisAnimationPlayableOutput_t1918618239_m1807862558_RuntimeMethod_var; extern const RuntimeMethod* PlayableExtensions_IsValid_TisPlayable_t459825607_m2567959418_RuntimeMethod_var; extern const RuntimeMethod* PlayableExtensions_GetInput_TisPlayable_t459825607_m646322169_RuntimeMethod_var; extern const RuntimeMethod* Playable_IsPlayableOfType_TisAnimationLayerMixerPlayable_t3631223897_m892437330_RuntimeMethod_var; extern const RuntimeMethod* PlayableExtensions_GetInputCount_TisAnimationLayerMixerPlayable_t3631223897_m2059309075_RuntimeMethod_var; extern const RuntimeMethod* PlayableExtensions_GetInput_TisAnimationLayerMixerPlayable_t3631223897_m585278765_RuntimeMethod_var; extern const uint32_t AnimationOutputWeightProcessor_FindMixers_m1281852215_MetadataUsageId; extern const RuntimeType* AnimationMixerPlayable_t821371386_0_0_0_var; extern const RuntimeType* AnimationLayerMixerPlayable_t3631223897_0_0_0_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m1997031888_RuntimeMethod_var; extern const uint32_t AnimationOutputWeightProcessor_FindMixers_m2534082431_MetadataUsageId; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern RuntimeClass* MatchTargetFieldConstants_t2682568617_il2cpp_TypeInfo_var; extern const uint32_t AnimationPlayableAsset__ctor_m3006714302_MetadataUsageId; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2704337542; extern const uint32_t AnimationPlayableAsset_set_clip_m3304080186_MetadataUsageId; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern const uint32_t AnimationPlayableAsset_get_duration_m326730551_MetadataUsageId; extern RuntimeClass* U3CU3Ec__Iterator0_t4165699274_il2cpp_TypeInfo_var; extern const uint32_t AnimationPlayableAsset_get_outputs_m3365175669_MetadataUsageId; extern RuntimeClass* AnimationOffsetPlayable_t2887420414_il2cpp_TypeInfo_var; extern const RuntimeMethod* PlayableGraph_Connect_TisAnimationClipPlayable_t3189118652_TisAnimationOffsetPlayable_t2887420414_m1261995013_RuntimeMethod_var; extern const RuntimeMethod* PlayableExtensions_SetInputWeight_TisAnimationOffsetPlayable_t2887420414_m105397674_RuntimeMethod_var; extern const uint32_t AnimationPlayableAsset_CreatePlayable_m3577985947_MetadataUsageId; extern const uint32_t AnimationPlayableAsset_ShouldApplyRootMotion_m4006030511_MetadataUsageId; extern const uint32_t AnimationPlayableAsset_get_clipCaps_m398973994_MetadataUsageId; extern const uint32_t AnimationPlayableAsset_ResetOffsets_m1872132154_MetadataUsageId; extern const uint32_t AnimationPlayableAsset_GatherProperties_m173673781_MetadataUsageId; extern String_t* _stringLiteral1899145797; extern const uint32_t U3CU3Ec__Iterator0_MoveNext_m3836601731_MetadataUsageId; extern RuntimeClass* PlayableBinding_t354260709_il2cpp_TypeInfo_var; extern const uint32_t U3CU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m3178060842_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CU3Ec__Iterator0_Reset_m188731260_RuntimeMethod_var; extern const uint32_t U3CU3Ec__Iterator0_Reset_m188731260_MetadataUsageId; extern const uint32_t U3CU3Ec__Iterator0_System_Collections_Generic_IEnumerableU3CUnityEngine_Playables_PlayableBindingU3E_GetEnumerator_m2095323345_MetadataUsageId; extern const uint32_t AnimationTrack__ctor_m3315625550_MetadataUsageId; extern const uint32_t AnimationTrack_set_matchTargetFields_m1103640536_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m615375621_RuntimeMethod_var; extern const uint32_t AnimationTrack_get_compilableIsolated_m3475896175_MetadataUsageId; extern RuntimeClass* IEnumerable_1_t1808561134_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t3261278713_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const uint32_t AnimationTrack_get_compilable_m1470284470_MetadataUsageId; extern RuntimeClass* U3CU3Ec__Iterator0_t1104488729_il2cpp_TypeInfo_var; extern const uint32_t AnimationTrack_get_outputs_m663271704_MetadataUsageId; extern const uint32_t AnimationTrack_ResetOffsets_m90136844_MetadataUsageId; extern const uint32_t AnimationTrack_CreateClip_m1374867604_MetadataUsageId; extern RuntimeClass* AnimationClip_t2318505987_il2cpp_TypeInfo_var; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* AnimationTrack_OnCreateClipFromAsset_m479967345_RuntimeMethod_var; extern const RuntimeMethod* ScriptableObject_CreateInstance_TisAnimationPlayableAsset_t734882934_m2448340497_RuntimeMethod_var; extern String_t* _stringLiteral2752106581; extern const uint32_t AnimationTrack_OnCreateClipFromAsset_m479967345_MetadataUsageId; extern RuntimeClass* PlayableAsset_t3219022681_il2cpp_TypeInfo_var; extern RuntimeClass* AnimationPlayableAsset_t734882934_il2cpp_TypeInfo_var; extern RuntimeClass* RuntimeClip_t583365242_il2cpp_TypeInfo_var; extern const RuntimeMethod* IntervalTree_1_Add_m1830430856_RuntimeMethod_var; extern const RuntimeMethod* PlayableGraph_Connect_TisPlayable_t459825607_TisAnimationMixerPlayable_t821371386_m1191878195_RuntimeMethod_var; extern const RuntimeMethod* PlayableExtensions_SetInputWeight_TisAnimationMixerPlayable_t821371386_m29886304_RuntimeMethod_var; extern const uint32_t AnimationTrack_CompileTrackPlayable_m2349174326_MetadataUsageId; extern RuntimeClass* List_1_t1049836974_il2cpp_TypeInfo_var; extern RuntimeClass* AnimationTrack_t3872729528_il2cpp_TypeInfo_var; extern const RuntimeMethod* AnimationTrack_OnCreatePlayableGraph_m1275993475_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m1116117602_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1539498206_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m3162929845_RuntimeMethod_var; extern const RuntimeMethod* PlayableGraph_Connect_TisAnimationLayerMixerPlayable_t3631223897_TisAnimationMotionXToDeltaPlayable_t272231551_m1374349044_RuntimeMethod_var; extern const RuntimeMethod* PlayableExtensions_SetInputWeight_TisAnimationMotionXToDeltaPlayable_t272231551_m1425059648_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m2856131265_RuntimeMethod_var; extern const RuntimeMethod* PlayableGraph_Connect_TisPlayable_t459825607_TisAnimationLayerMixerPlayable_t3631223897_m672732989_RuntimeMethod_var; extern const RuntimeMethod* PlayableExtensions_SetInputWeight_TisAnimationLayerMixerPlayable_t3631223897_m3256864831_RuntimeMethod_var; extern String_t* _stringLiteral2131047753; extern const uint32_t AnimationTrack_OnCreatePlayableGraph_m1275993475_MetadataUsageId; extern const uint32_t AnimationTrack_CreateGroupMixer_m3327962893_MetadataUsageId; extern RuntimeClass* InfiniteRuntimeClip_t156380358_il2cpp_TypeInfo_var; extern const uint32_t AnimationTrack_CreateInfiniteTrackPlayable_m1185161428_MetadataUsageId; extern const RuntimeMethod* PlayableGraph_Connect_TisPlayable_t459825607_TisAnimationOffsetPlayable_t2887420414_m2862179289_RuntimeMethod_var; extern const uint32_t AnimationTrack_ApplyTrackOffset_m2813363618_MetadataUsageId; extern RuntimeClass* TimelineClip_t2478225950_il2cpp_TypeInfo_var; extern const uint32_t AnimationTrack_GetEvaluationTime_m2558483449_MetadataUsageId; extern const uint32_t AnimationTrack_GetSequenceTime_m8282664_MetadataUsageId; extern const RuntimeMethod* AnimationTrack_AssignAnimationClip_m2928683343_RuntimeMethod_var; extern const uint32_t AnimationTrack_AssignAnimationClip_m2928683343_MetadataUsageId; extern const uint32_t U3CU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m549537092_MetadataUsageId; extern const RuntimeMethod* U3CU3Ec__Iterator0_Reset_m1230187605_RuntimeMethod_var; extern const uint32_t U3CU3Ec__Iterator0_Reset_m1230187605_MetadataUsageId; extern const uint32_t U3CU3Ec__Iterator0_System_Collections_Generic_IEnumerableU3CUnityEngine_Playables_PlayableBindingU3E_GetEnumerator_m518642818_MetadataUsageId; extern const uint32_t AudioPlayableAsset_get_duration_m1116545834_MetadataUsageId; extern RuntimeClass* U3CU3Ec__Iterator0_t2611944586_il2cpp_TypeInfo_var; extern const uint32_t AudioPlayableAsset_get_outputs_m2202594348_MetadataUsageId; extern const uint32_t AudioPlayableAsset_CreatePlayable_m1248972059_MetadataUsageId; extern String_t* _stringLiteral3111126274; extern const uint32_t U3CU3Ec__Iterator0_MoveNext_m3332132791_MetadataUsageId; extern const uint32_t U3CU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m909331859_MetadataUsageId; extern const RuntimeMethod* U3CU3Ec__Iterator0_Reset_m4284855959_RuntimeMethod_var; extern const uint32_t U3CU3Ec__Iterator0_Reset_m4284855959_MetadataUsageId; extern const uint32_t U3CU3Ec__Iterator0_System_Collections_Generic_IEnumerableU3CUnityEngine_Playables_PlayableBindingU3E_GetEnumerator_m3296246556_MetadataUsageId; extern const uint32_t AudioTrack__ctor_m2863160926_MetadataUsageId; extern RuntimeClass* AudioPlayableAsset_t2575444864_il2cpp_TypeInfo_var; extern const uint32_t AudioTrack_CreateClip_m3044959710_MetadataUsageId; extern RuntimeClass* ScheduleRuntimeClip_t283756268_il2cpp_TypeInfo_var; extern const RuntimeMethod* PlayableGraph_Connect_TisPlayable_t459825607_TisAudioMixerPlayable_t3520548497_m3619512282_RuntimeMethod_var; extern const RuntimeMethod* PlayableExtensions_SetSpeed_TisPlayable_t459825607_m2173874183_RuntimeMethod_var; extern const RuntimeMethod* PlayableExtensions_SetDuration_TisPlayable_t459825607_m2296716414_RuntimeMethod_var; extern const RuntimeMethod* PlayableExtensions_SetInputWeight_TisAudioMixerPlayable_t3520548497_TisPlayable_t459825607_m4013722037_RuntimeMethod_var; extern const uint32_t AudioTrack_OnCreatePlayableGraph_m2007718089_MetadataUsageId; extern RuntimeClass* AudioClip_t3680889665_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScriptableObject_CreateInstance_TisAudioPlayableAsset_t2575444864_m1470152646_RuntimeMethod_var; extern const uint32_t AudioTrack_OnCreateClipFromAsset_m218960505_MetadataUsageId; extern RuntimeClass* U3CU3Ec__Iterator0_t717920108_il2cpp_TypeInfo_var; extern const uint32_t AudioTrack_get_outputs_m1044477524_MetadataUsageId; extern const RuntimeType* AudioSource_t3935305588_0_0_0_var; extern const uint32_t U3CU3Ec__Iterator0_MoveNext_m605279005_MetadataUsageId; extern const uint32_t U3CU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m656278322_MetadataUsageId; extern const RuntimeMethod* U3CU3Ec__Iterator0_Reset_m2237894179_RuntimeMethod_var; extern const uint32_t U3CU3Ec__Iterator0_Reset_m2237894179_MetadataUsageId; extern const uint32_t U3CU3Ec__Iterator0_System_Collections_Generic_IEnumerableU3CUnityEngine_Playables_PlayableBindingU3E_GetEnumerator_m1964649289_MetadataUsageId; extern const uint32_t BasicPlayableBehaviour_get_duration_m4266100315_MetadataUsageId; extern const uint32_t BasicPlayableBehaviour_get_outputs_m2227412264_MetadataUsageId; extern RuntimeClass* ScriptPlayable_1_t3515925822_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScriptPlayable_1_Create_m1025639394_RuntimeMethod_var; extern const RuntimeMethod* ScriptPlayable_1_op_Implicit_m1064627085_RuntimeMethod_var; extern const uint32_t BasicPlayableBehaviour_CreatePlayable_m4026535688_MetadataUsageId; extern const uint32_t ControlPlayableAsset__ctor_m1530715433_MetadataUsageId; extern RuntimeClass* ControlPlayableAsset_t3597738600_il2cpp_TypeInfo_var; extern const uint32_t ControlPlayableAsset_OnEnable_m3712210428_MetadataUsageId; extern RuntimeClass* List_1_t1931900349_il2cpp_TypeInfo_var; extern RuntimeClass* ScriptPlayable_1_t797170280_il2cpp_TypeInfo_var; extern RuntimeClass* Debug_t3317548046_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1612734956_RuntimeMethod_var; extern const RuntimeMethod* ExposedReference_1_Resolve_m3570879846_RuntimeMethod_var; extern const RuntimeMethod* ScriptPlayable_1_GetBehaviour_m2980749371_RuntimeMethod_var; extern const RuntimeMethod* ScriptPlayable_1_op_Implicit_m841777095_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2961172208_RuntimeMethod_var; extern const RuntimeMethod* ControlPlayableAsset_GetComponent_TisPlayableDirector_t508516997_m3608646378_RuntimeMethod_var; extern String_t* _stringLiteral2840314262; extern String_t* _stringLiteral2305747045; extern const uint32_t ControlPlayableAsset_CreatePlayable_m1478069196_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2137150812_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m4084064453_RuntimeMethod_var; extern const RuntimeMethod* PlayableExtensions_SetPropagateSetTime_TisPlayable_t459825607_m1241751742_RuntimeMethod_var; extern const uint32_t ControlPlayableAsset_ConnectPlayablesToMixer_m542077431_MetadataUsageId; extern const RuntimeMethod* PlayableExtensions_IsValid_TisScriptPlayable_1_t2459628456_m3331950749_RuntimeMethod_var; extern const RuntimeMethod* ScriptPlayable_1_op_Implicit_m952997940_RuntimeMethod_var; extern const uint32_t ControlPlayableAsset_CreateActivationPlayable_m644570309_MetadataUsageId; extern RuntimeClass* IEnumerable_1_t780632170_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t2233349749_il2cpp_TypeInfo_var; extern RuntimeClass* ScriptPlayable_1_t958762232_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScriptPlayable_1_op_Implicit_m860123777_RuntimeMethod_var; extern const uint32_t ControlPlayableAsset_SearchHiearchyAndConnectParticleSystem_m1555866686_MetadataUsageId; extern RuntimeClass* IEnumerable_1_t3783337182_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t941087465_il2cpp_TypeInfo_var; extern RuntimeClass* ScriptPlayable_1_t380861505_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScriptPlayable_1_op_Implicit_m1854647390_RuntimeMethod_var; extern const uint32_t ControlPlayableAsset_SearchHierarchyAndConnectDirector_m2071796856_MetadataUsageId; extern RuntimeClass* IEnumerable_1_t2942335418_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t100085701_il2cpp_TypeInfo_var; extern RuntimeClass* ITimeControl_t1934324661_il2cpp_TypeInfo_var; extern RuntimeClass* ScriptPlayable_1_t3043878418_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScriptPlayable_1_op_Implicit_m1449068779_RuntimeMethod_var; extern const uint32_t ControlPlayableAsset_SearchHierarchyAndConnectControlableScripts_m4262402413_MetadataUsageId; extern const RuntimeMethod* PlayableGraph_Connect_TisPlayable_t459825607_TisPlayable_t459825607_m3864861759_RuntimeMethod_var; extern const RuntimeMethod* PlayableExtensions_SetInputWeight_TisPlayable_t459825607_TisPlayable_t459825607_m3068973416_RuntimeMethod_var; extern const uint32_t ControlPlayableAsset_ConnectMixerAndPlayable_m659985989_MetadataUsageId; extern RuntimeClass* U3CGetControlableScriptsU3Ec__Iterator0_t3018919025_il2cpp_TypeInfo_var; extern const uint32_t ControlPlayableAsset_GetControlableScripts_m1357203616_MetadataUsageId; extern RuntimeClass* ICollection_1_t3336669231_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_1_t333964219_il2cpp_TypeInfo_var; extern RuntimeClass* IList_1_t2323836780_il2cpp_TypeInfo_var; extern RuntimeClass* IList_1_t3616099064_il2cpp_TypeInfo_var; extern const uint32_t ControlPlayableAsset_UpdateDurationAndLoopFlag_m3015329225_MetadataUsageId; extern RuntimeClass* List_1_t3272854023_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2678468947_RuntimeMethod_var; extern const RuntimeMethod* ControlPlayableAsset_GetComponent_TisParticleSystem_t1800779281_m3621599467_RuntimeMethod_var; extern const uint32_t ControlPlayableAsset_GetParticleSystemRoots_m2167613214_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisParticleSystem_t1800779281_m3704279744_RuntimeMethod_var; extern const uint32_t ControlPlayableAsset_GetParticleSystemRoots_m4171643516_MetadataUsageId; extern RuntimeClass* IPropertyPreview_t1613145793_il2cpp_TypeInfo_var; extern RuntimeClass* TimelineAsset_t3776684190_il2cpp_TypeInfo_var; extern const RuntimeMethod* HashSet_1_Contains_m1937561979_RuntimeMethod_var; extern const RuntimeMethod* HashSet_1_Add_m101423346_RuntimeMethod_var; extern const RuntimeMethod* IPropertyCollector_AddFromName_TisParticleSystem_t1800779281_m1491210103_RuntimeMethod_var; extern const RuntimeMethod* HashSet_1_Remove_m1346172146_RuntimeMethod_var; extern String_t* _stringLiteral2238124592; extern String_t* _stringLiteral155482378; extern const uint32_t ControlPlayableAsset_GatherProperties_m1938609118_MetadataUsageId; extern RuntimeClass* HashSet_1_t3368433767_il2cpp_TypeInfo_var; extern const RuntimeMethod* HashSet_1__ctor_m1749033842_RuntimeMethod_var; extern const uint32_t ControlPlayableAsset__cctor_m4240848776_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponentsInChildren_TisMonoBehaviour_t3962482529_m236423023_RuntimeMethod_var; extern const uint32_t U3CGetControlableScriptsU3Ec__Iterator0_MoveNext_m2314078410_MetadataUsageId; extern const RuntimeMethod* U3CGetControlableScriptsU3Ec__Iterator0_Reset_m3006032150_RuntimeMethod_var; extern const uint32_t U3CGetControlableScriptsU3Ec__Iterator0_Reset_m3006032150_MetadataUsageId; extern const uint32_t U3CGetControlableScriptsU3Ec__Iterator0_System_Collections_Generic_IEnumerableU3CUnityEngine_MonoBehaviourU3E_GetEnumerator_m729331728_MetadataUsageId; extern const uint32_t ControlTrack__ctor_m2308511996_MetadataUsageId; extern const RuntimeMethod* ScriptPlayable_1_get_Null_m3912762505_RuntimeMethod_var; extern const RuntimeMethod* ScriptPlayable_1_Create_m3844691278_RuntimeMethod_var; extern const RuntimeMethod* ScriptPlayable_1_GetBehaviour_m3389844462_RuntimeMethod_var; extern const uint32_t DirectorControlPlayable_Create_m949108631_MetadataUsageId; extern const uint32_t DirectorControlPlayable_ProcessFrame_m1218181689_MetadataUsageId; extern const RuntimeMethod* PlayableExtensions_GetTime_TisPlayable_t459825607_m380089799_RuntimeMethod_var; extern const uint32_t DirectorControlPlayable_DetectOutOfSync_m1361157949_MetadataUsageId; extern const uint32_t DirectorControlPlayable_UpdateTime_m3940941373_MetadataUsageId; extern RuntimeClass* DiscreteTime_t924799574_il2cpp_TypeInfo_var; extern const uint32_t DiscreteTime__ctor_m1202110866_MetadataUsageId; extern const uint32_t DiscreteTime__ctor_m4035879710_MetadataUsageId; extern const uint32_t DiscreteTime_CompareTo_m1787608144_MetadataUsageId; extern const uint32_t DiscreteTime_Equals_m1847484646_MetadataUsageId; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* DiscreteTime_DoubleToDiscreteTime_m1059541406_RuntimeMethod_var; extern String_t* _stringLiteral3618488790; extern const uint32_t DiscreteTime_DoubleToDiscreteTime_m1059541406_MetadataUsageId; extern const uint32_t DiscreteTime_IntToDiscreteTime_m1105563465_MetadataUsageId; extern const uint32_t DiscreteTime_op_Explicit_m2877026304_MetadataUsageId; extern const uint32_t DiscreteTime_GetNearestTick_m1763590640_MetadataUsageId; extern const uint32_t DiscreteTime__cctor_m2643105098_MetadataUsageId; extern RuntimeClass* Extrapolation_t625958692_il2cpp_TypeInfo_var; extern RuntimeClass* TimeUtility_t877350212_il2cpp_TypeInfo_var; extern const uint32_t Extrapolation_CalculateExtrapolationTimes_m147705176_MetadataUsageId; extern RuntimeClass* TimelineClipU5BU5D_t140784555_il2cpp_TypeInfo_var; extern RuntimeClass* Comparison_1_t2253157129_il2cpp_TypeInfo_var; extern const RuntimeMethod* Extrapolation_U3CSortClipsByStartTimeU3Em__0_m112257883_RuntimeMethod_var; extern const RuntimeMethod* Comparison_1__ctor_m3875585556_RuntimeMethod_var; extern const RuntimeMethod* Array_Sort_TisTimelineClip_t2478225950_m30030065_RuntimeMethod_var; extern const uint32_t Extrapolation_SortClipsByStartTime_m195956722_MetadataUsageId; extern const uint32_t Extrapolation__cctor_m3894897802_MetadataUsageId; extern const uint32_t GroupTrack__ctor_m3787348977_MetadataUsageId; extern const uint32_t GroupTrack_get_outputs_m3004795857_MetadataUsageId; extern const uint32_t InfiniteRuntimeClip__cctor_m2927536853_MetadataUsageId; extern const uint32_t MatchTargetFieldConstants__cctor_m2349132441_MetadataUsageId; extern const RuntimeMethod* ScriptPlayable_1_get_Null_m3562794059_RuntimeMethod_var; extern const RuntimeMethod* ScriptPlayable_1_Create_m3933836766_RuntimeMethod_var; extern const RuntimeMethod* ScriptPlayable_1_GetBehaviour_m651966494_RuntimeMethod_var; extern const uint32_t ParticleControlPlayable_Create_m1920387736_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponentsInChildren_TisParticleSystem_t1800779281_m2718673586_RuntimeMethod_var; extern const uint32_t ParticleControlPlayable_SetRandomSeed_m29153015_MetadataUsageId; extern const uint32_t PlayableTrack__ctor_m1788894554_MetadataUsageId; extern const RuntimeMethod* ScriptPlayable_1_get_Null_m238041829_RuntimeMethod_var; extern const RuntimeMethod* ScriptPlayable_1_Create_m3022978084_RuntimeMethod_var; extern const uint32_t PrefabControlPlayable_Create_m2697772204_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern const RuntimeMethod* PrefabControlPlayable_Initialize_m1947190791_RuntimeMethod_var; extern const RuntimeMethod* Object_Instantiate_TisGameObject_t1113636619_m3139856272_RuntimeMethod_var; extern String_t* _stringLiteral3577732009; extern String_t* _stringLiteral3899423547; extern String_t* _stringLiteral2393366971; extern const uint32_t PrefabControlPlayable_Initialize_m1947190791_MetadataUsageId; extern RuntimeClass* Transform_t3600365921_il2cpp_TypeInfo_var; extern const uint32_t PrefabControlPlayable_SetHideFlagsRecursive_m1839800294_MetadataUsageId; extern const RuntimeMethod* PlayableExtensions_Pause_TisPlayable_t459825607_m3507925749_RuntimeMethod_var; extern const uint32_t RuntimeClip_Create_m3545283781_MetadataUsageId; extern const uint32_t ScheduleRuntimeClip_Create_m301208686_MetadataUsageId; extern const RuntimeMethod* ScriptPlayable_1_get_Null_m102524262_RuntimeMethod_var; extern const RuntimeMethod* ScriptPlayable_1_Create_m983094299_RuntimeMethod_var; extern const RuntimeMethod* ScriptPlayable_1_GetBehaviour_m197419348_RuntimeMethod_var; extern const uint32_t TimeControlPlayable_Create_m2249336552_MetadataUsageId; extern RuntimeClass* EditorSettings_t2594721758_il2cpp_TypeInfo_var; extern const uint32_t TimelineAsset__ctor_m1184294228_MetadataUsageId; extern const uint32_t TimelineAsset_get_fixedDuration_m1164718941_MetadataUsageId; extern RuntimeClass* U3CU3Ec__Iterator0_t647330842_il2cpp_TypeInfo_var; extern const uint32_t TimelineAsset_get_outputs_m3619830843_MetadataUsageId; extern const uint32_t TimelineAsset_get_clipCaps_m3121249769_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m670821909_RuntimeMethod_var; extern const uint32_t TimelineAsset_get_rootTrackCount_m2676213319_MetadataUsageId; extern const uint32_t TimelineAsset_GetValidFramerate_m401293076_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2117350794_RuntimeMethod_var; extern const uint32_t TimelineAsset_GetRootTrack_m3548430429_MetadataUsageId; extern RuntimeClass* List_1_t5815691_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1760401364_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m172720400_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m131232563_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m243662143_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m737245902_RuntimeMethod_var; extern const uint32_t TimelineAsset_UpdateRootTrackCache_m1794710495_MetadataUsageId; extern const RuntimeMethod* List_1_ToArray_m271180531_RuntimeMethod_var; extern const uint32_t TimelineAsset_UpdateOutputTrackCache_m2071222090_MetadataUsageId; extern const RuntimeMethod* List_1_AddRange_m2968825271_RuntimeMethod_var; extern const uint32_t TimelineAsset_get_flattenedTracks_m2158123518_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m14691504_RuntimeMethod_var; extern const uint32_t TimelineAsset_AddTrackInternal_m2182574813_MetadataUsageId; extern const RuntimeMethod* List_1_Remove_m1365987965_RuntimeMethod_var; extern const uint32_t TimelineAsset_RemoveTrack_m3796282155_MetadataUsageId; extern RuntimeClass* ScriptPlayable_1_t677256978_il2cpp_TypeInfo_var; extern const RuntimeMethod* PlayableExtensions_IsValid_TisScriptPlayable_1_t677256978_m175133023_RuntimeMethod_var; extern const RuntimeMethod* ScriptPlayable_1_op_Implicit_m2082887121_RuntimeMethod_var; extern const uint32_t TimelineAsset_CreatePlayable_m2428041619_MetadataUsageId; extern RuntimeClass* List_1_t4000433264_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2557992406_RuntimeMethod_var; extern const uint32_t TimelineAsset___internalAwake_m1645604545_MetadataUsageId; extern const uint32_t TimelineAsset_GatherProperties_m2587669420_MetadataUsageId; extern const uint32_t TimelineAsset_CalculateDuration_m3495334605_MetadataUsageId; extern const uint32_t TimelineAsset_AddSubTracksRecursive_m2131241954_MetadataUsageId; extern const RuntimeType* TrackAsset_t2828708245_0_0_0_var; extern const RuntimeMethod* TimelineAsset_CreateTrack_m3613014025_RuntimeMethod_var; extern String_t* _stringLiteral2755310497; extern String_t* _stringLiteral1708016959; extern String_t* _stringLiteral1730134851; extern String_t* _stringLiteral3904808551; extern const uint32_t TimelineAsset_CreateTrack_m3613014025_MetadataUsageId; extern String_t* _stringLiteral668157708; extern String_t* _stringLiteral2481275581; extern String_t* _stringLiteral1946160343; extern const uint32_t TimelineAsset_DeleteClip_m667483469_MetadataUsageId; extern RuntimeClass* List_1_t3950300692_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1838529208_RuntimeMethod_var; extern const RuntimeMethod* List_1_GetEnumerator_m1541146912_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m177503435_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m404483435_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m2098144270_RuntimeMethod_var; extern String_t* _stringLiteral3236025321; extern const uint32_t TimelineAsset_DeleteTrack_m889006418_MetadataUsageId; extern const RuntimeMethod* TimelineAsset_AllocateTrack_m3224821873_RuntimeMethod_var; extern const uint32_t TimelineAsset_AllocateTrack_m3224821873_MetadataUsageId; extern const uint32_t TimelineAsset_DeleteRecordingClip_m472389590_MetadataUsageId; extern String_t* _stringLiteral3922536651; extern String_t* _stringLiteral1429326191; extern const uint32_t TimelineAsset_DeleteRecordedAnimation_m3074099515_MetadataUsageId; extern RuntimeClass* IEnumerable_1_t3629080894_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t786831177_il2cpp_TypeInfo_var; extern const uint32_t U3CU3Ec__Iterator0_MoveNext_m4116341861_MetadataUsageId; extern const uint32_t U3CU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m482724872_MetadataUsageId; extern const uint32_t U3CU3Ec__Iterator0_Dispose_m2628657601_MetadataUsageId; extern const RuntimeMethod* U3CU3Ec__Iterator0_Reset_m4024286348_RuntimeMethod_var; extern const uint32_t U3CU3Ec__Iterator0_Reset_m4024286348_MetadataUsageId; extern const uint32_t U3CU3Ec__Iterator0_System_Collections_Generic_IEnumerableU3CUnityEngine_Playables_PlayableBindingU3E_GetEnumerator_m2083195624_MetadataUsageId; extern const uint32_t EditorSettings__ctor_m850211863_MetadataUsageId; extern const uint32_t EditorSettings__cctor_m2972293804_MetadataUsageId; extern const uint32_t TimelineClip_get_timeScale_m2640515926_MetadataUsageId; extern const uint32_t TimelineClip_set_start_m1220781358_MetadataUsageId; extern const uint32_t TimelineClip_set_duration_m2777564453_MetadataUsageId; extern const uint32_t TimelineClip_set_parentTrack_m3071910793_MetadataUsageId; extern RuntimeClass* ITimelineClipAsset_t1699896379_il2cpp_TypeInfo_var; extern const uint32_t TimelineClip_get_clipCaps_m4082404166_MetadataUsageId; extern String_t* _stringLiteral1016927674; extern const uint32_t TimelineClip_SanitizeTimeValue_m3277355915_MetadataUsageId; extern const uint32_t TimelineClip_get_extrapolatedDuration_m847736206_MetadataUsageId; extern const uint32_t TimelineClip__cctor_m2729737064_MetadataUsageId; extern RuntimeClass* U3CGenerateUniqueActorNameU3Ec__AnonStorey0_t930638780_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t3353652646_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGenerateUniqueActorNameU3Ec__AnonStorey0_U3CU3Em__0_m2762209880_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m2287875301_RuntimeMethod_var; extern const RuntimeMethod* List_1_Exists_m1315379606_RuntimeMethod_var; extern const RuntimeMethod* U3CGenerateUniqueActorNameU3Ec__AnonStorey0_U3CU3Em__1_m110900882_RuntimeMethod_var; extern const uint32_t TimelineCreateUtilities_GenerateUniqueActorName_m1260587591_MetadataUsageId; extern const RuntimeType* SupportsChildTracksAttribute_t205780379_0_0_0_var; extern RuntimeClass* SupportsChildTracksAttribute_t205780379_il2cpp_TypeInfo_var; extern const uint32_t TimelineCreateUtilities_ValidateParentTrack_m3473089504_MetadataUsageId; extern const uint32_t U3CGenerateUniqueActorNameU3Ec__AnonStorey0_U3CU3Em__0_m2762209880_MetadataUsageId; extern const uint32_t U3CGenerateUniqueActorNameU3Ec__AnonStorey0_U3CU3Em__1_m110900882_MetadataUsageId; extern RuntimeClass* IntervalTree_1_t478208184_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t3540616959_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t2313598679_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3971549929_il2cpp_TypeInfo_var; extern const RuntimeMethod* IntervalTree_1__ctor_m3624395214_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m2760038709_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m3494412355_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m693181995_RuntimeMethod_var; extern const uint32_t TimelinePlayable__ctor_m297761254_MetadataUsageId; extern const RuntimeMethod* TimelinePlayable_Create_m4151441819_RuntimeMethod_var; extern const RuntimeMethod* ScriptPlayable_1_Create_m2219233639_RuntimeMethod_var; extern const RuntimeMethod* ScriptPlayable_1_GetBehaviour_m4052633680_RuntimeMethod_var; extern String_t* _stringLiteral3166244216; extern String_t* _stringLiteral1616750944; extern String_t* _stringLiteral3723470384; extern String_t* _stringLiteral3454777273; extern const uint32_t TimelinePlayable_Create_m4151441819_MetadataUsageId; extern const RuntimeMethod* TimelinePlayable_Compile_m1932334977_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m2485513349_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m3194296704_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m258272081_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m1368780670_RuntimeMethod_var; extern const uint32_t TimelinePlayable_Compile_m1932334977_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m846301722_RuntimeMethod_var; extern const uint32_t TimelinePlayable_CompileTrackList_m1659253858_MetadataUsageId; extern RuntimeClass* NotImplementedException_t3489357830_il2cpp_TypeInfo_var; extern const RuntimeMethod* TimelinePlayable_SetPlayableOutputParameters_TisAnimationPlayableOutput_t1918618239_m3255428879_RuntimeMethod_var; extern const RuntimeMethod* TimelinePlayable_SetPlayableOutputParameters_TisAudioPlayableOutput_t2664391219_m3345537526_RuntimeMethod_var; extern const RuntimeMethod* TimelinePlayable_SetPlayableOutputParameters_TisScriptPlayableOutput_t2715692609_m2040862312_RuntimeMethod_var; extern const RuntimeMethod* TimelinePlayable_CreateTrackOutput_m4251498941_RuntimeMethod_var; extern String_t* _stringLiteral2813690617; extern const uint32_t TimelinePlayable_CreateTrackOutput_m4251498941_MetadataUsageId; extern RuntimeClass* AnimationOutputWeightProcessor_t2670190175_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m1060631389_RuntimeMethod_var; extern const RuntimeMethod* PlayableOutputExtensions_SetWeight_TisAnimationPlayableOutput_t1918618239_m3969752380_RuntimeMethod_var; extern const uint32_t TimelinePlayable_EvaluateWeightsForAnimationPlayableOutput_m1460961583_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1429798632_RuntimeMethod_var; extern const RuntimeMethod* TimelinePlayable_CreateTrackPlayable_m784357176_RuntimeMethod_var; extern const RuntimeMethod* PlayableExtensions_SetInputCount_TisPlayable_t459825607_m456450616_RuntimeMethod_var; extern const RuntimeMethod* PlayableExtensions_SetInputWeight_TisPlayable_t459825607_m1744181960_RuntimeMethod_var; extern String_t* _stringLiteral2328036797; extern String_t* _stringLiteral3452614536; extern String_t* _stringLiteral1698749815; extern const uint32_t TimelinePlayable_CreateTrackPlayable_m784357176_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_set_Item_m3428181544_RuntimeMethod_var; extern const uint32_t TimelinePlayable_CacheTrack_m3978214922_MetadataUsageId; extern const uint32_t TimelineUndo_PushDestroyUndo_m3197283283_MetadataUsageId; extern const uint32_t TimeUtility__cctor_m3702894215_MetadataUsageId; extern const RuntimeMethod* List_1__ctor_m2368443235_RuntimeMethod_var; extern const uint32_t TrackAsset__ctor_m2775332295_MetadataUsageId; extern const uint32_t TrackAsset_get_start_m3996584829_MetadataUsageId; extern const uint32_t TrackAsset_get_end_m622040968_MetadataUsageId; extern const uint32_t TrackAsset_get_duration_m262936590_MetadataUsageId; extern const uint32_t TrackAsset_get_timelineAsset_m952776551_MetadataUsageId; extern const RuntimeMethod* List_1_ToArray_m2468230728_RuntimeMethod_var; extern const uint32_t TrackAsset_get_clips_m2358754088_MetadataUsageId; extern const uint32_t TrackAsset_get_hasClips_m128494122_MetadataUsageId; extern const uint32_t TrackAsset_get_isSubTrack_m3715737996_MetadataUsageId; extern RuntimeClass* U3CU3Ec__Iterator0_t3478306766_il2cpp_TypeInfo_var; extern const uint32_t TrackAsset_get_outputs_m264338513_MetadataUsageId; extern const uint32_t TrackAsset_OnBeforeSerialize_m1548406069_MetadataUsageId; extern const uint32_t TrackAsset_OnEnable_m1224036695_MetadataUsageId; extern const uint32_t TrackAsset_CreateTrackMixer_m2021194595_MetadataUsageId; extern const uint32_t TrackAsset_CreatePlayable_m3279698320_MetadataUsageId; extern const RuntimeType* TrackClipTypeAttribute_t4223207965_0_0_0_var; extern const RuntimeType* IPlayableAsset_t178020480_0_0_0_var; extern const RuntimeType* ScriptableObject_t2528358522_0_0_0_var; extern RuntimeClass* TrackClipTypeAttribute_t4223207965_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2033913745; extern const uint32_t TrackAsset_CreateDefaultClip_m2359160218_MetadataUsageId; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* TrackAsset_CreateAndAddNewClipOfType_m510218500_RuntimeMethod_var; extern String_t* _stringLiteral1980637738; extern const uint32_t TrackAsset_CreateAndAddNewClipOfType_m510218500_MetadataUsageId; extern const RuntimeMethod* List_1_Contains_m1755388944_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1062938201_RuntimeMethod_var; extern const uint32_t TrackAsset_AddClip_m2993624634_MetadataUsageId; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* TrackAsset_OnCreatePlayableGraph_m3263323835_RuntimeMethod_var; extern String_t* _stringLiteral1055291368; extern String_t* _stringLiteral419938653; extern String_t* _stringLiteral2074152029; extern const uint32_t TrackAsset_OnCreatePlayableGraph_m3263323835_MetadataUsageId; extern RuntimeClass* TimelineMarker_t2195886951_il2cpp_TypeInfo_var; extern RuntimeClass* ITimelineMarkerContainer_t2794047901_il2cpp_TypeInfo_var; extern const uint32_t TrackAsset_IsCompatibleWithItem_m901753037_MetadataUsageId; extern const RuntimeMethod* TrackAsset_U3CSortClipsU3Em__0_m1965905904_RuntimeMethod_var; extern const RuntimeMethod* List_1_Sort_m229265113_RuntimeMethod_var; extern const uint32_t TrackAsset_SortClips_m1651195948_MetadataUsageId; extern const uint32_t TrackAsset_ClearSubTracksInternal_m3165809349_MetadataUsageId; extern const uint32_t TrackAsset_SetClips_m156244224_MetadataUsageId; extern const RuntimeMethod* TrackAsset_CreateClipFromAsset_m902888511_RuntimeMethod_var; extern String_t* _stringLiteral3585361537; extern const uint32_t TrackAsset_CreateClipFromAsset_m902888511_MetadataUsageId; extern RuntimeClass* IPlayableAsset_t178020480_il2cpp_TypeInfo_var; extern const uint32_t TrackAsset_OnCreateClipFromAsset_m3239079695_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m470770357_RuntimeMethod_var; extern String_t* _stringLiteral3302425208; extern const uint32_t TrackAsset_CreateNewClipContainerInternal_m554625226_MetadataUsageId; extern const uint32_t TrackAsset_AddChild_m3411065212_MetadataUsageId; extern const RuntimeMethod* List_1_IndexOf_m2071086259_RuntimeMethod_var; extern const RuntimeMethod* List_1_Insert_m2445342916_RuntimeMethod_var; extern const uint32_t TrackAsset_AddChildAfter_m2902008793_MetadataUsageId; extern const uint32_t TrackAsset_RemoveSubTrack_m1258560654_MetadataUsageId; extern const RuntimeMethod* List_1_Remove_m2415766623_RuntimeMethod_var; extern const uint32_t TrackAsset_RemoveClip_m2325773430_MetadataUsageId; extern const uint32_t TrackAsset_GatherProperties_m2674271947_MetadataUsageId; extern RuntimeClass* Component_t1923634451_il2cpp_TypeInfo_var; extern const uint32_t TrackAsset_GetGameObjectBinding_m3674951243_MetadataUsageId; extern const uint32_t TrackAsset_ValidateClipType_m1367579039_MetadataUsageId; extern const uint32_t TrackAsset_UpdateDuration_m2610915061_MetadataUsageId; extern const RuntimeMethod* AnimationPlayableExtensions_SetAnimatedProperties_TisPlayable_t459825607_m905166881_RuntimeMethod_var; extern const uint32_t TrackAsset_CreatePlayable_m471326213_MetadataUsageId; extern const uint32_t TrackAsset_Invalidate_m1245695653_MetadataUsageId; extern const uint32_t TrackAsset_UpdateChildTrackCache_m4071295480_MetadataUsageId; extern RuntimeClass* ITimelineItem_t502543106_il2cpp_TypeInfo_var; extern const uint32_t TrackAsset_GetClipsHash_m3170770389_MetadataUsageId; extern const uint32_t TrackAsset_GetMarkerContainerHash_m2294069113_MetadataUsageId; extern const uint32_t TrackAsset_GetMarkerHash_m2707863190_MetadataUsageId; extern const uint32_t TrackAsset_GetMarkerDuration_m598691691_MetadataUsageId; extern const RuntimeType* TrackMediaType_t482867812_0_0_0_var; extern RuntimeClass* TrackMediaType_t482867812_il2cpp_TypeInfo_var; extern const uint32_t TrackAsset_GetMediaType_m3572077148_MetadataUsageId; extern RuntimeClass* TrackAssetU5BU5D_t52518008_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t907029268_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1889320036_RuntimeMethod_var; extern const uint32_t TrackAsset__cctor_m640338342_MetadataUsageId; extern const RuntimeType* TrackBindingTypeAttribute_t2757649500_0_0_0_var; extern RuntimeClass* TrackBindingTypeAttribute_t2757649500_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3533248385_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2506669456_RuntimeMethod_var; extern const uint32_t U3CU3Ec__Iterator0_MoveNext_m3897938971_MetadataUsageId; extern const uint32_t U3CU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m1625163368_MetadataUsageId; extern const RuntimeMethod* U3CU3Ec__Iterator0_Reset_m2184921250_RuntimeMethod_var; extern const uint32_t U3CU3Ec__Iterator0_Reset_m2184921250_MetadataUsageId; extern const uint32_t U3CU3Ec__Iterator0_System_Collections_Generic_IEnumerableU3CUnityEngine_Playables_PlayableBindingU3E_GetEnumerator_m2037203462_MetadataUsageId; struct Object_t631007953_marshaled_com; struct TimelineClipU5BU5D_t140784555; struct PlayableBindingU5BU5D_t829358056; struct MonoBehaviourU5BU5D_t2007329276; struct ParticleSystemU5BU5D_t3089334924; struct ObjectU5BU5D_t2843939325; struct TrackAssetU5BU5D_t52518008; struct TimelineMarkerU5BU5D_t2410759966; #ifndef U3CMODULEU3E_T692745559_H #define U3CMODULEU3E_T692745559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CModuleU3E_t692745559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CMODULEU3E_T692745559_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 TIMELINECLIPCAPSEXTENSIONS_T3963340085_H #define TIMELINECLIPCAPSEXTENSIONS_T3963340085_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Timeline.TimelineClipCapsExtensions struct TimelineClipCapsExtensions_t3963340085 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMELINECLIPCAPSEXTENSIONS_T3963340085_H #ifndef LIST_1_T1931900349_H #define LIST_1_T1931900349_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_t1931900349 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PlayableU5BU5D_t3229717310* ____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_t1931900349, ____items_1)); } inline PlayableU5BU5D_t3229717310* get__items_1() const { return ____items_1; } inline PlayableU5BU5D_t3229717310** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PlayableU5BU5D_t3229717310* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1931900349, ____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_t1931900349, ____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_t1931900349_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray PlayableU5BU5D_t3229717310* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1931900349_StaticFields, ___EmptyArray_4)); } inline PlayableU5BU5D_t3229717310* get_EmptyArray_4() const { return ___EmptyArray_4; } inline PlayableU5BU5D_t3229717310** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(PlayableU5BU5D_t3229717310* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1931900349_H #ifndef LIST_1_T4000433264_H #define LIST_1_T4000433264_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_t4000433264 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ScriptableObjectU5BU5D_t1351167071* ____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_t4000433264, ____items_1)); } inline ScriptableObjectU5BU5D_t1351167071* get__items_1() const { return ____items_1; } inline ScriptableObjectU5BU5D_t1351167071** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ScriptableObjectU5BU5D_t1351167071* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4000433264, ____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_t4000433264, ____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_t4000433264_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ScriptableObjectU5BU5D_t1351167071* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t4000433264_StaticFields, ___EmptyArray_4)); } inline ScriptableObjectU5BU5D_t1351167071* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ScriptableObjectU5BU5D_t1351167071** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ScriptableObjectU5BU5D_t1351167071* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T4000433264_H #ifndef LIST_1_T5815691_H #define LIST_1_T5815691_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_t5815691 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TrackAssetU5BU5D_t52518008* ____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_t5815691, ____items_1)); } inline TrackAssetU5BU5D_t52518008* get__items_1() const { return ____items_1; } inline TrackAssetU5BU5D_t52518008** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TrackAssetU5BU5D_t52518008* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t5815691, ____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_t5815691, ____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_t5815691_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray TrackAssetU5BU5D_t52518008* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t5815691_StaticFields, ___EmptyArray_4)); } inline TrackAssetU5BU5D_t52518008* get_EmptyArray_4() const { return ___EmptyArray_4; } inline TrackAssetU5BU5D_t52518008** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(TrackAssetU5BU5D_t52518008* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T5815691_H #ifndef TIMELINECREATEUTILITIES_T4099873628_H #define TIMELINECREATEUTILITIES_T4099873628_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Timeline.TimelineCreateUtilities struct TimelineCreateUtilities_t4099873628 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMELINECREATEUTILITIES_T4099873628_H #ifndef U3CGENERATEUNIQUEACTORNAMEU3EC__ANONSTOREY0_T930638780_H #define U3CGENERATEUNIQUEACTORNAMEU3EC__ANONSTOREY0_T930638780_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Timeline.TimelineCreateUtilities/c__AnonStorey0 struct U3CGenerateUniqueActorNameU3Ec__AnonStorey0_t930638780 : public RuntimeObject { public: // System.String UnityEngine.Timeline.TimelineCreateUtilities/c__AnonStorey0::prefix String_t* ___prefix_0; // System.String UnityEngine.Timeline.TimelineCreateUtilities/c__AnonStorey0::newName String_t* ___newName_1; public: inline static int32_t get_offset_of_prefix_0() { return static_cast(offsetof(U3CGenerateUniqueActorNameU3Ec__AnonStorey0_t930638780, ___prefix_0)); } inline String_t* get_prefix_0() const { return ___prefix_0; } inline String_t** get_address_of_prefix_0() { return &___prefix_0; } inline void set_prefix_0(String_t* value) { ___prefix_0 = value; Il2CppCodeGenWriteBarrier((&___prefix_0), value); } inline static int32_t get_offset_of_newName_1() { return static_cast(offsetof(U3CGenerateUniqueActorNameU3Ec__AnonStorey0_t930638780, ___newName_1)); } inline String_t* get_newName_1() const { return ___newName_1; } inline String_t** get_address_of_newName_1() { return &___newName_1; } inline void set_newName_1(String_t* value) { ___newName_1 = value; Il2CppCodeGenWriteBarrier((&___newName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGENERATEUNIQUEACTORNAMEU3EC__ANONSTOREY0_T930638780_H #ifndef TIMELINEMARKER_T2195886951_H #define TIMELINEMARKER_T2195886951_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Timeline.TimelineMarker struct TimelineMarker_t2195886951 : public RuntimeObject { public: // System.String UnityEngine.Timeline.TimelineMarker::m_Key String_t* ___m_Key_0; // System.Double UnityEngine.Timeline.TimelineMarker::m_Time double ___m_Time_1; public: inline static int32_t get_offset_of_m_Key_0() { return static_cast(offsetof(TimelineMarker_t2195886951, ___m_Key_0)); } inline String_t* get_m_Key_0() const { return ___m_Key_0; } inline String_t** get_address_of_m_Key_0() { return &___m_Key_0; } inline void set_m_Key_0(String_t* value) { ___m_Key_0 = value; Il2CppCodeGenWriteBarrier((&___m_Key_0), value); } inline static int32_t get_offset_of_m_Time_1() { return static_cast(offsetof(TimelineMarker_t2195886951, ___m_Time_1)); } inline double get_m_Time_1() const { return ___m_Time_1; } inline double* get_address_of_m_Time_1() { return &___m_Time_1; } inline void set_m_Time_1(double value) { ___m_Time_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMELINEMARKER_T2195886951_H #ifndef LIST_1_T3454752663_H #define LIST_1_T3454752663_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_t3454752663 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items WeightInfoU5BU5D_t1690221756* ____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_t3454752663, ____items_1)); } inline WeightInfoU5BU5D_t1690221756* get__items_1() const { return ____items_1; } inline WeightInfoU5BU5D_t1690221756** get_address_of__items_1() { return &____items_1; } inline void set__items_1(WeightInfoU5BU5D_t1690221756* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3454752663, ____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_t3454752663, ____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_t3454752663_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray WeightInfoU5BU5D_t1690221756* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3454752663_StaticFields, ___EmptyArray_4)); } inline WeightInfoU5BU5D_t1690221756* get_EmptyArray_4() const { return ___EmptyArray_4; } inline WeightInfoU5BU5D_t1690221756** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(WeightInfoU5BU5D_t1690221756* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3454752663_H #ifndef LIST_1_T3540616959_H #define LIST_1_T3540616959_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_t3540616959 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RuntimeElementU5BU5D_t2334202548* ____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_t3540616959, ____items_1)); } inline RuntimeElementU5BU5D_t2334202548* get__items_1() const { return ____items_1; } inline RuntimeElementU5BU5D_t2334202548** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RuntimeElementU5BU5D_t2334202548* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3540616959, ____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_t3540616959, ____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_t3540616959_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray RuntimeElementU5BU5D_t2334202548* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3540616959_StaticFields, ___EmptyArray_4)); } inline RuntimeElementU5BU5D_t2334202548* get_EmptyArray_4() const { return ___EmptyArray_4; } inline RuntimeElementU5BU5D_t2334202548** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(RuntimeElementU5BU5D_t2334202548* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3540616959_H #ifndef LIST_1_T2313598679_H #define LIST_1_T2313598679_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_t2313598679 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ITimelineEvaluateCallbackU5BU5D_t1267710076* ____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_t2313598679, ____items_1)); } inline ITimelineEvaluateCallbackU5BU5D_t1267710076* get__items_1() const { return ____items_1; } inline ITimelineEvaluateCallbackU5BU5D_t1267710076** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ITimelineEvaluateCallbackU5BU5D_t1267710076* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2313598679, ____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_t2313598679, ____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_t2313598679_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ITimelineEvaluateCallbackU5BU5D_t1267710076* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2313598679_StaticFields, ___EmptyArray_4)); } inline ITimelineEvaluateCallbackU5BU5D_t1267710076* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ITimelineEvaluateCallbackU5BU5D_t1267710076** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ITimelineEvaluateCallbackU5BU5D_t1267710076* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2313598679_H #ifndef EDITORSETTINGS_T2594721758_H #define EDITORSETTINGS_T2594721758_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Timeline.TimelineAsset/EditorSettings struct EditorSettings_t2594721758 : public RuntimeObject { public: // System.Single UnityEngine.Timeline.TimelineAsset/EditorSettings::m_Framerate float ___m_Framerate_3; public: inline static int32_t get_offset_of_m_Framerate_3() { return static_cast(offsetof(EditorSettings_t2594721758, ___m_Framerate_3)); } inline float get_m_Framerate_3() const { return ___m_Framerate_3; } inline float* get_address_of_m_Framerate_3() { return &___m_Framerate_3; } inline void set_m_Framerate_3(float value) { ___m_Framerate_3 = value; } }; struct EditorSettings_t2594721758_StaticFields { public: // System.Single UnityEngine.Timeline.TimelineAsset/EditorSettings::kMinFps float ___kMinFps_0; // System.Single UnityEngine.Timeline.TimelineAsset/EditorSettings::kMaxFps float ___kMaxFps_1; // System.Single UnityEngine.Timeline.TimelineAsset/EditorSettings::kDefaultFps float ___kDefaultFps_2; public: inline static int32_t get_offset_of_kMinFps_0() { return static_cast(offsetof(EditorSettings_t2594721758_StaticFields, ___kMinFps_0)); } inline float get_kMinFps_0() const { return ___kMinFps_0; } inline float* get_address_of_kMinFps_0() { return &___kMinFps_0; } inline void set_kMinFps_0(float value) { ___kMinFps_0 = value; } inline static int32_t get_offset_of_kMaxFps_1() { return static_cast(offsetof(EditorSettings_t2594721758_StaticFields, ___kMaxFps_1)); } inline float get_kMaxFps_1() const { return ___kMaxFps_1; } inline float* get_address_of_kMaxFps_1() { return &___kMaxFps_1; } inline void set_kMaxFps_1(float value) { ___kMaxFps_1 = value; } inline static int32_t get_offset_of_kDefaultFps_2() { return static_cast(offsetof(EditorSettings_t2594721758_StaticFields, ___kDefaultFps_2)); } inline float get_kDefaultFps_2() const { return ___kDefaultFps_2; } inline float* get_address_of_kDefaultFps_2() { return &___kDefaultFps_2; } inline void set_kDefaultFps_2(float value) { ___kDefaultFps_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EDITORSETTINGS_T2594721758_H #ifndef U3CGETCONTROLABLESCRIPTSU3EC__ITERATOR0_T3018919025_H #define U3CGETCONTROLABLESCRIPTSU3EC__ITERATOR0_T3018919025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Timeline.ControlPlayableAsset/c__Iterator0 struct U3CGetControlableScriptsU3Ec__Iterator0_t3018919025 : public RuntimeObject { public: // UnityEngine.GameObject UnityEngine.Timeline.ControlPlayableAsset/c__Iterator0::root GameObject_t1113636619 * ___root_0; // UnityEngine.MonoBehaviour[] UnityEngine.Timeline.ControlPlayableAsset/c__Iterator0::$locvar0 MonoBehaviourU5BU5D_t2007329276* ___U24locvar0_1; // System.Int32 UnityEngine.Timeline.ControlPlayableAsset/c__Iterator0::$locvar1 int32_t ___U24locvar1_2; // UnityEngine.MonoBehaviour UnityEngine.Timeline.ControlPlayableAsset/c__Iterator0::