75 lines
3.2 KiB
C#
75 lines
3.2 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
|
|
// Token: 0x02000104 RID: 260
|
|
public class GhostE_EffWall : BoxRangeCollision
|
|
{
|
|
// Token: 0x06003500 RID: 13568 RVA: 0x000D3074 File Offset: 0x000D1274
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 541361, XrefRangeEnd = 541410, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe override void Update()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), GhostE_EffWall.NativeMethodInfoPtr_Update_Protected_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06003501 RID: 13569 RVA: 0x000D30C4 File Offset: 0x000D12C4
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 541410, XrefRangeEnd = 541411, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe GhostE_EffWall()
|
|
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<GhostE_EffWall>.NativeClassPtr))
|
|
{
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(GhostE_EffWall.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06003502 RID: 13570 RVA: 0x000D3110 File Offset: 0x000D1310
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static GhostE_EffWall()
|
|
{
|
|
Il2CppClassPointerStore<GhostE_EffWall>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "GhostE_EffWall");
|
|
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<GhostE_EffWall>.NativeClassPtr);
|
|
GhostE_EffWall.NativeFieldInfoPtr_g_fSpeed = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<GhostE_EffWall>.NativeClassPtr, "g_fSpeed");
|
|
GhostE_EffWall.NativeMethodInfoPtr_Update_Protected_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<GhostE_EffWall>.NativeClassPtr, 100666696);
|
|
GhostE_EffWall.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<GhostE_EffWall>.NativeClassPtr, 100666697);
|
|
}
|
|
|
|
// Token: 0x06003503 RID: 13571 RVA: 0x000D317C File Offset: 0x000D137C
|
|
public GhostE_EffWall(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x17001348 RID: 4936
|
|
// (get) Token: 0x06003504 RID: 13572 RVA: 0x000D3188 File Offset: 0x000D1388
|
|
// (set) Token: 0x06003505 RID: 13573 RVA: 0x000D31A6 File Offset: 0x000D13A6
|
|
public unsafe static float g_fSpeed
|
|
{
|
|
get
|
|
{
|
|
float num;
|
|
IL2CPP.il2cpp_field_static_get_value(GhostE_EffWall.NativeFieldInfoPtr_g_fSpeed, (void*)(&num));
|
|
return num;
|
|
}
|
|
set
|
|
{
|
|
IL2CPP.il2cpp_field_static_set_value(GhostE_EffWall.NativeFieldInfoPtr_g_fSpeed, (void*)(&value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x04002336 RID: 9014
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fSpeed;
|
|
|
|
// Token: 0x04002337 RID: 9015
|
|
private static readonly IntPtr NativeMethodInfoPtr_Update_Protected_Virtual_Void_0;
|
|
|
|
// Token: 0x04002338 RID: 9016
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
}
|