81 lines
3.8 KiB
C#
81 lines
3.8 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x020001AF RID: 431
|
|
public class Level04Room08_PS_RockFall : MonoBehaviour
|
|
{
|
|
// Token: 0x06004919 RID: 18713 RVA: 0x00122F94 File Offset: 0x00121194
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 544103, XrefRangeEnd = 544108, 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: 0x0600491A RID: 18714 RVA: 0x00122FF0 File Offset: 0x001211F0
|
|
[CallerCount(63)]
|
|
[CachedScanResults(RefRangeStart = 222154, RefRangeEnd = 222217, XrefRangeStart = 222154, XrefRangeEnd = 222217, 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: 0x0600491B RID: 18715 RVA: 0x0012303C File Offset: 0x0012123C
|
|
// 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, 100668133);
|
|
Level04Room08_PS_RockFall.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<Level04Room08_PS_RockFall>.NativeClassPtr, 100668134);
|
|
}
|
|
|
|
// Token: 0x0600491C RID: 18716 RVA: 0x0000351C File Offset: 0x0000171C
|
|
public Level04Room08_PS_RockFall(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x17001A78 RID: 6776
|
|
// (get) Token: 0x0600491D RID: 18717 RVA: 0x001230A8 File Offset: 0x001212A8
|
|
// (set) Token: 0x0600491E RID: 18718 RVA: 0x001230DC File Offset: 0x001212DC
|
|
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: 0x04003051 RID: 12369
|
|
private static readonly IntPtr NativeFieldInfoPtr_L04Room08;
|
|
|
|
// Token: 0x04003052 RID: 12370
|
|
private static readonly IntPtr NativeMethodInfoPtr_OnParticleCollision_Private_Void_GameObject_0;
|
|
|
|
// Token: 0x04003053 RID: 12371
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
}
|