scripts
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine
|
||||
{
|
||||
// Token: 0x020003F4 RID: 1012
|
||||
public enum AnisotropicFiltering
|
||||
{
|
||||
// Token: 0x04000DC4 RID: 3524
|
||||
Disable,
|
||||
// Token: 0x04000DC5 RID: 3525
|
||||
Enable,
|
||||
// Token: 0x04000DC6 RID: 3526
|
||||
ForceEnable
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user