scripts
This commit is contained in:
@@ -0,0 +1,104 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
using UnityEngine.Rendering.PostProcessing;
|
||||
using UnityEngine.Rendering.Universal;
|
||||
|
||||
// Token: 0x02001FEF RID: 8175
|
||||
[Token(Token = "0x2001FEF")]
|
||||
[StructLayout(3)]
|
||||
public static class EOAEDHMGACB
|
||||
{
|
||||
// Token: 0x0600E27F RID: 57983 RVA: 0x0035E5D4 File Offset: 0x0035C7D4
|
||||
[Token(Token = "0x600E27F")]
|
||||
[Address(RVA = "0x151EB80", Offset = "0x151D580", VA = "0x18151EB80")]
|
||||
public static RenderTexture IJGIJMONMBP(int HFNDPDFBLPA, int CHAKCELLLJD, int MBLPPLGFEAE, Camera FOMHGMLPOND)
|
||||
{
|
||||
int num = 0;
|
||||
if (FOMHGMLPOND != num)
|
||||
{
|
||||
string name = FOMHGMLPOND.name;
|
||||
if (FOMHGMLPOND.allowHDR)
|
||||
{
|
||||
}
|
||||
}
|
||||
RenderTextureFormat renderTextureFormat;
|
||||
string text = string.Format("RT_{0}_{1}", "NullCamera", renderTextureFormat);
|
||||
RenderTexture renderTexture;
|
||||
renderTexture.name = text;
|
||||
int activeMsaaSampleCount = UniversalRenderPipeline.ActiveMsaaSampleCount;
|
||||
renderTexture.antiAliasing = activeMsaaSampleCount;
|
||||
return renderTexture;
|
||||
}
|
||||
|
||||
// Token: 0x0600E280 RID: 57984 RVA: 0x0035E634 File Offset: 0x0035C834
|
||||
[Token(Token = "0x600E280")]
|
||||
[Address(RVA = "0x151EA00", Offset = "0x151D400", VA = "0x18151EA00")]
|
||||
public static LayerMask IGCKCLGHFPP(Camera FOMHGMLPOND)
|
||||
{
|
||||
int num = 0;
|
||||
PostProcessLayer component = FOMHGMLPOND.GetComponent<PostProcessLayer>();
|
||||
if (component)
|
||||
{
|
||||
string[] array = new string[2];
|
||||
if ("Water" != 0)
|
||||
{
|
||||
}
|
||||
array[0] = "Water";
|
||||
if ("Hidden In First Person" != 0)
|
||||
{
|
||||
}
|
||||
array[1] = "Hidden In First Person";
|
||||
LayerMask layerMask = LayerMask.GetMask(array);
|
||||
component.volumeLayer = layerMask;
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600E281 RID: 57985 RVA: 0x0035E6A0 File Offset: 0x0035C8A0
|
||||
[Token(Token = "0x600E281")]
|
||||
[Address(RVA = "0x151E970", Offset = "0x151D370", VA = "0x18151E970")]
|
||||
public static void DEKFDDFJCMM(Camera FOMHGMLPOND, LayerMask KNAHGODBCAI)
|
||||
{
|
||||
int mask = KNAHGODBCAI.m_Mask;
|
||||
PostProcessLayer component = FOMHGMLPOND.GetComponent<PostProcessLayer>();
|
||||
int num = 0;
|
||||
if (component != num)
|
||||
{
|
||||
component.volumeLayer = mask;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600E282 RID: 57986 RVA: 0x0035E6D4 File Offset: 0x0035C8D4
|
||||
[Token(Token = "0x600E282")]
|
||||
[Address(RVA = "0x151ECF0", Offset = "0x151D6F0", VA = "0x18151ECF0")]
|
||||
public static void KFHLFMBHDBC(RenderTexture LDEKHANDCBO)
|
||||
{
|
||||
Graphics.Blit(Texture2D.blackTexture, LDEKHANDCBO);
|
||||
}
|
||||
|
||||
// Token: 0x02001FF0 RID: 8176
|
||||
[Token(Token = "0x2001FF0")]
|
||||
public struct LMIDJPLBPBA : IDisposable
|
||||
{
|
||||
// Token: 0x0600E283 RID: 57987 RVA: 0x0035E6F0 File Offset: 0x0035C8F0
|
||||
[Token(Token = "0x600E283")]
|
||||
[Address(RVA = "0x236230", Offset = "0x235630", VA = "0x180236230")]
|
||||
public LMIDJPLBPBA(RenderTexture newActiveRenderTexture)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600E284 RID: 57988 RVA: 0x0035E700 File Offset: 0x0035C900
|
||||
[Token(Token = "0x600E284")]
|
||||
[Address(RVA = "0x236220", Offset = "0x235620", VA = "0x180236220", Slot = "4")]
|
||||
public void Dispose()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04009490 RID: 38032
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
||||
[Token(Token = "0x4009490")]
|
||||
private readonly RenderTexture LCJOPCGBDFO;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user