81 lines
3.8 KiB
C#
81 lines
3.8 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x020001B6 RID: 438
|
|
public class Level04Room08_PS_RockFall : MonoBehaviour
|
|
{
|
|
// Token: 0x06004990 RID: 18832 RVA: 0x00124C28 File Offset: 0x00122E28
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 561459, XrefRangeEnd = 561464, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe void OnParticleCollision(GameObject other)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
checked
|
|
{
|
|
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = IL2CPP.Il2CppObjectBaseToPtr(other);
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(Level04Room08_PS_RockFall.NativeMethodInfoPtr_OnParticleCollision_Private_Void_GameObject_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06004991 RID: 18833 RVA: 0x00124C84 File Offset: 0x00122E84
|
|
[CallerCount(63)]
|
|
[CachedScanResults(RefRangeStart = 165985, RefRangeEnd = 166048, XrefRangeStart = 165985, XrefRangeEnd = 166048, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe Level04Room08_PS_RockFall()
|
|
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<Level04Room08_PS_RockFall>.NativeClassPtr))
|
|
{
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(Level04Room08_PS_RockFall.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06004992 RID: 18834 RVA: 0x00124CD0 File Offset: 0x00122ED0
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static Level04Room08_PS_RockFall()
|
|
{
|
|
Il2CppClassPointerStore<Level04Room08_PS_RockFall>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "Level04Room08_PS_RockFall");
|
|
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<Level04Room08_PS_RockFall>.NativeClassPtr);
|
|
Level04Room08_PS_RockFall.NativeFieldInfoPtr_L04Room08 = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<Level04Room08_PS_RockFall>.NativeClassPtr, "L04Room08");
|
|
Level04Room08_PS_RockFall.NativeMethodInfoPtr_OnParticleCollision_Private_Void_GameObject_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<Level04Room08_PS_RockFall>.NativeClassPtr, 100668158);
|
|
Level04Room08_PS_RockFall.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<Level04Room08_PS_RockFall>.NativeClassPtr, 100668159);
|
|
}
|
|
|
|
// Token: 0x06004993 RID: 18835 RVA: 0x0000351C File Offset: 0x0000171C
|
|
public Level04Room08_PS_RockFall(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x17001A98 RID: 6808
|
|
// (get) Token: 0x06004994 RID: 18836 RVA: 0x00124D3C File Offset: 0x00122F3C
|
|
// (set) Token: 0x06004995 RID: 18837 RVA: 0x00124D70 File Offset: 0x00122F70
|
|
public unsafe Level04Room08 L04Room08
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(Level04Room08_PS_RockFall.NativeFieldInfoPtr_L04Room08);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new Level04Room08(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(Level04Room08_PS_RockFall.NativeFieldInfoPtr_L04Room08), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x0400309E RID: 12446
|
|
private static readonly IntPtr NativeFieldInfoPtr_L04Room08;
|
|
|
|
// Token: 0x0400309F RID: 12447
|
|
private static readonly IntPtr NativeMethodInfoPtr_OnParticleCollision_Private_Void_GameObject_0;
|
|
|
|
// Token: 0x040030A0 RID: 12448
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
}
|