This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,26 @@
using System;
using Cpp2IlInjected;
using UnityEngine.Bindings;
namespace UnityEngine
{
// Token: 0x0200007A RID: 122
[Token(Token = "0x200007A")]
[NativeHeader("Runtime/Graphics/LightmapSettings.h")]
[StaticAccessor("GetLightmapSettings()")]
public sealed class LightmapSettings : Object
{
// Token: 0x170000B8 RID: 184
// (get) Token: 0x0600032F RID: 815 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x170000B8")]
public static LightProbes lightProbes
{
[Token(Token = "0x600032F")]
[Address(RVA = "0xE7A090", Offset = "0xE79090", VA = "0x180E7A090")]
get
{
return null;
}
}
}
}