117 lines
4.8 KiB
C#
117 lines
4.8 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x020001C7 RID: 455
|
|
public class NewItem : SceneEvent
|
|
{
|
|
// Token: 0x06004A7C RID: 19068 RVA: 0x001283AC File Offset: 0x001265AC
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 562081, XrefRangeEnd = 562103, 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), NewItem.NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06004A7D RID: 19069 RVA: 0x001283FC File Offset: 0x001265FC
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 0, XrefRangeEnd = 0, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe NewItem()
|
|
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<NewItem>.NativeClassPtr))
|
|
{
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(NewItem.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06004A7E RID: 19070 RVA: 0x00128448 File Offset: 0x00126648
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static NewItem()
|
|
{
|
|
Il2CppClassPointerStore<NewItem>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "NewItem");
|
|
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<NewItem>.NativeClassPtr);
|
|
NewItem.NativeFieldInfoPtr_ItemType = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NewItem>.NativeClassPtr, "ItemType");
|
|
NewItem.NativeFieldInfoPtr_PropertyID = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NewItem>.NativeClassPtr, "PropertyID");
|
|
NewItem.NativeFieldInfoPtr_Pos = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<NewItem>.NativeClassPtr, "Pos");
|
|
NewItem.NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NewItem>.NativeClassPtr, 100668211);
|
|
NewItem.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<NewItem>.NativeClassPtr, 100668212);
|
|
}
|
|
|
|
// Token: 0x06004A7F RID: 19071 RVA: 0x00118C18 File Offset: 0x00116E18
|
|
public NewItem(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x17001AE3 RID: 6883
|
|
// (get) Token: 0x06004A80 RID: 19072 RVA: 0x001284DC File Offset: 0x001266DC
|
|
// (set) Token: 0x06004A81 RID: 19073 RVA: 0x00128504 File Offset: 0x00126704
|
|
public unsafe ItemSystem.ItemType ItemType
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NewItem.NativeFieldInfoPtr_ItemType);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NewItem.NativeFieldInfoPtr_ItemType)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17001AE4 RID: 6884
|
|
// (get) Token: 0x06004A82 RID: 19074 RVA: 0x00128528 File Offset: 0x00126728
|
|
// (set) Token: 0x06004A83 RID: 19075 RVA: 0x00128550 File Offset: 0x00126750
|
|
public unsafe int PropertyID
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NewItem.NativeFieldInfoPtr_PropertyID);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NewItem.NativeFieldInfoPtr_PropertyID)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17001AE5 RID: 6885
|
|
// (get) Token: 0x06004A84 RID: 19076 RVA: 0x00128574 File Offset: 0x00126774
|
|
// (set) Token: 0x06004A85 RID: 19077 RVA: 0x001285A8 File Offset: 0x001267A8
|
|
public unsafe Transform Pos
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(NewItem.NativeFieldInfoPtr_Pos);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new Transform(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(NewItem.NativeFieldInfoPtr_Pos), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x04003131 RID: 12593
|
|
private static readonly IntPtr NativeFieldInfoPtr_ItemType;
|
|
|
|
// Token: 0x04003132 RID: 12594
|
|
private static readonly IntPtr NativeFieldInfoPtr_PropertyID;
|
|
|
|
// Token: 0x04003133 RID: 12595
|
|
private static readonly IntPtr NativeFieldInfoPtr_Pos;
|
|
|
|
// Token: 0x04003134 RID: 12596
|
|
private static readonly IntPtr NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04003135 RID: 12597
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
}
|