Files
NobetaSource/Interop/Assembly-CSharp/csLightIntancityControl.cs
2023-09-06 22:09:22 +02:00

137 lines
5.9 KiB
C#

using System;
using Il2CppInterop.Common.Attributes;
using Il2CppInterop.Runtime;
using UnityEngine;
// Token: 0x0200033D RID: 829
public class csLightIntancityControl : MonoBehaviour
{
// Token: 0x06006FA1 RID: 28577 RVA: 0x001C5670 File Offset: 0x001C3870
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 601681, XrefRangeEnd = 601688, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void Update()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(csLightIntancityControl.NativeMethodInfoPtr_Update_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006FA2 RID: 28578 RVA: 0x001C56B4 File Offset: 0x001C38B4
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 601688, XrefRangeEnd = 601689, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe csLightIntancityControl()
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<csLightIntancityControl>.NativeClassPtr))
{
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(csLightIntancityControl.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06006FA3 RID: 28579 RVA: 0x001C5700 File Offset: 0x001C3900
// Note: this type is marked as 'beforefieldinit'.
static csLightIntancityControl()
{
Il2CppClassPointerStore<csLightIntancityControl>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "csLightIntancityControl");
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<csLightIntancityControl>.NativeClassPtr);
csLightIntancityControl.NativeFieldInfoPtr__light = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<csLightIntancityControl>.NativeClassPtr, "_light");
csLightIntancityControl.NativeFieldInfoPtr__time = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<csLightIntancityControl>.NativeClassPtr, "_time");
csLightIntancityControl.NativeFieldInfoPtr_Delay = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<csLightIntancityControl>.NativeClassPtr, "Delay");
csLightIntancityControl.NativeFieldInfoPtr_Down = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<csLightIntancityControl>.NativeClassPtr, "Down");
csLightIntancityControl.NativeMethodInfoPtr_Update_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<csLightIntancityControl>.NativeClassPtr, 100671598);
csLightIntancityControl.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<csLightIntancityControl>.NativeClassPtr, 100671599);
}
// Token: 0x06006FA4 RID: 28580 RVA: 0x0000351C File Offset: 0x0000171C
public csLightIntancityControl(IntPtr pointer)
: base(pointer)
{
}
// Token: 0x17002688 RID: 9864
// (get) Token: 0x06006FA5 RID: 28581 RVA: 0x001C57A8 File Offset: 0x001C39A8
// (set) Token: 0x06006FA6 RID: 28582 RVA: 0x001C57DC File Offset: 0x001C39DC
public unsafe Light _light
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(csLightIntancityControl.NativeFieldInfoPtr__light);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new Light(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(csLightIntancityControl.NativeFieldInfoPtr__light), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x17002689 RID: 9865
// (get) Token: 0x06006FA7 RID: 28583 RVA: 0x001C5804 File Offset: 0x001C3A04
// (set) Token: 0x06006FA8 RID: 28584 RVA: 0x001C582C File Offset: 0x001C3A2C
public unsafe float _time
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(csLightIntancityControl.NativeFieldInfoPtr__time);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(csLightIntancityControl.NativeFieldInfoPtr__time)) = value;
}
}
// Token: 0x1700268A RID: 9866
// (get) Token: 0x06006FA9 RID: 28585 RVA: 0x001C5850 File Offset: 0x001C3A50
// (set) Token: 0x06006FAA RID: 28586 RVA: 0x001C5878 File Offset: 0x001C3A78
public unsafe float Delay
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(csLightIntancityControl.NativeFieldInfoPtr_Delay);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(csLightIntancityControl.NativeFieldInfoPtr_Delay)) = value;
}
}
// Token: 0x1700268B RID: 9867
// (get) Token: 0x06006FAB RID: 28587 RVA: 0x001C589C File Offset: 0x001C3A9C
// (set) Token: 0x06006FAC RID: 28588 RVA: 0x001C58C4 File Offset: 0x001C3AC4
public unsafe float Down
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(csLightIntancityControl.NativeFieldInfoPtr_Down);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(csLightIntancityControl.NativeFieldInfoPtr_Down)) = value;
}
}
// Token: 0x04004A33 RID: 18995
private static readonly IntPtr NativeFieldInfoPtr__light;
// Token: 0x04004A34 RID: 18996
private static readonly IntPtr NativeFieldInfoPtr__time;
// Token: 0x04004A35 RID: 18997
private static readonly IntPtr NativeFieldInfoPtr_Delay;
// Token: 0x04004A36 RID: 18998
private static readonly IntPtr NativeFieldInfoPtr_Down;
// Token: 0x04004A37 RID: 18999
private static readonly IntPtr NativeMethodInfoPtr_Update_Private_Void_0;
// Token: 0x04004A38 RID: 19000
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
}