scripts
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.Rendering
|
||||
{
|
||||
// Token: 0x02000414 RID: 1044
|
||||
public enum DefaultReflectionMode
|
||||
{
|
||||
// Token: 0x04000ED6 RID: 3798
|
||||
Skybox,
|
||||
// Token: 0x04000ED7 RID: 3799
|
||||
Custom
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user