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,23 @@
using System;
using Cpp2IlInjected;
namespace UnityEngine.Rendering
{
// Token: 0x02000238 RID: 568
[Token(Token = "0x2000238")]
public enum AmbientMode
{
// Token: 0x0400062E RID: 1582
[Token(Token = "0x400062E")]
Skybox,
// Token: 0x0400062F RID: 1583
[Token(Token = "0x400062F")]
Trilight,
// Token: 0x04000630 RID: 1584
[Token(Token = "0x4000630")]
Flat = 3,
// Token: 0x04000631 RID: 1585
[Token(Token = "0x4000631")]
Custom
}
}