135 lines
5.9 KiB
C#
135 lines
5.9 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x02000336 RID: 822
|
|
public class csPrefebMake : MonoBehaviour
|
|
{
|
|
// Token: 0x06006F15 RID: 28437 RVA: 0x001C3224 File Offset: 0x001C1424
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 584109, XrefRangeEnd = 584123, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe void Start()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(csPrefebMake.NativeMethodInfoPtr_Start_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06006F16 RID: 28438 RVA: 0x001C3268 File Offset: 0x001C1468
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 584123, XrefRangeEnd = 584142, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe void Update()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(csPrefebMake.NativeMethodInfoPtr_Update_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06006F17 RID: 28439 RVA: 0x001C32AC File Offset: 0x001C14AC
|
|
[CallerCount(63)]
|
|
[CachedScanResults(RefRangeStart = 222154, RefRangeEnd = 222217, XrefRangeStart = 222154, XrefRangeEnd = 222217, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe csPrefebMake()
|
|
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<csPrefebMake>.NativeClassPtr))
|
|
{
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(csPrefebMake.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06006F18 RID: 28440 RVA: 0x001C32F8 File Offset: 0x001C14F8
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static csPrefebMake()
|
|
{
|
|
Il2CppClassPointerStore<csPrefebMake>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "csPrefebMake");
|
|
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<csPrefebMake>.NativeClassPtr);
|
|
csPrefebMake.NativeFieldInfoPtr_MakePrefeb = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<csPrefebMake>.NativeClassPtr, "MakePrefeb");
|
|
csPrefebMake.NativeFieldInfoPtr__MakePrefeb = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<csPrefebMake>.NativeClassPtr, "_MakePrefeb");
|
|
csPrefebMake.NativeFieldInfoPtr_DeadTime = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<csPrefebMake>.NativeClassPtr, "DeadTime");
|
|
csPrefebMake.NativeMethodInfoPtr_Start_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<csPrefebMake>.NativeClassPtr, 100671554);
|
|
csPrefebMake.NativeMethodInfoPtr_Update_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<csPrefebMake>.NativeClassPtr, 100671555);
|
|
csPrefebMake.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<csPrefebMake>.NativeClassPtr, 100671556);
|
|
}
|
|
|
|
// Token: 0x06006F19 RID: 28441 RVA: 0x0000351C File Offset: 0x0000171C
|
|
public csPrefebMake(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x17002663 RID: 9827
|
|
// (get) Token: 0x06006F1A RID: 28442 RVA: 0x001C33A0 File Offset: 0x001C15A0
|
|
// (set) Token: 0x06006F1B RID: 28443 RVA: 0x001C33D4 File Offset: 0x001C15D4
|
|
public unsafe Transform MakePrefeb
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(csPrefebMake.NativeFieldInfoPtr_MakePrefeb);
|
|
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(csPrefebMake.NativeFieldInfoPtr_MakePrefeb), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002664 RID: 9828
|
|
// (get) Token: 0x06006F1C RID: 28444 RVA: 0x001C33FC File Offset: 0x001C15FC
|
|
// (set) Token: 0x06006F1D RID: 28445 RVA: 0x001C3430 File Offset: 0x001C1630
|
|
public unsafe Transform _MakePrefeb
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(csPrefebMake.NativeFieldInfoPtr__MakePrefeb);
|
|
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(csPrefebMake.NativeFieldInfoPtr__MakePrefeb), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002665 RID: 9829
|
|
// (get) Token: 0x06006F1E RID: 28446 RVA: 0x001C3458 File Offset: 0x001C1658
|
|
// (set) Token: 0x06006F1F RID: 28447 RVA: 0x001C3480 File Offset: 0x001C1680
|
|
public unsafe float DeadTime
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(csPrefebMake.NativeFieldInfoPtr_DeadTime);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(csPrefebMake.NativeFieldInfoPtr_DeadTime)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x040049D2 RID: 18898
|
|
private static readonly IntPtr NativeFieldInfoPtr_MakePrefeb;
|
|
|
|
// Token: 0x040049D3 RID: 18899
|
|
private static readonly IntPtr NativeFieldInfoPtr__MakePrefeb;
|
|
|
|
// Token: 0x040049D4 RID: 18900
|
|
private static readonly IntPtr NativeFieldInfoPtr_DeadTime;
|
|
|
|
// Token: 0x040049D5 RID: 18901
|
|
private static readonly IntPtr NativeMethodInfoPtr_Start_Private_Void_0;
|
|
|
|
// Token: 0x040049D6 RID: 18902
|
|
private static readonly IntPtr NativeMethodInfoPtr_Update_Private_Void_0;
|
|
|
|
// Token: 0x040049D7 RID: 18903
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
}
|