182 lines
8.2 KiB
C#
182 lines
8.2 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
using UnityEngine;
|
|
using XftWeapon;
|
|
|
|
// Token: 0x02000394 RID: 916
|
|
public class XWeaponTrailDemo : MonoBehaviour
|
|
{
|
|
// Token: 0x060073D0 RID: 29648 RVA: 0x001D7E90 File Offset: 0x001D6090
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 604636, XrefRangeEnd = 604641, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe void Start()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(XWeaponTrailDemo.NativeMethodInfoPtr_Start_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x060073D1 RID: 29649 RVA: 0x001D7ED4 File Offset: 0x001D60D4
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 604641, XrefRangeEnd = 604696, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe void OnGUI()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(XWeaponTrailDemo.NativeMethodInfoPtr_OnGUI_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x060073D2 RID: 29650 RVA: 0x001D7F18 File Offset: 0x001D6118
|
|
[CallerCount(63)]
|
|
[CachedScanResults(RefRangeStart = 165985, RefRangeEnd = 166048, XrefRangeStart = 165985, XrefRangeEnd = 166048, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe XWeaponTrailDemo()
|
|
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<XWeaponTrailDemo>.NativeClassPtr))
|
|
{
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(XWeaponTrailDemo.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x060073D3 RID: 29651 RVA: 0x001D7F64 File Offset: 0x001D6164
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static XWeaponTrailDemo()
|
|
{
|
|
Il2CppClassPointerStore<XWeaponTrailDemo>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "XWeaponTrailDemo");
|
|
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<XWeaponTrailDemo>.NativeClassPtr);
|
|
XWeaponTrailDemo.NativeFieldInfoPtr_SwordAnimation = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<XWeaponTrailDemo>.NativeClassPtr, "SwordAnimation");
|
|
XWeaponTrailDemo.NativeFieldInfoPtr_ProTrailDistort = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<XWeaponTrailDemo>.NativeClassPtr, "ProTrailDistort");
|
|
XWeaponTrailDemo.NativeFieldInfoPtr_ProTrailShort = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<XWeaponTrailDemo>.NativeClassPtr, "ProTrailShort");
|
|
XWeaponTrailDemo.NativeFieldInfoPtr_ProTraillong = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<XWeaponTrailDemo>.NativeClassPtr, "ProTraillong");
|
|
XWeaponTrailDemo.NativeFieldInfoPtr_SimpleTrail = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<XWeaponTrailDemo>.NativeClassPtr, "SimpleTrail");
|
|
XWeaponTrailDemo.NativeMethodInfoPtr_Start_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<XWeaponTrailDemo>.NativeClassPtr, 100672002);
|
|
XWeaponTrailDemo.NativeMethodInfoPtr_OnGUI_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<XWeaponTrailDemo>.NativeClassPtr, 100672003);
|
|
XWeaponTrailDemo.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<XWeaponTrailDemo>.NativeClassPtr, 100672004);
|
|
}
|
|
|
|
// Token: 0x060073D4 RID: 29652 RVA: 0x0000351C File Offset: 0x0000171C
|
|
public XWeaponTrailDemo(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x170027A0 RID: 10144
|
|
// (get) Token: 0x060073D5 RID: 29653 RVA: 0x001D8034 File Offset: 0x001D6234
|
|
// (set) Token: 0x060073D6 RID: 29654 RVA: 0x001D8068 File Offset: 0x001D6268
|
|
public unsafe Animation SwordAnimation
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(XWeaponTrailDemo.NativeFieldInfoPtr_SwordAnimation);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new Animation(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(XWeaponTrailDemo.NativeFieldInfoPtr_SwordAnimation), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170027A1 RID: 10145
|
|
// (get) Token: 0x060073D7 RID: 29655 RVA: 0x001D8090 File Offset: 0x001D6290
|
|
// (set) Token: 0x060073D8 RID: 29656 RVA: 0x001D80C4 File Offset: 0x001D62C4
|
|
public unsafe XWeaponTrail ProTrailDistort
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(XWeaponTrailDemo.NativeFieldInfoPtr_ProTrailDistort);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new XWeaponTrail(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(XWeaponTrailDemo.NativeFieldInfoPtr_ProTrailDistort), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170027A2 RID: 10146
|
|
// (get) Token: 0x060073D9 RID: 29657 RVA: 0x001D80EC File Offset: 0x001D62EC
|
|
// (set) Token: 0x060073DA RID: 29658 RVA: 0x001D8120 File Offset: 0x001D6320
|
|
public unsafe XWeaponTrail ProTrailShort
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(XWeaponTrailDemo.NativeFieldInfoPtr_ProTrailShort);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new XWeaponTrail(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(XWeaponTrailDemo.NativeFieldInfoPtr_ProTrailShort), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170027A3 RID: 10147
|
|
// (get) Token: 0x060073DB RID: 29659 RVA: 0x001D8148 File Offset: 0x001D6348
|
|
// (set) Token: 0x060073DC RID: 29660 RVA: 0x001D817C File Offset: 0x001D637C
|
|
public unsafe XWeaponTrail ProTraillong
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(XWeaponTrailDemo.NativeFieldInfoPtr_ProTraillong);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new XWeaponTrail(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(XWeaponTrailDemo.NativeFieldInfoPtr_ProTraillong), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170027A4 RID: 10148
|
|
// (get) Token: 0x060073DD RID: 29661 RVA: 0x001D81A4 File Offset: 0x001D63A4
|
|
// (set) Token: 0x060073DE RID: 29662 RVA: 0x001D81D8 File Offset: 0x001D63D8
|
|
public unsafe XWeaponTrail SimpleTrail
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(XWeaponTrailDemo.NativeFieldInfoPtr_SimpleTrail);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new XWeaponTrail(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(XWeaponTrailDemo.NativeFieldInfoPtr_SimpleTrail), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x04004DBA RID: 19898
|
|
private static readonly IntPtr NativeFieldInfoPtr_SwordAnimation;
|
|
|
|
// Token: 0x04004DBB RID: 19899
|
|
private static readonly IntPtr NativeFieldInfoPtr_ProTrailDistort;
|
|
|
|
// Token: 0x04004DBC RID: 19900
|
|
private static readonly IntPtr NativeFieldInfoPtr_ProTrailShort;
|
|
|
|
// Token: 0x04004DBD RID: 19901
|
|
private static readonly IntPtr NativeFieldInfoPtr_ProTraillong;
|
|
|
|
// Token: 0x04004DBE RID: 19902
|
|
private static readonly IntPtr NativeFieldInfoPtr_SimpleTrail;
|
|
|
|
// Token: 0x04004DBF RID: 19903
|
|
private static readonly IntPtr NativeMethodInfoPtr_Start_Public_Void_0;
|
|
|
|
// Token: 0x04004DC0 RID: 19904
|
|
private static readonly IntPtr NativeMethodInfoPtr_OnGUI_Private_Void_0;
|
|
|
|
// Token: 0x04004DC1 RID: 19905
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
}
|