This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,60 @@
using System;
using Cpp2IlInjected;
using UnityEngine.Bindings;
using UnityEngine.Scripting;
namespace UnityEngine.Experimental.Rendering
{
// Token: 0x020002AD RID: 685
[Token(Token = "0x20002AD")]
[NativeHeader("Runtime/Camera/ReflectionProbes.h")]
internal class BuiltinRuntimeReflectionSystem : IScriptableRuntimeReflectionSystem, IDisposable
{
// Token: 0x060010A2 RID: 4258 RVA: 0x0000A8F0 File Offset: 0x00008AF0
[Token(Token = "0x60010A2")]
[Address(RVA = "0x2B80700", Offset = "0x2B7F500", VA = "0x182B80700", Slot = "4")]
public bool TickRealtimeProbes()
{
return default(bool);
}
// Token: 0x060010A3 RID: 4259 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60010A3")]
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080", Slot = "5")]
public void Dispose()
{
}
// Token: 0x060010A4 RID: 4260 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60010A4")]
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080")]
private void Dispose(bool disposing)
{
}
// Token: 0x060010A5 RID: 4261 RVA: 0x0000A908 File Offset: 0x00008B08
[Token(Token = "0x60010A5")]
[Address(RVA = "0x2B80700", Offset = "0x2B7F500", VA = "0x182B80700")]
[StaticAccessor("GetReflectionProbes()")]
private static bool BuiltinUpdate()
{
return default(bool);
}
// Token: 0x060010A6 RID: 4262 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x60010A6")]
[Address(RVA = "0x2B80730", Offset = "0x2B7F530", VA = "0x182B80730")]
[RequiredByNativeCode]
private static BuiltinRuntimeReflectionSystem Internal_BuiltinRuntimeReflectionSystem_New()
{
return null;
}
// Token: 0x060010A7 RID: 4263 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60010A7")]
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
public BuiltinRuntimeReflectionSystem()
{
}
}
}