371 lines
17 KiB
C#
371 lines
17 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
|
|
namespace UnityEngine.PostProcessing
|
|
{
|
|
// Token: 0x02000596 RID: 1430
|
|
public class PostProcessingProfile : ScriptableObject
|
|
{
|
|
// Token: 0x06009835 RID: 38965 RVA: 0x002713A0 File Offset: 0x0026F5A0
|
|
[CallerCount(0)]
|
|
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 634935, XrefRangeEnd = 635011, 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: 0x06009836 RID: 38966 RVA: 0x002713EC File Offset: 0x0026F5EC
|
|
// 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, 100675141);
|
|
}
|
|
|
|
// Token: 0x06009837 RID: 38967 RVA: 0x00009E64 File Offset: 0x00008064
|
|
public PostProcessingProfile(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x1700337A RID: 13178
|
|
// (get) Token: 0x06009838 RID: 38968 RVA: 0x0027155C File Offset: 0x0026F75C
|
|
// (set) Token: 0x06009839 RID: 38969 RVA: 0x00271590 File Offset: 0x0026F790
|
|
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: 0x1700337B RID: 13179
|
|
// (get) Token: 0x0600983A RID: 38970 RVA: 0x002715B8 File Offset: 0x0026F7B8
|
|
// (set) Token: 0x0600983B RID: 38971 RVA: 0x002715EC File Offset: 0x0026F7EC
|
|
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: 0x1700337C RID: 13180
|
|
// (get) Token: 0x0600983C RID: 38972 RVA: 0x00271614 File Offset: 0x0026F814
|
|
// (set) Token: 0x0600983D RID: 38973 RVA: 0x00271648 File Offset: 0x0026F848
|
|
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: 0x1700337D RID: 13181
|
|
// (get) Token: 0x0600983E RID: 38974 RVA: 0x00271670 File Offset: 0x0026F870
|
|
// (set) Token: 0x0600983F RID: 38975 RVA: 0x002716A4 File Offset: 0x0026F8A4
|
|
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: 0x1700337E RID: 13182
|
|
// (get) Token: 0x06009840 RID: 38976 RVA: 0x002716CC File Offset: 0x0026F8CC
|
|
// (set) Token: 0x06009841 RID: 38977 RVA: 0x00271700 File Offset: 0x0026F900
|
|
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: 0x1700337F RID: 13183
|
|
// (get) Token: 0x06009842 RID: 38978 RVA: 0x00271728 File Offset: 0x0026F928
|
|
// (set) Token: 0x06009843 RID: 38979 RVA: 0x0027175C File Offset: 0x0026F95C
|
|
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: 0x17003380 RID: 13184
|
|
// (get) Token: 0x06009844 RID: 38980 RVA: 0x00271784 File Offset: 0x0026F984
|
|
// (set) Token: 0x06009845 RID: 38981 RVA: 0x002717B8 File Offset: 0x0026F9B8
|
|
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: 0x17003381 RID: 13185
|
|
// (get) Token: 0x06009846 RID: 38982 RVA: 0x002717E0 File Offset: 0x0026F9E0
|
|
// (set) Token: 0x06009847 RID: 38983 RVA: 0x00271814 File Offset: 0x0026FA14
|
|
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: 0x17003382 RID: 13186
|
|
// (get) Token: 0x06009848 RID: 38984 RVA: 0x0027183C File Offset: 0x0026FA3C
|
|
// (set) Token: 0x06009849 RID: 38985 RVA: 0x00271870 File Offset: 0x0026FA70
|
|
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: 0x17003383 RID: 13187
|
|
// (get) Token: 0x0600984A RID: 38986 RVA: 0x00271898 File Offset: 0x0026FA98
|
|
// (set) Token: 0x0600984B RID: 38987 RVA: 0x002718CC File Offset: 0x0026FACC
|
|
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: 0x17003384 RID: 13188
|
|
// (get) Token: 0x0600984C RID: 38988 RVA: 0x002718F4 File Offset: 0x0026FAF4
|
|
// (set) Token: 0x0600984D RID: 38989 RVA: 0x00271928 File Offset: 0x0026FB28
|
|
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: 0x17003385 RID: 13189
|
|
// (get) Token: 0x0600984E RID: 38990 RVA: 0x00271950 File Offset: 0x0026FB50
|
|
// (set) Token: 0x0600984F RID: 38991 RVA: 0x00271984 File Offset: 0x0026FB84
|
|
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: 0x17003386 RID: 13190
|
|
// (get) Token: 0x06009850 RID: 38992 RVA: 0x002719AC File Offset: 0x0026FBAC
|
|
// (set) Token: 0x06009851 RID: 38993 RVA: 0x002719E0 File Offset: 0x0026FBE0
|
|
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: 0x17003387 RID: 13191
|
|
// (get) Token: 0x06009852 RID: 38994 RVA: 0x00271A08 File Offset: 0x0026FC08
|
|
// (set) Token: 0x06009853 RID: 38995 RVA: 0x00271A3C File Offset: 0x0026FC3C
|
|
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: 0x17003388 RID: 13192
|
|
// (get) Token: 0x06009854 RID: 38996 RVA: 0x00271A64 File Offset: 0x0026FC64
|
|
// (set) Token: 0x06009855 RID: 38997 RVA: 0x00271A98 File Offset: 0x0026FC98
|
|
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: 0x04006629 RID: 26153
|
|
private static readonly IntPtr NativeFieldInfoPtr_debugViews;
|
|
|
|
// Token: 0x0400662A RID: 26154
|
|
private static readonly IntPtr NativeFieldInfoPtr_fog;
|
|
|
|
// Token: 0x0400662B RID: 26155
|
|
private static readonly IntPtr NativeFieldInfoPtr_antialiasing;
|
|
|
|
// Token: 0x0400662C RID: 26156
|
|
private static readonly IntPtr NativeFieldInfoPtr_ambientOcclusion;
|
|
|
|
// Token: 0x0400662D RID: 26157
|
|
private static readonly IntPtr NativeFieldInfoPtr_screenSpaceReflection;
|
|
|
|
// Token: 0x0400662E RID: 26158
|
|
private static readonly IntPtr NativeFieldInfoPtr_depthOfField;
|
|
|
|
// Token: 0x0400662F RID: 26159
|
|
private static readonly IntPtr NativeFieldInfoPtr_motionBlur;
|
|
|
|
// Token: 0x04006630 RID: 26160
|
|
private static readonly IntPtr NativeFieldInfoPtr_eyeAdaptation;
|
|
|
|
// Token: 0x04006631 RID: 26161
|
|
private static readonly IntPtr NativeFieldInfoPtr_bloom;
|
|
|
|
// Token: 0x04006632 RID: 26162
|
|
private static readonly IntPtr NativeFieldInfoPtr_colorGrading;
|
|
|
|
// Token: 0x04006633 RID: 26163
|
|
private static readonly IntPtr NativeFieldInfoPtr_userLut;
|
|
|
|
// Token: 0x04006634 RID: 26164
|
|
private static readonly IntPtr NativeFieldInfoPtr_chromaticAberration;
|
|
|
|
// Token: 0x04006635 RID: 26165
|
|
private static readonly IntPtr NativeFieldInfoPtr_grain;
|
|
|
|
// Token: 0x04006636 RID: 26166
|
|
private static readonly IntPtr NativeFieldInfoPtr_vignette;
|
|
|
|
// Token: 0x04006637 RID: 26167
|
|
private static readonly IntPtr NativeFieldInfoPtr_dithering;
|
|
|
|
// Token: 0x04006638 RID: 26168
|
|
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
|
}
|
|
}
|