174 lines
7.2 KiB
C#
174 lines
7.2 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x02000190 RID: 400
|
|
public class ChangeFog : SceneEvent
|
|
{
|
|
// Token: 0x06004692 RID: 18066 RVA: 0x001196CC File Offset: 0x001178CC
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 542210, XrefRangeEnd = 542212, 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), ChangeFog.NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06004693 RID: 18067 RVA: 0x0011971C File Offset: 0x0011791C
|
|
[CallerCount(0)]
|
|
public unsafe override void OnTriggerExit(Collider other)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
checked
|
|
{
|
|
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = IL2CPP.Il2CppObjectBaseToPtr(other);
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), ChangeFog.NativeMethodInfoPtr_OnTriggerExit_Protected_Virtual_Void_Collider_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06004694 RID: 18068 RVA: 0x00119780 File Offset: 0x00117980
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 542212, XrefRangeEnd = 542213, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe ChangeFog()
|
|
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<ChangeFog>.NativeClassPtr))
|
|
{
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(ChangeFog.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06004695 RID: 18069 RVA: 0x001197CC File Offset: 0x001179CC
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static ChangeFog()
|
|
{
|
|
Il2CppClassPointerStore<ChangeFog>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "ChangeFog");
|
|
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<ChangeFog>.NativeClassPtr);
|
|
ChangeFog.NativeFieldInfoPtr_FogColor = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<ChangeFog>.NativeClassPtr, "FogColor");
|
|
ChangeFog.NativeFieldInfoPtr_FogStart = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<ChangeFog>.NativeClassPtr, "FogStart");
|
|
ChangeFog.NativeFieldInfoPtr_FogEnd = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<ChangeFog>.NativeClassPtr, "FogEnd");
|
|
ChangeFog.NativeFieldInfoPtr_Speed = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<ChangeFog>.NativeClassPtr, "Speed");
|
|
ChangeFog.NativeFieldInfoPtr_g_fChangeTime = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<ChangeFog>.NativeClassPtr, "g_fChangeTime");
|
|
ChangeFog.NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ChangeFog>.NativeClassPtr, 100667986);
|
|
ChangeFog.NativeMethodInfoPtr_OnTriggerExit_Protected_Virtual_Void_Collider_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ChangeFog>.NativeClassPtr, 100667987);
|
|
ChangeFog.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ChangeFog>.NativeClassPtr, 100667988);
|
|
}
|
|
|
|
// Token: 0x06004696 RID: 18070 RVA: 0x00117370 File Offset: 0x00115570
|
|
public ChangeFog(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x17001997 RID: 6551
|
|
// (get) Token: 0x06004697 RID: 18071 RVA: 0x0011989C File Offset: 0x00117A9C
|
|
// (set) Token: 0x06004698 RID: 18072 RVA: 0x001198C4 File Offset: 0x00117AC4
|
|
public unsafe Color FogColor
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ChangeFog.NativeFieldInfoPtr_FogColor);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ChangeFog.NativeFieldInfoPtr_FogColor)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17001998 RID: 6552
|
|
// (get) Token: 0x06004699 RID: 18073 RVA: 0x001198E8 File Offset: 0x00117AE8
|
|
// (set) Token: 0x0600469A RID: 18074 RVA: 0x00119910 File Offset: 0x00117B10
|
|
public unsafe float FogStart
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ChangeFog.NativeFieldInfoPtr_FogStart);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ChangeFog.NativeFieldInfoPtr_FogStart)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17001999 RID: 6553
|
|
// (get) Token: 0x0600469B RID: 18075 RVA: 0x00119934 File Offset: 0x00117B34
|
|
// (set) Token: 0x0600469C RID: 18076 RVA: 0x0011995C File Offset: 0x00117B5C
|
|
public unsafe float FogEnd
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ChangeFog.NativeFieldInfoPtr_FogEnd);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ChangeFog.NativeFieldInfoPtr_FogEnd)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700199A RID: 6554
|
|
// (get) Token: 0x0600469D RID: 18077 RVA: 0x00119980 File Offset: 0x00117B80
|
|
// (set) Token: 0x0600469E RID: 18078 RVA: 0x001199A8 File Offset: 0x00117BA8
|
|
public unsafe float Speed
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ChangeFog.NativeFieldInfoPtr_Speed);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ChangeFog.NativeFieldInfoPtr_Speed)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700199B RID: 6555
|
|
// (get) Token: 0x0600469F RID: 18079 RVA: 0x001199CC File Offset: 0x00117BCC
|
|
// (set) Token: 0x060046A0 RID: 18080 RVA: 0x001199F4 File Offset: 0x00117BF4
|
|
public unsafe float g_fChangeTime
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ChangeFog.NativeFieldInfoPtr_g_fChangeTime);
|
|
return *intPtr;
|
|
}
|
|
set
|
|
{
|
|
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ChangeFog.NativeFieldInfoPtr_g_fChangeTime)) = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x04002EC0 RID: 11968
|
|
private static readonly IntPtr NativeFieldInfoPtr_FogColor;
|
|
|
|
// Token: 0x04002EC1 RID: 11969
|
|
private static readonly IntPtr NativeFieldInfoPtr_FogStart;
|
|
|
|
// Token: 0x04002EC2 RID: 11970
|
|
private static readonly IntPtr NativeFieldInfoPtr_FogEnd;
|
|
|
|
// Token: 0x04002EC3 RID: 11971
|
|
private static readonly IntPtr NativeFieldInfoPtr_Speed;
|
|
|
|
// Token: 0x04002EC4 RID: 11972
|
|
private static readonly IntPtr NativeFieldInfoPtr_g_fChangeTime;
|
|
|
|
// Token: 0x04002EC5 RID: 11973
|
|
private static readonly IntPtr NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0;
|
|
|
|
// Token: 0x04002EC6 RID: 11974
|
|
private static readonly IntPtr NativeMethodInfoPtr_OnTriggerExit_Protected_Virtual_Void_Collider_0;
|
|
|
|
// Token: 0x04002EC7 RID: 11975
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
}
|