scripts
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.Experimental.Rendering
|
||||
{
|
||||
// Token: 0x020004DF RID: 1247
|
||||
public enum ReflectionProbeSortOptions
|
||||
{
|
||||
// Token: 0x0400122B RID: 4651
|
||||
None,
|
||||
// Token: 0x0400122C RID: 4652
|
||||
Importance,
|
||||
// Token: 0x0400122D RID: 4653
|
||||
Size,
|
||||
// Token: 0x0400122E RID: 4654
|
||||
ImportanceThenSize
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user