751 lines
35 KiB
C#
751 lines
35 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
using Il2CppSystem;
|
|
using Il2CppSystem.Collections;
|
|
using RootMotion.FinalIK;
|
|
using UnityEngine;
|
|
|
|
namespace RootMotion.Demos
|
|
{
|
|
// Token: 0x02000413 RID: 1043
|
|
public class MechSpiderLeg : MonoBehaviour
|
|
{
|
|
// Token: 0x17002B2A RID: 11050
|
|
// (get) Token: 0x06007EEB RID: 32491 RVA: 0x002076A8 File Offset: 0x002058A8
|
|
public unsafe bool isStepping
|
|
{
|
|
[CallerCount(0)]
|
|
get
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(MechSpiderLeg.NativeMethodInfoPtr_get_isStepping_Public_get_Boolean_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
return *IL2CPP.il2cpp_object_unbox(intPtr);
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002B2B RID: 11051
|
|
// (get) Token: 0x06007EEC RID: 32492 RVA: 0x002076F8 File Offset: 0x002058F8
|
|
// (set) Token: 0x06007EED RID: 32493 RVA: 0x00207748 File Offset: 0x00205948
|
|
public unsafe Vector3 position
|
|
{
|
|
[CallerCount(2)]
|
|
[CachedScanResults(RefRangeStart = 623876, RefRangeEnd = 623878, XrefRangeStart = 623876, XrefRangeEnd = 623876, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
get
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(MechSpiderLeg.NativeMethodInfoPtr_get_position_Public_get_Vector3_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
return *IL2CPP.il2cpp_object_unbox(intPtr);
|
|
}
|
|
[CallerCount(3)]
|
|
[CachedScanResults(RefRangeStart = 623878, RefRangeEnd = 623881, XrefRangeStart = 623878, XrefRangeEnd = 623878, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
set
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
checked
|
|
{
|
|
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = ref value;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(MechSpiderLeg.NativeMethodInfoPtr_set_position_Public_set_Void_Vector3_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06007EEE RID: 32494 RVA: 0x0020779C File Offset: 0x0020599C
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 623881, XrefRangeEnd = 623889, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe void Start()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(MechSpiderLeg.NativeMethodInfoPtr_Start_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06007EEF RID: 32495 RVA: 0x002077E0 File Offset: 0x002059E0
|
|
[CallerCount(2)]
|
|
[CachedScanResults(RefRangeStart = 623903, RefRangeEnd = 623905, XrefRangeStart = 623889, XrefRangeEnd = 623903, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe Vector3 GetStepTarget(out bool stepFound, float focus, float distance)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr;
|
|
checked
|
|
{
|
|
ptr = stackalloc IntPtr[unchecked((UIntPtr)3) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = &stepFound;
|
|
}
|
|
ptr[checked(unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = ref focus;
|
|
ptr[checked(unchecked((UIntPtr)2) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = ref distance;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(MechSpiderLeg.NativeMethodInfoPtr_GetStepTarget_Private_Vector3_byref_Boolean_Single_Single_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
return *IL2CPP.il2cpp_object_unbox(intPtr);
|
|
}
|
|
|
|
// Token: 0x06007EF0 RID: 32496 RVA: 0x0020786C File Offset: 0x00205A6C
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 623905, XrefRangeEnd = 623921, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe void Update()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(MechSpiderLeg.NativeMethodInfoPtr_Update_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06007EF1 RID: 32497 RVA: 0x002078B0 File Offset: 0x00205AB0
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 623921, XrefRangeEnd = 623926, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe IEnumerator Step(Vector3 stepStartPosition, Vector3 targetPosition)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr;
|
|
checked
|
|
{
|
|
ptr = stackalloc IntPtr[unchecked((UIntPtr)2) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = ref stepStartPosition;
|
|
}
|
|
ptr[checked(unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = ref targetPosition;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(MechSpiderLeg.NativeMethodInfoPtr_Step_Private_IEnumerator_Vector3_Vector3_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
IntPtr intPtr3 = intPtr;
|
|
return (intPtr3 != 0) ? new IEnumerator(intPtr3) : null;
|
|
}
|
|
|
|
// Token: 0x06007EF2 RID: 32498 RVA: 0x0020792C File Offset: 0x00205B2C
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 623926, XrefRangeEnd = 623927, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe MechSpiderLeg()
|
|
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr))
|
|
{
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(MechSpiderLeg.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06007EF3 RID: 32499 RVA: 0x00207978 File Offset: 0x00205B78
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static MechSpiderLeg()
|
|
{
|
|
Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "RootMotion.Demos", "MechSpiderLeg");
|
|
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr);
|
|
MechSpiderLeg.NativeFieldInfoPtr_mechSpider = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, "mechSpider");
|
|
MechSpiderLeg.NativeFieldInfoPtr_unSync = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, "unSync");
|
|
MechSpiderLeg.NativeFieldInfoPtr_offset = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, "offset");
|
|
MechSpiderLeg.NativeFieldInfoPtr_minDelay = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, "minDelay");
|
|
MechSpiderLeg.NativeFieldInfoPtr_maxOffset = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, "maxOffset");
|
|
MechSpiderLeg.NativeFieldInfoPtr_stepSpeed = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, "stepSpeed");
|
|
MechSpiderLeg.NativeFieldInfoPtr_footHeight = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, "footHeight");
|
|
MechSpiderLeg.NativeFieldInfoPtr_velocityPrediction = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, "velocityPrediction");
|
|
MechSpiderLeg.NativeFieldInfoPtr_raycastFocus = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, "raycastFocus");
|
|
MechSpiderLeg.NativeFieldInfoPtr_yOffset = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, "yOffset");
|
|
MechSpiderLeg.NativeFieldInfoPtr_sand = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, "sand");
|
|
MechSpiderLeg.NativeFieldInfoPtr_ik = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, "ik");
|
|
MechSpiderLeg.NativeFieldInfoPtr_stepProgress = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, "stepProgress");
|
|
MechSpiderLeg.NativeFieldInfoPtr_lastStepTime = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, "lastStepTime");
|
|
MechSpiderLeg.NativeFieldInfoPtr_defaultPosition = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, "defaultPosition");
|
|
MechSpiderLeg.NativeFieldInfoPtr_hit = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, "hit");
|
|
MechSpiderLeg.NativeMethodInfoPtr_get_isStepping_Public_get_Boolean_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, 100672980);
|
|
MechSpiderLeg.NativeMethodInfoPtr_get_position_Public_get_Vector3_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, 100672981);
|
|
MechSpiderLeg.NativeMethodInfoPtr_set_position_Public_set_Void_Vector3_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, 100672982);
|
|
MechSpiderLeg.NativeMethodInfoPtr_Start_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, 100672983);
|
|
MechSpiderLeg.NativeMethodInfoPtr_GetStepTarget_Private_Vector3_byref_Boolean_Single_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, 100672984);
|
|
MechSpiderLeg.NativeMethodInfoPtr_Update_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, 100672985);
|
|
MechSpiderLeg.NativeMethodInfoPtr_Step_Private_IEnumerator_Vector3_Vector3_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, 100672986);
|
|
MechSpiderLeg.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, 100672987);
|
|
}
|
|
|
|
// Token: 0x06007EF4 RID: 32500 RVA: 0x0000351C File Offset: 0x0000171C
|
|
public MechSpiderLeg(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x17002B1A RID: 11034
|
|
// (get) Token: 0x06007EF5 RID: 32501 RVA: 0x00207B88 File Offset: 0x00205D88
|
|
// (set) Token: 0x06007EF6 RID: 32502 RVA: 0x00207BBC File Offset: 0x00205DBC
|
|
public unsafe MechSpider mechSpider
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_mechSpider);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new MechSpider(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_mechSpider), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002B1B RID: 11035
|
|
// (get) Token: 0x06007EF7 RID: 32503 RVA: 0x00207BE4 File Offset: 0x00205DE4
|
|
// (set) Token: 0x06007EF8 RID: 32504 RVA: 0x00207C18 File Offset: 0x00205E18
|
|
public unsafe MechSpiderLeg unSync
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_unSync);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new MechSpiderLeg(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_unSync), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002B1C RID: 11036
|
|
// (get) Token: 0x06007EF9 RID: 32505 RVA: 0x00207C40 File Offset: 0x00205E40
|
|
// (set) Token: 0x06007EFA RID: 32506 RVA: 0x00207C68 File Offset: 0x00205E68
|
|
public unsafe Vector3 offset
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_offset);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_offset)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002B1D RID: 11037
|
|
// (get) Token: 0x06007EFB RID: 32507 RVA: 0x00207C8C File Offset: 0x00205E8C
|
|
// (set) Token: 0x06007EFC RID: 32508 RVA: 0x00207CB4 File Offset: 0x00205EB4
|
|
public unsafe float minDelay
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_minDelay);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_minDelay)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002B1E RID: 11038
|
|
// (get) Token: 0x06007EFD RID: 32509 RVA: 0x00207CD8 File Offset: 0x00205ED8
|
|
// (set) Token: 0x06007EFE RID: 32510 RVA: 0x00207D00 File Offset: 0x00205F00
|
|
public unsafe float maxOffset
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_maxOffset);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_maxOffset)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002B1F RID: 11039
|
|
// (get) Token: 0x06007EFF RID: 32511 RVA: 0x00207D24 File Offset: 0x00205F24
|
|
// (set) Token: 0x06007F00 RID: 32512 RVA: 0x00207D4C File Offset: 0x00205F4C
|
|
public unsafe float stepSpeed
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_stepSpeed);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_stepSpeed)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002B20 RID: 11040
|
|
// (get) Token: 0x06007F01 RID: 32513 RVA: 0x00207D70 File Offset: 0x00205F70
|
|
// (set) Token: 0x06007F02 RID: 32514 RVA: 0x00207D98 File Offset: 0x00205F98
|
|
public unsafe float footHeight
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_footHeight);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_footHeight)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002B21 RID: 11041
|
|
// (get) Token: 0x06007F03 RID: 32515 RVA: 0x00207DBC File Offset: 0x00205FBC
|
|
// (set) Token: 0x06007F04 RID: 32516 RVA: 0x00207DE4 File Offset: 0x00205FE4
|
|
public unsafe float velocityPrediction
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_velocityPrediction);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_velocityPrediction)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002B22 RID: 11042
|
|
// (get) Token: 0x06007F05 RID: 32517 RVA: 0x00207E08 File Offset: 0x00206008
|
|
// (set) Token: 0x06007F06 RID: 32518 RVA: 0x00207E30 File Offset: 0x00206030
|
|
public unsafe float raycastFocus
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_raycastFocus);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_raycastFocus)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002B23 RID: 11043
|
|
// (get) Token: 0x06007F07 RID: 32519 RVA: 0x00207E54 File Offset: 0x00206054
|
|
// (set) Token: 0x06007F08 RID: 32520 RVA: 0x00207E88 File Offset: 0x00206088
|
|
public unsafe AnimationCurve yOffset
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_yOffset);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new AnimationCurve(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_yOffset), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002B24 RID: 11044
|
|
// (get) Token: 0x06007F09 RID: 32521 RVA: 0x00207EB0 File Offset: 0x002060B0
|
|
// (set) Token: 0x06007F0A RID: 32522 RVA: 0x00207EE4 File Offset: 0x002060E4
|
|
public unsafe ParticleSystem sand
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_sand);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new ParticleSystem(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_sand), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002B25 RID: 11045
|
|
// (get) Token: 0x06007F0B RID: 32523 RVA: 0x00207F0C File Offset: 0x0020610C
|
|
// (set) Token: 0x06007F0C RID: 32524 RVA: 0x00207F40 File Offset: 0x00206140
|
|
public unsafe IK ik
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_ik);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new IK(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_ik), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002B26 RID: 11046
|
|
// (get) Token: 0x06007F0D RID: 32525 RVA: 0x00207F68 File Offset: 0x00206168
|
|
// (set) Token: 0x06007F0E RID: 32526 RVA: 0x00207F90 File Offset: 0x00206190
|
|
public unsafe float stepProgress
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_stepProgress);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_stepProgress)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002B27 RID: 11047
|
|
// (get) Token: 0x06007F0F RID: 32527 RVA: 0x00207FB4 File Offset: 0x002061B4
|
|
// (set) Token: 0x06007F10 RID: 32528 RVA: 0x00207FDC File Offset: 0x002061DC
|
|
public unsafe float lastStepTime
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_lastStepTime);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_lastStepTime)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002B28 RID: 11048
|
|
// (get) Token: 0x06007F11 RID: 32529 RVA: 0x00208000 File Offset: 0x00206200
|
|
// (set) Token: 0x06007F12 RID: 32530 RVA: 0x00208028 File Offset: 0x00206228
|
|
public unsafe Vector3 defaultPosition
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_defaultPosition);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_defaultPosition)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002B29 RID: 11049
|
|
// (get) Token: 0x06007F13 RID: 32531 RVA: 0x0020804C File Offset: 0x0020624C
|
|
// (set) Token: 0x06007F14 RID: 32532 RVA: 0x00208074 File Offset: 0x00206274
|
|
public unsafe RaycastHit hit
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_hit);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg.NativeFieldInfoPtr_hit)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x04005550 RID: 21840
|
|
private static readonly IntPtr NativeFieldInfoPtr_mechSpider;
|
|
|
|
// Token: 0x04005551 RID: 21841
|
|
private static readonly IntPtr NativeFieldInfoPtr_unSync;
|
|
|
|
// Token: 0x04005552 RID: 21842
|
|
private static readonly IntPtr NativeFieldInfoPtr_offset;
|
|
|
|
// Token: 0x04005553 RID: 21843
|
|
private static readonly IntPtr NativeFieldInfoPtr_minDelay;
|
|
|
|
// Token: 0x04005554 RID: 21844
|
|
private static readonly IntPtr NativeFieldInfoPtr_maxOffset;
|
|
|
|
// Token: 0x04005555 RID: 21845
|
|
private static readonly IntPtr NativeFieldInfoPtr_stepSpeed;
|
|
|
|
// Token: 0x04005556 RID: 21846
|
|
private static readonly IntPtr NativeFieldInfoPtr_footHeight;
|
|
|
|
// Token: 0x04005557 RID: 21847
|
|
private static readonly IntPtr NativeFieldInfoPtr_velocityPrediction;
|
|
|
|
// Token: 0x04005558 RID: 21848
|
|
private static readonly IntPtr NativeFieldInfoPtr_raycastFocus;
|
|
|
|
// Token: 0x04005559 RID: 21849
|
|
private static readonly IntPtr NativeFieldInfoPtr_yOffset;
|
|
|
|
// Token: 0x0400555A RID: 21850
|
|
private static readonly IntPtr NativeFieldInfoPtr_sand;
|
|
|
|
// Token: 0x0400555B RID: 21851
|
|
private static readonly IntPtr NativeFieldInfoPtr_ik;
|
|
|
|
// Token: 0x0400555C RID: 21852
|
|
private static readonly IntPtr NativeFieldInfoPtr_stepProgress;
|
|
|
|
// Token: 0x0400555D RID: 21853
|
|
private static readonly IntPtr NativeFieldInfoPtr_lastStepTime;
|
|
|
|
// Token: 0x0400555E RID: 21854
|
|
private static readonly IntPtr NativeFieldInfoPtr_defaultPosition;
|
|
|
|
// Token: 0x0400555F RID: 21855
|
|
private static readonly IntPtr NativeFieldInfoPtr_hit;
|
|
|
|
// Token: 0x04005560 RID: 21856
|
|
private static readonly IntPtr NativeMethodInfoPtr_get_isStepping_Public_get_Boolean_0;
|
|
|
|
// Token: 0x04005561 RID: 21857
|
|
private static readonly IntPtr NativeMethodInfoPtr_get_position_Public_get_Vector3_0;
|
|
|
|
// Token: 0x04005562 RID: 21858
|
|
private static readonly IntPtr NativeMethodInfoPtr_set_position_Public_set_Void_Vector3_0;
|
|
|
|
// Token: 0x04005563 RID: 21859
|
|
private static readonly IntPtr NativeMethodInfoPtr_Start_Private_Void_0;
|
|
|
|
// Token: 0x04005564 RID: 21860
|
|
private static readonly IntPtr NativeMethodInfoPtr_GetStepTarget_Private_Vector3_byref_Boolean_Single_Single_0;
|
|
|
|
// Token: 0x04005565 RID: 21861
|
|
private static readonly IntPtr NativeMethodInfoPtr_Update_Private_Void_0;
|
|
|
|
// Token: 0x04005566 RID: 21862
|
|
private static readonly IntPtr NativeMethodInfoPtr_Step_Private_IEnumerator_Vector3_Vector3_0;
|
|
|
|
// Token: 0x04005567 RID: 21863
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
|
|
// Token: 0x02000414 RID: 1044
|
|
[ObfuscatedName("RootMotion.Demos.MechSpiderLeg/<Step>d__24")]
|
|
public sealed class _Step_d__24 : Il2CppSystem.Object
|
|
{
|
|
// Token: 0x06007F15 RID: 32533 RVA: 0x00208098 File Offset: 0x00206298
|
|
[CallerCount(350)]
|
|
[CachedScanResults(RefRangeStart = 11975, RefRangeEnd = 12325, XrefRangeStart = 11975, XrefRangeEnd = 12325, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe _Step_d__24(int <>1__state)
|
|
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<MechSpiderLeg._Step_d__24>.NativeClassPtr))
|
|
{
|
|
checked
|
|
{
|
|
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = ref <>1__state;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(MechSpiderLeg._Step_d__24.NativeMethodInfoPtr__ctor_Public_Void_Int32_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06007F16 RID: 32534 RVA: 0x002080F8 File Offset: 0x002062F8
|
|
[CallerCount(5874)]
|
|
[CachedScanResults(RefRangeStart = 24, RefRangeEnd = 5898, XrefRangeStart = 24, XrefRangeEnd = 5898, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe void System_IDisposable_Dispose()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(MechSpiderLeg._Step_d__24.NativeMethodInfoPtr_System_IDisposable_Dispose_Private_Virtual_Final_New_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06007F17 RID: 32535 RVA: 0x0020813C File Offset: 0x0020633C
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 623848, XrefRangeEnd = 623871, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe bool MoveNext()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(MechSpiderLeg._Step_d__24.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: 0x17002B31 RID: 11057
|
|
// (get) Token: 0x06007F18 RID: 32536 RVA: 0x0020818C File Offset: 0x0020638C
|
|
public unsafe Il2CppSystem.Object Current
|
|
{
|
|
[CallerCount(10)]
|
|
[CachedScanResults(RefRangeStart = 7527, RefRangeEnd = 7537, XrefRangeStart = 7527, XrefRangeEnd = 7537, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
get
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(MechSpiderLeg._Step_d__24.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 Il2CppSystem.Object(intPtr3) : null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06007F19 RID: 32537 RVA: 0x002081E4 File Offset: 0x002063E4
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 623871, XrefRangeEnd = 623876, 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(MechSpiderLeg._Step_d__24.NativeMethodInfoPtr_System_Collections_IEnumerator_Reset_Private_Virtual_Final_New_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x17002B32 RID: 11058
|
|
// (get) Token: 0x06007F1A RID: 32538 RVA: 0x00208228 File Offset: 0x00206428
|
|
public unsafe Il2CppSystem.Object Current
|
|
{
|
|
[CallerCount(10)]
|
|
[CachedScanResults(RefRangeStart = 7527, RefRangeEnd = 7537, XrefRangeStart = 7527, XrefRangeEnd = 7537, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
get
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(MechSpiderLeg._Step_d__24.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 Il2CppSystem.Object(intPtr3) : null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06007F1B RID: 32539 RVA: 0x00208280 File Offset: 0x00206480
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static _Step_d__24()
|
|
{
|
|
Il2CppClassPointerStore<MechSpiderLeg._Step_d__24>.NativeClassPtr = IL2CPP.GetIl2CppNestedType(Il2CppClassPointerStore<MechSpiderLeg>.NativeClassPtr, "<Step>d__24");
|
|
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<MechSpiderLeg._Step_d__24>.NativeClassPtr);
|
|
MechSpiderLeg._Step_d__24.NativeFieldInfoPtr___1__state = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<MechSpiderLeg._Step_d__24>.NativeClassPtr, "<>1__state");
|
|
MechSpiderLeg._Step_d__24.NativeFieldInfoPtr___2__current = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<MechSpiderLeg._Step_d__24>.NativeClassPtr, "<>2__current");
|
|
MechSpiderLeg._Step_d__24.NativeFieldInfoPtr___4__this = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<MechSpiderLeg._Step_d__24>.NativeClassPtr, "<>4__this");
|
|
MechSpiderLeg._Step_d__24.NativeFieldInfoPtr_stepStartPosition = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<MechSpiderLeg._Step_d__24>.NativeClassPtr, "stepStartPosition");
|
|
MechSpiderLeg._Step_d__24.NativeFieldInfoPtr_targetPosition = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<MechSpiderLeg._Step_d__24>.NativeClassPtr, "targetPosition");
|
|
MechSpiderLeg._Step_d__24.NativeMethodInfoPtr__ctor_Public_Void_Int32_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<MechSpiderLeg._Step_d__24>.NativeClassPtr, 100672988);
|
|
MechSpiderLeg._Step_d__24.NativeMethodInfoPtr_System_IDisposable_Dispose_Private_Virtual_Final_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<MechSpiderLeg._Step_d__24>.NativeClassPtr, 100672989);
|
|
MechSpiderLeg._Step_d__24.NativeMethodInfoPtr_MoveNext_Private_Virtual_Final_New_Boolean_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<MechSpiderLeg._Step_d__24>.NativeClassPtr, 100672990);
|
|
MechSpiderLeg._Step_d__24.NativeMethodInfoPtr_System_Collections_Generic_IEnumerator_System_Object__get_Current_Private_Virtual_Final_New_get_Object_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<MechSpiderLeg._Step_d__24>.NativeClassPtr, 100672991);
|
|
MechSpiderLeg._Step_d__24.NativeMethodInfoPtr_System_Collections_IEnumerator_Reset_Private_Virtual_Final_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<MechSpiderLeg._Step_d__24>.NativeClassPtr, 100672992);
|
|
MechSpiderLeg._Step_d__24.NativeMethodInfoPtr_System_Collections_IEnumerator_get_Current_Private_Virtual_Final_New_get_Object_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<MechSpiderLeg._Step_d__24>.NativeClassPtr, 100672993);
|
|
}
|
|
|
|
// Token: 0x06007F1C RID: 32540 RVA: 0x0000A74C File Offset: 0x0000894C
|
|
public _Step_d__24(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x17002B2C RID: 11052
|
|
// (get) Token: 0x06007F1D RID: 32541 RVA: 0x00208388 File Offset: 0x00206588
|
|
// (set) Token: 0x06007F1E RID: 32542 RVA: 0x002083B0 File Offset: 0x002065B0
|
|
public unsafe int __1__state
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg._Step_d__24.NativeFieldInfoPtr___1__state);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg._Step_d__24.NativeFieldInfoPtr___1__state)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002B2D RID: 11053
|
|
// (get) Token: 0x06007F1F RID: 32543 RVA: 0x002083D4 File Offset: 0x002065D4
|
|
// (set) Token: 0x06007F20 RID: 32544 RVA: 0x00208408 File Offset: 0x00206608
|
|
public unsafe Il2CppSystem.Object __2__current
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg._Step_d__24.NativeFieldInfoPtr___2__current);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new Il2CppSystem.Object(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg._Step_d__24.NativeFieldInfoPtr___2__current), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002B2E RID: 11054
|
|
// (get) Token: 0x06007F21 RID: 32545 RVA: 0x00208430 File Offset: 0x00206630
|
|
// (set) Token: 0x06007F22 RID: 32546 RVA: 0x00208464 File Offset: 0x00206664
|
|
public unsafe MechSpiderLeg __4__this
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg._Step_d__24.NativeFieldInfoPtr___4__this);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new MechSpiderLeg(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg._Step_d__24.NativeFieldInfoPtr___4__this), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002B2F RID: 11055
|
|
// (get) Token: 0x06007F23 RID: 32547 RVA: 0x0020848C File Offset: 0x0020668C
|
|
// (set) Token: 0x06007F24 RID: 32548 RVA: 0x002084B4 File Offset: 0x002066B4
|
|
public unsafe Vector3 stepStartPosition
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg._Step_d__24.NativeFieldInfoPtr_stepStartPosition);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg._Step_d__24.NativeFieldInfoPtr_stepStartPosition)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002B30 RID: 11056
|
|
// (get) Token: 0x06007F25 RID: 32549 RVA: 0x002084D8 File Offset: 0x002066D8
|
|
// (set) Token: 0x06007F26 RID: 32550 RVA: 0x00208500 File Offset: 0x00206700
|
|
public unsafe Vector3 targetPosition
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg._Step_d__24.NativeFieldInfoPtr_targetPosition);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MechSpiderLeg._Step_d__24.NativeFieldInfoPtr_targetPosition)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x04005568 RID: 21864
|
|
private static readonly IntPtr NativeFieldInfoPtr___1__state;
|
|
|
|
// Token: 0x04005569 RID: 21865
|
|
private static readonly IntPtr NativeFieldInfoPtr___2__current;
|
|
|
|
// Token: 0x0400556A RID: 21866
|
|
private static readonly IntPtr NativeFieldInfoPtr___4__this;
|
|
|
|
// Token: 0x0400556B RID: 21867
|
|
private static readonly IntPtr NativeFieldInfoPtr_stepStartPosition;
|
|
|
|
// Token: 0x0400556C RID: 21868
|
|
private static readonly IntPtr NativeFieldInfoPtr_targetPosition;
|
|
|
|
// Token: 0x0400556D RID: 21869
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_Int32_0;
|
|
|
|
// Token: 0x0400556E RID: 21870
|
|
private static readonly IntPtr NativeMethodInfoPtr_System_IDisposable_Dispose_Private_Virtual_Final_New_Void_0;
|
|
|
|
// Token: 0x0400556F RID: 21871
|
|
private static readonly IntPtr NativeMethodInfoPtr_MoveNext_Private_Virtual_Final_New_Boolean_0;
|
|
|
|
// Token: 0x04005570 RID: 21872
|
|
private static readonly IntPtr NativeMethodInfoPtr_System_Collections_Generic_IEnumerator_System_Object__get_Current_Private_Virtual_Final_New_get_Object_0;
|
|
|
|
// Token: 0x04005571 RID: 21873
|
|
private static readonly IntPtr NativeMethodInfoPtr_System_Collections_IEnumerator_Reset_Private_Virtual_Final_New_Void_0;
|
|
|
|
// Token: 0x04005572 RID: 21874
|
|
private static readonly IntPtr NativeMethodInfoPtr_System_Collections_IEnumerator_get_Current_Private_Virtual_Final_New_get_Object_0;
|
|
}
|
|
}
|
|
}
|