using System; using Il2CppInterop.Common.Attributes; using Il2CppInterop.Runtime; using Il2CppSystem; using Il2CppSystem.Collections; namespace UnitySA.Utility { // Token: 0x020005FE RID: 1534 [Serializable] public class LerpCtrlBob : Object { // Token: 0x06009F10 RID: 40720 RVA: 0x0028B680 File Offset: 0x00289880 [CallerCount(0)] public unsafe float Offset() { IL2CPP.Il2CppObjectBaseToPtrNotNull(this); IntPtr* ptr = null; IntPtr intPtr2; IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(LerpCtrlBob.NativeMethodInfoPtr_Offset_Public_Single_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2); Il2CppException.RaiseExceptionIfNecessary(intPtr2); return *IL2CPP.il2cpp_object_unbox(intPtr); } // Token: 0x06009F11 RID: 40721 RVA: 0x0028B6D0 File Offset: 0x002898D0 [CallerCount(1)] [CachedScanResults(RefRangeStart = 640279, RefRangeEnd = 640280, XrefRangeStart = 640274, XrefRangeEnd = 640279, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)] public unsafe IEnumerator DoBobCycle() { IL2CPP.Il2CppObjectBaseToPtrNotNull(this); IntPtr* ptr = null; IntPtr intPtr2; IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(LerpCtrlBob.NativeMethodInfoPtr_DoBobCycle_Public_IEnumerator_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2); Il2CppException.RaiseExceptionIfNecessary(intPtr2); IntPtr intPtr3 = intPtr; return (intPtr3 != 0) ? new IEnumerator(intPtr3) : null; } // Token: 0x06009F12 RID: 40722 RVA: 0x0028B728 File Offset: 0x00289928 [CallerCount(1659)] [CachedScanResults(RefRangeStart = 7639, RefRangeEnd = 9298, XrefRangeStart = 7639, XrefRangeEnd = 9298, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)] public unsafe LerpCtrlBob() : this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore.NativeClassPtr)) { IntPtr* ptr = null; IntPtr intPtr2; IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(LerpCtrlBob.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2); Il2CppException.RaiseExceptionIfNecessary(intPtr2); } // Token: 0x06009F13 RID: 40723 RVA: 0x0028B774 File Offset: 0x00289974 // Note: this type is marked as 'beforefieldinit'. static LerpCtrlBob() { Il2CppClassPointerStore.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "UnitySA.Utility", "LerpCtrlBob"); IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore.NativeClassPtr); LerpCtrlBob.NativeFieldInfoPtr_BobDuration = IL2CPP.GetIl2CppField(Il2CppClassPointerStore.NativeClassPtr, "BobDuration"); LerpCtrlBob.NativeFieldInfoPtr_BobAmount = IL2CPP.GetIl2CppField(Il2CppClassPointerStore.NativeClassPtr, "BobAmount"); LerpCtrlBob.NativeFieldInfoPtr_m_Offset = IL2CPP.GetIl2CppField(Il2CppClassPointerStore.NativeClassPtr, "m_Offset"); LerpCtrlBob.NativeMethodInfoPtr_Offset_Public_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100675526); LerpCtrlBob.NativeMethodInfoPtr_DoBobCycle_Public_IEnumerator_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100675527); LerpCtrlBob.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100675528); } // Token: 0x06009F14 RID: 40724 RVA: 0x0000A74C File Offset: 0x0000894C public LerpCtrlBob(IntPtr pointer) : base(pointer) { } // Token: 0x170035FF RID: 13823 // (get) Token: 0x06009F15 RID: 40725 RVA: 0x0028B81C File Offset: 0x00289A1C // (set) Token: 0x06009F16 RID: 40726 RVA: 0x0028B844 File Offset: 0x00289A44 public unsafe float BobDuration { get { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(LerpCtrlBob.NativeFieldInfoPtr_BobDuration); return *intPtr; } set { *(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(LerpCtrlBob.NativeFieldInfoPtr_BobDuration)) = value; } } // Token: 0x17003600 RID: 13824 // (get) Token: 0x06009F17 RID: 40727 RVA: 0x0028B868 File Offset: 0x00289A68 // (set) Token: 0x06009F18 RID: 40728 RVA: 0x0028B890 File Offset: 0x00289A90 public unsafe float BobAmount { get { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(LerpCtrlBob.NativeFieldInfoPtr_BobAmount); return *intPtr; } set { *(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(LerpCtrlBob.NativeFieldInfoPtr_BobAmount)) = value; } } // Token: 0x17003601 RID: 13825 // (get) Token: 0x06009F19 RID: 40729 RVA: 0x0028B8B4 File Offset: 0x00289AB4 // (set) Token: 0x06009F1A RID: 40730 RVA: 0x0028B8DC File Offset: 0x00289ADC public unsafe float m_Offset { get { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(LerpCtrlBob.NativeFieldInfoPtr_m_Offset); return *intPtr; } set { *(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(LerpCtrlBob.NativeFieldInfoPtr_m_Offset)) = value; } } // Token: 0x04006A92 RID: 27282 private static readonly IntPtr NativeFieldInfoPtr_BobDuration; // Token: 0x04006A93 RID: 27283 private static readonly IntPtr NativeFieldInfoPtr_BobAmount; // Token: 0x04006A94 RID: 27284 private static readonly IntPtr NativeFieldInfoPtr_m_Offset; // Token: 0x04006A95 RID: 27285 private static readonly IntPtr NativeMethodInfoPtr_Offset_Public_Single_0; // Token: 0x04006A96 RID: 27286 private static readonly IntPtr NativeMethodInfoPtr_DoBobCycle_Public_IEnumerator_0; // Token: 0x04006A97 RID: 27287 private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0; // Token: 0x020005FF RID: 1535 [ObfuscatedName("UnitySA.Utility.LerpCtrlBob/d__4")] public sealed class _DoBobCycle_d__4 : Object { // Token: 0x06009F1B RID: 40731 RVA: 0x0028B900 File Offset: 0x00289B00 [CallerCount(327)] [CachedScanResults(RefRangeStart = 11898, RefRangeEnd = 12225, XrefRangeStart = 11898, XrefRangeEnd = 12225, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)] public unsafe _DoBobCycle_d__4(int <>1__state) : this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore.NativeClassPtr)) { checked { IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)]; *ptr = ref <>1__state; IntPtr intPtr2; IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(LerpCtrlBob._DoBobCycle_d__4.NativeMethodInfoPtr__ctor_Public_Void_Int32_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2); Il2CppException.RaiseExceptionIfNecessary(intPtr2); } } // Token: 0x06009F1C RID: 40732 RVA: 0x0028B960 File Offset: 0x00289B60 [CallerCount(5802)] [CachedScanResults(RefRangeStart = 24, RefRangeEnd = 5826, XrefRangeStart = 24, XrefRangeEnd = 5826, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)] public unsafe void System_IDisposable_Dispose() { IL2CPP.Il2CppObjectBaseToPtrNotNull(this); IntPtr* ptr = null; IntPtr intPtr2; IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(LerpCtrlBob._DoBobCycle_d__4.NativeMethodInfoPtr_System_IDisposable_Dispose_Private_Virtual_Final_New_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2); Il2CppException.RaiseExceptionIfNecessary(intPtr2); } // Token: 0x06009F1D RID: 40733 RVA: 0x0028B9A4 File Offset: 0x00289BA4 [CallerCount(0)] [CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 640261, XrefRangeEnd = 640269, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)] public unsafe bool MoveNext() { IL2CPP.Il2CppObjectBaseToPtrNotNull(this); IntPtr* ptr = null; IntPtr intPtr2; IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(LerpCtrlBob._DoBobCycle_d__4.NativeMethodInfoPtr_MoveNext_Private_Virtual_Final_New_Boolean_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2); Il2CppException.RaiseExceptionIfNecessary(intPtr2); return *IL2CPP.il2cpp_object_unbox(intPtr); } // Token: 0x17003606 RID: 13830 // (get) Token: 0x06009F1E RID: 40734 RVA: 0x0028B9F4 File Offset: 0x00289BF4 public unsafe Object Current { [CallerCount(10)] [CachedScanResults(RefRangeStart = 7455, RefRangeEnd = 7465, XrefRangeStart = 7455, XrefRangeEnd = 7465, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)] get { IL2CPP.Il2CppObjectBaseToPtrNotNull(this); IntPtr* ptr = null; IntPtr intPtr2; IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(LerpCtrlBob._DoBobCycle_d__4.NativeMethodInfoPtr_System_Collections_Generic_IEnumerator_System_Object__get_Current_Private_Virtual_Final_New_get_Object_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2); Il2CppException.RaiseExceptionIfNecessary(intPtr2); IntPtr intPtr3 = intPtr; return (intPtr3 != 0) ? new Object(intPtr3) : null; } } // Token: 0x06009F1F RID: 40735 RVA: 0x0028BA4C File Offset: 0x00289C4C [CallerCount(0)] [CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 640269, XrefRangeEnd = 640274, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)] public unsafe void System_Collections_IEnumerator_Reset() { IL2CPP.Il2CppObjectBaseToPtrNotNull(this); IntPtr* ptr = null; IntPtr intPtr2; IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(LerpCtrlBob._DoBobCycle_d__4.NativeMethodInfoPtr_System_Collections_IEnumerator_Reset_Private_Virtual_Final_New_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2); Il2CppException.RaiseExceptionIfNecessary(intPtr2); } // Token: 0x17003607 RID: 13831 // (get) Token: 0x06009F20 RID: 40736 RVA: 0x0028BA90 File Offset: 0x00289C90 public unsafe Object Current { [CallerCount(10)] [CachedScanResults(RefRangeStart = 7455, RefRangeEnd = 7465, XrefRangeStart = 7455, XrefRangeEnd = 7465, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)] get { IL2CPP.Il2CppObjectBaseToPtrNotNull(this); IntPtr* ptr = null; IntPtr intPtr2; IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(LerpCtrlBob._DoBobCycle_d__4.NativeMethodInfoPtr_System_Collections_IEnumerator_get_Current_Private_Virtual_Final_New_get_Object_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2); Il2CppException.RaiseExceptionIfNecessary(intPtr2); IntPtr intPtr3 = intPtr; return (intPtr3 != 0) ? new Object(intPtr3) : null; } } // Token: 0x06009F21 RID: 40737 RVA: 0x0028BAE8 File Offset: 0x00289CE8 // Note: this type is marked as 'beforefieldinit'. static _DoBobCycle_d__4() { Il2CppClassPointerStore.NativeClassPtr = IL2CPP.GetIl2CppNestedType(Il2CppClassPointerStore.NativeClassPtr, "d__4"); IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore.NativeClassPtr); LerpCtrlBob._DoBobCycle_d__4.NativeFieldInfoPtr___1__state = IL2CPP.GetIl2CppField(Il2CppClassPointerStore.NativeClassPtr, "<>1__state"); LerpCtrlBob._DoBobCycle_d__4.NativeFieldInfoPtr___2__current = IL2CPP.GetIl2CppField(Il2CppClassPointerStore.NativeClassPtr, "<>2__current"); LerpCtrlBob._DoBobCycle_d__4.NativeFieldInfoPtr___4__this = IL2CPP.GetIl2CppField(Il2CppClassPointerStore.NativeClassPtr, "<>4__this"); LerpCtrlBob._DoBobCycle_d__4.NativeFieldInfoPtr__t_5__2 = IL2CPP.GetIl2CppField(Il2CppClassPointerStore.NativeClassPtr, "5__2"); LerpCtrlBob._DoBobCycle_d__4.NativeMethodInfoPtr__ctor_Public_Void_Int32_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100675529); LerpCtrlBob._DoBobCycle_d__4.NativeMethodInfoPtr_System_IDisposable_Dispose_Private_Virtual_Final_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100675530); LerpCtrlBob._DoBobCycle_d__4.NativeMethodInfoPtr_MoveNext_Private_Virtual_Final_New_Boolean_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100675531); LerpCtrlBob._DoBobCycle_d__4.NativeMethodInfoPtr_System_Collections_Generic_IEnumerator_System_Object__get_Current_Private_Virtual_Final_New_get_Object_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100675532); LerpCtrlBob._DoBobCycle_d__4.NativeMethodInfoPtr_System_Collections_IEnumerator_Reset_Private_Virtual_Final_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100675533); LerpCtrlBob._DoBobCycle_d__4.NativeMethodInfoPtr_System_Collections_IEnumerator_get_Current_Private_Virtual_Final_New_get_Object_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100675534); } // Token: 0x06009F22 RID: 40738 RVA: 0x0000A74C File Offset: 0x0000894C public _DoBobCycle_d__4(IntPtr pointer) : base(pointer) { } // Token: 0x17003602 RID: 13826 // (get) Token: 0x06009F23 RID: 40739 RVA: 0x0028BBDC File Offset: 0x00289DDC // (set) Token: 0x06009F24 RID: 40740 RVA: 0x0028BC04 File Offset: 0x00289E04 public unsafe int __1__state { get { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(LerpCtrlBob._DoBobCycle_d__4.NativeFieldInfoPtr___1__state); return *intPtr; } set { *(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(LerpCtrlBob._DoBobCycle_d__4.NativeFieldInfoPtr___1__state)) = value; } } // Token: 0x17003603 RID: 13827 // (get) Token: 0x06009F25 RID: 40741 RVA: 0x0028BC28 File Offset: 0x00289E28 // (set) Token: 0x06009F26 RID: 40742 RVA: 0x0028BC5C File Offset: 0x00289E5C public unsafe Object __2__current { get { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(LerpCtrlBob._DoBobCycle_d__4.NativeFieldInfoPtr___2__current); IntPtr intPtr2 = *intPtr; return (intPtr2 != 0) ? new Object(intPtr2) : null; } set { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this); IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(LerpCtrlBob._DoBobCycle_d__4.NativeFieldInfoPtr___2__current), IL2CPP.Il2CppObjectBaseToPtr(value)); } } // Token: 0x17003604 RID: 13828 // (get) Token: 0x06009F27 RID: 40743 RVA: 0x0028BC84 File Offset: 0x00289E84 // (set) Token: 0x06009F28 RID: 40744 RVA: 0x0028BCB8 File Offset: 0x00289EB8 public unsafe LerpCtrlBob __4__this { get { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(LerpCtrlBob._DoBobCycle_d__4.NativeFieldInfoPtr___4__this); IntPtr intPtr2 = *intPtr; return (intPtr2 != 0) ? new LerpCtrlBob(intPtr2) : null; } set { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this); IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(LerpCtrlBob._DoBobCycle_d__4.NativeFieldInfoPtr___4__this), IL2CPP.Il2CppObjectBaseToPtr(value)); } } // Token: 0x17003605 RID: 13829 // (get) Token: 0x06009F29 RID: 40745 RVA: 0x0028BCE0 File Offset: 0x00289EE0 // (set) Token: 0x06009F2A RID: 40746 RVA: 0x0028BD08 File Offset: 0x00289F08 public unsafe float _t_5__2 { get { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(LerpCtrlBob._DoBobCycle_d__4.NativeFieldInfoPtr__t_5__2); return *intPtr; } set { *(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(LerpCtrlBob._DoBobCycle_d__4.NativeFieldInfoPtr__t_5__2)) = value; } } // Token: 0x04006A98 RID: 27288 private static readonly IntPtr NativeFieldInfoPtr___1__state; // Token: 0x04006A99 RID: 27289 private static readonly IntPtr NativeFieldInfoPtr___2__current; // Token: 0x04006A9A RID: 27290 private static readonly IntPtr NativeFieldInfoPtr___4__this; // Token: 0x04006A9B RID: 27291 private static readonly IntPtr NativeFieldInfoPtr__t_5__2; // Token: 0x04006A9C RID: 27292 private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_Int32_0; // Token: 0x04006A9D RID: 27293 private static readonly IntPtr NativeMethodInfoPtr_System_IDisposable_Dispose_Private_Virtual_Final_New_Void_0; // Token: 0x04006A9E RID: 27294 private static readonly IntPtr NativeMethodInfoPtr_MoveNext_Private_Virtual_Final_New_Boolean_0; // Token: 0x04006A9F RID: 27295 private static readonly IntPtr NativeMethodInfoPtr_System_Collections_Generic_IEnumerator_System_Object__get_Current_Private_Virtual_Final_New_get_Object_0; // Token: 0x04006AA0 RID: 27296 private static readonly IntPtr NativeMethodInfoPtr_System_Collections_IEnumerator_Reset_Private_Virtual_Final_New_Void_0; // Token: 0x04006AA1 RID: 27297 private static readonly IntPtr NativeMethodInfoPtr_System_Collections_IEnumerator_get_Current_Private_Virtual_Final_New_get_Object_0; } } }