Add v1.0.3.1
This commit is contained in:
77
Interop/Assembly-CSharp/StopSceneParticleSystem.cs
Normal file
77
Interop/Assembly-CSharp/StopSceneParticleSystem.cs
Normal file
@@ -0,0 +1,77 @@
|
||||
using System;
|
||||
using Il2CppInterop.Common.Attributes;
|
||||
using Il2CppInterop.Runtime;
|
||||
using Il2CppInterop.Runtime.InteropTypes.Arrays;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x020001D9 RID: 473
|
||||
public class StopSceneParticleSystem : SceneEvent
|
||||
{
|
||||
// Token: 0x06004B63 RID: 19299 RVA: 0x0012B9EC File Offset: 0x00129BEC
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 545857, XrefRangeEnd = 545870, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe override void OpenEvent()
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), StopSceneParticleSystem.NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
|
||||
// Token: 0x06004B64 RID: 19300 RVA: 0x0012BA3C File Offset: 0x00129C3C
|
||||
[CallerCount(5)]
|
||||
[CachedScanResults(RefRangeStart = 541882, RefRangeEnd = 541887, XrefRangeStart = 541882, XrefRangeEnd = 541887, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe StopSceneParticleSystem()
|
||||
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<StopSceneParticleSystem>.NativeClassPtr))
|
||||
{
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(StopSceneParticleSystem.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
|
||||
// Token: 0x06004B65 RID: 19301 RVA: 0x0012BA88 File Offset: 0x00129C88
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
static StopSceneParticleSystem()
|
||||
{
|
||||
Il2CppClassPointerStore<StopSceneParticleSystem>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "StopSceneParticleSystem");
|
||||
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<StopSceneParticleSystem>.NativeClassPtr);
|
||||
StopSceneParticleSystem.NativeFieldInfoPtr_ScenePS = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<StopSceneParticleSystem>.NativeClassPtr, "ScenePS");
|
||||
StopSceneParticleSystem.NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<StopSceneParticleSystem>.NativeClassPtr, 100668276);
|
||||
StopSceneParticleSystem.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<StopSceneParticleSystem>.NativeClassPtr, 100668277);
|
||||
}
|
||||
|
||||
// Token: 0x06004B66 RID: 19302 RVA: 0x00117370 File Offset: 0x00115570
|
||||
public StopSceneParticleSystem(IntPtr pointer)
|
||||
: base(pointer)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x17001B31 RID: 6961
|
||||
// (get) Token: 0x06004B67 RID: 19303 RVA: 0x0012BAF4 File Offset: 0x00129CF4
|
||||
// (set) Token: 0x06004B68 RID: 19304 RVA: 0x0012BB28 File Offset: 0x00129D28
|
||||
public unsafe Il2CppReferenceArray<ParticleSystem> ScenePS
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(StopSceneParticleSystem.NativeFieldInfoPtr_ScenePS);
|
||||
IntPtr intPtr2 = *intPtr;
|
||||
return (intPtr2 != 0) ? new Il2CppReferenceArray<ParticleSystem>(intPtr2) : null;
|
||||
}
|
||||
set
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(StopSceneParticleSystem.NativeFieldInfoPtr_ScenePS), IL2CPP.Il2CppObjectBaseToPtr(value));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x040031C1 RID: 12737
|
||||
private static readonly IntPtr NativeFieldInfoPtr_ScenePS;
|
||||
|
||||
// Token: 0x040031C2 RID: 12738
|
||||
private static readonly IntPtr NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0;
|
||||
|
||||
// Token: 0x040031C3 RID: 12739
|
||||
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
||||
}
|
||||
Reference in New Issue
Block a user