HKI Core
AntiAliasingModeEditor.cs
Go to the documentation of this file.
1 using UnityEngine;
2 using UnityEditor;
4 
5 namespace HKI.Core.Settings.Editor
6 {
10  [CustomEditor(typeof(AntiAliasingMode))]
11  public class AntiAliasingModeEditor : HKIVarGenericEditor<AntiAliasingModes>
12  {
13 
14  }
15 }
This is the standard custom inspector for all HKIVars
Special Variable enables the use of the AntiAliasingModes data type as a variable of the settings sys...
Custom inspector for the AntiAliasingMode class. All the code is inside the HKIVarGenericEditor class...