135 lines
5.9 KiB
C#
135 lines
5.9 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x0200038E RID: 910
|
|
public class csPrefebMake : MonoBehaviour
|
|
{
|
|
// Token: 0x06007768 RID: 30568 RVA: 0x001E5F6C File Offset: 0x001E416C
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 616410, XrefRangeEnd = 616424, 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: 0x06007769 RID: 30569 RVA: 0x001E5FB0 File Offset: 0x001E41B0
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 616424, XrefRangeEnd = 616443, 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: 0x0600776A RID: 30570 RVA: 0x001E5FF4 File Offset: 0x001E41F4
|
|
[CallerCount(67)]
|
|
[CachedScanResults(RefRangeStart = 166362, RefRangeEnd = 166429, XrefRangeStart = 166362, XrefRangeEnd = 166429, 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: 0x0600776B RID: 30571 RVA: 0x001E6040 File Offset: 0x001E4240
|
|
// 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, 100672267);
|
|
csPrefebMake.NativeMethodInfoPtr_Update_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<csPrefebMake>.NativeClassPtr, 100672268);
|
|
csPrefebMake.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<csPrefebMake>.NativeClassPtr, 100672269);
|
|
}
|
|
|
|
// Token: 0x0600776C RID: 30572 RVA: 0x0000351C File Offset: 0x0000171C
|
|
public csPrefebMake(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x170028FE RID: 10494
|
|
// (get) Token: 0x0600776D RID: 30573 RVA: 0x001E60E8 File Offset: 0x001E42E8
|
|
// (set) Token: 0x0600776E RID: 30574 RVA: 0x001E611C File Offset: 0x001E431C
|
|
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: 0x170028FF RID: 10495
|
|
// (get) Token: 0x0600776F RID: 30575 RVA: 0x001E6144 File Offset: 0x001E4344
|
|
// (set) Token: 0x06007770 RID: 30576 RVA: 0x001E6178 File Offset: 0x001E4378
|
|
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: 0x17002900 RID: 10496
|
|
// (get) Token: 0x06007771 RID: 30577 RVA: 0x001E61A0 File Offset: 0x001E43A0
|
|
// (set) Token: 0x06007772 RID: 30578 RVA: 0x001E61C8 File Offset: 0x001E43C8
|
|
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: 0x04004F7B RID: 20347
|
|
private static readonly IntPtr NativeFieldInfoPtr_MakePrefeb;
|
|
|
|
// Token: 0x04004F7C RID: 20348
|
|
private static readonly IntPtr NativeFieldInfoPtr__MakePrefeb;
|
|
|
|
// Token: 0x04004F7D RID: 20349
|
|
private static readonly IntPtr NativeFieldInfoPtr_DeadTime;
|
|
|
|
// Token: 0x04004F7E RID: 20350
|
|
private static readonly IntPtr NativeMethodInfoPtr_Start_Private_Void_0;
|
|
|
|
// Token: 0x04004F7F RID: 20351
|
|
private static readonly IntPtr NativeMethodInfoPtr_Update_Private_Void_0;
|
|
|
|
// Token: 0x04004F80 RID: 20352
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
}
|