HKI Core
AntiAliasingModes.cs
Go to the documentation of this file.
1 using UnityEngine;
2 
3 namespace HKI.Core.Settings
4 {
8  [System.Serializable]
9  public enum AntiAliasingModes
10  {
11  Off,
12  FXAA,
13  TAA,
14  SMAA_Low,
16  SMAA_High
17  }
18 }
AntiAliasingModes
All possible settings for anti aliasing.