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: 0x0200038A RID: 906
|
|
public class csDemoSceneCode : MonoBehaviour
|
|
{
|
|
// Token: 0x0600772F RID: 30511 RVA: 0x001E5300 File Offset: 0x001E3500
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 616310, XrefRangeEnd = 616317, 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: 0x06007730 RID: 30512 RVA: 0x001E5344 File Offset: 0x001E3544
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 616317, XrefRangeEnd = 616363, 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: 0x06007731 RID: 30513 RVA: 0x001E5388 File Offset: 0x001E3588
|
|
[CallerCount(67)]
|
|
[CachedScanResults(RefRangeStart = 166362, RefRangeEnd = 166429, XrefRangeStart = 166362, XrefRangeEnd = 166429, 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: 0x06007732 RID: 30514 RVA: 0x001E53D4 File Offset: 0x001E35D4
|
|
// 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, 100672256);
|
|
csDemoSceneCode.NativeMethodInfoPtr_Update_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<csDemoSceneCode>.NativeClassPtr, 100672257);
|
|
csDemoSceneCode.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<csDemoSceneCode>.NativeClassPtr, 100672258);
|
|
}
|
|
|
|
// Token: 0x06007733 RID: 30515 RVA: 0x0000351C File Offset: 0x0000171C
|
|
public csDemoSceneCode(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x170028EB RID: 10475
|
|
// (get) Token: 0x06007734 RID: 30516 RVA: 0x001E54B8 File Offset: 0x001E36B8
|
|
// (set) Token: 0x06007735 RID: 30517 RVA: 0x001E54EC File Offset: 0x001E36EC
|
|
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: 0x170028EC RID: 10476
|
|
// (get) Token: 0x06007736 RID: 30518 RVA: 0x001E5514 File Offset: 0x001E3714
|
|
// (set) Token: 0x06007737 RID: 30519 RVA: 0x001E5548 File Offset: 0x001E3748
|
|
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: 0x170028ED RID: 10477
|
|
// (get) Token: 0x06007738 RID: 30520 RVA: 0x001E5570 File Offset: 0x001E3770
|
|
// (set) Token: 0x06007739 RID: 30521 RVA: 0x001E55A4 File Offset: 0x001E37A4
|
|
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: 0x170028EE RID: 10478
|
|
// (get) Token: 0x0600773A RID: 30522 RVA: 0x001E55CC File Offset: 0x001E37CC
|
|
// (set) Token: 0x0600773B RID: 30523 RVA: 0x001E5600 File Offset: 0x001E3800
|
|
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: 0x170028EF RID: 10479
|
|
// (get) Token: 0x0600773C RID: 30524 RVA: 0x001E5628 File Offset: 0x001E3828
|
|
// (set) Token: 0x0600773D RID: 30525 RVA: 0x001E5650 File Offset: 0x001E3850
|
|
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: 0x170028F0 RID: 10480
|
|
// (get) Token: 0x0600773E RID: 30526 RVA: 0x001E5674 File Offset: 0x001E3874
|
|
// (set) Token: 0x0600773F RID: 30527 RVA: 0x001E569C File Offset: 0x001E389C
|
|
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: 0x04004F5D RID: 20317
|
|
private static readonly IntPtr NativeFieldInfoPtr_EffectNames;
|
|
|
|
// Token: 0x04004F5E RID: 20318
|
|
private static readonly IntPtr NativeFieldInfoPtr_Effect2Names;
|
|
|
|
// Token: 0x04004F5F RID: 20319
|
|
private static readonly IntPtr NativeFieldInfoPtr_Effect;
|
|
|
|
// Token: 0x04004F60 RID: 20320
|
|
private static readonly IntPtr NativeFieldInfoPtr_Text1;
|
|
|
|
// Token: 0x04004F61 RID: 20321
|
|
private static readonly IntPtr NativeFieldInfoPtr_i;
|
|
|
|
// Token: 0x04004F62 RID: 20322
|
|
private static readonly IntPtr NativeFieldInfoPtr_a;
|
|
|
|
// Token: 0x04004F63 RID: 20323
|
|
private static readonly IntPtr NativeMethodInfoPtr_Start_Private_Void_0;
|
|
|
|
// Token: 0x04004F64 RID: 20324
|
|
private static readonly IntPtr NativeMethodInfoPtr_Update_Private_Void_0;
|
|
|
|
// Token: 0x04004F65 RID: 20325
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
}
|