HKI Core
IntegerMinMaxEditor.cs
Go to the documentation of this file.
1 using UnityEngine;
2 using UnityEditor;
3 
4 namespace HKI.Core.Variables.Editor
5 {
9  [CustomEditor(typeof(IntegerMinMax))]
11  {
12 
13  }
14 }
Custom inspector for the IntegerMinMax class. All the code is inside the HKIVarGenericEditor class bu...
This class extends the HKIVarGeneric custom inspector with the additional fields for min and max valu...