78 lines
3.7 KiB
C#
78 lines
3.7 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
using Il2CppInterop.Runtime.InteropTypes.Arrays;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x02000216 RID: 534
|
|
public class StopSceneParticleSystem : SceneEvent
|
|
{
|
|
// Token: 0x06005093 RID: 20627 RVA: 0x00141198 File Offset: 0x0013F398
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 573956, XrefRangeEnd = 573969, 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: 0x06005094 RID: 20628 RVA: 0x001411E8 File Offset: 0x0013F3E8
|
|
[CallerCount(5)]
|
|
[CachedScanResults(RefRangeStart = 569315, RefRangeEnd = 569320, XrefRangeStart = 569315, XrefRangeEnd = 569320, 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: 0x06005095 RID: 20629 RVA: 0x00141234 File Offset: 0x0013F434
|
|
// 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, 100668712);
|
|
StopSceneParticleSystem.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<StopSceneParticleSystem>.NativeClassPtr, 100668713);
|
|
}
|
|
|
|
// Token: 0x06005096 RID: 20630 RVA: 0x0012A4E8 File Offset: 0x001286E8
|
|
public StopSceneParticleSystem(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x17001CB4 RID: 7348
|
|
// (get) Token: 0x06005097 RID: 20631 RVA: 0x001412A0 File Offset: 0x0013F4A0
|
|
// (set) Token: 0x06005098 RID: 20632 RVA: 0x001412D4 File Offset: 0x0013F4D4
|
|
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: 0x04003541 RID: 13633
|
|
private static readonly IntPtr NativeFieldInfoPtr_ScenePS;
|
|
|
|
// Token: 0x04003542 RID: 13634
|
|
private static readonly IntPtr NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04003543 RID: 13635
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
}
|