497 lines
25 KiB
C#
497 lines
25 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
using Il2CppInterop.Runtime.InteropTypes.Arrays;
|
|
using Il2CppSystem;
|
|
using Il2CppSystem.Collections.Generic;
|
|
using MEC;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x02000320 RID: 800
|
|
[Serializable]
|
|
public class NobetaFaceController : Il2CppSystem.Object
|
|
{
|
|
// Token: 0x06006C20 RID: 27680 RVA: 0x001B5DD4 File Offset: 0x001B3FD4
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 598674, XrefRangeEnd = 598680, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe void Launch()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(NobetaFaceController.NativeMethodInfoPtr_Launch_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06006C21 RID: 27681 RVA: 0x001B5E18 File Offset: 0x001B4018
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 598680, XrefRangeEnd = 598685, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe IEnumerator<float> UpdateFace()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(NobetaFaceController.NativeMethodInfoPtr_UpdateFace_Private_IEnumerator_1_Single_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
IntPtr intPtr3 = intPtr;
|
|
return (intPtr3 != 0) ? new IEnumerator<float>(intPtr3) : null;
|
|
}
|
|
|
|
// Token: 0x06006C22 RID: 27682 RVA: 0x001B5E70 File Offset: 0x001B4070
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 598685, XrefRangeEnd = 598692, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe void UpdateBlendShape(int index)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
checked
|
|
{
|
|
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = ref index;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(NobetaFaceController.NativeMethodInfoPtr_UpdateBlendShape_Private_Void_Int32_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06006C23 RID: 27683 RVA: 0x001B5EC4 File Offset: 0x001B40C4
|
|
[CallerCount(1)]
|
|
[CachedScanResults(RefRangeStart = 598702, RefRangeEnd = 598703, XrefRangeStart = 598692, XrefRangeEnd = 598702, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe void UpdateEyeLightScale(float value)
|
|
{
|
|
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(NobetaFaceController.NativeMethodInfoPtr_UpdateEyeLightScale_Public_Void_Single_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06006C24 RID: 27684 RVA: 0x001B5F18 File Offset: 0x001B4118
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 598703, XrefRangeEnd = 598707, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe void Dispose()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(NobetaFaceController.NativeMethodInfoPtr_Dispose_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06006C25 RID: 27685 RVA: 0x001B5F5C File Offset: 0x001B415C
|
|
[CallerCount(1659)]
|
|
[CachedScanResults(RefRangeStart = 7639, RefRangeEnd = 9298, XrefRangeStart = 7639, XrefRangeEnd = 9298, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe NobetaFaceController()
|
|
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<NobetaFaceController>.NativeClassPtr))
|
|
{
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(NobetaFaceController.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06006C26 RID: 27686 RVA: 0x001B5FA8 File Offset: 0x001B41A8
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static NobetaFaceController()
|
|
{
|
|
Il2CppClassPointerStore<NobetaFaceController>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "NobetaFaceController");
|
|
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<NobetaFaceController>.NativeClassPtr);
|
|
NobetaFaceController.NativeFieldInfoPtr_faceRenderer = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NobetaFaceController>.NativeClassPtr, "faceRenderer");
|
|
NobetaFaceController.NativeFieldInfoPtr_maskRenderer = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NobetaFaceController>.NativeClassPtr, "maskRenderer");
|
|
NobetaFaceController.NativeFieldInfoPtr_eyeLightLeft = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NobetaFaceController>.NativeClassPtr, "eyeLightLeft");
|
|
NobetaFaceController.NativeFieldInfoPtr_eyeLightRight = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NobetaFaceController>.NativeClassPtr, "eyeLightRight");
|
|
NobetaFaceController.NativeFieldInfoPtr_faceBlendShapeIndices = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NobetaFaceController>.NativeClassPtr, "faceBlendShapeIndices");
|
|
NobetaFaceController.NativeFieldInfoPtr_maskBlendShapeIndices = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NobetaFaceController>.NativeClassPtr, "maskBlendShapeIndices");
|
|
NobetaFaceController.NativeFieldInfoPtr_blendShapeLength = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NobetaFaceController>.NativeClassPtr, "blendShapeLength");
|
|
NobetaFaceController.NativeFieldInfoPtr_processor = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NobetaFaceController>.NativeClassPtr, "processor");
|
|
NobetaFaceController.NativeMethodInfoPtr_Launch_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NobetaFaceController>.NativeClassPtr, 100671208);
|
|
NobetaFaceController.NativeMethodInfoPtr_UpdateFace_Private_IEnumerator_1_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NobetaFaceController>.NativeClassPtr, 100671209);
|
|
NobetaFaceController.NativeMethodInfoPtr_UpdateBlendShape_Private_Void_Int32_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NobetaFaceController>.NativeClassPtr, 100671210);
|
|
NobetaFaceController.NativeMethodInfoPtr_UpdateEyeLightScale_Public_Void_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NobetaFaceController>.NativeClassPtr, 100671211);
|
|
NobetaFaceController.NativeMethodInfoPtr_Dispose_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NobetaFaceController>.NativeClassPtr, 100671212);
|
|
NobetaFaceController.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NobetaFaceController>.NativeClassPtr, 100671213);
|
|
}
|
|
|
|
// Token: 0x06006C27 RID: 27687 RVA: 0x0000A74C File Offset: 0x0000894C
|
|
public NobetaFaceController(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x1700258B RID: 9611
|
|
// (get) Token: 0x06006C28 RID: 27688 RVA: 0x001B60F0 File Offset: 0x001B42F0
|
|
// (set) Token: 0x06006C29 RID: 27689 RVA: 0x001B6124 File Offset: 0x001B4324
|
|
public unsafe SkinnedMeshRenderer faceRenderer
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController.NativeFieldInfoPtr_faceRenderer);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new SkinnedMeshRenderer(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController.NativeFieldInfoPtr_faceRenderer), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700258C RID: 9612
|
|
// (get) Token: 0x06006C2A RID: 27690 RVA: 0x001B614C File Offset: 0x001B434C
|
|
// (set) Token: 0x06006C2B RID: 27691 RVA: 0x001B6180 File Offset: 0x001B4380
|
|
public unsafe SkinnedMeshRenderer maskRenderer
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController.NativeFieldInfoPtr_maskRenderer);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new SkinnedMeshRenderer(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController.NativeFieldInfoPtr_maskRenderer), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700258D RID: 9613
|
|
// (get) Token: 0x06006C2C RID: 27692 RVA: 0x001B61A8 File Offset: 0x001B43A8
|
|
// (set) Token: 0x06006C2D RID: 27693 RVA: 0x001B61DC File Offset: 0x001B43DC
|
|
public unsafe Transform eyeLightLeft
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController.NativeFieldInfoPtr_eyeLightLeft);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new Transform(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController.NativeFieldInfoPtr_eyeLightLeft), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700258E RID: 9614
|
|
// (get) Token: 0x06006C2E RID: 27694 RVA: 0x001B6204 File Offset: 0x001B4404
|
|
// (set) Token: 0x06006C2F RID: 27695 RVA: 0x001B6238 File Offset: 0x001B4438
|
|
public unsafe Transform eyeLightRight
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController.NativeFieldInfoPtr_eyeLightRight);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new Transform(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController.NativeFieldInfoPtr_eyeLightRight), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700258F RID: 9615
|
|
// (get) Token: 0x06006C30 RID: 27696 RVA: 0x001B6260 File Offset: 0x001B4460
|
|
// (set) Token: 0x06006C31 RID: 27697 RVA: 0x001B6294 File Offset: 0x001B4494
|
|
public unsafe Il2CppStructArray<int> faceBlendShapeIndices
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController.NativeFieldInfoPtr_faceBlendShapeIndices);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new Il2CppStructArray<int>(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController.NativeFieldInfoPtr_faceBlendShapeIndices), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002590 RID: 9616
|
|
// (get) Token: 0x06006C32 RID: 27698 RVA: 0x001B62BC File Offset: 0x001B44BC
|
|
// (set) Token: 0x06006C33 RID: 27699 RVA: 0x001B62F0 File Offset: 0x001B44F0
|
|
public unsafe Il2CppStructArray<int> maskBlendShapeIndices
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController.NativeFieldInfoPtr_maskBlendShapeIndices);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new Il2CppStructArray<int>(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController.NativeFieldInfoPtr_maskBlendShapeIndices), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002591 RID: 9617
|
|
// (get) Token: 0x06006C34 RID: 27700 RVA: 0x001B6318 File Offset: 0x001B4518
|
|
// (set) Token: 0x06006C35 RID: 27701 RVA: 0x001B6340 File Offset: 0x001B4540
|
|
public unsafe int blendShapeLength
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController.NativeFieldInfoPtr_blendShapeLength);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController.NativeFieldInfoPtr_blendShapeLength)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002592 RID: 9618
|
|
// (get) Token: 0x06006C36 RID: 27702 RVA: 0x001B6364 File Offset: 0x001B4564
|
|
// (set) Token: 0x06006C37 RID: 27703 RVA: 0x001B638C File Offset: 0x001B458C
|
|
public unsafe CoroutineHandle processor
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController.NativeFieldInfoPtr_processor);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController.NativeFieldInfoPtr_processor)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x040047CD RID: 18381
|
|
private static readonly IntPtr NativeFieldInfoPtr_faceRenderer;
|
|
|
|
// Token: 0x040047CE RID: 18382
|
|
private static readonly IntPtr NativeFieldInfoPtr_maskRenderer;
|
|
|
|
// Token: 0x040047CF RID: 18383
|
|
private static readonly IntPtr NativeFieldInfoPtr_eyeLightLeft;
|
|
|
|
// Token: 0x040047D0 RID: 18384
|
|
private static readonly IntPtr NativeFieldInfoPtr_eyeLightRight;
|
|
|
|
// Token: 0x040047D1 RID: 18385
|
|
private static readonly IntPtr NativeFieldInfoPtr_faceBlendShapeIndices;
|
|
|
|
// Token: 0x040047D2 RID: 18386
|
|
private static readonly IntPtr NativeFieldInfoPtr_maskBlendShapeIndices;
|
|
|
|
// Token: 0x040047D3 RID: 18387
|
|
private static readonly IntPtr NativeFieldInfoPtr_blendShapeLength;
|
|
|
|
// Token: 0x040047D4 RID: 18388
|
|
private static readonly IntPtr NativeFieldInfoPtr_processor;
|
|
|
|
// Token: 0x040047D5 RID: 18389
|
|
private static readonly IntPtr NativeMethodInfoPtr_Launch_Public_Void_0;
|
|
|
|
// Token: 0x040047D6 RID: 18390
|
|
private static readonly IntPtr NativeMethodInfoPtr_UpdateFace_Private_IEnumerator_1_Single_0;
|
|
|
|
// Token: 0x040047D7 RID: 18391
|
|
private static readonly IntPtr NativeMethodInfoPtr_UpdateBlendShape_Private_Void_Int32_0;
|
|
|
|
// Token: 0x040047D8 RID: 18392
|
|
private static readonly IntPtr NativeMethodInfoPtr_UpdateEyeLightScale_Public_Void_Single_0;
|
|
|
|
// Token: 0x040047D9 RID: 18393
|
|
private static readonly IntPtr NativeMethodInfoPtr_Dispose_Public_Void_0;
|
|
|
|
// Token: 0x040047DA RID: 18394
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
|
|
// Token: 0x02000321 RID: 801
|
|
[ObfuscatedName("NobetaFaceController/<UpdateFace>d__9")]
|
|
public sealed class _UpdateFace_d__9 : Il2CppSystem.Object
|
|
{
|
|
// Token: 0x06006C38 RID: 27704 RVA: 0x001B63B0 File Offset: 0x001B45B0
|
|
[CallerCount(327)]
|
|
[CachedScanResults(RefRangeStart = 11898, RefRangeEnd = 12225, XrefRangeStart = 11898, XrefRangeEnd = 12225, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe _UpdateFace_d__9(int <>1__state)
|
|
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<NobetaFaceController._UpdateFace_d__9>.NativeClassPtr))
|
|
{
|
|
checked
|
|
{
|
|
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = ref <>1__state;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(NobetaFaceController._UpdateFace_d__9.NativeMethodInfoPtr__ctor_Public_Void_Int32_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06006C39 RID: 27705 RVA: 0x001B6410 File Offset: 0x001B4610
|
|
[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(NobetaFaceController._UpdateFace_d__9.NativeMethodInfoPtr_System_IDisposable_Dispose_Private_Virtual_Final_New_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06006C3A RID: 27706 RVA: 0x001B6454 File Offset: 0x001B4654
|
|
[CallerCount(0)]
|
|
public unsafe bool MoveNext()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(NobetaFaceController._UpdateFace_d__9.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: 0x17002596 RID: 9622
|
|
// (get) Token: 0x06006C3B RID: 27707 RVA: 0x001B64A4 File Offset: 0x001B46A4
|
|
public unsafe float Current
|
|
{
|
|
[CallerCount(0)]
|
|
get
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(NobetaFaceController._UpdateFace_d__9.NativeMethodInfoPtr_System_Collections_Generic_IEnumerator_System_Single__get_Current_Private_Virtual_Final_New_get_Single_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
return *IL2CPP.il2cpp_object_unbox(intPtr);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06006C3C RID: 27708 RVA: 0x001B64F4 File Offset: 0x001B46F4
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 598666, XrefRangeEnd = 598671, 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(NobetaFaceController._UpdateFace_d__9.NativeMethodInfoPtr_System_Collections_IEnumerator_Reset_Private_Virtual_Final_New_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x17002597 RID: 9623
|
|
// (get) Token: 0x06006C3D RID: 27709 RVA: 0x001B6538 File Offset: 0x001B4738
|
|
public unsafe Il2CppSystem.Object Current
|
|
{
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 598671, XrefRangeEnd = 598674, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
get
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(NobetaFaceController._UpdateFace_d__9.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: 0x06006C3E RID: 27710 RVA: 0x001B6590 File Offset: 0x001B4790
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static _UpdateFace_d__9()
|
|
{
|
|
Il2CppClassPointerStore<NobetaFaceController._UpdateFace_d__9>.NativeClassPtr = IL2CPP.GetIl2CppNestedType(Il2CppClassPointerStore<NobetaFaceController>.NativeClassPtr, "<UpdateFace>d__9");
|
|
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<NobetaFaceController._UpdateFace_d__9>.NativeClassPtr);
|
|
NobetaFaceController._UpdateFace_d__9.NativeFieldInfoPtr___1__state = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NobetaFaceController._UpdateFace_d__9>.NativeClassPtr, "<>1__state");
|
|
NobetaFaceController._UpdateFace_d__9.NativeFieldInfoPtr___2__current = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NobetaFaceController._UpdateFace_d__9>.NativeClassPtr, "<>2__current");
|
|
NobetaFaceController._UpdateFace_d__9.NativeFieldInfoPtr___4__this = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NobetaFaceController._UpdateFace_d__9>.NativeClassPtr, "<>4__this");
|
|
NobetaFaceController._UpdateFace_d__9.NativeMethodInfoPtr__ctor_Public_Void_Int32_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NobetaFaceController._UpdateFace_d__9>.NativeClassPtr, 100671214);
|
|
NobetaFaceController._UpdateFace_d__9.NativeMethodInfoPtr_System_IDisposable_Dispose_Private_Virtual_Final_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NobetaFaceController._UpdateFace_d__9>.NativeClassPtr, 100671215);
|
|
NobetaFaceController._UpdateFace_d__9.NativeMethodInfoPtr_MoveNext_Private_Virtual_Final_New_Boolean_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NobetaFaceController._UpdateFace_d__9>.NativeClassPtr, 100671216);
|
|
NobetaFaceController._UpdateFace_d__9.NativeMethodInfoPtr_System_Collections_Generic_IEnumerator_System_Single__get_Current_Private_Virtual_Final_New_get_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NobetaFaceController._UpdateFace_d__9>.NativeClassPtr, 100671217);
|
|
NobetaFaceController._UpdateFace_d__9.NativeMethodInfoPtr_System_Collections_IEnumerator_Reset_Private_Virtual_Final_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NobetaFaceController._UpdateFace_d__9>.NativeClassPtr, 100671218);
|
|
NobetaFaceController._UpdateFace_d__9.NativeMethodInfoPtr_System_Collections_IEnumerator_get_Current_Private_Virtual_Final_New_get_Object_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NobetaFaceController._UpdateFace_d__9>.NativeClassPtr, 100671219);
|
|
}
|
|
|
|
// Token: 0x06006C3F RID: 27711 RVA: 0x0000A74C File Offset: 0x0000894C
|
|
public _UpdateFace_d__9(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x17002593 RID: 9619
|
|
// (get) Token: 0x06006C40 RID: 27712 RVA: 0x001B6670 File Offset: 0x001B4870
|
|
// (set) Token: 0x06006C41 RID: 27713 RVA: 0x001B6698 File Offset: 0x001B4898
|
|
public unsafe int __1__state
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController._UpdateFace_d__9.NativeFieldInfoPtr___1__state);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController._UpdateFace_d__9.NativeFieldInfoPtr___1__state)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002594 RID: 9620
|
|
// (get) Token: 0x06006C42 RID: 27714 RVA: 0x001B66BC File Offset: 0x001B48BC
|
|
// (set) Token: 0x06006C43 RID: 27715 RVA: 0x001B66E4 File Offset: 0x001B48E4
|
|
public unsafe float __2__current
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController._UpdateFace_d__9.NativeFieldInfoPtr___2__current);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController._UpdateFace_d__9.NativeFieldInfoPtr___2__current)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002595 RID: 9621
|
|
// (get) Token: 0x06006C44 RID: 27716 RVA: 0x001B6708 File Offset: 0x001B4908
|
|
// (set) Token: 0x06006C45 RID: 27717 RVA: 0x001B673C File Offset: 0x001B493C
|
|
public unsafe NobetaFaceController __4__this
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController._UpdateFace_d__9.NativeFieldInfoPtr___4__this);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new NobetaFaceController(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(NobetaFaceController._UpdateFace_d__9.NativeFieldInfoPtr___4__this), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x040047DB RID: 18395
|
|
private static readonly IntPtr NativeFieldInfoPtr___1__state;
|
|
|
|
// Token: 0x040047DC RID: 18396
|
|
private static readonly IntPtr NativeFieldInfoPtr___2__current;
|
|
|
|
// Token: 0x040047DD RID: 18397
|
|
private static readonly IntPtr NativeFieldInfoPtr___4__this;
|
|
|
|
// Token: 0x040047DE RID: 18398
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_Int32_0;
|
|
|
|
// Token: 0x040047DF RID: 18399
|
|
private static readonly IntPtr NativeMethodInfoPtr_System_IDisposable_Dispose_Private_Virtual_Final_New_Void_0;
|
|
|
|
// Token: 0x040047E0 RID: 18400
|
|
private static readonly IntPtr NativeMethodInfoPtr_MoveNext_Private_Virtual_Final_New_Boolean_0;
|
|
|
|
// Token: 0x040047E1 RID: 18401
|
|
private static readonly IntPtr NativeMethodInfoPtr_System_Collections_Generic_IEnumerator_System_Single__get_Current_Private_Virtual_Final_New_get_Single_0;
|
|
|
|
// Token: 0x040047E2 RID: 18402
|
|
private static readonly IntPtr NativeMethodInfoPtr_System_Collections_IEnumerator_Reset_Private_Virtual_Final_New_Void_0;
|
|
|
|
// Token: 0x040047E3 RID: 18403
|
|
private static readonly IntPtr NativeMethodInfoPtr_System_Collections_IEnumerator_get_Current_Private_Virtual_Final_New_get_Object_0;
|
|
}
|
|
}
|