Files
NobetaSource/Interop/Assembly-CSharp/ScreenShotTest.cs
2023-09-06 22:19:13 +02:00

392 lines
19 KiB
C#

using System;
using Il2CppInterop.Common.Attributes;
using Il2CppInterop.Runtime;
using Il2CppInterop.Runtime.InteropTypes.Arrays;
using MarsSDK;
using UnityEngine;
// Token: 0x02000380 RID: 896
public class ScreenShotTest : MonoBehaviour
{
// Token: 0x060076BB RID: 30395 RVA: 0x001E363C File Offset: 0x001E183C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 615721, XrefRangeEnd = 615740, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void Start()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(ScreenShotTest.NativeMethodInfoPtr_Start_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x060076BC RID: 30396 RVA: 0x001E3680 File Offset: 0x001E1880
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 615740, XrefRangeEnd = 615741, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe virtual void Move(Direction2D direction)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
checked
{
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
*ptr = ref direction;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(ScreenShotTest.NativeMethodInfoPtr_Move_Public_Virtual_Final_New_Void_Direction2D_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x060076BD RID: 30397 RVA: 0x001E36D4 File Offset: 0x001E18D4
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 615741, XrefRangeEnd = 615743, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe virtual void SwitchLeftward()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(ScreenShotTest.NativeMethodInfoPtr_SwitchLeftward_Public_Virtual_Final_New_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x060076BE RID: 30398 RVA: 0x001E3718 File Offset: 0x001E1918
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 615743, XrefRangeEnd = 615745, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe virtual void SwitchRightward()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(ScreenShotTest.NativeMethodInfoPtr_SwitchRightward_Public_Virtual_Final_New_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x060076BF RID: 30399 RVA: 0x001E375C File Offset: 0x001E195C
[CallerCount(5874)]
[CachedScanResults(RefRangeStart = 24, RefRangeEnd = 5898, XrefRangeStart = 24, XrefRangeEnd = 5898, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe virtual void Submit()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(ScreenShotTest.NativeMethodInfoPtr_Submit_Public_Virtual_Final_New_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x060076C0 RID: 30400 RVA: 0x001E37A0 File Offset: 0x001E19A0
[CallerCount(5874)]
[CachedScanResults(RefRangeStart = 24, RefRangeEnd = 5898, XrefRangeStart = 24, XrefRangeEnd = 5898, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe virtual void Hold(bool onHolding)
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
checked
{
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
*ptr = ref onHolding;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(ScreenShotTest.NativeMethodInfoPtr_Hold_Public_Virtual_Final_New_Void_Boolean_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x060076C1 RID: 30401 RVA: 0x001E37F4 File Offset: 0x001E19F4
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 615745, XrefRangeEnd = 615776, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe virtual void Cancel()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(ScreenShotTest.NativeMethodInfoPtr_Cancel_Public_Virtual_Final_New_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x060076C2 RID: 30402 RVA: 0x001E3838 File Offset: 0x001E1A38
[CallerCount(5874)]
[CachedScanResults(RefRangeStart = 24, RefRangeEnd = 5898, XrefRangeStart = 24, XrefRangeEnd = 5898, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe virtual void SpecialAction()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(ScreenShotTest.NativeMethodInfoPtr_SpecialAction_Public_Virtual_Final_New_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x060076C3 RID: 30403 RVA: 0x001E387C File Offset: 0x001E1A7C
[CallerCount(2)]
[CachedScanResults(RefRangeStart = 615789, RefRangeEnd = 615791, XrefRangeStart = 615776, XrefRangeEnd = 615789, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void SwitchModel()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(ScreenShotTest.NativeMethodInfoPtr_SwitchModel_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x060076C4 RID: 30404 RVA: 0x001E38C0 File Offset: 0x001E1AC0
[CallerCount(3)]
[CachedScanResults(RefRangeStart = 615803, RefRangeEnd = 615806, XrefRangeStart = 615791, XrefRangeEnd = 615803, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void SwitchCamera()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(ScreenShotTest.NativeMethodInfoPtr_SwitchCamera_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x060076C5 RID: 30405 RVA: 0x001E3904 File Offset: 0x001E1B04
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 0, XrefRangeEnd = 0, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void TakePhoto()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(ScreenShotTest.NativeMethodInfoPtr_TakePhoto_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x060076C6 RID: 30406 RVA: 0x001E3948 File Offset: 0x001E1B48
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 615806, XrefRangeEnd = 615815, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe string GetFileNameSuffix()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(ScreenShotTest.NativeMethodInfoPtr_GetFileNameSuffix_Private_String_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
return IL2CPP.Il2CppStringToManaged(intPtr);
}
// Token: 0x060076C7 RID: 30407 RVA: 0x001E3994 File Offset: 0x001E1B94
[CallerCount(67)]
[CachedScanResults(RefRangeStart = 166362, RefRangeEnd = 166429, XrefRangeStart = 166362, XrefRangeEnd = 166429, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe ScreenShotTest()
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr))
{
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(ScreenShotTest.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x060076C8 RID: 30408 RVA: 0x001E39E0 File Offset: 0x001E1BE0
// Note: this type is marked as 'beforefieldinit'.
static ScreenShotTest()
{
Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "ScreenShotTest");
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr);
ScreenShotTest.NativeFieldInfoPtr_modelIndex = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr, "modelIndex");
ScreenShotTest.NativeFieldInfoPtr_models = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr, "models");
ScreenShotTest.NativeFieldInfoPtr_cameraIndex = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr, "cameraIndex");
ScreenShotTest.NativeFieldInfoPtr_cameras = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr, "cameras");
ScreenShotTest.NativeFieldInfoPtr_lightForBoss3AndBoss5 = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr, "lightForBoss3AndBoss5");
ScreenShotTest.NativeFieldInfoPtr_currentModel = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr, "currentModel");
ScreenShotTest.NativeFieldInfoPtr_currentCamera = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr, "currentCamera");
ScreenShotTest.NativeMethodInfoPtr_Start_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr, 100672209);
ScreenShotTest.NativeMethodInfoPtr_Move_Public_Virtual_Final_New_Void_Direction2D_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr, 100672210);
ScreenShotTest.NativeMethodInfoPtr_SwitchLeftward_Public_Virtual_Final_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr, 100672211);
ScreenShotTest.NativeMethodInfoPtr_SwitchRightward_Public_Virtual_Final_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr, 100672212);
ScreenShotTest.NativeMethodInfoPtr_Submit_Public_Virtual_Final_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr, 100672213);
ScreenShotTest.NativeMethodInfoPtr_Hold_Public_Virtual_Final_New_Void_Boolean_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr, 100672214);
ScreenShotTest.NativeMethodInfoPtr_Cancel_Public_Virtual_Final_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr, 100672215);
ScreenShotTest.NativeMethodInfoPtr_SpecialAction_Public_Virtual_Final_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr, 100672216);
ScreenShotTest.NativeMethodInfoPtr_SwitchModel_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr, 100672217);
ScreenShotTest.NativeMethodInfoPtr_SwitchCamera_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr, 100672218);
ScreenShotTest.NativeMethodInfoPtr_TakePhoto_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr, 100672219);
ScreenShotTest.NativeMethodInfoPtr_GetFileNameSuffix_Private_String_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr, 100672220);
ScreenShotTest.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ScreenShotTest>.NativeClassPtr, 100672221);
}
// Token: 0x060076C9 RID: 30409 RVA: 0x0000351C File Offset: 0x0000171C
public ScreenShotTest(IntPtr pointer)
: base(pointer)
{
}
// Token: 0x170028D0 RID: 10448
// (get) Token: 0x060076CA RID: 30410 RVA: 0x001E3BA0 File Offset: 0x001E1DA0
// (set) Token: 0x060076CB RID: 30411 RVA: 0x001E3BC8 File Offset: 0x001E1DC8
public unsafe int modelIndex
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ScreenShotTest.NativeFieldInfoPtr_modelIndex);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ScreenShotTest.NativeFieldInfoPtr_modelIndex)) = value;
}
}
// Token: 0x170028D1 RID: 10449
// (get) Token: 0x060076CC RID: 30412 RVA: 0x001E3BEC File Offset: 0x001E1DEC
// (set) Token: 0x060076CD RID: 30413 RVA: 0x001E3C20 File Offset: 0x001E1E20
public unsafe Il2CppReferenceArray<GameObject> models
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ScreenShotTest.NativeFieldInfoPtr_models);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new Il2CppReferenceArray<GameObject>(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(ScreenShotTest.NativeFieldInfoPtr_models), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x170028D2 RID: 10450
// (get) Token: 0x060076CE RID: 30414 RVA: 0x001E3C48 File Offset: 0x001E1E48
// (set) Token: 0x060076CF RID: 30415 RVA: 0x001E3C70 File Offset: 0x001E1E70
public unsafe int cameraIndex
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ScreenShotTest.NativeFieldInfoPtr_cameraIndex);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ScreenShotTest.NativeFieldInfoPtr_cameraIndex)) = value;
}
}
// Token: 0x170028D3 RID: 10451
// (get) Token: 0x060076D0 RID: 30416 RVA: 0x001E3C94 File Offset: 0x001E1E94
// (set) Token: 0x060076D1 RID: 30417 RVA: 0x001E3CC8 File Offset: 0x001E1EC8
public unsafe Il2CppReferenceArray<Camera> cameras
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ScreenShotTest.NativeFieldInfoPtr_cameras);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new Il2CppReferenceArray<Camera>(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(ScreenShotTest.NativeFieldInfoPtr_cameras), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x170028D4 RID: 10452
// (get) Token: 0x060076D2 RID: 30418 RVA: 0x001E3CF0 File Offset: 0x001E1EF0
// (set) Token: 0x060076D3 RID: 30419 RVA: 0x001E3D24 File Offset: 0x001E1F24
public unsafe Light lightForBoss3AndBoss5
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ScreenShotTest.NativeFieldInfoPtr_lightForBoss3AndBoss5);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new Light(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(ScreenShotTest.NativeFieldInfoPtr_lightForBoss3AndBoss5), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x170028D5 RID: 10453
// (get) Token: 0x060076D4 RID: 30420 RVA: 0x001E3D4C File Offset: 0x001E1F4C
// (set) Token: 0x060076D5 RID: 30421 RVA: 0x001E3D80 File Offset: 0x001E1F80
public unsafe GameObject currentModel
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ScreenShotTest.NativeFieldInfoPtr_currentModel);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new GameObject(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(ScreenShotTest.NativeFieldInfoPtr_currentModel), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x170028D6 RID: 10454
// (get) Token: 0x060076D6 RID: 30422 RVA: 0x001E3DA8 File Offset: 0x001E1FA8
// (set) Token: 0x060076D7 RID: 30423 RVA: 0x001E3DDC File Offset: 0x001E1FDC
public unsafe Camera currentCamera
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ScreenShotTest.NativeFieldInfoPtr_currentCamera);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new Camera(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(ScreenShotTest.NativeFieldInfoPtr_currentCamera), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x04004F16 RID: 20246
private static readonly IntPtr NativeFieldInfoPtr_modelIndex;
// Token: 0x04004F17 RID: 20247
private static readonly IntPtr NativeFieldInfoPtr_models;
// Token: 0x04004F18 RID: 20248
private static readonly IntPtr NativeFieldInfoPtr_cameraIndex;
// Token: 0x04004F19 RID: 20249
private static readonly IntPtr NativeFieldInfoPtr_cameras;
// Token: 0x04004F1A RID: 20250
private static readonly IntPtr NativeFieldInfoPtr_lightForBoss3AndBoss5;
// Token: 0x04004F1B RID: 20251
private static readonly IntPtr NativeFieldInfoPtr_currentModel;
// Token: 0x04004F1C RID: 20252
private static readonly IntPtr NativeFieldInfoPtr_currentCamera;
// Token: 0x04004F1D RID: 20253
private static readonly IntPtr NativeMethodInfoPtr_Start_Private_Void_0;
// Token: 0x04004F1E RID: 20254
private static readonly IntPtr NativeMethodInfoPtr_Move_Public_Virtual_Final_New_Void_Direction2D_0;
// Token: 0x04004F1F RID: 20255
private static readonly IntPtr NativeMethodInfoPtr_SwitchLeftward_Public_Virtual_Final_New_Void_0;
// Token: 0x04004F20 RID: 20256
private static readonly IntPtr NativeMethodInfoPtr_SwitchRightward_Public_Virtual_Final_New_Void_0;
// Token: 0x04004F21 RID: 20257
private static readonly IntPtr NativeMethodInfoPtr_Submit_Public_Virtual_Final_New_Void_0;
// Token: 0x04004F22 RID: 20258
private static readonly IntPtr NativeMethodInfoPtr_Hold_Public_Virtual_Final_New_Void_Boolean_0;
// Token: 0x04004F23 RID: 20259
private static readonly IntPtr NativeMethodInfoPtr_Cancel_Public_Virtual_Final_New_Void_0;
// Token: 0x04004F24 RID: 20260
private static readonly IntPtr NativeMethodInfoPtr_SpecialAction_Public_Virtual_Final_New_Void_0;
// Token: 0x04004F25 RID: 20261
private static readonly IntPtr NativeMethodInfoPtr_SwitchModel_Private_Void_0;
// Token: 0x04004F26 RID: 20262
private static readonly IntPtr NativeMethodInfoPtr_SwitchCamera_Private_Void_0;
// Token: 0x04004F27 RID: 20263
private static readonly IntPtr NativeMethodInfoPtr_TakePhoto_Private_Void_0;
// Token: 0x04004F28 RID: 20264
private static readonly IntPtr NativeMethodInfoPtr_GetFileNameSuffix_Private_String_0;
// Token: 0x04004F29 RID: 20265
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
}