Add v1.0.3.1
This commit is contained in:
190
Interop/Assembly-CSharp/UnityEngine/PostProcessing/GrainModel.cs
Normal file
190
Interop/Assembly-CSharp/UnityEngine/PostProcessing/GrainModel.cs
Normal file
@@ -0,0 +1,190 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Il2CppInterop.Common.Attributes;
|
||||
using Il2CppInterop.Runtime;
|
||||
using Il2CppSystem;
|
||||
|
||||
namespace UnityEngine.PostProcessing
|
||||
{
|
||||
// Token: 0x02000570 RID: 1392
|
||||
[Serializable]
|
||||
public class GrainModel : PostProcessingModel
|
||||
{
|
||||
// Token: 0x17003301 RID: 13057
|
||||
// (get) Token: 0x060096A1 RID: 38561 RVA: 0x0026A92C File Offset: 0x00268B2C
|
||||
// (set) Token: 0x060096A2 RID: 38562 RVA: 0x0026A97C File Offset: 0x00268B7C
|
||||
public unsafe GrainModel.Settings settings
|
||||
{
|
||||
[CallerCount(0)]
|
||||
get
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(GrainModel.NativeMethodInfoPtr_get_settings_Public_get_Settings_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
return *IL2CPP.il2cpp_object_unbox(intPtr);
|
||||
}
|
||||
[CallerCount(0)]
|
||||
set
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
checked
|
||||
{
|
||||
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
||||
*ptr = ref value;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(GrainModel.NativeMethodInfoPtr_set_settings_Public_set_Void_Settings_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060096A3 RID: 38563 RVA: 0x0026A9D0 File Offset: 0x00268BD0
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 616553, XrefRangeEnd = 616554, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe override void Reset()
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), GrainModel.NativeMethodInfoPtr_Reset_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
|
||||
// Token: 0x060096A4 RID: 38564 RVA: 0x0026AA20 File Offset: 0x00268C20
|
||||
[CallerCount(1)]
|
||||
[CachedScanResults(RefRangeStart = 616556, RefRangeEnd = 616557, XrefRangeStart = 616554, XrefRangeEnd = 616556, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe GrainModel()
|
||||
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<GrainModel>.NativeClassPtr))
|
||||
{
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(GrainModel.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
|
||||
// Token: 0x060096A5 RID: 38565 RVA: 0x0026AA6C File Offset: 0x00268C6C
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
static GrainModel()
|
||||
{
|
||||
Il2CppClassPointerStore<GrainModel>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "UnityEngine.PostProcessing", "GrainModel");
|
||||
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<GrainModel>.NativeClassPtr);
|
||||
GrainModel.NativeFieldInfoPtr_m_Settings = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<GrainModel>.NativeClassPtr, "m_Settings");
|
||||
GrainModel.NativeMethodInfoPtr_get_settings_Public_get_Settings_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<GrainModel>.NativeClassPtr, 100675017);
|
||||
GrainModel.NativeMethodInfoPtr_set_settings_Public_set_Void_Settings_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<GrainModel>.NativeClassPtr, 100675018);
|
||||
GrainModel.NativeMethodInfoPtr_Reset_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<GrainModel>.NativeClassPtr, 100675019);
|
||||
GrainModel.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<GrainModel>.NativeClassPtr, 100675020);
|
||||
}
|
||||
|
||||
// Token: 0x060096A6 RID: 38566 RVA: 0x002671A0 File Offset: 0x002653A0
|
||||
public GrainModel(IntPtr pointer)
|
||||
: base(pointer)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x17003300 RID: 13056
|
||||
// (get) Token: 0x060096A7 RID: 38567 RVA: 0x0026AB00 File Offset: 0x00268D00
|
||||
// (set) Token: 0x060096A8 RID: 38568 RVA: 0x0026AB28 File Offset: 0x00268D28
|
||||
public unsafe GrainModel.Settings m_Settings
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(GrainModel.NativeFieldInfoPtr_m_Settings);
|
||||
return *intPtr;
|
||||
}
|
||||
set
|
||||
{
|
||||
*(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(GrainModel.NativeFieldInfoPtr_m_Settings)) = value;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x040064F9 RID: 25849
|
||||
private static readonly IntPtr NativeFieldInfoPtr_m_Settings;
|
||||
|
||||
// Token: 0x040064FA RID: 25850
|
||||
private static readonly IntPtr NativeMethodInfoPtr_get_settings_Public_get_Settings_0;
|
||||
|
||||
// Token: 0x040064FB RID: 25851
|
||||
private static readonly IntPtr NativeMethodInfoPtr_set_settings_Public_set_Void_Settings_0;
|
||||
|
||||
// Token: 0x040064FC RID: 25852
|
||||
private static readonly IntPtr NativeMethodInfoPtr_Reset_Public_Virtual_Void_0;
|
||||
|
||||
// Token: 0x040064FD RID: 25853
|
||||
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
||||
|
||||
// Token: 0x02000571 RID: 1393
|
||||
[Serializable]
|
||||
[StructLayout(LayoutKind.Explicit)]
|
||||
public struct Settings
|
||||
{
|
||||
// Token: 0x17003302 RID: 13058
|
||||
// (get) Token: 0x060096A9 RID: 38569 RVA: 0x0026AB4C File Offset: 0x00268D4C
|
||||
public unsafe static GrainModel.Settings defaultSettings
|
||||
{
|
||||
[CallerCount(2)]
|
||||
[CachedScanResults(RefRangeStart = 616551, RefRangeEnd = 616553, XrefRangeStart = 616551, XrefRangeEnd = 616551, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
get
|
||||
{
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(GrainModel.Settings.NativeMethodInfoPtr_get_defaultSettings_Public_Static_get_Settings_0, 0, (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
return *IL2CPP.il2cpp_object_unbox(intPtr);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060096AA RID: 38570 RVA: 0x0026AB90 File Offset: 0x00268D90
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
static Settings()
|
||||
{
|
||||
Il2CppClassPointerStore<GrainModel.Settings>.NativeClassPtr = IL2CPP.GetIl2CppNestedType(Il2CppClassPointerStore<GrainModel>.NativeClassPtr, "Settings");
|
||||
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<GrainModel.Settings>.NativeClassPtr);
|
||||
GrainModel.Settings.NativeFieldInfoPtr_colored = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<GrainModel.Settings>.NativeClassPtr, "colored");
|
||||
GrainModel.Settings.NativeFieldInfoPtr_intensity = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<GrainModel.Settings>.NativeClassPtr, "intensity");
|
||||
GrainModel.Settings.NativeFieldInfoPtr_size = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<GrainModel.Settings>.NativeClassPtr, "size");
|
||||
GrainModel.Settings.NativeFieldInfoPtr_luminanceContribution = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<GrainModel.Settings>.NativeClassPtr, "luminanceContribution");
|
||||
GrainModel.Settings.NativeMethodInfoPtr_get_defaultSettings_Public_Static_get_Settings_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<GrainModel.Settings>.NativeClassPtr, 100675021);
|
||||
}
|
||||
|
||||
// Token: 0x060096AB RID: 38571 RVA: 0x0026AC1F File Offset: 0x00268E1F
|
||||
public Object BoxIl2CppObject()
|
||||
{
|
||||
return new Object(IL2CPP.il2cpp_value_box(Il2CppClassPointerStore<GrainModel.Settings>.NativeClassPtr, ref this));
|
||||
}
|
||||
|
||||
// Token: 0x040064FE RID: 25854
|
||||
private static readonly IntPtr NativeFieldInfoPtr_colored;
|
||||
|
||||
// Token: 0x040064FF RID: 25855
|
||||
private static readonly IntPtr NativeFieldInfoPtr_intensity;
|
||||
|
||||
// Token: 0x04006500 RID: 25856
|
||||
private static readonly IntPtr NativeFieldInfoPtr_size;
|
||||
|
||||
// Token: 0x04006501 RID: 25857
|
||||
private static readonly IntPtr NativeFieldInfoPtr_luminanceContribution;
|
||||
|
||||
// Token: 0x04006502 RID: 25858
|
||||
private static readonly IntPtr NativeMethodInfoPtr_get_defaultSettings_Public_Static_get_Settings_0;
|
||||
|
||||
// Token: 0x04006503 RID: 25859
|
||||
[FieldOffset(0)]
|
||||
[MarshalAs(UnmanagedType.U1)]
|
||||
public bool colored;
|
||||
|
||||
// Token: 0x04006504 RID: 25860
|
||||
[FieldOffset(4)]
|
||||
public float intensity;
|
||||
|
||||
// Token: 0x04006505 RID: 25861
|
||||
[FieldOffset(8)]
|
||||
public float size;
|
||||
|
||||
// Token: 0x04006506 RID: 25862
|
||||
[FieldOffset(12)]
|
||||
public float luminanceContribution;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user