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

295 lines
13 KiB
C#

using System;
using Il2CppInterop.Common.Attributes;
using Il2CppInterop.Runtime;
using UnityEngine;
// Token: 0x02000393 RID: 915
public class WaterReflection : MonoBehaviour
{
// Token: 0x060073B7 RID: 29623 RVA: 0x001D78E0 File Offset: 0x001D5AE0
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 604597, XrefRangeEnd = 604613, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void Awake()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(WaterReflection.NativeMethodInfoPtr_Awake_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x060073B8 RID: 29624 RVA: 0x001D7924 File Offset: 0x001D5B24
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 604613, XrefRangeEnd = 604614, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void Update()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(WaterReflection.NativeMethodInfoPtr_Update_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x060073B9 RID: 29625 RVA: 0x001D7968 File Offset: 0x001D5B68
[CallerCount(1)]
[CachedScanResults(RefRangeStart = 604625, RefRangeEnd = 604626, XrefRangeStart = 604614, XrefRangeEnd = 604625, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void RenderReflection()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(WaterReflection.NativeMethodInfoPtr_RenderReflection_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x060073BA RID: 29626 RVA: 0x001D79AC File Offset: 0x001D5BAC
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 604626, XrefRangeEnd = 604636, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe void Validate()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(WaterReflection.NativeMethodInfoPtr_Validate_Private_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x060073BB RID: 29627 RVA: 0x001D79F0 File Offset: 0x001D5BF0
[CallerCount(63)]
[CachedScanResults(RefRangeStart = 165985, RefRangeEnd = 166048, XrefRangeStart = 165985, XrefRangeEnd = 166048, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe WaterReflection()
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<WaterReflection>.NativeClassPtr))
{
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(WaterReflection.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x060073BC RID: 29628 RVA: 0x001D7A3C File Offset: 0x001D5C3C
// Note: this type is marked as 'beforefieldinit'.
static WaterReflection()
{
Il2CppClassPointerStore<WaterReflection>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "WaterReflection");
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<WaterReflection>.NativeClassPtr);
WaterReflection.NativeFieldInfoPtr_mainCamera = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<WaterReflection>.NativeClassPtr, "mainCamera");
WaterReflection.NativeFieldInfoPtr_reflectionCamera = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<WaterReflection>.NativeClassPtr, "reflectionCamera");
WaterReflection.NativeFieldInfoPtr_reflectionPlane = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<WaterReflection>.NativeClassPtr, "reflectionPlane");
WaterReflection.NativeFieldInfoPtr_outputTexture = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<WaterReflection>.NativeClassPtr, "outputTexture");
WaterReflection.NativeFieldInfoPtr_copyCameraParamerers = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<WaterReflection>.NativeClassPtr, "copyCameraParamerers");
WaterReflection.NativeFieldInfoPtr_verticalOffset = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<WaterReflection>.NativeClassPtr, "verticalOffset");
WaterReflection.NativeFieldInfoPtr_isReady = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<WaterReflection>.NativeClassPtr, "isReady");
WaterReflection.NativeFieldInfoPtr_mainCamTransform = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<WaterReflection>.NativeClassPtr, "mainCamTransform");
WaterReflection.NativeFieldInfoPtr_reflectionCamTransform = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<WaterReflection>.NativeClassPtr, "reflectionCamTransform");
WaterReflection.NativeMethodInfoPtr_Awake_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<WaterReflection>.NativeClassPtr, 100671997);
WaterReflection.NativeMethodInfoPtr_Update_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<WaterReflection>.NativeClassPtr, 100671998);
WaterReflection.NativeMethodInfoPtr_RenderReflection_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<WaterReflection>.NativeClassPtr, 100671999);
WaterReflection.NativeMethodInfoPtr_Validate_Private_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<WaterReflection>.NativeClassPtr, 100672000);
WaterReflection.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<WaterReflection>.NativeClassPtr, 100672001);
}
// Token: 0x060073BD RID: 29629 RVA: 0x0000351C File Offset: 0x0000171C
public WaterReflection(IntPtr pointer)
: base(pointer)
{
}
// Token: 0x17002797 RID: 10135
// (get) Token: 0x060073BE RID: 29630 RVA: 0x001D7B84 File Offset: 0x001D5D84
// (set) Token: 0x060073BF RID: 29631 RVA: 0x001D7BB8 File Offset: 0x001D5DB8
public unsafe Camera mainCamera
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(WaterReflection.NativeFieldInfoPtr_mainCamera);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new Camera(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(WaterReflection.NativeFieldInfoPtr_mainCamera), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x17002798 RID: 10136
// (get) Token: 0x060073C0 RID: 29632 RVA: 0x001D7BE0 File Offset: 0x001D5DE0
// (set) Token: 0x060073C1 RID: 29633 RVA: 0x001D7C14 File Offset: 0x001D5E14
public unsafe Camera reflectionCamera
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(WaterReflection.NativeFieldInfoPtr_reflectionCamera);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new Camera(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(WaterReflection.NativeFieldInfoPtr_reflectionCamera), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x17002799 RID: 10137
// (get) Token: 0x060073C2 RID: 29634 RVA: 0x001D7C3C File Offset: 0x001D5E3C
// (set) Token: 0x060073C3 RID: 29635 RVA: 0x001D7C70 File Offset: 0x001D5E70
public unsafe Transform reflectionPlane
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(WaterReflection.NativeFieldInfoPtr_reflectionPlane);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new Transform(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(WaterReflection.NativeFieldInfoPtr_reflectionPlane), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x1700279A RID: 10138
// (get) Token: 0x060073C4 RID: 29636 RVA: 0x001D7C98 File Offset: 0x001D5E98
// (set) Token: 0x060073C5 RID: 29637 RVA: 0x001D7CCC File Offset: 0x001D5ECC
public unsafe RenderTexture outputTexture
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(WaterReflection.NativeFieldInfoPtr_outputTexture);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new RenderTexture(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(WaterReflection.NativeFieldInfoPtr_outputTexture), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x1700279B RID: 10139
// (get) Token: 0x060073C6 RID: 29638 RVA: 0x001D7CF4 File Offset: 0x001D5EF4
// (set) Token: 0x060073C7 RID: 29639 RVA: 0x001D7D1C File Offset: 0x001D5F1C
public unsafe bool copyCameraParamerers
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(WaterReflection.NativeFieldInfoPtr_copyCameraParamerers);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(WaterReflection.NativeFieldInfoPtr_copyCameraParamerers)) = value;
}
}
// Token: 0x1700279C RID: 10140
// (get) Token: 0x060073C8 RID: 29640 RVA: 0x001D7D40 File Offset: 0x001D5F40
// (set) Token: 0x060073C9 RID: 29641 RVA: 0x001D7D68 File Offset: 0x001D5F68
public unsafe float verticalOffset
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(WaterReflection.NativeFieldInfoPtr_verticalOffset);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(WaterReflection.NativeFieldInfoPtr_verticalOffset)) = value;
}
}
// Token: 0x1700279D RID: 10141
// (get) Token: 0x060073CA RID: 29642 RVA: 0x001D7D8C File Offset: 0x001D5F8C
// (set) Token: 0x060073CB RID: 29643 RVA: 0x001D7DB4 File Offset: 0x001D5FB4
public unsafe bool isReady
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(WaterReflection.NativeFieldInfoPtr_isReady);
return *intPtr;
}
set
{
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(WaterReflection.NativeFieldInfoPtr_isReady)) = value;
}
}
// Token: 0x1700279E RID: 10142
// (get) Token: 0x060073CC RID: 29644 RVA: 0x001D7DD8 File Offset: 0x001D5FD8
// (set) Token: 0x060073CD RID: 29645 RVA: 0x001D7E0C File Offset: 0x001D600C
public unsafe Transform mainCamTransform
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(WaterReflection.NativeFieldInfoPtr_mainCamTransform);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new Transform(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(WaterReflection.NativeFieldInfoPtr_mainCamTransform), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x1700279F RID: 10143
// (get) Token: 0x060073CE RID: 29646 RVA: 0x001D7E34 File Offset: 0x001D6034
// (set) Token: 0x060073CF RID: 29647 RVA: 0x001D7E68 File Offset: 0x001D6068
public unsafe Transform reflectionCamTransform
{
get
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(WaterReflection.NativeFieldInfoPtr_reflectionCamTransform);
IntPtr intPtr2 = *intPtr;
return (intPtr2 != 0) ? new Transform(intPtr2) : null;
}
set
{
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(WaterReflection.NativeFieldInfoPtr_reflectionCamTransform), IL2CPP.Il2CppObjectBaseToPtr(value));
}
}
// Token: 0x04004DAC RID: 19884
private static readonly IntPtr NativeFieldInfoPtr_mainCamera;
// Token: 0x04004DAD RID: 19885
private static readonly IntPtr NativeFieldInfoPtr_reflectionCamera;
// Token: 0x04004DAE RID: 19886
private static readonly IntPtr NativeFieldInfoPtr_reflectionPlane;
// Token: 0x04004DAF RID: 19887
private static readonly IntPtr NativeFieldInfoPtr_outputTexture;
// Token: 0x04004DB0 RID: 19888
private static readonly IntPtr NativeFieldInfoPtr_copyCameraParamerers;
// Token: 0x04004DB1 RID: 19889
private static readonly IntPtr NativeFieldInfoPtr_verticalOffset;
// Token: 0x04004DB2 RID: 19890
private static readonly IntPtr NativeFieldInfoPtr_isReady;
// Token: 0x04004DB3 RID: 19891
private static readonly IntPtr NativeFieldInfoPtr_mainCamTransform;
// Token: 0x04004DB4 RID: 19892
private static readonly IntPtr NativeFieldInfoPtr_reflectionCamTransform;
// Token: 0x04004DB5 RID: 19893
private static readonly IntPtr NativeMethodInfoPtr_Awake_Public_Void_0;
// Token: 0x04004DB6 RID: 19894
private static readonly IntPtr NativeMethodInfoPtr_Update_Private_Void_0;
// Token: 0x04004DB7 RID: 19895
private static readonly IntPtr NativeMethodInfoPtr_RenderReflection_Private_Void_0;
// Token: 0x04004DB8 RID: 19896
private static readonly IntPtr NativeMethodInfoPtr_Validate_Private_Void_0;
// Token: 0x04004DB9 RID: 19897
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
}