201 lines
8.7 KiB
C#
201 lines
8.7 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
using Il2CppInterop.Runtime.InteropTypes.Arrays;
|
|
using UnityEngine;
|
|
using UnityEngine.UI;
|
|
|
|
// Token: 0x0200033B RID: 827
|
|
public class csDemoSceneCode : MonoBehaviour
|
|
{
|
|
// Token: 0x06006F8C RID: 28556 RVA: 0x001C51C8 File Offset: 0x001C33C8
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 601620, XrefRangeEnd = 601627, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe void Start()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(csDemoSceneCode.NativeMethodInfoPtr_Start_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06006F8D RID: 28557 RVA: 0x001C520C File Offset: 0x001C340C
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 601627, XrefRangeEnd = 601673, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe void Update()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(csDemoSceneCode.NativeMethodInfoPtr_Update_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06006F8E RID: 28558 RVA: 0x001C5250 File Offset: 0x001C3450
|
|
[CallerCount(63)]
|
|
[CachedScanResults(RefRangeStart = 165985, RefRangeEnd = 166048, XrefRangeStart = 165985, XrefRangeEnd = 166048, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe csDemoSceneCode()
|
|
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<csDemoSceneCode>.NativeClassPtr))
|
|
{
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(csDemoSceneCode.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06006F8F RID: 28559 RVA: 0x001C529C File Offset: 0x001C349C
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static csDemoSceneCode()
|
|
{
|
|
Il2CppClassPointerStore<csDemoSceneCode>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "csDemoSceneCode");
|
|
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<csDemoSceneCode>.NativeClassPtr);
|
|
csDemoSceneCode.NativeFieldInfoPtr_EffectNames = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<csDemoSceneCode>.NativeClassPtr, "EffectNames");
|
|
csDemoSceneCode.NativeFieldInfoPtr_Effect2Names = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<csDemoSceneCode>.NativeClassPtr, "Effect2Names");
|
|
csDemoSceneCode.NativeFieldInfoPtr_Effect = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<csDemoSceneCode>.NativeClassPtr, "Effect");
|
|
csDemoSceneCode.NativeFieldInfoPtr_Text1 = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<csDemoSceneCode>.NativeClassPtr, "Text1");
|
|
csDemoSceneCode.NativeFieldInfoPtr_i = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<csDemoSceneCode>.NativeClassPtr, "i");
|
|
csDemoSceneCode.NativeFieldInfoPtr_a = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<csDemoSceneCode>.NativeClassPtr, "a");
|
|
csDemoSceneCode.NativeMethodInfoPtr_Start_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<csDemoSceneCode>.NativeClassPtr, 100671593);
|
|
csDemoSceneCode.NativeMethodInfoPtr_Update_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<csDemoSceneCode>.NativeClassPtr, 100671594);
|
|
csDemoSceneCode.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<csDemoSceneCode>.NativeClassPtr, 100671595);
|
|
}
|
|
|
|
// Token: 0x06006F90 RID: 28560 RVA: 0x0000351C File Offset: 0x0000171C
|
|
public csDemoSceneCode(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x17002682 RID: 9858
|
|
// (get) Token: 0x06006F91 RID: 28561 RVA: 0x001C5380 File Offset: 0x001C3580
|
|
// (set) Token: 0x06006F92 RID: 28562 RVA: 0x001C53B4 File Offset: 0x001C35B4
|
|
public unsafe Il2CppStringArray EffectNames
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(csDemoSceneCode.NativeFieldInfoPtr_EffectNames);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new Il2CppStringArray(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(csDemoSceneCode.NativeFieldInfoPtr_EffectNames), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002683 RID: 9859
|
|
// (get) Token: 0x06006F93 RID: 28563 RVA: 0x001C53DC File Offset: 0x001C35DC
|
|
// (set) Token: 0x06006F94 RID: 28564 RVA: 0x001C5410 File Offset: 0x001C3610
|
|
public unsafe Il2CppStringArray Effect2Names
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(csDemoSceneCode.NativeFieldInfoPtr_Effect2Names);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new Il2CppStringArray(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(csDemoSceneCode.NativeFieldInfoPtr_Effect2Names), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002684 RID: 9860
|
|
// (get) Token: 0x06006F95 RID: 28565 RVA: 0x001C5438 File Offset: 0x001C3638
|
|
// (set) Token: 0x06006F96 RID: 28566 RVA: 0x001C546C File Offset: 0x001C366C
|
|
public unsafe Il2CppReferenceArray<Transform> Effect
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(csDemoSceneCode.NativeFieldInfoPtr_Effect);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new Il2CppReferenceArray<Transform>(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(csDemoSceneCode.NativeFieldInfoPtr_Effect), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002685 RID: 9861
|
|
// (get) Token: 0x06006F97 RID: 28567 RVA: 0x001C5494 File Offset: 0x001C3694
|
|
// (set) Token: 0x06006F98 RID: 28568 RVA: 0x001C54C8 File Offset: 0x001C36C8
|
|
public unsafe Text Text1
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(csDemoSceneCode.NativeFieldInfoPtr_Text1);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new Text(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(csDemoSceneCode.NativeFieldInfoPtr_Text1), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002686 RID: 9862
|
|
// (get) Token: 0x06006F99 RID: 28569 RVA: 0x001C54F0 File Offset: 0x001C36F0
|
|
// (set) Token: 0x06006F9A RID: 28570 RVA: 0x001C5518 File Offset: 0x001C3718
|
|
public unsafe int i
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(csDemoSceneCode.NativeFieldInfoPtr_i);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(csDemoSceneCode.NativeFieldInfoPtr_i)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002687 RID: 9863
|
|
// (get) Token: 0x06006F9B RID: 28571 RVA: 0x001C553C File Offset: 0x001C373C
|
|
// (set) Token: 0x06006F9C RID: 28572 RVA: 0x001C5564 File Offset: 0x001C3764
|
|
public unsafe int a
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(csDemoSceneCode.NativeFieldInfoPtr_a);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(csDemoSceneCode.NativeFieldInfoPtr_a)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x04004A28 RID: 18984
|
|
private static readonly IntPtr NativeFieldInfoPtr_EffectNames;
|
|
|
|
// Token: 0x04004A29 RID: 18985
|
|
private static readonly IntPtr NativeFieldInfoPtr_Effect2Names;
|
|
|
|
// Token: 0x04004A2A RID: 18986
|
|
private static readonly IntPtr NativeFieldInfoPtr_Effect;
|
|
|
|
// Token: 0x04004A2B RID: 18987
|
|
private static readonly IntPtr NativeFieldInfoPtr_Text1;
|
|
|
|
// Token: 0x04004A2C RID: 18988
|
|
private static readonly IntPtr NativeFieldInfoPtr_i;
|
|
|
|
// Token: 0x04004A2D RID: 18989
|
|
private static readonly IntPtr NativeFieldInfoPtr_a;
|
|
|
|
// Token: 0x04004A2E RID: 18990
|
|
private static readonly IntPtr NativeMethodInfoPtr_Start_Private_Void_0;
|
|
|
|
// Token: 0x04004A2F RID: 18991
|
|
private static readonly IntPtr NativeMethodInfoPtr_Update_Private_Void_0;
|
|
|
|
// Token: 0x04004A30 RID: 18992
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
}
|