Add v1.0.3.1
This commit is contained in:
109
Interop/Assembly-CSharp/CFX_AutoStopLoopedEffect.cs
Normal file
109
Interop/Assembly-CSharp/CFX_AutoStopLoopedEffect.cs
Normal file
@@ -0,0 +1,109 @@
|
||||
using System;
|
||||
using Il2CppInterop.Common.Attributes;
|
||||
using Il2CppInterop.Runtime;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x0200033E RID: 830
|
||||
public class CFX_AutoStopLoopedEffect : MonoBehaviour
|
||||
{
|
||||
// Token: 0x06006F85 RID: 28549 RVA: 0x001C4D7C File Offset: 0x001C2F7C
|
||||
[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: 0x06006F86 RID: 28550 RVA: 0x001C4DC0 File Offset: 0x001C2FC0
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 584346, XrefRangeEnd = 584360, 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: 0x06006F87 RID: 28551 RVA: 0x001C4E04 File Offset: 0x001C3004
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 584360, XrefRangeEnd = 584361, 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: 0x06006F88 RID: 28552 RVA: 0x001C4E50 File Offset: 0x001C3050
|
||||
// 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, 100671590);
|
||||
CFX_AutoStopLoopedEffect.NativeMethodInfoPtr_Update_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<CFX_AutoStopLoopedEffect>.NativeClassPtr, 100671591);
|
||||
CFX_AutoStopLoopedEffect.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<CFX_AutoStopLoopedEffect>.NativeClassPtr, 100671592);
|
||||
}
|
||||
|
||||
// Token: 0x06006F89 RID: 28553 RVA: 0x0000351C File Offset: 0x0000171C
|
||||
public CFX_AutoStopLoopedEffect(IntPtr pointer)
|
||||
: base(pointer)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x17002685 RID: 9861
|
||||
// (get) Token: 0x06006F8A RID: 28554 RVA: 0x001C4EE4 File Offset: 0x001C30E4
|
||||
// (set) Token: 0x06006F8B RID: 28555 RVA: 0x001C4F0C File Offset: 0x001C310C
|
||||
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: 0x17002686 RID: 9862
|
||||
// (get) Token: 0x06006F8C RID: 28556 RVA: 0x001C4F30 File Offset: 0x001C3130
|
||||
// (set) Token: 0x06006F8D RID: 28557 RVA: 0x001C4F58 File Offset: 0x001C3158
|
||||
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: 0x04004A14 RID: 18964
|
||||
private static readonly IntPtr NativeFieldInfoPtr_effectDuration;
|
||||
|
||||
// Token: 0x04004A15 RID: 18965
|
||||
private static readonly IntPtr NativeFieldInfoPtr_d;
|
||||
|
||||
// Token: 0x04004A16 RID: 18966
|
||||
private static readonly IntPtr NativeMethodInfoPtr_OnEnable_Private_Void_0;
|
||||
|
||||
// Token: 0x04004A17 RID: 18967
|
||||
private static readonly IntPtr NativeMethodInfoPtr_Update_Private_Void_0;
|
||||
|
||||
// Token: 0x04004A18 RID: 18968
|
||||
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
||||
}
|
||||
Reference in New Issue
Block a user