Add v1.0.3.1
This commit is contained in:
@@ -0,0 +1,381 @@
|
||||
using System;
|
||||
using Il2CppInterop.Common.Attributes;
|
||||
using Il2CppInterop.Runtime;
|
||||
using UnityEngine;
|
||||
|
||||
namespace UnityStandardAssets.ImageEffects
|
||||
{
|
||||
// Token: 0x020005EC RID: 1516
|
||||
public class VignetteAndChromaticAberration : PostEffectsBase
|
||||
{
|
||||
// Token: 0x06009D8C RID: 40332 RVA: 0x002859A8 File Offset: 0x00283BA8
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 622198, XrefRangeEnd = 622206, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe override bool CheckResources()
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), VignetteAndChromaticAberration.NativeMethodInfoPtr_CheckResources_Public_Virtual_Boolean_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
return *IL2CPP.il2cpp_object_unbox(intPtr);
|
||||
}
|
||||
|
||||
// Token: 0x06009D8D RID: 40333 RVA: 0x00285A04 File Offset: 0x00283C04
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 622206, XrefRangeEnd = 622268, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe void OnRenderImage(RenderTexture source, RenderTexture destination)
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IntPtr* ptr;
|
||||
checked
|
||||
{
|
||||
ptr = stackalloc IntPtr[unchecked((UIntPtr)2) * (UIntPtr)sizeof(IntPtr)];
|
||||
*ptr = IL2CPP.Il2CppObjectBaseToPtr(source);
|
||||
}
|
||||
ptr[checked(unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = IL2CPP.Il2CppObjectBaseToPtr(destination);
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(VignetteAndChromaticAberration.NativeMethodInfoPtr_OnRenderImage_Private_Void_RenderTexture_RenderTexture_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
|
||||
// Token: 0x06009D8E RID: 40334 RVA: 0x00285A78 File Offset: 0x00283C78
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 622268, XrefRangeEnd = 622269, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe VignetteAndChromaticAberration()
|
||||
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<VignetteAndChromaticAberration>.NativeClassPtr))
|
||||
{
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(VignetteAndChromaticAberration.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
|
||||
// Token: 0x06009D8F RID: 40335 RVA: 0x00285AC4 File Offset: 0x00283CC4
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
static VignetteAndChromaticAberration()
|
||||
{
|
||||
Il2CppClassPointerStore<VignetteAndChromaticAberration>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "UnityStandardAssets.ImageEffects", "VignetteAndChromaticAberration");
|
||||
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<VignetteAndChromaticAberration>.NativeClassPtr);
|
||||
VignetteAndChromaticAberration.NativeFieldInfoPtr_mode = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<VignetteAndChromaticAberration>.NativeClassPtr, "mode");
|
||||
VignetteAndChromaticAberration.NativeFieldInfoPtr_intensity = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<VignetteAndChromaticAberration>.NativeClassPtr, "intensity");
|
||||
VignetteAndChromaticAberration.NativeFieldInfoPtr_chromaticAberration = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<VignetteAndChromaticAberration>.NativeClassPtr, "chromaticAberration");
|
||||
VignetteAndChromaticAberration.NativeFieldInfoPtr_axialAberration = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<VignetteAndChromaticAberration>.NativeClassPtr, "axialAberration");
|
||||
VignetteAndChromaticAberration.NativeFieldInfoPtr_blur = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<VignetteAndChromaticAberration>.NativeClassPtr, "blur");
|
||||
VignetteAndChromaticAberration.NativeFieldInfoPtr_blurSpread = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<VignetteAndChromaticAberration>.NativeClassPtr, "blurSpread");
|
||||
VignetteAndChromaticAberration.NativeFieldInfoPtr_luminanceDependency = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<VignetteAndChromaticAberration>.NativeClassPtr, "luminanceDependency");
|
||||
VignetteAndChromaticAberration.NativeFieldInfoPtr_blurDistance = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<VignetteAndChromaticAberration>.NativeClassPtr, "blurDistance");
|
||||
VignetteAndChromaticAberration.NativeFieldInfoPtr_vignetteShader = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<VignetteAndChromaticAberration>.NativeClassPtr, "vignetteShader");
|
||||
VignetteAndChromaticAberration.NativeFieldInfoPtr_separableBlurShader = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<VignetteAndChromaticAberration>.NativeClassPtr, "separableBlurShader");
|
||||
VignetteAndChromaticAberration.NativeFieldInfoPtr_chromAberrationShader = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<VignetteAndChromaticAberration>.NativeClassPtr, "chromAberrationShader");
|
||||
VignetteAndChromaticAberration.NativeFieldInfoPtr_m_VignetteMaterial = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<VignetteAndChromaticAberration>.NativeClassPtr, "m_VignetteMaterial");
|
||||
VignetteAndChromaticAberration.NativeFieldInfoPtr_m_SeparableBlurMaterial = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<VignetteAndChromaticAberration>.NativeClassPtr, "m_SeparableBlurMaterial");
|
||||
VignetteAndChromaticAberration.NativeFieldInfoPtr_m_ChromAberrationMaterial = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<VignetteAndChromaticAberration>.NativeClassPtr, "m_ChromAberrationMaterial");
|
||||
VignetteAndChromaticAberration.NativeMethodInfoPtr_CheckResources_Public_Virtual_Boolean_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<VignetteAndChromaticAberration>.NativeClassPtr, 100675434);
|
||||
VignetteAndChromaticAberration.NativeMethodInfoPtr_OnRenderImage_Private_Void_RenderTexture_RenderTexture_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<VignetteAndChromaticAberration>.NativeClassPtr, 100675435);
|
||||
VignetteAndChromaticAberration.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<VignetteAndChromaticAberration>.NativeClassPtr, 100675436);
|
||||
}
|
||||
|
||||
// Token: 0x06009D90 RID: 40336 RVA: 0x00275EC4 File Offset: 0x002740C4
|
||||
public VignetteAndChromaticAberration(IntPtr pointer)
|
||||
: base(pointer)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x1700357C RID: 13692
|
||||
// (get) Token: 0x06009D91 RID: 40337 RVA: 0x00285C48 File Offset: 0x00283E48
|
||||
// (set) Token: 0x06009D92 RID: 40338 RVA: 0x00285C70 File Offset: 0x00283E70
|
||||
public unsafe VignetteAndChromaticAberration.AberrationMode mode
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_mode);
|
||||
return *intPtr;
|
||||
}
|
||||
set
|
||||
{
|
||||
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_mode)) = value;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700357D RID: 13693
|
||||
// (get) Token: 0x06009D93 RID: 40339 RVA: 0x00285C94 File Offset: 0x00283E94
|
||||
// (set) Token: 0x06009D94 RID: 40340 RVA: 0x00285CBC File Offset: 0x00283EBC
|
||||
public unsafe float intensity
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_intensity);
|
||||
return *intPtr;
|
||||
}
|
||||
set
|
||||
{
|
||||
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_intensity)) = value;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700357E RID: 13694
|
||||
// (get) Token: 0x06009D95 RID: 40341 RVA: 0x00285CE0 File Offset: 0x00283EE0
|
||||
// (set) Token: 0x06009D96 RID: 40342 RVA: 0x00285D08 File Offset: 0x00283F08
|
||||
public unsafe float chromaticAberration
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_chromaticAberration);
|
||||
return *intPtr;
|
||||
}
|
||||
set
|
||||
{
|
||||
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_chromaticAberration)) = value;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700357F RID: 13695
|
||||
// (get) Token: 0x06009D97 RID: 40343 RVA: 0x00285D2C File Offset: 0x00283F2C
|
||||
// (set) Token: 0x06009D98 RID: 40344 RVA: 0x00285D54 File Offset: 0x00283F54
|
||||
public unsafe float axialAberration
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_axialAberration);
|
||||
return *intPtr;
|
||||
}
|
||||
set
|
||||
{
|
||||
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_axialAberration)) = value;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17003580 RID: 13696
|
||||
// (get) Token: 0x06009D99 RID: 40345 RVA: 0x00285D78 File Offset: 0x00283F78
|
||||
// (set) Token: 0x06009D9A RID: 40346 RVA: 0x00285DA0 File Offset: 0x00283FA0
|
||||
public unsafe float blur
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_blur);
|
||||
return *intPtr;
|
||||
}
|
||||
set
|
||||
{
|
||||
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_blur)) = value;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17003581 RID: 13697
|
||||
// (get) Token: 0x06009D9B RID: 40347 RVA: 0x00285DC4 File Offset: 0x00283FC4
|
||||
// (set) Token: 0x06009D9C RID: 40348 RVA: 0x00285DEC File Offset: 0x00283FEC
|
||||
public unsafe float blurSpread
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_blurSpread);
|
||||
return *intPtr;
|
||||
}
|
||||
set
|
||||
{
|
||||
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_blurSpread)) = value;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17003582 RID: 13698
|
||||
// (get) Token: 0x06009D9D RID: 40349 RVA: 0x00285E10 File Offset: 0x00284010
|
||||
// (set) Token: 0x06009D9E RID: 40350 RVA: 0x00285E38 File Offset: 0x00284038
|
||||
public unsafe float luminanceDependency
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_luminanceDependency);
|
||||
return *intPtr;
|
||||
}
|
||||
set
|
||||
{
|
||||
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_luminanceDependency)) = value;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17003583 RID: 13699
|
||||
// (get) Token: 0x06009D9F RID: 40351 RVA: 0x00285E5C File Offset: 0x0028405C
|
||||
// (set) Token: 0x06009DA0 RID: 40352 RVA: 0x00285E84 File Offset: 0x00284084
|
||||
public unsafe float blurDistance
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_blurDistance);
|
||||
return *intPtr;
|
||||
}
|
||||
set
|
||||
{
|
||||
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_blurDistance)) = value;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17003584 RID: 13700
|
||||
// (get) Token: 0x06009DA1 RID: 40353 RVA: 0x00285EA8 File Offset: 0x002840A8
|
||||
// (set) Token: 0x06009DA2 RID: 40354 RVA: 0x00285EDC File Offset: 0x002840DC
|
||||
public unsafe Shader vignetteShader
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_vignetteShader);
|
||||
IntPtr intPtr2 = *intPtr;
|
||||
return (intPtr2 != 0) ? new Shader(intPtr2) : null;
|
||||
}
|
||||
set
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_vignetteShader), IL2CPP.Il2CppObjectBaseToPtr(value));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17003585 RID: 13701
|
||||
// (get) Token: 0x06009DA3 RID: 40355 RVA: 0x00285F04 File Offset: 0x00284104
|
||||
// (set) Token: 0x06009DA4 RID: 40356 RVA: 0x00285F38 File Offset: 0x00284138
|
||||
public unsafe Shader separableBlurShader
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_separableBlurShader);
|
||||
IntPtr intPtr2 = *intPtr;
|
||||
return (intPtr2 != 0) ? new Shader(intPtr2) : null;
|
||||
}
|
||||
set
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_separableBlurShader), IL2CPP.Il2CppObjectBaseToPtr(value));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17003586 RID: 13702
|
||||
// (get) Token: 0x06009DA5 RID: 40357 RVA: 0x00285F60 File Offset: 0x00284160
|
||||
// (set) Token: 0x06009DA6 RID: 40358 RVA: 0x00285F94 File Offset: 0x00284194
|
||||
public unsafe Shader chromAberrationShader
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_chromAberrationShader);
|
||||
IntPtr intPtr2 = *intPtr;
|
||||
return (intPtr2 != 0) ? new Shader(intPtr2) : null;
|
||||
}
|
||||
set
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_chromAberrationShader), IL2CPP.Il2CppObjectBaseToPtr(value));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17003587 RID: 13703
|
||||
// (get) Token: 0x06009DA7 RID: 40359 RVA: 0x00285FBC File Offset: 0x002841BC
|
||||
// (set) Token: 0x06009DA8 RID: 40360 RVA: 0x00285FF0 File Offset: 0x002841F0
|
||||
public unsafe Material m_VignetteMaterial
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_m_VignetteMaterial);
|
||||
IntPtr intPtr2 = *intPtr;
|
||||
return (intPtr2 != 0) ? new Material(intPtr2) : null;
|
||||
}
|
||||
set
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_m_VignetteMaterial), IL2CPP.Il2CppObjectBaseToPtr(value));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17003588 RID: 13704
|
||||
// (get) Token: 0x06009DA9 RID: 40361 RVA: 0x00286018 File Offset: 0x00284218
|
||||
// (set) Token: 0x06009DAA RID: 40362 RVA: 0x0028604C File Offset: 0x0028424C
|
||||
public unsafe Material m_SeparableBlurMaterial
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_m_SeparableBlurMaterial);
|
||||
IntPtr intPtr2 = *intPtr;
|
||||
return (intPtr2 != 0) ? new Material(intPtr2) : null;
|
||||
}
|
||||
set
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_m_SeparableBlurMaterial), IL2CPP.Il2CppObjectBaseToPtr(value));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17003589 RID: 13705
|
||||
// (get) Token: 0x06009DAB RID: 40363 RVA: 0x00286074 File Offset: 0x00284274
|
||||
// (set) Token: 0x06009DAC RID: 40364 RVA: 0x002860A8 File Offset: 0x002842A8
|
||||
public unsafe Material m_ChromAberrationMaterial
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_m_ChromAberrationMaterial);
|
||||
IntPtr intPtr2 = *intPtr;
|
||||
return (intPtr2 != 0) ? new Material(intPtr2) : null;
|
||||
}
|
||||
set
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(VignetteAndChromaticAberration.NativeFieldInfoPtr_m_ChromAberrationMaterial), IL2CPP.Il2CppObjectBaseToPtr(value));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x040069A4 RID: 27044
|
||||
private static readonly IntPtr NativeFieldInfoPtr_mode;
|
||||
|
||||
// Token: 0x040069A5 RID: 27045
|
||||
private static readonly IntPtr NativeFieldInfoPtr_intensity;
|
||||
|
||||
// Token: 0x040069A6 RID: 27046
|
||||
private static readonly IntPtr NativeFieldInfoPtr_chromaticAberration;
|
||||
|
||||
// Token: 0x040069A7 RID: 27047
|
||||
private static readonly IntPtr NativeFieldInfoPtr_axialAberration;
|
||||
|
||||
// Token: 0x040069A8 RID: 27048
|
||||
private static readonly IntPtr NativeFieldInfoPtr_blur;
|
||||
|
||||
// Token: 0x040069A9 RID: 27049
|
||||
private static readonly IntPtr NativeFieldInfoPtr_blurSpread;
|
||||
|
||||
// Token: 0x040069AA RID: 27050
|
||||
private static readonly IntPtr NativeFieldInfoPtr_luminanceDependency;
|
||||
|
||||
// Token: 0x040069AB RID: 27051
|
||||
private static readonly IntPtr NativeFieldInfoPtr_blurDistance;
|
||||
|
||||
// Token: 0x040069AC RID: 27052
|
||||
private static readonly IntPtr NativeFieldInfoPtr_vignetteShader;
|
||||
|
||||
// Token: 0x040069AD RID: 27053
|
||||
private static readonly IntPtr NativeFieldInfoPtr_separableBlurShader;
|
||||
|
||||
// Token: 0x040069AE RID: 27054
|
||||
private static readonly IntPtr NativeFieldInfoPtr_chromAberrationShader;
|
||||
|
||||
// Token: 0x040069AF RID: 27055
|
||||
private static readonly IntPtr NativeFieldInfoPtr_m_VignetteMaterial;
|
||||
|
||||
// Token: 0x040069B0 RID: 27056
|
||||
private static readonly IntPtr NativeFieldInfoPtr_m_SeparableBlurMaterial;
|
||||
|
||||
// Token: 0x040069B1 RID: 27057
|
||||
private static readonly IntPtr NativeFieldInfoPtr_m_ChromAberrationMaterial;
|
||||
|
||||
// Token: 0x040069B2 RID: 27058
|
||||
private static readonly IntPtr NativeMethodInfoPtr_CheckResources_Public_Virtual_Boolean_0;
|
||||
|
||||
// Token: 0x040069B3 RID: 27059
|
||||
private static readonly IntPtr NativeMethodInfoPtr_OnRenderImage_Private_Void_RenderTexture_RenderTexture_0;
|
||||
|
||||
// Token: 0x040069B4 RID: 27060
|
||||
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
||||
|
||||
// Token: 0x020005ED RID: 1517
|
||||
public enum AberrationMode
|
||||
{
|
||||
// Token: 0x040069B6 RID: 27062
|
||||
Simple,
|
||||
// Token: 0x040069B7 RID: 27063
|
||||
Advanced
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user