110 lines
4.9 KiB
C#
110 lines
4.9 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x02000347 RID: 839
|
|
public class CFX_AutoStopLoopedEffect : MonoBehaviour
|
|
{
|
|
// Token: 0x06007035 RID: 28725 RVA: 0x001C798C File Offset: 0x001C5B8C
|
|
[CallerCount(0)]
|
|
public unsafe void OnEnable()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(CFX_AutoStopLoopedEffect.NativeMethodInfoPtr_OnEnable_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06007036 RID: 28726 RVA: 0x001C79D0 File Offset: 0x001C5BD0
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 601957, XrefRangeEnd = 601971, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe void Update()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(CFX_AutoStopLoopedEffect.NativeMethodInfoPtr_Update_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06007037 RID: 28727 RVA: 0x001C7A14 File Offset: 0x001C5C14
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 601971, XrefRangeEnd = 601972, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe CFX_AutoStopLoopedEffect()
|
|
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<CFX_AutoStopLoopedEffect>.NativeClassPtr))
|
|
{
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(CFX_AutoStopLoopedEffect.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06007038 RID: 28728 RVA: 0x001C7A60 File Offset: 0x001C5C60
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static CFX_AutoStopLoopedEffect()
|
|
{
|
|
Il2CppClassPointerStore<CFX_AutoStopLoopedEffect>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "CFX_AutoStopLoopedEffect");
|
|
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<CFX_AutoStopLoopedEffect>.NativeClassPtr);
|
|
CFX_AutoStopLoopedEffect.NativeFieldInfoPtr_effectDuration = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<CFX_AutoStopLoopedEffect>.NativeClassPtr, "effectDuration");
|
|
CFX_AutoStopLoopedEffect.NativeFieldInfoPtr_d = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<CFX_AutoStopLoopedEffect>.NativeClassPtr, "d");
|
|
CFX_AutoStopLoopedEffect.NativeMethodInfoPtr_OnEnable_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<CFX_AutoStopLoopedEffect>.NativeClassPtr, 100671640);
|
|
CFX_AutoStopLoopedEffect.NativeMethodInfoPtr_Update_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<CFX_AutoStopLoopedEffect>.NativeClassPtr, 100671641);
|
|
CFX_AutoStopLoopedEffect.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<CFX_AutoStopLoopedEffect>.NativeClassPtr, 100671642);
|
|
}
|
|
|
|
// Token: 0x06007039 RID: 28729 RVA: 0x0000351C File Offset: 0x0000171C
|
|
public CFX_AutoStopLoopedEffect(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x170026B7 RID: 9911
|
|
// (get) Token: 0x0600703A RID: 28730 RVA: 0x001C7AF4 File Offset: 0x001C5CF4
|
|
// (set) Token: 0x0600703B RID: 28731 RVA: 0x001C7B1C File Offset: 0x001C5D1C
|
|
public unsafe float effectDuration
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(CFX_AutoStopLoopedEffect.NativeFieldInfoPtr_effectDuration);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(CFX_AutoStopLoopedEffect.NativeFieldInfoPtr_effectDuration)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170026B8 RID: 9912
|
|
// (get) Token: 0x0600703C RID: 28732 RVA: 0x001C7B40 File Offset: 0x001C5D40
|
|
// (set) Token: 0x0600703D RID: 28733 RVA: 0x001C7B68 File Offset: 0x001C5D68
|
|
public unsafe float d
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(CFX_AutoStopLoopedEffect.NativeFieldInfoPtr_d);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(CFX_AutoStopLoopedEffect.NativeFieldInfoPtr_d)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x04004A88 RID: 19080
|
|
private static readonly IntPtr NativeFieldInfoPtr_effectDuration;
|
|
|
|
// Token: 0x04004A89 RID: 19081
|
|
private static readonly IntPtr NativeFieldInfoPtr_d;
|
|
|
|
// Token: 0x04004A8A RID: 19082
|
|
private static readonly IntPtr NativeMethodInfoPtr_OnEnable_Private_Void_0;
|
|
|
|
// Token: 0x04004A8B RID: 19083
|
|
private static readonly IntPtr NativeMethodInfoPtr_Update_Private_Void_0;
|
|
|
|
// Token: 0x04004A8C RID: 19084
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
}
|