Add v1.0.3.1
This commit is contained in:
200
Interop/Assembly-CSharp/csDemoSceneCode.cs
Normal file
200
Interop/Assembly-CSharp/csDemoSceneCode.cs
Normal file
@@ -0,0 +1,200 @@
|
||||
using System;
|
||||
using Il2CppInterop.Common.Attributes;
|
||||
using Il2CppInterop.Runtime;
|
||||
using Il2CppInterop.Runtime.InteropTypes.Arrays;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
// Token: 0x02000332 RID: 818
|
||||
public class csDemoSceneCode : MonoBehaviour
|
||||
{
|
||||
// Token: 0x06006EDC RID: 28380 RVA: 0x001C25B8 File Offset: 0x001C07B8
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 584009, XrefRangeEnd = 584016, 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: 0x06006EDD RID: 28381 RVA: 0x001C25FC File Offset: 0x001C07FC
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 584016, XrefRangeEnd = 584062, 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: 0x06006EDE RID: 28382 RVA: 0x001C2640 File Offset: 0x001C0840
|
||||
[CallerCount(63)]
|
||||
[CachedScanResults(RefRangeStart = 222154, RefRangeEnd = 222217, XrefRangeStart = 222154, XrefRangeEnd = 222217, 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: 0x06006EDF RID: 28383 RVA: 0x001C268C File Offset: 0x001C088C
|
||||
// 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, 100671543);
|
||||
csDemoSceneCode.NativeMethodInfoPtr_Update_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<csDemoSceneCode>.NativeClassPtr, 100671544);
|
||||
csDemoSceneCode.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<csDemoSceneCode>.NativeClassPtr, 100671545);
|
||||
}
|
||||
|
||||
// Token: 0x06006EE0 RID: 28384 RVA: 0x0000351C File Offset: 0x0000171C
|
||||
public csDemoSceneCode(IntPtr pointer)
|
||||
: base(pointer)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x17002650 RID: 9808
|
||||
// (get) Token: 0x06006EE1 RID: 28385 RVA: 0x001C2770 File Offset: 0x001C0970
|
||||
// (set) Token: 0x06006EE2 RID: 28386 RVA: 0x001C27A4 File Offset: 0x001C09A4
|
||||
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: 0x17002651 RID: 9809
|
||||
// (get) Token: 0x06006EE3 RID: 28387 RVA: 0x001C27CC File Offset: 0x001C09CC
|
||||
// (set) Token: 0x06006EE4 RID: 28388 RVA: 0x001C2800 File Offset: 0x001C0A00
|
||||
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: 0x17002652 RID: 9810
|
||||
// (get) Token: 0x06006EE5 RID: 28389 RVA: 0x001C2828 File Offset: 0x001C0A28
|
||||
// (set) Token: 0x06006EE6 RID: 28390 RVA: 0x001C285C File Offset: 0x001C0A5C
|
||||
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: 0x17002653 RID: 9811
|
||||
// (get) Token: 0x06006EE7 RID: 28391 RVA: 0x001C2884 File Offset: 0x001C0A84
|
||||
// (set) Token: 0x06006EE8 RID: 28392 RVA: 0x001C28B8 File Offset: 0x001C0AB8
|
||||
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: 0x17002654 RID: 9812
|
||||
// (get) Token: 0x06006EE9 RID: 28393 RVA: 0x001C28E0 File Offset: 0x001C0AE0
|
||||
// (set) Token: 0x06006EEA RID: 28394 RVA: 0x001C2908 File Offset: 0x001C0B08
|
||||
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: 0x17002655 RID: 9813
|
||||
// (get) Token: 0x06006EEB RID: 28395 RVA: 0x001C292C File Offset: 0x001C0B2C
|
||||
// (set) Token: 0x06006EEC RID: 28396 RVA: 0x001C2954 File Offset: 0x001C0B54
|
||||
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: 0x040049B4 RID: 18868
|
||||
private static readonly IntPtr NativeFieldInfoPtr_EffectNames;
|
||||
|
||||
// Token: 0x040049B5 RID: 18869
|
||||
private static readonly IntPtr NativeFieldInfoPtr_Effect2Names;
|
||||
|
||||
// Token: 0x040049B6 RID: 18870
|
||||
private static readonly IntPtr NativeFieldInfoPtr_Effect;
|
||||
|
||||
// Token: 0x040049B7 RID: 18871
|
||||
private static readonly IntPtr NativeFieldInfoPtr_Text1;
|
||||
|
||||
// Token: 0x040049B8 RID: 18872
|
||||
private static readonly IntPtr NativeFieldInfoPtr_i;
|
||||
|
||||
// Token: 0x040049B9 RID: 18873
|
||||
private static readonly IntPtr NativeFieldInfoPtr_a;
|
||||
|
||||
// Token: 0x040049BA RID: 18874
|
||||
private static readonly IntPtr NativeMethodInfoPtr_Start_Private_Void_0;
|
||||
|
||||
// Token: 0x040049BB RID: 18875
|
||||
private static readonly IntPtr NativeMethodInfoPtr_Update_Private_Void_0;
|
||||
|
||||
// Token: 0x040049BC RID: 18876
|
||||
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
||||
}
|
||||
Reference in New Issue
Block a user