Add v1.0.3.1
This commit is contained in:
353
Interop/Assembly-CSharp/UnitySA/Utility/LerpCtrlBob.cs
Normal file
353
Interop/Assembly-CSharp/UnitySA/Utility/LerpCtrlBob.cs
Normal file
@@ -0,0 +1,353 @@
|
||||
using System;
|
||||
using Il2CppInterop.Common.Attributes;
|
||||
using Il2CppInterop.Runtime;
|
||||
using Il2CppSystem;
|
||||
using Il2CppSystem.Collections;
|
||||
|
||||
namespace UnitySA.Utility
|
||||
{
|
||||
// Token: 0x020005F5 RID: 1525
|
||||
[Serializable]
|
||||
public class LerpCtrlBob : Object
|
||||
{
|
||||
// Token: 0x06009E60 RID: 40544 RVA: 0x00288A7C File Offset: 0x00286C7C
|
||||
[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: 0x06009E61 RID: 40545 RVA: 0x00288ACC File Offset: 0x00286CCC
|
||||
[CallerCount(1)]
|
||||
[CachedScanResults(RefRangeStart = 622569, RefRangeEnd = 622570, XrefRangeStart = 622564, XrefRangeEnd = 622569, 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: 0x06009E62 RID: 40546 RVA: 0x00288B24 File Offset: 0x00286D24
|
||||
[CallerCount(1642)]
|
||||
[CachedScanResults(RefRangeStart = 7417, RefRangeEnd = 9059, XrefRangeStart = 7417, XrefRangeEnd = 9059, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe LerpCtrlBob()
|
||||
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<LerpCtrlBob>.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: 0x06009E63 RID: 40547 RVA: 0x00288B70 File Offset: 0x00286D70
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
static LerpCtrlBob()
|
||||
{
|
||||
Il2CppClassPointerStore<LerpCtrlBob>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "UnitySA.Utility", "LerpCtrlBob");
|
||||
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<LerpCtrlBob>.NativeClassPtr);
|
||||
LerpCtrlBob.NativeFieldInfoPtr_BobDuration = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<LerpCtrlBob>.NativeClassPtr, "BobDuration");
|
||||
LerpCtrlBob.NativeFieldInfoPtr_BobAmount = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<LerpCtrlBob>.NativeClassPtr, "BobAmount");
|
||||
LerpCtrlBob.NativeFieldInfoPtr_m_Offset = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<LerpCtrlBob>.NativeClassPtr, "m_Offset");
|
||||
LerpCtrlBob.NativeMethodInfoPtr_Offset_Public_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<LerpCtrlBob>.NativeClassPtr, 100675476);
|
||||
LerpCtrlBob.NativeMethodInfoPtr_DoBobCycle_Public_IEnumerator_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<LerpCtrlBob>.NativeClassPtr, 100675477);
|
||||
LerpCtrlBob.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<LerpCtrlBob>.NativeClassPtr, 100675478);
|
||||
}
|
||||
|
||||
// Token: 0x06009E64 RID: 40548 RVA: 0x0000A688 File Offset: 0x00008888
|
||||
public LerpCtrlBob(IntPtr pointer)
|
||||
: base(pointer)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x170035CD RID: 13773
|
||||
// (get) Token: 0x06009E65 RID: 40549 RVA: 0x00288C18 File Offset: 0x00286E18
|
||||
// (set) Token: 0x06009E66 RID: 40550 RVA: 0x00288C40 File Offset: 0x00286E40
|
||||
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: 0x170035CE RID: 13774
|
||||
// (get) Token: 0x06009E67 RID: 40551 RVA: 0x00288C64 File Offset: 0x00286E64
|
||||
// (set) Token: 0x06009E68 RID: 40552 RVA: 0x00288C8C File Offset: 0x00286E8C
|
||||
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: 0x170035CF RID: 13775
|
||||
// (get) Token: 0x06009E69 RID: 40553 RVA: 0x00288CB0 File Offset: 0x00286EB0
|
||||
// (set) Token: 0x06009E6A RID: 40554 RVA: 0x00288CD8 File Offset: 0x00286ED8
|
||||
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: 0x04006A1E RID: 27166
|
||||
private static readonly IntPtr NativeFieldInfoPtr_BobDuration;
|
||||
|
||||
// Token: 0x04006A1F RID: 27167
|
||||
private static readonly IntPtr NativeFieldInfoPtr_BobAmount;
|
||||
|
||||
// Token: 0x04006A20 RID: 27168
|
||||
private static readonly IntPtr NativeFieldInfoPtr_m_Offset;
|
||||
|
||||
// Token: 0x04006A21 RID: 27169
|
||||
private static readonly IntPtr NativeMethodInfoPtr_Offset_Public_Single_0;
|
||||
|
||||
// Token: 0x04006A22 RID: 27170
|
||||
private static readonly IntPtr NativeMethodInfoPtr_DoBobCycle_Public_IEnumerator_0;
|
||||
|
||||
// Token: 0x04006A23 RID: 27171
|
||||
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
||||
|
||||
// Token: 0x020005F6 RID: 1526
|
||||
[ObfuscatedName("UnitySA.Utility.LerpCtrlBob/<DoBobCycle>d__4")]
|
||||
public sealed class _DoBobCycle_d__4 : Object
|
||||
{
|
||||
// Token: 0x06009E6B RID: 40555 RVA: 0x00288CFC File Offset: 0x00286EFC
|
||||
[CallerCount(323)]
|
||||
[CachedScanResults(RefRangeStart = 12254, RefRangeEnd = 12577, XrefRangeStart = 12254, XrefRangeEnd = 12577, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe _DoBobCycle_d__4(int <>1__state)
|
||||
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<LerpCtrlBob._DoBobCycle_d__4>.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: 0x06009E6C RID: 40556 RVA: 0x00288D5C File Offset: 0x00286F5C
|
||||
[CallerCount(5585)]
|
||||
[CachedScanResults(RefRangeStart = 24, RefRangeEnd = 5609, XrefRangeStart = 24, XrefRangeEnd = 5609, 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: 0x06009E6D RID: 40557 RVA: 0x00288DA0 File Offset: 0x00286FA0
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 622551, XrefRangeEnd = 622559, 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: 0x170035D4 RID: 13780
|
||||
// (get) Token: 0x06009E6E RID: 40558 RVA: 0x00288DF0 File Offset: 0x00286FF0
|
||||
public unsafe Object Current
|
||||
{
|
||||
[CallerCount(10)]
|
||||
[CachedScanResults(RefRangeStart = 7233, RefRangeEnd = 7243, XrefRangeStart = 7233, XrefRangeEnd = 7243, 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: 0x06009E6F RID: 40559 RVA: 0x00288E48 File Offset: 0x00287048
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 622559, XrefRangeEnd = 622564, 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: 0x170035D5 RID: 13781
|
||||
// (get) Token: 0x06009E70 RID: 40560 RVA: 0x00288E8C File Offset: 0x0028708C
|
||||
public unsafe Object Current
|
||||
{
|
||||
[CallerCount(10)]
|
||||
[CachedScanResults(RefRangeStart = 7233, RefRangeEnd = 7243, XrefRangeStart = 7233, XrefRangeEnd = 7243, 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: 0x06009E71 RID: 40561 RVA: 0x00288EE4 File Offset: 0x002870E4
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
static _DoBobCycle_d__4()
|
||||
{
|
||||
Il2CppClassPointerStore<LerpCtrlBob._DoBobCycle_d__4>.NativeClassPtr = IL2CPP.GetIl2CppNestedType(Il2CppClassPointerStore<LerpCtrlBob>.NativeClassPtr, "<DoBobCycle>d__4");
|
||||
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<LerpCtrlBob._DoBobCycle_d__4>.NativeClassPtr);
|
||||
LerpCtrlBob._DoBobCycle_d__4.NativeFieldInfoPtr___1__state = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<LerpCtrlBob._DoBobCycle_d__4>.NativeClassPtr, "<>1__state");
|
||||
LerpCtrlBob._DoBobCycle_d__4.NativeFieldInfoPtr___2__current = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<LerpCtrlBob._DoBobCycle_d__4>.NativeClassPtr, "<>2__current");
|
||||
LerpCtrlBob._DoBobCycle_d__4.NativeFieldInfoPtr___4__this = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<LerpCtrlBob._DoBobCycle_d__4>.NativeClassPtr, "<>4__this");
|
||||
LerpCtrlBob._DoBobCycle_d__4.NativeFieldInfoPtr__t_5__2 = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<LerpCtrlBob._DoBobCycle_d__4>.NativeClassPtr, "<t>5__2");
|
||||
LerpCtrlBob._DoBobCycle_d__4.NativeMethodInfoPtr__ctor_Public_Void_Int32_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<LerpCtrlBob._DoBobCycle_d__4>.NativeClassPtr, 100675479);
|
||||
LerpCtrlBob._DoBobCycle_d__4.NativeMethodInfoPtr_System_IDisposable_Dispose_Private_Virtual_Final_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<LerpCtrlBob._DoBobCycle_d__4>.NativeClassPtr, 100675480);
|
||||
LerpCtrlBob._DoBobCycle_d__4.NativeMethodInfoPtr_MoveNext_Private_Virtual_Final_New_Boolean_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<LerpCtrlBob._DoBobCycle_d__4>.NativeClassPtr, 100675481);
|
||||
LerpCtrlBob._DoBobCycle_d__4.NativeMethodInfoPtr_System_Collections_Generic_IEnumerator_System_Object__get_Current_Private_Virtual_Final_New_get_Object_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<LerpCtrlBob._DoBobCycle_d__4>.NativeClassPtr, 100675482);
|
||||
LerpCtrlBob._DoBobCycle_d__4.NativeMethodInfoPtr_System_Collections_IEnumerator_Reset_Private_Virtual_Final_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<LerpCtrlBob._DoBobCycle_d__4>.NativeClassPtr, 100675483);
|
||||
LerpCtrlBob._DoBobCycle_d__4.NativeMethodInfoPtr_System_Collections_IEnumerator_get_Current_Private_Virtual_Final_New_get_Object_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<LerpCtrlBob._DoBobCycle_d__4>.NativeClassPtr, 100675484);
|
||||
}
|
||||
|
||||
// Token: 0x06009E72 RID: 40562 RVA: 0x0000A688 File Offset: 0x00008888
|
||||
public _DoBobCycle_d__4(IntPtr pointer)
|
||||
: base(pointer)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x170035D0 RID: 13776
|
||||
// (get) Token: 0x06009E73 RID: 40563 RVA: 0x00288FD8 File Offset: 0x002871D8
|
||||
// (set) Token: 0x06009E74 RID: 40564 RVA: 0x00289000 File Offset: 0x00287200
|
||||
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: 0x170035D1 RID: 13777
|
||||
// (get) Token: 0x06009E75 RID: 40565 RVA: 0x00289024 File Offset: 0x00287224
|
||||
// (set) Token: 0x06009E76 RID: 40566 RVA: 0x00289058 File Offset: 0x00287258
|
||||
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: 0x170035D2 RID: 13778
|
||||
// (get) Token: 0x06009E77 RID: 40567 RVA: 0x00289080 File Offset: 0x00287280
|
||||
// (set) Token: 0x06009E78 RID: 40568 RVA: 0x002890B4 File Offset: 0x002872B4
|
||||
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: 0x170035D3 RID: 13779
|
||||
// (get) Token: 0x06009E79 RID: 40569 RVA: 0x002890DC File Offset: 0x002872DC
|
||||
// (set) Token: 0x06009E7A RID: 40570 RVA: 0x00289104 File Offset: 0x00287304
|
||||
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: 0x04006A24 RID: 27172
|
||||
private static readonly IntPtr NativeFieldInfoPtr___1__state;
|
||||
|
||||
// Token: 0x04006A25 RID: 27173
|
||||
private static readonly IntPtr NativeFieldInfoPtr___2__current;
|
||||
|
||||
// Token: 0x04006A26 RID: 27174
|
||||
private static readonly IntPtr NativeFieldInfoPtr___4__this;
|
||||
|
||||
// Token: 0x04006A27 RID: 27175
|
||||
private static readonly IntPtr NativeFieldInfoPtr__t_5__2;
|
||||
|
||||
// Token: 0x04006A28 RID: 27176
|
||||
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_Int32_0;
|
||||
|
||||
// Token: 0x04006A29 RID: 27177
|
||||
private static readonly IntPtr NativeMethodInfoPtr_System_IDisposable_Dispose_Private_Virtual_Final_New_Void_0;
|
||||
|
||||
// Token: 0x04006A2A RID: 27178
|
||||
private static readonly IntPtr NativeMethodInfoPtr_MoveNext_Private_Virtual_Final_New_Boolean_0;
|
||||
|
||||
// Token: 0x04006A2B RID: 27179
|
||||
private static readonly IntPtr NativeMethodInfoPtr_System_Collections_Generic_IEnumerator_System_Object__get_Current_Private_Virtual_Final_New_get_Object_0;
|
||||
|
||||
// Token: 0x04006A2C RID: 27180
|
||||
private static readonly IntPtr NativeMethodInfoPtr_System_Collections_IEnumerator_Reset_Private_Virtual_Final_New_Void_0;
|
||||
|
||||
// Token: 0x04006A2D RID: 27181
|
||||
private static readonly IntPtr NativeMethodInfoPtr_System_Collections_IEnumerator_get_Current_Private_Virtual_Final_New_get_Object_0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user