371 lines
17 KiB
C#
371 lines
17 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
|
|
namespace UnityEngine.PostProcessing
|
|
{
|
|
// Token: 0x020005E5 RID: 1509
|
|
public class PostProcessingProfile : ScriptableObject
|
|
{
|
|
// Token: 0x06009FD8 RID: 40920 RVA: 0x002914D8 File Offset: 0x0028F6D8
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 649507, XrefRangeEnd = 649583, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
|
public unsafe PostProcessingProfile()
|
|
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<PostProcessingProfile>.NativeClassPtr))
|
|
{
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(PostProcessingProfile.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06009FD9 RID: 40921 RVA: 0x00291524 File Offset: 0x0028F724
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static PostProcessingProfile()
|
|
{
|
|
Il2CppClassPointerStore<PostProcessingProfile>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "UnityEngine.PostProcessing", "PostProcessingProfile");
|
|
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<PostProcessingProfile>.NativeClassPtr);
|
|
PostProcessingProfile.NativeFieldInfoPtr_debugViews = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<PostProcessingProfile>.NativeClassPtr, "debugViews");
|
|
PostProcessingProfile.NativeFieldInfoPtr_fog = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<PostProcessingProfile>.NativeClassPtr, "fog");
|
|
PostProcessingProfile.NativeFieldInfoPtr_antialiasing = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<PostProcessingProfile>.NativeClassPtr, "antialiasing");
|
|
PostProcessingProfile.NativeFieldInfoPtr_ambientOcclusion = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<PostProcessingProfile>.NativeClassPtr, "ambientOcclusion");
|
|
PostProcessingProfile.NativeFieldInfoPtr_screenSpaceReflection = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<PostProcessingProfile>.NativeClassPtr, "screenSpaceReflection");
|
|
PostProcessingProfile.NativeFieldInfoPtr_depthOfField = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<PostProcessingProfile>.NativeClassPtr, "depthOfField");
|
|
PostProcessingProfile.NativeFieldInfoPtr_motionBlur = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<PostProcessingProfile>.NativeClassPtr, "motionBlur");
|
|
PostProcessingProfile.NativeFieldInfoPtr_eyeAdaptation = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<PostProcessingProfile>.NativeClassPtr, "eyeAdaptation");
|
|
PostProcessingProfile.NativeFieldInfoPtr_bloom = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<PostProcessingProfile>.NativeClassPtr, "bloom");
|
|
PostProcessingProfile.NativeFieldInfoPtr_colorGrading = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<PostProcessingProfile>.NativeClassPtr, "colorGrading");
|
|
PostProcessingProfile.NativeFieldInfoPtr_userLut = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<PostProcessingProfile>.NativeClassPtr, "userLut");
|
|
PostProcessingProfile.NativeFieldInfoPtr_chromaticAberration = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<PostProcessingProfile>.NativeClassPtr, "chromaticAberration");
|
|
PostProcessingProfile.NativeFieldInfoPtr_grain = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<PostProcessingProfile>.NativeClassPtr, "grain");
|
|
PostProcessingProfile.NativeFieldInfoPtr_vignette = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<PostProcessingProfile>.NativeClassPtr, "vignette");
|
|
PostProcessingProfile.NativeFieldInfoPtr_dithering = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<PostProcessingProfile>.NativeClassPtr, "dithering");
|
|
PostProcessingProfile.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<PostProcessingProfile>.NativeClassPtr, 100675804);
|
|
}
|
|
|
|
// Token: 0x06009FDA RID: 40922 RVA: 0x00009E64 File Offset: 0x00008064
|
|
public PostProcessingProfile(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x170035E3 RID: 13795
|
|
// (get) Token: 0x06009FDB RID: 40923 RVA: 0x00291694 File Offset: 0x0028F894
|
|
// (set) Token: 0x06009FDC RID: 40924 RVA: 0x002916C8 File Offset: 0x0028F8C8
|
|
public unsafe BuiltinDebugViewsModel debugViews
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_debugViews);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new BuiltinDebugViewsModel(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_debugViews), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170035E4 RID: 13796
|
|
// (get) Token: 0x06009FDD RID: 40925 RVA: 0x002916F0 File Offset: 0x0028F8F0
|
|
// (set) Token: 0x06009FDE RID: 40926 RVA: 0x00291724 File Offset: 0x0028F924
|
|
public unsafe FogModel fog
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_fog);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new FogModel(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_fog), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170035E5 RID: 13797
|
|
// (get) Token: 0x06009FDF RID: 40927 RVA: 0x0029174C File Offset: 0x0028F94C
|
|
// (set) Token: 0x06009FE0 RID: 40928 RVA: 0x00291780 File Offset: 0x0028F980
|
|
public unsafe AntialiasingModel antialiasing
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_antialiasing);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new AntialiasingModel(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_antialiasing), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170035E6 RID: 13798
|
|
// (get) Token: 0x06009FE1 RID: 40929 RVA: 0x002917A8 File Offset: 0x0028F9A8
|
|
// (set) Token: 0x06009FE2 RID: 40930 RVA: 0x002917DC File Offset: 0x0028F9DC
|
|
public unsafe AmbientOcclusionModel ambientOcclusion
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_ambientOcclusion);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new AmbientOcclusionModel(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_ambientOcclusion), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170035E7 RID: 13799
|
|
// (get) Token: 0x06009FE3 RID: 40931 RVA: 0x00291804 File Offset: 0x0028FA04
|
|
// (set) Token: 0x06009FE4 RID: 40932 RVA: 0x00291838 File Offset: 0x0028FA38
|
|
public unsafe ScreenSpaceReflectionModel screenSpaceReflection
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_screenSpaceReflection);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new ScreenSpaceReflectionModel(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_screenSpaceReflection), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170035E8 RID: 13800
|
|
// (get) Token: 0x06009FE5 RID: 40933 RVA: 0x00291860 File Offset: 0x0028FA60
|
|
// (set) Token: 0x06009FE6 RID: 40934 RVA: 0x00291894 File Offset: 0x0028FA94
|
|
public unsafe DepthOfFieldModel depthOfField
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_depthOfField);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new DepthOfFieldModel(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_depthOfField), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170035E9 RID: 13801
|
|
// (get) Token: 0x06009FE7 RID: 40935 RVA: 0x002918BC File Offset: 0x0028FABC
|
|
// (set) Token: 0x06009FE8 RID: 40936 RVA: 0x002918F0 File Offset: 0x0028FAF0
|
|
public unsafe MotionBlurModel motionBlur
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_motionBlur);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new MotionBlurModel(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_motionBlur), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170035EA RID: 13802
|
|
// (get) Token: 0x06009FE9 RID: 40937 RVA: 0x00291918 File Offset: 0x0028FB18
|
|
// (set) Token: 0x06009FEA RID: 40938 RVA: 0x0029194C File Offset: 0x0028FB4C
|
|
public unsafe EyeAdaptationModel eyeAdaptation
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_eyeAdaptation);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new EyeAdaptationModel(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_eyeAdaptation), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170035EB RID: 13803
|
|
// (get) Token: 0x06009FEB RID: 40939 RVA: 0x00291974 File Offset: 0x0028FB74
|
|
// (set) Token: 0x06009FEC RID: 40940 RVA: 0x002919A8 File Offset: 0x0028FBA8
|
|
public unsafe BloomModel bloom
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_bloom);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new BloomModel(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_bloom), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170035EC RID: 13804
|
|
// (get) Token: 0x06009FED RID: 40941 RVA: 0x002919D0 File Offset: 0x0028FBD0
|
|
// (set) Token: 0x06009FEE RID: 40942 RVA: 0x00291A04 File Offset: 0x0028FC04
|
|
public unsafe ColorGradingModel colorGrading
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_colorGrading);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new ColorGradingModel(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_colorGrading), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170035ED RID: 13805
|
|
// (get) Token: 0x06009FEF RID: 40943 RVA: 0x00291A2C File Offset: 0x0028FC2C
|
|
// (set) Token: 0x06009FF0 RID: 40944 RVA: 0x00291A60 File Offset: 0x0028FC60
|
|
public unsafe UserLutModel userLut
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_userLut);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new UserLutModel(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_userLut), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170035EE RID: 13806
|
|
// (get) Token: 0x06009FF1 RID: 40945 RVA: 0x00291A88 File Offset: 0x0028FC88
|
|
// (set) Token: 0x06009FF2 RID: 40946 RVA: 0x00291ABC File Offset: 0x0028FCBC
|
|
public unsafe ChromaticAberrationModel chromaticAberration
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_chromaticAberration);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new ChromaticAberrationModel(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_chromaticAberration), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170035EF RID: 13807
|
|
// (get) Token: 0x06009FF3 RID: 40947 RVA: 0x00291AE4 File Offset: 0x0028FCE4
|
|
// (set) Token: 0x06009FF4 RID: 40948 RVA: 0x00291B18 File Offset: 0x0028FD18
|
|
public unsafe GrainModel grain
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_grain);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new GrainModel(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_grain), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170035F0 RID: 13808
|
|
// (get) Token: 0x06009FF5 RID: 40949 RVA: 0x00291B40 File Offset: 0x0028FD40
|
|
// (set) Token: 0x06009FF6 RID: 40950 RVA: 0x00291B74 File Offset: 0x0028FD74
|
|
public unsafe VignetteModel vignette
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_vignette);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new VignetteModel(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_vignette), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x170035F1 RID: 13809
|
|
// (get) Token: 0x06009FF7 RID: 40951 RVA: 0x00291B9C File Offset: 0x0028FD9C
|
|
// (set) Token: 0x06009FF8 RID: 40952 RVA: 0x00291BD0 File Offset: 0x0028FDD0
|
|
public unsafe DitheringModel dithering
|
|
{
|
|
get
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_dithering);
|
|
IntPtr intPtr2 = *intPtr;
|
|
return (intPtr2 != 0) ? new DitheringModel(intPtr2) : null;
|
|
}
|
|
set
|
|
{
|
|
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(PostProcessingProfile.NativeFieldInfoPtr_dithering), IL2CPP.Il2CppObjectBaseToPtr(value));
|
|
}
|
|
}
|
|
|
|
// Token: 0x04006B5E RID: 27486
|
|
private static readonly IntPtr NativeFieldInfoPtr_debugViews;
|
|
|
|
// Token: 0x04006B5F RID: 27487
|
|
private static readonly IntPtr NativeFieldInfoPtr_fog;
|
|
|
|
// Token: 0x04006B60 RID: 27488
|
|
private static readonly IntPtr NativeFieldInfoPtr_antialiasing;
|
|
|
|
// Token: 0x04006B61 RID: 27489
|
|
private static readonly IntPtr NativeFieldInfoPtr_ambientOcclusion;
|
|
|
|
// Token: 0x04006B62 RID: 27490
|
|
private static readonly IntPtr NativeFieldInfoPtr_screenSpaceReflection;
|
|
|
|
// Token: 0x04006B63 RID: 27491
|
|
private static readonly IntPtr NativeFieldInfoPtr_depthOfField;
|
|
|
|
// Token: 0x04006B64 RID: 27492
|
|
private static readonly IntPtr NativeFieldInfoPtr_motionBlur;
|
|
|
|
// Token: 0x04006B65 RID: 27493
|
|
private static readonly IntPtr NativeFieldInfoPtr_eyeAdaptation;
|
|
|
|
// Token: 0x04006B66 RID: 27494
|
|
private static readonly IntPtr NativeFieldInfoPtr_bloom;
|
|
|
|
// Token: 0x04006B67 RID: 27495
|
|
private static readonly IntPtr NativeFieldInfoPtr_colorGrading;
|
|
|
|
// Token: 0x04006B68 RID: 27496
|
|
private static readonly IntPtr NativeFieldInfoPtr_userLut;
|
|
|
|
// Token: 0x04006B69 RID: 27497
|
|
private static readonly IntPtr NativeFieldInfoPtr_chromaticAberration;
|
|
|
|
// Token: 0x04006B6A RID: 27498
|
|
private static readonly IntPtr NativeFieldInfoPtr_grain;
|
|
|
|
// Token: 0x04006B6B RID: 27499
|
|
private static readonly IntPtr NativeFieldInfoPtr_vignette;
|
|
|
|
// Token: 0x04006B6C RID: 27500
|
|
private static readonly IntPtr NativeFieldInfoPtr_dithering;
|
|
|
|
// Token: 0x04006B6D RID: 27501
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
}
|
|
}
|