Files
NobetaSource/Interop/Assembly-CSharp/commanastationwww/eternaltemple/HideGroup.cs
2023-09-06 22:00:49 +02:00

241 lines
11 KiB
C#

using System;
using Il2CppInterop.Common.Attributes;
using Il2CppInterop.Runtime;
using Il2CppInterop.Runtime.InteropTypes.Arrays;
using UnityEngine;
namespace commanastationwww.eternaltemple
{
// Token: 0x0200059F RID: 1439
public class HideGroup : MonoBehaviour
{
// Token: 0x060098A6 RID: 39078 RVA: 0x00272E7C File Offset: 0x0027107C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 617916, XrefRangeEnd = 617934, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void Start()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(HideGroup.NativeMethodInfoPtr_Start_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x060098A7 RID: 39079 RVA: 0x00272EC0 File Offset: 0x002710C0
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 617934, XrefRangeEnd = 617949, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void OnTriggerEnter(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(HideGroup.NativeMethodInfoPtr_OnTriggerEnter_Private_Void_Collider_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x060098A8 RID: 39080 RVA: 0x00272F1C File Offset: 0x0027111C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 617949, XrefRangeEnd = 617964, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe 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(HideGroup.NativeMethodInfoPtr_OnTriggerExit_Private_Void_Collider_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
}
// Token: 0x060098A9 RID: 39081 RVA: 0x00272F78 File Offset: 0x00271178
[CallerCount(5585)]
[CachedScanResults(RefRangeStart = 24, RefRangeEnd = 5609, XrefRangeStart = 24, XrefRangeEnd = 5609, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void Update()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(HideGroup.NativeMethodInfoPtr_Update_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x060098AA RID: 39082 RVA: 0x00272FBC File Offset: 0x002711BC
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 617964, XrefRangeEnd = 617965, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe HideGroup()
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<HideGroup>.NativeClassPtr))
{
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(HideGroup.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x060098AB RID: 39083 RVA: 0x00273008 File Offset: 0x00271208
// Note: this type is marked as 'beforefieldinit'.
static HideGroup()
{
Il2CppClassPointerStore<HideGroup>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "commanastationwww.eternaltemple", "HideGroup");
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<HideGroup>.NativeClassPtr);
HideGroup.NativeFieldInfoPtr_hidable = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<HideGroup>.NativeClassPtr, "hidable");
HideGroup.NativeFieldInfoPtr_disableParentGeo = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<HideGroup>.NativeClassPtr, "disableParentGeo");
HideGroup.NativeFieldInfoPtr_collisionEntriesCounter = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<HideGroup>.NativeClassPtr, "collisionEntriesCounter");
HideGroup.NativeFieldInfoPtr_hidableGroup = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<HideGroup>.NativeClassPtr, "hidableGroup");
HideGroup.NativeFieldInfoPtr_particlesGroup = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<HideGroup>.NativeClassPtr, "particlesGroup");
HideGroup.NativeFieldInfoPtr_rendererComponent = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<HideGroup>.NativeClassPtr, "rendererComponent");
HideGroup.NativeMethodInfoPtr_Start_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<HideGroup>.NativeClassPtr, 100675176);
HideGroup.NativeMethodInfoPtr_OnTriggerEnter_Private_Void_Collider_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<HideGroup>.NativeClassPtr, 100675177);
HideGroup.NativeMethodInfoPtr_OnTriggerExit_Private_Void_Collider_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<HideGroup>.NativeClassPtr, 100675178);
HideGroup.NativeMethodInfoPtr_Update_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<HideGroup>.NativeClassPtr, 100675179);
HideGroup.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<HideGroup>.NativeClassPtr, 100675180);
}
// Token: 0x060098AC RID: 39084 RVA: 0x0000351C File Offset: 0x0000171C
public HideGroup(IntPtr pointer)
: base(pointer)
{
}
// Token: 0x170033A8 RID: 13224
// (get) Token: 0x060098AD RID: 39085 RVA: 0x00273114 File Offset: 0x00271314
// (set) Token: 0x060098AE RID: 39086 RVA: 0x0027313C File Offset: 0x0027133C
public unsafe bool hidable
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(HideGroup.NativeFieldInfoPtr_hidable);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(HideGroup.NativeFieldInfoPtr_hidable)) = value;
}
}
// Token: 0x170033A9 RID: 13225
// (get) Token: 0x060098AF RID: 39087 RVA: 0x00273160 File Offset: 0x00271360
// (set) Token: 0x060098B0 RID: 39088 RVA: 0x00273188 File Offset: 0x00271388
public unsafe bool disableParentGeo
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(HideGroup.NativeFieldInfoPtr_disableParentGeo);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(HideGroup.NativeFieldInfoPtr_disableParentGeo)) = value;
}
}
// Token: 0x170033AA RID: 13226
// (get) Token: 0x060098B1 RID: 39089 RVA: 0x002731AC File Offset: 0x002713AC
// (set) Token: 0x060098B2 RID: 39090 RVA: 0x002731D4 File Offset: 0x002713D4
public unsafe int collisionEntriesCounter
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(HideGroup.NativeFieldInfoPtr_collisionEntriesCounter);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(HideGroup.NativeFieldInfoPtr_collisionEntriesCounter)) = value;
}
}
// Token: 0x170033AB RID: 13227
// (get) Token: 0x060098B3 RID: 39091 RVA: 0x002731F8 File Offset: 0x002713F8
// (set) Token: 0x060098B4 RID: 39092 RVA: 0x0027322C File Offset: 0x0027142C
public unsafe Il2CppReferenceArray<HidablePart> hidableGroup
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(HideGroup.NativeFieldInfoPtr_hidableGroup);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new Il2CppReferenceArray<HidablePart>(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(HideGroup.NativeFieldInfoPtr_hidableGroup), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x170033AC RID: 13228
// (get) Token: 0x060098B5 RID: 39093 RVA: 0x00273254 File Offset: 0x00271454
// (set) Token: 0x060098B6 RID: 39094 RVA: 0x00273288 File Offset: 0x00271488
public unsafe Il2CppReferenceArray<ParticleSystem> particlesGroup
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(HideGroup.NativeFieldInfoPtr_particlesGroup);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new Il2CppReferenceArray<ParticleSystem>(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(HideGroup.NativeFieldInfoPtr_particlesGroup), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x170033AD RID: 13229
// (get) Token: 0x060098B7 RID: 39095 RVA: 0x002732B0 File Offset: 0x002714B0
// (set) Token: 0x060098B8 RID: 39096 RVA: 0x002732E4 File Offset: 0x002714E4
public unsafe Renderer rendererComponent
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(HideGroup.NativeFieldInfoPtr_rendererComponent);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new Renderer(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(HideGroup.NativeFieldInfoPtr_rendererComponent), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x0400665E RID: 26206
private static readonly IntPtr NativeFieldInfoPtr_hidable;
// Token: 0x0400665F RID: 26207
private static readonly IntPtr NativeFieldInfoPtr_disableParentGeo;
// Token: 0x04006660 RID: 26208
private static readonly IntPtr NativeFieldInfoPtr_collisionEntriesCounter;
// Token: 0x04006661 RID: 26209
private static readonly IntPtr NativeFieldInfoPtr_hidableGroup;
// Token: 0x04006662 RID: 26210
private static readonly IntPtr NativeFieldInfoPtr_particlesGroup;
// Token: 0x04006663 RID: 26211
private static readonly IntPtr NativeFieldInfoPtr_rendererComponent;
// Token: 0x04006664 RID: 26212
private static readonly IntPtr NativeMethodInfoPtr_Start_Private_Void_0;
// Token: 0x04006665 RID: 26213
private static readonly IntPtr NativeMethodInfoPtr_OnTriggerEnter_Private_Void_Collider_0;
// Token: 0x04006666 RID: 26214
private static readonly IntPtr NativeMethodInfoPtr_OnTriggerExit_Private_Void_Collider_0;
// Token: 0x04006667 RID: 26215
private static readonly IntPtr NativeMethodInfoPtr_Update_Private_Void_0;
// Token: 0x04006668 RID: 26216
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
}
}